Displaying 8 results from an estimated 8 matches for "longtimeout".
Did you mean:
con_timeout
2005 May 07
4
Setting variable for a context for all extensions?
...ntext for all extensions? I
haven't been able to find it. I want something like this in
extensions.conf:
[from-iaxfwd]
exten => .,1,RING=r3
exten => 123456,1,Goto(from-pstn,s,1)
[from-internal]
exten => .,1,RING=r2
include => ext-local
[ext-local]
exten => 1,1,Dial(Zap/1,${LONGTIMEOUT})
exten => 2,1,Dial(SIP/2,${LONGTIMEOUT})
But how do I do this? I want to change the ring depending on the
starting context. The above doesn't work.
Kind regards,
Mark
2004 Dec 01
0
extension and PSTN connection
...Taipei +886 2 8809-7680
LINE_TPE_2=ZAP/4 ; Taipei +886 2 8809-7074
PSTN=ZAP/g2
[phone1-outbound]
exten => s,1,DigitTimeout,2 ; give them 2 seconds between digits
exten => s,2,ResponseTimeout,30 ; give them 30 seconds to make a choice
exten => _9N.,1,Macro(dial-pstn,${EXTEN:1},${LONGTIMEOUT})
exten => _91NN,1,Macro(dial-pstn,${EXTEN:1},${LONGTIMEOUT})
exten => _90X.,1,Macro(dial-pstn,${EXTEN:1},${LONGTIMEOUT})
exten => _9008X.,1,Macro(dial-pstn,${EXTEN:1},${LONGTIMEOUT})
exten => _90204X.,1,Congestion
include => inhouse
exten => i,1,Background(invalid) ; "That...
2004 Nov 30
0
No voice when I dial out
...s,1,DigitTimeout,2 ; give them 2 seconds between digits
exten => s,2,ResponseTimeout,30 ; give them 30 seconds to make a choice
;
; all numbers starting with '9' are not on our system
;
; handle outbound local calls - force ZAP trunk
exten => _9N.,1,Macro(dial-pstn,${EXTEN:1},${LONGTIMEOUT})
;
; handle outbound local emergency numbers (three digits, starting with '1')
exten => _91NN,1,Macro(dial-pstn,${EXTEN:1},${LONGTIMEOUT})
;
; handle domnastic long distance calls (starting with a '0')
exten => _90X.,1,Macro(dial-pstn,${EXTEN:1},${LONGTIMEOUT})
;
; handle dom...
2006 May 29
4
How to enable call waiting on Sip Phones
How do you enable call waiting on sip phones? Ive looked and googled and
can only find call waiting pstn phones butnot for sip. Is their a way of
setting this up within the dailplan?
2005 May 28
1
Fax and SIP Device
...pres=yes;
callwaitingcallerid=yes
echocancel=yes
echocancelwhenbridged=yes
echotraining=yes
echotraining=400
rxgain=0.0
txgain=0.0
immediate=no
faxdetect=both
musiconhold=default
extension.conf
[Incoming]
exten => 8003,1,Answer
exten => 8003,2,Wait(5)
exten => 8003,3,Macro(dial-sip,1300,${LONGTIMEOUT})
exten => fax,1,Dial(SIP/1300,30)
exten => fax,2,Congestion
exten => fax,102,Congestion
sip.conf
[1300]
type=friend
host=dynamic
username=xxx
secret=xxx
nat=yes
context=Local
canreinvite=no
disallow=all
allow=ulaw
allow=alaw
On the other hand, i was tired with getting the same error whe...
2005 Mar 15
1
Asterisk retains DTMF Control Even when an External IVR System is dialed
...en => s, 102, Voicemail2(b${ARG1})
exten => s, 103, Hangup
[macro-dial-us]
;
; Macro for dialing within U.S and Canada
; ARG1 = the number to dial
;
exten => s, 1, SetCallerID(${CALLER_ID})
exten => s, 2, SetCIDName(${CALLER_ID_NAME})
exten => s, 3, Dial(SIP/${ARG1}@${SIPGATEWAY}, ${LONGTIMEOUT}, Tt)
;exten => s, 4, Dial(${VOICEPULSE}/${ARG1}, ${LONGTIMEOUT}, Tt)
exten => s, 4, Congestion
[default]
;
; Extension to Extension
; EXTEN = the number to dial
;
exten => 1600,1,Macro(std-ext,${EXTEN},SIP)
exten => 1601,1,Macro(std-ext,${EXTEN},SIP)
exten => 1602,1,Macro(std-ext...
2005 May 15
2
SIP Gerenal settings conufsion
I have a little confusion about the general settings (other than the
register values) in the SIP
General area. I understand that for examle in a SIP context like [FWD]
or [BROADVOICE]
the entries in those areas are ths settings that take effect in any
communication woth FWD and/or BROADVOICE. However, I'm confused as to
the purpose of the
"general" settings -- to what or which
2006 Feb 01
3
Dumb Dialout Question
I'm still trying to learn some parts of Asterisk, so sorry in advance for the dumb question!
How do I set up an extension to dial out to the PSTN through my ZAP interfaces? I want the ability to have a ring group that will ring all of the phones in an office and then ring cell phones if nobody answers. I'm sure this is simple to do but I'm at a loss.
I have tried the following