Displaying 1 result from an estimated 1 matches for "misenrel".
Did you mean:
mikenel
2013 Oct 28
0
Bus error, Asterisk crash when user leaves a message (ODBC voicemail)
...find why.
When users leave a message on the voicemail, once the message is
recorded and the user hangs up, Asterisk crashes.
I can't figure out when it started to behave like this.
Here is the extract of the dialplan where it occurs :
exten => s,1,Answer()
exten => s,n,Playback(radiom-misenrelation)
exten => s,n,Set(CALLERID(name)=STD RADIOM ${CALLERID(name)})
exten => s,n,Wait(2)
exten => s,n,Dial(IAX2/yomama-out/standard&SIP/standard1,30,mTt)
exten => s,n,Playback(radiom-repondeur)
exten => s,n,VoiceMail(1234 at default,s)
exten => s,n,Hangup()
Here is the backtr...