Mike
2006-Jun-29 03:27 UTC
[Asterisk-Users] Issue with using dialing PBX digits after call is connected
Hi, I'm trying to make an apparently simple thing work, but I don't see how it is possible with Asterisk. This is my extensions.conf: exten => 1234,1,Dial(SIP/123456/555-555-5555|20|D(7777)) ;After call connects, send DTMF 7777 exten => 1234,2,VoiceMail(1234@context); What I obviously want is that if nobody answer the call, go to voicemail. Basic stuff. Problem is Asterisk recognizes the call as being bridged as soon as the PBX on the other end answer, regarldess of whether the final extension 7777 answers or not. In other words, priority 2 will never kick in. How do I get around this? Mike -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060629/693c54c6/attachment.htm
C F
2006-Jun-29 17:46 UTC
[Asterisk-Users] Issue with using dialing PBX digits after call is connected
by making sure that the other pbx doesn't answer. Anyhow you can do something like press one to accept the call using the M option in dial, and not return continue from the macro unless someone actualy picked up and pressed 1. On 6/29/06, Mike <list@virtutel.ca> wrote:> > > Hi, > > I'm trying to make an apparently simple thing work, but I don't see how it > is possible with Asterisk. > > This is my extensions.conf: > > exten => 1234,1,Dial(SIP/123456/555-555-5555|20|D(7777)) > ;After call connects, send DTMF 7777 > exten => 1234,2,VoiceMail(1234@context); > > What I obviously want is that if nobody answer the call, go to voicemail. > Basic stuff. > > Problem is Asterisk recognizes the call as being bridged as soon as the PBX > on the other end answer, regarldess of whether the final extension 7777 > answers or not. In other words, priority 2 will never kick in. > > How do I get around this? > > > > Mike > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > >