Julian J. M.
2005-Mar-28 02:37 UTC
[Asterisk-Users] TDM04B doesn't hang up after Voicemail
Have a look at http://www.voip-info.org/wiki-Asterisk+Disconnect+Supervision Julian J. M. On Mon, 28 Mar 2005 11:21:09 +0000, Robson Ribeiro <robson@mercatus.tv> wrote:> After the call is finished if the user doesn't press # the line hangs forever.
Robson Ribeiro
2005-Mar-28 04:21 UTC
[Asterisk-Users] TDM04B doesn't hang up after Voicemail
Hello all, I am having a serious problem installing my * with a TDM04B. I made everything work, call are coming in and going out including using a GSM Box in channel Zap/2-1. I did setup voicemail like this on extensions.conf: [incoming] exten => s,1,Dial(SIP/2246,20) exten => s,2,Wait,2 exten => s,3,Voicemail(u${ME}) exten => s,4,Hangup exten => s,102,Wait,2 exten => s,103,Voicemail(b${ME}) exten => s,104,Hangup After the call is finished if the user doesn't press # the line hangs forever. Unfortunately I found it out after i did a " zap show..." 26 minutes after the call ended :(. I looked into the threads but no answer seems to resolve the problem (maxthreashhold or maxsilence and there is even a patch to one of the voicemail files which i have no idea how to implement). The other strange thing it is happening is that after i hang up the call from the phone if the outside caller hasn't hang up it recreates the Zap channel and rings it again.....any clues please? Thanks for the help.
I have the same problem in my setup here, the TDM card deosn't detect line hangup or any call progress related frequencies as they are different for every country (does anybody know the progress frequencies in Egypt?). So my workaround for this was to add maxsilence and maxmessage in the voicemail.conf, and add a hangup after the voicemail line in extensions.conf, thus voicemail will detect silence and if it doesn't it doesn't leave the line picked up for an infinite period of time. Ezabi Robson Ribeiro wrote:>Hello all, > >I am having a serious problem installing my * with a TDM04B. I made everything >work, call are coming in and going out including using a GSM Box in channel >Zap/2-1. I did setup voicemail like this on extensions.conf: > >[incoming] >exten => s,1,Dial(SIP/2246,20) >exten => s,2,Wait,2 >exten => s,3,Voicemail(u${ME}) >exten => s,4,Hangup >exten => s,102,Wait,2 >exten => s,103,Voicemail(b${ME}) >exten => s,104,Hangup > >After the call is finished if the user doesn't press # the line hangs forever. >Unfortunately I found it out after i did a " zap show..." 26 minutes after >the call ended :(. I looked into the threads but no answer seems to resolve >the problem (maxthreashhold or maxsilence and there is even a patch to one of >the voicemail files which i have no idea how to implement). The other strange >thing it is happening is that after i hang up the call from the phone if the >outside caller hasn't hang up it recreates the Zap channel and rings it >again.....any clues please? > >Thanks for the help. >_______________________________________________ >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 > > > >-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: OpenPGP digital signature Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050328/47f9f5ed/signature.pgp
Steve Totaro
2005-Mar-28 05:38 UTC
[Asterisk-Users] TDM04B doesn't hang up after Voicemail
maxsilence in voicemail.conf ----- Original Message ----- From: "Robson Ribeiro" <robson@mercatus.tv> To: <asterisk-users@lists.digium.com> Sent: Monday, March 28, 2005 6:21 AM Subject: [Asterisk-Users] TDM04B doesn't hang up after Voicemail> Hello all, > > I am having a serious problem installing my * with a TDM04B. I madeeverything> work, call are coming in and going out including using a GSM Box inchannel> Zap/2-1. I did setup voicemail like this on extensions.conf: > > [incoming] > exten => s,1,Dial(SIP/2246,20) > exten => s,2,Wait,2 > exten => s,3,Voicemail(u${ME}) > exten => s,4,Hangup > exten => s,102,Wait,2 > exten => s,103,Voicemail(b${ME}) > exten => s,104,Hangup > > After the call is finished if the user doesn't press # the line hangsforever.> Unfortunately I found it out after i did a " zap show..." 26 minutes after > the call ended :(. I looked into the threads but no answer seems toresolve> the problem (maxthreashhold or maxsilence and there is even a patch to oneof> the voicemail files which i have no idea how to implement). The otherstrange> thing it is happening is that after i hang up the call from the phone ifthe> outside caller hasn't hang up it recreates the Zap channel and rings it > again.....any clues please? > > Thanks for the help. > _______________________________________________ > 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 >