search for: u7777

Displaying 3 results from an estimated 3 matches for "u7777".

Did you mean: 7777
2005 Feb 08
1
Asterisk causing server to hang ... any hints?
...d reboots everytime someone leaves me a voicemail is not going to be something I can trust if I go on vacation (hopefully someday soon). Any ideas what I am doing wrong? Here's the change I made to my extension file (this used to crash occasionally): [old-context] exten => 7777,2,VoiceMail,u7777 exten => 7777,3,Hangup exten => 7777,102,VoiceMail,b7777 exten => 7777,3,Hangup exten => 7777,103,Hangup [new-context] ;; crashes all the time! exten => 7777,2,VoiceMail,u7777 exten => 7777,3,Hangup exten => 7777,102,VoiceMail,b7777 exten => 7777,3,Hangup exten => 7777,...
2004 Jan 02
3
* Stresstool Help required
...ot;, "SIP/stest|10|tr") in new stack == Everyone is busy at this time -- Executing Ringing("SIP/gopi-bddf", "") in new stack -- Executing Answer("SIP/gopi-bddf", "") in new stack -- Executing VoiceMail2("SIP/gopi-bddf", "u7777") in new stack -- Playing 'voicemail/default/7777/unavail' (language 'en') -- Playing 'vm-intro' (language 'en') -- Playing 'beep' (language 'en') WARNING[15376]: File app_voicemail.c, Line 1236 (leave_voicemail): No more messages po...
2005 Feb 09
0
Why does Asterisk Hangup cause server to freeze?
...sages either. After a LOT of reboots, I finally realised that the occasions when the machine would freeze were exactly the occasions when my dialplan indicated that the next priority should cause a Hangup. For example, I had: exten => 7777,1,Playback(transfer,skip) exten => 7777,2,VoiceMail,u7777 exten => 7777,3,Hangup exten => 7777,102,VoiceMail,b7777 exten => t,1,Hangup exten => i,1,Hangup And this would reliably freeze the machine after I left a voicemail in mailbox 7777, or pressed an invalid key, or allowed Asterisk to timeout. Basically, all I wanted was for Asterisk to...