Re: [Asterisk-Users] Hangup detection failed
> > Use something like the following in voicemail.conf > > ; How many seconds of silence before we end the recording > > maxsilence=10 > > ; Silence threshold (what we consider silence, the lower, the more sensitive) > > silencethreshold=128 > > > > Rich > > Ah, great. Thanks! Do you know how to find out what the current settings > are? (I guess it must have been too sensitive). Look for the entries above in your voicemail.conf file. If there are no entries, then I'm not sure what the default values are but it would appear from your original post the default is to record forever. Rich ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Re: [Asterisk-Users] Hangup detection failed
> Use something like the following in voicemail.conf > ; How many seconds of silence before we end the recording > maxsilence=10 > ; Silence threshold (what we consider silence, the lower, the more sensitive) > silencethreshold=128 > > Rich Ah, great. Thanks! Do you know how to find out what the current settings are? (I guess it must have been too sensitive). - Kim ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Re: [Asterisk-Users] Hangup detection failed
> We have a system that recorded voicemail for about an hour after the caller > hungup. I'm going to put a timeout on it but is there anything to look for > that can help prevent this? The system is running on a telenet line in > Belgium. The answer dialplan I used was: > > [macro-stddial] > exten => s,1,Answer > exten => s,2,Playback(transfer) > exten => s,3,Dial(${ARG2},60) > exten => s,4,Voicemail(u${ARG1}) > exten => s,5,Playback(tt-monkeysintro) > exten => s,6,Playback(vm-goodbye) > exten => s,7,Hangup > exten => s,104,Voicemail(b${ARG1}) Use something like the following in voicemail.conf ; How many seconds of silence before we end the recording maxsilence=10 ; Silence threshold (what we consider silence, the lower, the more sensitive) silencethreshold=128 Rich ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
[Asterisk-Users] Hangup detection failed
Hi, We have a system that recorded voicemail for about an hour after the caller hungup. I'm going to put a timeout on it but is there anything to look for that can help prevent this? The system is running on a telenet line in Belgium. The answer dialplan I used was: [macro-stddial] exten => s,1,Answer exten => s,2,Playback(transfer) exten => s,3,Dial(${ARG2},60) exten => s,4,Voicemail(u${ARG1}) exten => s,5,Playback(tt-monkeysintro) exten => s,6,Playback(vm-goodbye) exten => s,7,Hangup exten => s,104,Voicemail(b${ARG1}) - Kim Hendrikse ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users