search for: 7777,2

Displaying 4 results from an estimated 4 matches for "7777,2".

Did you mean: 7777,1
2005 Jul 26
1
Are busy and congestion behaving differently than documented?
I am using asterisk (2 week old CVS) am for the first time have been starting to experiment with busy and congestion. At this point I am only using sip endpoints PAP2-NA devices. All testing of this is being done on a local network. my test extension looks like this: exten => 7777,1,Answer exten => 7777,2,busy(35) exten => 7777,3,Hangup Or like this: exten => 7777,1,Answer exten => 7777,2,Playtones(busy) exten => 7777,2,busy(35) exten => 7777,3,Hangup In both cases I seem to be getting the EXACT behaviour. Asterisk plays a 'busy' signal for 3...
2005 Feb 08
1
Asterisk causing server to hang ... any hints?
...s irritating. Hard 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...
2004 May 04
2
Dial zap and music on hold
i tried using music on hold option in the dial command exten => 7777,1,Dial(zap/1/7777,20,m) when someone calls me and i picked up the phone, the call will be suddenly dropped. however, if i use a sip client instead of zap (also changing the dial statement to sip), i can answer the incoming call without a problem. is this a known bug? (asterisk cvs 05-03-04 using...
2005 Feb 09
0
Why does Asterisk Hangup cause server to freeze?
...;s nothing particularly interesting in /var/log/asterisk/messages 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 Aste...