search for: 8fabc13f

Displaying 2 results from an estimated 2 matches for "8fabc13f".

2015 Jul 15
2
How to dial extensions asynchronous-sequentially ?
...gt; > and in your code change it to. > > same = n,Dial(local/6001 at dial_user/n&local/6002 at dial_user/n) > same = n,Hangup() -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150716/8fabc13f/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4145 bytes Desc: not available URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150716/8fabc13f/attachment.bin>
2015 Jul 13
3
How to dial extensions asynchronous-sequentially ?
Hi. I my dialplan I have : same = n,Dial(PJSIP/6001,10) same = n,Dial(PJSIP/6002,30) same = n,Hangup() The extension 6002 will not be invited until the called party 6001 hangs up or until 10 seconds if nobody answers the call in 6001. How to call 6001 and immediately call 6002, having 2 phones ringing at same time, but without doing something like this : same =