search for: b7777

Displaying 2 results from an estimated 2 matches for "b7777".

Did you mean: 7777
2005 Feb 08
1
Asterisk causing server to hang ... any hints?
...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,103,Hangup exten => 8888,1,Playback(transfer,skip) exten =&g...
2005 Feb 09
0
Why does Asterisk Hangup cause server to freeze?
...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 hangup on the caller. :) Now I've changed all instances of...