I have a question, I am unclear on how to park a call. I know that you are supposed to be able to press "#" and then transfer the call to extension 700. However, * doesn't seem to be graping the dtmf. I am using dtmfmode=inband. Asterisk is in the media path as well. Thanks in advance Justin
Try using dtmfmode=rfc2833 in your sip.conf. It should work... Hope, this could help. Guido Hecken> I have a question, > I am unclear on how to park a call. I know that you are supposed to be > able to press "#" and then transfer the call to extension 700. However, > * doesn't seem to be graping the dtmf. I am using dtmfmode=inband. > Asterisk is in the media path as well. > > > Thanks in advance > Justin > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
niles@atheos.net
2005-Mar-14 07:40 UTC
[Asterisk-Users] upgrade to CVS 3/13/05, voicemail problems
Hello, I upgraded my office from Asterisk 1.0.0 to Asterisk CVS-HEAD-03/13/05-13:14:04 this weekend, and are now experiencing some problems accessing voicemail. The web based interface works fine, in addition to dialing 8500, which is mapped to: exten => 8500,1,VoicemailMain exten => 8500,2,Goto(s,6) Each extension is setup like this: exten => 74/74,1,VoiceMailMain2(${EXTEN}) exten => 74/74,2,Hangup exten => 74,1,Dial(SIP/74,20,t) exten => 74,2,Voicemail,u74 exten => 74,3,Hangup exten => 74,102,Voicemail,b74 exten => 74,103,Hangup this has worked fine for quite some time, but I'm now receiving an error from all extensions when we attempt to retrieve voicemail from the phones using the "Message" button on the phone. Here is the error I'm now receiving, and the user goes to a fast busy: WARNING[9013]: pbx.c:1554 pbx_extension_helper: No application 'VoiceMailMain2' for extension (local, 225, 1) Any help is greatly appreciated! Thanks Niles
niles@atheos.net
2005-Mar-14 07:55 UTC
[Asterisk-Users] Re: upgrade to CVS 3/13/05, voicemail problems
> > > WARNING[9013]: pbx.c:1554 pbx_extension_helper: No application > 'VoiceMailMain2' for extension (local, 225, 1) > >I see now that VoiceMailMain2 has been depreciated "/VoiceMail is now replaced by VoiceMail2 in the CVS, so voicemail2 will be obsolete soon. The old voicemail is not included in the current CVS. /OJ dec 2003"/ sorry to bother Niles