search for: 7777,3

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

Did you mean: 7777,1
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...
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 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...
2005 Jul 13
0
SIP calls to 'BUSY' or OFF HOOK PSTN numbers do not return busy indicate to sip phone?
...is busy we do not get any busy indication at the user end (originating telephone on our Asterisk system) that the line is actually busy. Asterisk 'knows' it's busy/congested but does not seem signal the PAP2 of this condition. If I do a test directly on asterisk like this: exten => 7777,1,Answer exten => 7777,3,Busy And call extension 7777 It sends a 'busy' to the PAP2 and we hear the normal audible US busy indication. We would like this to happen when a user actually calls a PSTN telephone that truly is 'busy'. What actually happens at the originating phone i...