Displaying 5 results from an estimated 5 matches for "sipextension".
Did you mean:
sipextensions
2004 Dec 29
0
12 CANCEL's followed by 12 INVITE's in 5 secs
...ackground(beep)
exten => s,3,Dial(Zap/1,40,tr)
exten => s,4,Playback(vm-isunavail)
;exten => s,5,Dial(SIP/clienta,10,tr)
exten => s,5,Background(vm-enter-num-to-call)
exten => s,6,NoOp,${CALLERID}
;exten => s,8,Dial(Zap/1,20,tr)
;exten =>s,9,Hangup
include =>sip
;sip users
[sipextensions]
exten => 100,1,Dial(SIP/clienta,20,tr)
exten => 101,1,Dial(SIP/salisa,20,tr)
exten => 102,1,Dial(SIP/salisd,20,tr)
exten => 103,1,Dial(SIP/sourabha,20,tr)
exten => 104,1,Dial(SIP/laptop,20,tr)
exten => 105,1,Dial(SIP/anurag,20,tr)
exten => 106,1,Dial(SIP/askatti,20,tr)
exten...
2004 Dec 27
0
Call Placing timeouts
...ck(vm-sorry)
exten =>20,2,Hangup
[record]
exten => 205,1,Wait(2)
exten => 205,2,Record(/tmp/asterisk-recording1:gsm)
exten => 205,3,Wait(2)
exten => 205,4,Playback(/tmp/asterisk-recording1)
exten => 205,5,Wait(2)
exten => 205,6,Hangup
include =>playback
;sip users
[sipextensions]
exten => 100,1,Dial(SIP/clienta,20,tr)
exten => 101,1,Dial(SIP/salisa,20,tr)
exten => 102,1,Dial(SIP/salisd,20,tr)
exten => 103,1,Dial(SIP/sourabha,20,tr)
exten => 104,1,Dial(SIP/laptop,20,tr)
exten => 105,1,Dial(SIP/anurag,20,tr)
exten => 106,1,Dial(SIP/askatti,20,tr)
exten...
2004 Dec 22
0
RE Zaphfc/BRI Configuration help
...xxxxxxx from-sip No No
-- Registered SIP 'jackie.clough' at 192.168.1.10 port 5060 expires 180
In extensions.conf the context from_SIP_extensions could be something like:-
[from_SIP_extension]
include => external
include => sipcalls
include => SIPextensions
include => voicemail
and the context external would be:-
[external]
; Dial 9 for an outside line. Allow any call for now
exten => _9.,1,Dial(Zap/g1/${EXTEN:1})
exten => _9.,2,Playback(invalid)
exten => _9.,3,Hangup
Where g1 is the group 1 I defined in zapata.conf
Its not very prett...
2005 May 17
0
"Failed to grab lock, trying again..."
...: in some cases (hard
to diagnose and reproduce), the SIP module stops responding, and the log is
filled with messages "Failed to grab lock, trying again..." (about a hundred
messages or so per second).
This often happens at the end of a SIP call (right after "== Spawn extension
(SipExtension, 029156044, 1) exited non-zero on 'SIP/7001-717b'" for
instance). Sometimes the message is logged a few times, then the SIP modules
stays alive, at other times it seems to go into a loop and writes the
message endlessly to the log (I have to kill the process to make it stop).
Any i...
2005 May 17
0
Failed to grab lock, trying again...
...ely: in some cases (hard
to diagnose and reproduce), the SIP module stops responding, and the log is
filled with messages "Failed to grab lock, trying again..." (about a hundred
messages or so per second).
This often happens at the end of a SIP call (right after "== Spawn extension
(SipExtension, 029156044, 1) exited non-zero on 'SIP/7001-717b'" for
instance). Sometimes the message is logged a few times, then the SIP modules
stays alive, at other times it seems to go into a loop and writes the
message endlessly to the log (I have to kill the process to make it stop).
Any idea...