terry@localhost.otherwiseguy.com
2003-Nov-20 13:37 UTC
[Asterisk-Users] Voicemail just hanging up...
Has anyone had any problems with the voicemail app in the last weeks cvs? I was using a checkout from 10-31 and everything worked fine, but the last few days I get a hangup right after it calls the voicemail app. No sound, just an immediate disconnect. Nothing has changed in my extensions.conf, etc. Here is what I have in extensions.conf: [macro-oneline] exten => s,1,Dial(${ARG1},20,tr) exten => s,2,Voicemail(u${MACRO_EXTEN}) exten => s,3,Hangup exten => s,102,Voicemail(b${MACRO_EXTEN}) ;exten => s,103,Hangup . . . [springfield] ignorepat => 9 exten => _67XX,1,Macro(oneline,SIP/${EXTEN}) When dialing any 67XX extension when either busy or unavailable I experience this problem. Re-checking out with an old date (i.e. 2003-10-31) and doing make install fixes it. Any clues?
----- Original Message ----- From: <terry@localhost.otherwiseguy.com> To: <asterisk-users@lists.digium.com> Sent: Thursday, November 20, 2003 3:37 PM Subject: [Asterisk-Users] Voicemail just hanging up...> Has anyone had any problems with the voicemail app in the last weeks cvs? > I was using a checkout from 10-31 and everything worked fine, but the last > few days I get a hangup right after it calls the voicemail app. No sound, > just an immediate disconnect. Nothing has changed in my extensions.conf, > etc. > > Here is what I have in extensions.conf: > > [macro-oneline] > exten => s,1,Dial(${ARG1},20,tr) > exten => s,2,Voicemail(u${MACRO_EXTEN}) > exten => s,3,Hangup > exten => s,102,Voicemail(b${MACRO_EXTEN}) > ;exten => s,103,Hangup > > . . . > > [springfield] > ignorepat => 9 > exten => _67XX,1,Macro(oneline,SIP/${EXTEN}) > > When dialing any 67XX extension when either busy or unavailable I > experience this problem. Re-checking out with an old date (i.e. > 2003-10-31) and doing make install fixes it. Any clues?According to the cvs viewer, there were major changes made to app_voicemail on the 13 of November. Try cvs'ing back to say the 12th and see if it still works, then move forward to the 13th, and/or 14th.> _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >----- Andrew Thompson Your eyes are weary from staring at the CRT. You feel sleepy. Notice how restful it is to watch the cursor blink. Close your eyes. The opinions stated above are yours. You cannot imagine why you ever felt otherwise.
I believe there was an anouncement recently that said all voicemail was going to be voicemail2 from then on. This change is in the CVS commit logs on Nov 12th. If you weren't using voicemail 2 at that time, you may experience a problem. But do remember, this was discussed some time back and was left in place for the time being to allow people the time to migrate. I also haven't migrated, and therefore haven't updated recently either. On Thu, 2003-11-20 at 14:37, terry@localhost.otherwiseguy.com wrote:> Has anyone had any problems with the voicemail app in the last weeks cvs? > I was using a checkout from 10-31 and everything worked fine, but the last > few days I get a hangup right after it calls the voicemail app. No sound, > just an immediate disconnect. Nothing has changed in my extensions.conf, > etc. > > Here is what I have in extensions.conf: > > [macro-oneline] > exten => s,1,Dial(${ARG1},20,tr) > exten => s,2,Voicemail(u${MACRO_EXTEN}) > exten => s,3,Hangup > exten => s,102,Voicemail(b${MACRO_EXTEN}) > ;exten => s,103,Hangup > > . . . > > [springfield] > ignorepat => 9 > exten => _67XX,1,Macro(oneline,SIP/${EXTEN}) > > When dialing any 67XX extension when either busy or unavailable I > experience this problem. Re-checking out with an old date (i.e. > 2003-10-31) and doing make install fixes it. Any clues? > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users-- Steven Critchfield <critch@basesys.com>