Hi everyone, Could somebody enlighten me on this one? I have configured my asterisk to run on oh323 using codec g729. Incoming calls are working okay. But the thing I want to work is say pressing some options, say dial 1 to go to voicemail or dial a certain number to dial a specific extension. I have a config for this and tried calling from a normal PSTN and is working. But i just can't seem to make it work using oh323/coded g729? Its like it does not respond to DTMF signals? I have dig into many mailing list and not any clear solutions. Could someone help me or even just send me any procdures on how to do this. And also could someone please verify that what I am doing is wrong in the first place.. Thanks in advance for the support! -Alejandrino ________________________________________________________________________ Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now http://uk.messenger.yahoo.com/download/index.html
Hi,>But i just can't seem to > make it work using oh323/coded g729? Its like it does > not respond to DTMF signals? I have dig into many > mailing list and not any clear solutions. CouldWhat DTMF mode are you using? Do you have a g729 license installed on your system? Remember that g729 only works in passthru mode. Can you provide a snip of your extensions.conf file where you are trying to do this? K.
Al Escasa wrote:> Hi everyone, > > Could somebody enlighten me on this one? I have > configured my asterisk to run on oh323 using codec > g729. Incoming calls are working okay. But the thing I > want to work is say pressing some options, say dial 1 > to go to voicemail or dial a certain number to dial a > specific extension. > I have a config for this and tried calling from a > normal PSTN and is working. But i just can't seem to > make it work using oh323/coded g729? Its like it does > not respond to DTMF signals? I have dig into many > mailing list and not any clear solutions. Could > someone help me or even just send me any procdures on > how to do this. And also could someone please verify > that what I am doing is wrong in the first place..If you try to accomplish this with inband DTMFs, then there is no hope. What 'userInputMode' in oh323.conf are you using?> > Thanks in advance for the support! > -Alejandrino >Michael.
>What DTMF mode are you using? Do you have a g729 >license installed on >your >system? Remember that g729 only works in passthru >mode. >Can you provide a snip of your extensions.conf file >where you are >trying to >do this? > from K.>If you try to accomplish this with inband DTMFs, then >there is >no hope. What 'userInputMode' in oh323.conf are you >using? > from Michael.Thanks K. and Michael for the response. In my oh323.conf, i am using: userInputMode=TONE I have tried changing it to RFC2833 and Q.931 but to no avail. Michael, are you trying to say we have no hope using oh323 when using inband DTMFs? is this problem of asterisk? the protocol? the codec? i wish there is still some kind of workaround.. =( K, if the one ur asking what DTMF mode is the userInputMode, then my config is TONE. I also set inBandDTMF=yes. Whats the differnce between purchased licences and passthru mode? I am able to make calls using oh323 and the codec being used is g729 (since this is the codec used by our VoIP provider). But my problem is, the incoming VoIP call seems like it could not select any keys coz there's no response (my analysis it is not responding to the DTMF signal). Anyways, here is part of my extensions.conf under h323: [voip-h323] exten => ${DNIS_TEST},1,Ringing exten => ${DNIS_TEST},2,Playback(record1) exten => ${DNIS_TEST},3,Background(silence/3) exten => 1,1,Goto,nmailbox|s|1 exten => ${DNIS_TEST},4,Dial(Zap/7,5,T) exten => ${DNIS_TEST},5,Goto,operator1|s|1 exten => ${DNIS_TEST},6,hangup If you will notice, step 3 will wait for the user to input 1 if he wants to go to voicemail. This config works when coming from a PSTN line. But when using Voip, there is no response. Lastly, if this is really going nowhere.. Can I use SIP instead of oh323 in solving this problem of capturing user's input?? If so, any ideas to go about it? If you guys need to view some more of my config, I'd gladly post it.. =) Thanks again! and more power! -Alejandrino ________________________________________________________________________ Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now http://uk.messenger.yahoo.com/download/index.html
In my oh323.conf, i am using: userInputMode=TONE Is everyone trying to say that i have no hope using oh323 when using inband DTMFs? is this problem of asterisk? the protocol? the codec? i wish there is still some kind of workaround.. =( I also set inBandDTMF=yes (am not sure if that helped but nothing happened when i tested again). Whats the differnce between purchased licences and passthru mode? I am able to make calls using oh323 and the codec being used is g729 (since this is the codec used by our VoIP provider). But my problem is, the incoming VoIP call seems like it could not select any keys coz there's no response (my analysis it is not responding to the DTMF signal). Anyways, here is part of my extensions.conf under h323: [voip-h323] exten => ${DNIS_TEST},1,Ringing exten => ${DNIS_TEST},2,Playback(record1) exten => ${DNIS_TEST},3,Background(silence/3) exten => 1,1,Goto,nmailbox|s|1 exten => ${DNIS_TEST},4,Dial(Zap/7,5,T) exten => ${DNIS_TEST},5,Goto,operator1|s|1 exten => ${DNIS_TEST},6,hangup If you will notice, step 3 will wait for the user to input 1 if he wants to go to voicemail. This config works when coming from a PSTN line. But when using Voip, there is no response. Lastly, if this is really going nowhere.. Can I use SIP instead of oh323 in solving this problem of capturing user's input?? If so, any ideas to go about it? If you guys need to view some more of my config, I'd gladly post it.. =) Thanks again! and more power! -Alejandrino ________________________________________________________________________ Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now http://uk.messenger.yahoo.com/download/index.html