Ok sorry for not being specific. I am having a problem when people outside call in to my number which terminates at VoicePluse then The send IAX to me and I do not get any tones. People press buttons but it just goes to the next dialplan fall through. It happens 60-70% of the time. extentions.conf [general] static=yes writeprotect=no autofallthrough=yes clearglobalvars=no priorityjumping=no ;OEM exten => _12125551212,1,Goto(OEM,s,1) [OEM] exten => s,1,Answer() exten => s,n,Set(CALLERID(name)=OEM - ${CALLERID(number)}) exten => s,n,Background(Outsource) exten => s,n,WaitExten(10) exten => s,n,Goto(inside,133,1) exten => 9,1,Background(OEM_Menu) exten => 9,n,WaitExten(10) exten => 9,n,Goto(0,1) exten => 0,1,Goto(inside,133,1) IAX.conf [general] jitterbuffer=yes forcejitterbuffer=no maxjitterbuffer=500 autokill=yes ; --------------------------------------------------------- ; IAX INCOMING USER ; ; This is the user for incoming calls from: ; connect02.voicepulse.com ; --------------------------------------------------------- [voicepulse] ; <-- Name must be [voicepulse] context=voicepulse-in ; <-- Should match the context you ; are using in extensions.conf ; to handle incoming calls type=user host=connect02.voicepulse.com qualify=yes notransfer=yes disallow=all allow=g729 ; <-- List supported codecs allow=ulaw allow=alaw allow=gsm allow=ilbc allow=g726 allow=adpcm allow=lpc10
The problem is voicepulse, but they refuse to accept responsibility. From What phone are you pressing the DTMF? On 11/1/06, Jason Walker <jason@jasonsolves.com> wrote:> > Ok sorry for not being specific. I am having a problem when people > outside call in to my number which terminates at VoicePluse then The > send IAX to me and I do not get any tones. People press buttons but it > just goes to the next dialplan fall through. It happens 60-70% of the > time. > extentions.conf > [general] > static=yes > writeprotect=no > autofallthrough=yes > clearglobalvars=no > priorityjumping=no > > ;OEM > exten => _12125551212,1,Goto(OEM,s,1) > > [OEM] > exten => s,1,Answer() > exten => s,n,Set(CALLERID(name)=OEM - ${CALLERID(number)}) > exten => s,n,Background(Outsource) > exten => s,n,WaitExten(10) > exten => s,n,Goto(inside,133,1) > exten => 9,1,Background(OEM_Menu) > exten => 9,n,WaitExten(10) > exten => 9,n,Goto(0,1) > exten => 0,1,Goto(inside,133,1) > > IAX.conf > [general] > jitterbuffer=yes > forcejitterbuffer=no > maxjitterbuffer=500 > autokill=yes > > ; --------------------------------------------------------- > ; IAX INCOMING USER > ; > ; This is the user for incoming calls from: > ; connect02.voicepulse.com > ; --------------------------------------------------------- > > [voicepulse] ; <-- Name must be [voicepulse] > context=voicepulse-in ; <-- Should match the context you > ; are using in extensions.conf > ; to handle incoming calls > type=user > host=connect02.voicepulse.com > qualify=yes > notransfer=yes > disallow=all > allow=g729 ; <-- List supported codecs > allow=ulaw > allow=alaw > allow=gsm > allow=ilbc > allow=g726 > allow=adpcm > allow=lpc10 > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: lists.digium.com/pipermail/asterisk-users/attachments/20061101/7a6da5b0/attachment.htm
I had the same problem trying to use an iaxy for an overhead paging system. SIP has an option to set DTMF to inline, but iax does not. There was nothing I could do to get the iaxy to play audible DTMF tones. I had to use a SIP ATA for my paging system with the inline DTMF option. Note: The DTMF was to preselect the zone. -- -- Steven glimasoutheast.org "Jason Walker" <jason@jasonsolves.com> wrote in message news:4548CB2C.9090503@jasonsolves.com...> Ok sorry for not being specific. I am having a problem when people outside call in to my number which terminates at VoicePluse > then The send IAX to me and I do not get any tones. People press buttons but it just goes to the next dialplan fall through. It > happens 60-70% of the time. > extentions.conf > [general] > static=yes > writeprotect=no > autofallthrough=yes > clearglobalvars=no > priorityjumping=no > > ;OEM > exten => _12125551212,1,Goto(OEM,s,1) > > [OEM] > exten => s,1,Answer() > exten => s,n,Set(CALLERID(name)=OEM - ${CALLERID(number)}) > exten => s,n,Background(Outsource) > exten => s,n,WaitExten(10) > exten => s,n,Goto(inside,133,1) > exten => 9,1,Background(OEM_Menu) > exten => 9,n,WaitExten(10) > exten => 9,n,Goto(0,1) > exten => 0,1,Goto(inside,133,1) > > IAX.conf > [general] > jitterbuffer=yes > forcejitterbuffer=no > maxjitterbuffer=500 > autokill=yes > > ; --------------------------------------------------------- > ; IAX INCOMING USER > ; > ; This is the user for incoming calls from: > ; connect02.voicepulse.com > ; --------------------------------------------------------- > [voicepulse] ; <-- Name must be [voicepulse] > context=voicepulse-in ; <-- Should match the context you > ; are using in extensions.conf > ; to handle incoming calls > type=user > host=connect02.voicepulse.com > qualify=yes > notransfer=yes > disallow=all > allow=g729 ; <-- List supported codecs > allow=ulaw > allow=alaw > allow=gsm > allow=ilbc > allow=g726 > allow=adpcm > allow=lpc10 > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > lists.digium.com/mailman/listinfo/asterisk-users >
On 2006-11-01 08:28:28 -0800, Jason Walker <jason@jasonsolves.com> said:> Ok sorry for not being specific. I am having a problem when people > outside call in to my number which terminates at VoicePluse then The > send IAX to me and I do not get any tones. People press buttons but it > just goes to the next dialplan fall through. It happens 60-70% of the > time.Sounds like VoicePulse should be supporting this issue, as it seems like their problem...
Jason Walker wrote:> Ok sorry for not being specific. I am having a problem when people > outside call in to my number which terminates at VoicePluse then The > send IAX to me and I do not get any tones. People press buttons but it > just goes to the next dialplan fall through. It happens 60-70% of the > time.DTMF issues like this are caused by a problem where the PSTN call is converted to IAX. There is nothing you can do about it unless you manage the box that converts PSTN to IAX.
Jason Walker wrote:> Ok sorry for not being specific. I am having a problem when people > outside call in to my number which terminates at VoicePluse then The > send IAX to me and I do not get any tones. People press buttons but it > just goes to the next dialplan fall through. It happens 60-70% of the > time. > extentions.confI'd suggest you capture the IAX packets to determine if voicepulse is actually sending you the DTMF digits out-of-band. DTMF in IAX is always OOB, so you should receive an IAX packet with the DTMF. If you're not seeing those packets, then the problem lies upstream. Leo