I have gotten this phone to work with SIP configuration. It really sounds great. The only problem is with voicemail2. When I access voicemail the voicemail2 will not respond to the digits. I can transfer to any extension and Asterisk picks up the digits then. But once in the Voicemail2 program it fails? Any Ideas? Here is my configuration in the sip.conf. [ipdialog2] type=friend context=main username=ipdialog2 secret=XXXXX host=dynamic dtmfmode=rfc2833 ; I have tried inband and info. nat=1 disallow=all allow=ulaw allow=alaw abatista@red-fone.com Ph: 786-544-1114 fwd:700-544-1100x114 Fx: 305-574-0212
Do you remember to answer the line? On Tue, 2003-12-09 at 13:34, Ariel Batista wrote:> I have gotten this phone to work with SIP configuration. It really sounds > great. The only problem is with voicemail2. When I access voicemail the > voicemail2 will not respond to the digits. I can transfer to any extension > and Asterisk picks up the digits then. But once in the Voicemail2 program > it fails? Any Ideas? Here is my configuration in the sip.conf. > > [ipdialog2] > type=friend > context=main > username=ipdialog2 > secret=XXXXX > host=dynamic > dtmfmode=rfc2833 ; I have tried inband and info. > nat=1 > disallow=all > allow=ulaw > allow=alaw > > abatista@red-fone.com > Ph: 786-544-1114 > fwd:700-544-1100x114 > Fx: 305-574-0212 > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users-- Steven Critchfield <critch@basesys.com>
Hi! I have one ipdialog working well with cvs 10/09 but with latest cvs i have the same problem. regards miklos ----- Original Message ----- From: "Ariel Batista" <abatista@avionica.com> To: "Asterisk User List" <asterisk-users@lists.digium.com> Sent: Tuesday, December 09, 2003 5:34 PM Subject: [Asterisk-Users] IpDialog phone issues.> I have gotten this phone to work with SIP configuration. It really sounds > great. The only problem is with voicemail2. When I access voicemail the > voicemail2 will not respond to the digits. I can transfer to anyextension> and Asterisk picks up the digits then. But once in the Voicemail2 program > it fails? Any Ideas? Here is my configuration in the sip.conf. > > [ipdialog2] > type=friend > context=main > username=ipdialog2 > secret=XXXXX > host=dynamic > dtmfmode=rfc2833 ; I have tried inband and info. > nat=1 > disallow=all > allow=ulaw > allow=alaw > > abatista@red-fone.com > Ph: 786-544-1114 > fwd:700-544-1100x114 > Fx: 305-574-0212 > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
Hi!> great. The only problem is with voicemail2. When I access voicemail the > voicemail2 will not respond to the digits. I can transfer to any extension > and Asterisk picks up the digits then. But once in the Voicemail2 program > it fails? Any Ideas? Here is my configuration in the sip.conf. > > dtmfmode=rfc2833 ; I have tried inband and info. > disallow=all > allow=ulaw > allow=alawI had the same problem: Multiplied digits using a Grandstream BT 101 in voicemail. Switching from rfc2833 to info solve this for me. Cheers, Philipp
----- Original Message ----- From: "Steven Critchfield" <critch@basesys.com> To: <asterisk-users@lists.digium.com> Sent: Tuesday, December 09, 2003 3:10 PM Subject: Re: [Asterisk-Users] IpDialog phone issues.> Do you remember to answer the line?I seem not to understand something here!> > On Tue, 2003-12-09 at 13:34, Ariel Batista wrote: > > I have gotten this phone to work with SIP configuration. It reallysounds> > great. The only problem is with voicemail2. When I access voicemailthe> > voicemail2 will not respond to the digits. I can transfer to anyextension> > and Asterisk picks up the digits then. But once in the Voicemail2program> > it fails? Any Ideas? Here is my configuration in the sip.conf. > > > > [ipdialog2] > > type=friend > > context=main > > username=ipdialog2 > > secret=XXXXX > > host=dynamic > > dtmfmode=rfc2833 ; I have tried inband and info. > > nat=1 > > disallow=all > > allow=ulaw > > allow=alaw > > > > abatista@red-fone.com > > Ph: 786-544-1114 > > fwd:700-544-1100x114 > > Fx: 305-574-0212 > > > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > -- > Steven Critchfield <critch@basesys.com> > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
On Tue, 2003-12-09 at 15:48, Ariel Batista wrote:> ----- Original Message ----- > From: "Steven Critchfield" <critch@basesys.com> > To: <asterisk-users@lists.digium.com> > Sent: Tuesday, December 09, 2003 3:10 PM > Subject: Re: [Asterisk-Users] IpDialog phone issues. > > > > Do you remember to answer the line? > > I seem not to understand something here!Some applications will not accept DTMF unless the line had been Answer()ed. exten XXX,1,answer exten XXX,2,VoicemailMain> > On Tue, 2003-12-09 at 13:34, Ariel Batista wrote: > > > I have gotten this phone to work with SIP configuration. It really > sounds > > > great. The only problem is with voicemail2. When I access voicemail > the > > > voicemail2 will not respond to the digits. I can transfer to any > extension > > > and Asterisk picks up the digits then. But once in the Voicemail2 > program > > > it fails? Any Ideas? Here is my configuration in the sip.conf. > > > > > > [ipdialog2] > > > type=friend > > > context=main > > > username=ipdialog2 > > > secret=XXXXX > > > host=dynamic > > > dtmfmode=rfc2833 ; I have tried inband and info. > > > nat=1 > > > disallow=all > > > allow=ulaw > > > allow=alaw > > > > > > abatista@red-fone.com > > > Ph: 786-544-1114 > > > fwd:700-544-1100x114 > > > Fx: 305-574-0212 > > > > > > _______________________________________________ > > > Asterisk-Users mailing list > > > Asterisk-Users@lists.digium.com > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > -- > > Steven Critchfield <critch@basesys.com> > > > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users-- Steven Critchfield <critch@basesys.com>
--- Original Message ----- From: "listas iPfone" <listas@ipfone.com.br> To: <asterisk-users@lists.digium.com> Sent: Tuesday, December 09, 2003 3:16 PM Subject: Re: [Asterisk-Users] IpDialog phone issues.> Hi! > > I have one ipdialog working well with cvs 10/09 but with latest cvs ihave> the same problem. > > regards > > miklosThere used to be a setting in the IPDialog phones that would statically set Inband or rfc8233 DTMF support but this setting is not present in the SIPTone II version of the phone that was released a couple of months ago. I emailed IPDialog support to find out what happened to it, and they tell me that their phones now determine rfc8233 support from the capabilities list exchanged during the establishment of a call. It automatically sends Inband if rfc8233 is not present. Based on this information, and based on what miklos says above, it appears that something may have changed in the way that Asterisk presents its capabilities between the 10/9 cvs and the latest cvs version. miklos, would it be possible for you to email an ethereal trace of a call from the two cvs versions that you have? It should not be too hard to figure out what is going on if we have a working and non-working trace. I am also going to try to get IPDialog to put the static setting back in. Sean