HelloI have the following scenario:[mynicecontext]exten => 2000,1,Dial(SIP/deviceA&SIP/deviceB&SIP/deviceC)As expected, by dialing 2000, all three devices will ring. And thats fine. However, there are situations where I only want deviceA and device..
Author : Frank
I have a phone in my living room (ext. 111), a phone in the kitchen(ext. 222) and a phone in my bedroom (ext. 333).Both phones are part of a ring group.exten => 7654321,1,Dial(SIP/111&SIP/222&SIP/333)Everything work fine and, as expected, all pho..
Asterisk users:-)Server: Asterisk 11.7.0~dfsg-1ubuntu1 on Raspberry Client: Zoiper on Android deviceIf Transport=tcp everything works fine, without any trouble.If Transport=tls registration is fine. But after a few minutes, the peer continuously is reachable…unreac..
Asterisk ListGiven, as an example, the following sequence012345*543210I would like to store into a variable all digits before * (012345) and in a different variable all digits after the * (543210) for further processing in the dial plan.The length..