Hi I am using Snom 190 with asterisk 1.0.0, and am observing that when I try to use asterisk voicemail or any application where I need to input more digits, then , asterisk is not able to get all the digits pressed from the phone. Can anyone suggest what might be happening? Following code I have in sip.conf file. [1114] ; type=friend host=dynamic ;defaultip=0.0.0.0 username=1114 secret=0000 context=default nat=yes dtmfmode=inband disallow=all allow=ulaw allow=g729 canreinvite=no Thanks Uma S. Pandey -------------- next part -------------- An HTML attachment was scrubbed... URL: lists.digium.com/pipermail/asterisk-users/attachments/20041025/0043bc88/attachment.htm
Hello, I have noticed on our Snom 190's that you need to pick up the handset in order for the touch tones to be properly transmitted sometimes. I am not sure why this is, and have been unable to figure out a setting that will allow it to work when you are using speaker mode. Try picking up the handset and entering your digits and see if it works that way. Jeremy On Mon, 25 Oct 2004 18:47:40 -0400, Uma S. Pandey <uma@prgsi.com> wrote:> > > > Hi > > > > I am using Snom 190 with asterisk 1.0.0, and am observing that when I try to > use asterisk voicemail or any application where I need to input more digits, > then , asterisk is not able to get all the digits pressed from the phone. > Can anyone suggest what might be happening? Following code I have in > sip.conf file. > > > > [1114] > > ; > > type=friend > > host=dynamic > > ;defaultip=0.0.0.0 > > username=1114 > > secret=0000 > > context=default > > nat=yes > > dtmfmode=inband > > disallow=all > > allow=ulaw > > allow=g729 > > canreinvite=no > > > > Thanks > > > > > > Uma S. Pandey > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > lists.digium.com/mailman/listinfo/asterisk-users > >
Uma S. Pandey wrote:> Hi > > I am using Snom 190 with asterisk 1.0.0, and am observing that when I > try to use asterisk voicemail or any application where I need to input > more digits, then , asterisk is not able to get all the digits pressed > from the phone. Can anyone suggest what might be happening? Following > code I have in sip.conf file.Older firmwares had a problem with DTMF generation especially when in speakerphone mode. Additionally, even now, there seem to be some timing problems. Disregard all of these issues, though, and use out of band dtmf. It works much better. Set dtmfmode=rfc2833> > > [1114] > ; > type=friend > host=dynamic > ;defaultip=0.0.0.0 > username=1114 > secret=0000 > context=default > nat=yes > dtmfmode=inbandThis should be dtmfmode=rfc2833> disallow=all > allow=ulaw > allow=g729 > canreinvite=no > >