search for: dial_user

Displaying 4 results from an estimated 4 matches for "dial_user".

2015 Jul 15
2
How to dial extensions asynchronous-sequentially ?
...ssuming 6001 isn't answered yet) 6002 starts ringing too (first to answer gets it). Pete On 14/07/2015, at 7:24 AM, SamyGo <govoiper at gmail.com> wrote: > Anyway here's one way of how I think you can do. > > Have a context created to dial the individual user > > [dial_user] > exten => _600X.,1,Dial(PJSIP/${EXTEN}) > ... > > 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://list...
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 =
2015 Jul 13
3
RES: How to dial extensions asynchronous-sequentially ?
...st call the user and Hangup ? or Dial two users and connect them together ? Is this some sort of ring group implementation where users are dialled and first one to answer will get the call ?? Anyway here's one way of how I think you can do. Have a context created to dial the individual user [dial_user] exten => _600X.,1,Dial(PJSIP/${EXTEN}) ... 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() On Mon, Jul 13, 2015 at 2:28 PM, Rodrigo Pimenta Carvalho <pimenta at inatel.br<mailto:pimenta at inatel.br>> wrote...
2015 Jul 13
2
RES: RES: How to dial extensions asynchronous-sequentially ?
...st call the user and Hangup ? or Dial two users and connect them together ? Is this some sort of ring group implementation where users are dialled and first one to answer will get the call ?? Anyway here's one way of how I think you can do. Have a context created to dial the individual user [dial_user] exten => _600X.,1,Dial(PJSIP/${EXTEN}) ... 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() On Mon, Jul 13, 2015 at 2:28 PM, Rodrigo Pimenta Carvalho <pimenta at inatel.br<mailto:pimenta at inatel.br><mailto...