[Asterisk-Dev] Voicemail dont hangup the channel

Domjan Attila adomjan at tvnet.hu
Thu Apr 1 12:08:14 MST 2004


On Thu, 2004-04-01 at 20:58, Jesse Janzer wrote:
> I noticed this problem as well, you can soft hangup the call in the 
> console (maybe your problem is more severe...?).
It happens all the time...

this is a part of my macro:
exten => s,502,DBget(temp=VM/${ARG1})
exten => s,503,Dial(${dialstring}|${temp}|rtT)
exten => s,504,VoiceMail(su${ARG1}@default)

>  For myself (and 
> probably most people as well), I use something like the following:
> 
> exten => 999,1,Dial(X,30,mtTr)
> exten => 999,2,Voicemail(uX)
> exten => 999,3,Goto(corporate,X,1)
> exten => 999,4,Voicemail(bX)
> exten => 999,5,Goto(corporate,X,1)
> 

> Which will cause it to loop, if you insert a Hangup after the Voicemail 
> function calls you should be alright. This is just a temporary solution, 
> I imagine it really should be handled properly later.
> 
> Domjan Attila wrote:
> 
> >Hi,
> >The voicemail app doesn't hangup the channel when caller hangup under 
> >playing the busy or unavailable message.
> >It's the same whith sip or zap channels. I cant hangup with (g)astman
> >and asterisk doesn't stop with stop now command, I can only kill it.
> >
> >  
> >
> 




More information about the asterisk-dev mailing list