Displaying 3 results from an estimated 3 matches for "nationalcalls".
Did you mean:
nationalcall
2005 Mar 24
2
Fun with CAPI
...; Increase the 'finished
dialing' timeout to 5 seconds
exten => s-gathermoredigits,3,WaitExten(8) ; and give the caller 8
seconds overall to do their thing
exten => _X.,1,NoOp(${TIMESTAMP} ok, now we're going to dial PART1${Predigits}
PART2${EXTEN})
exten => _X.,2,Goto(nationalcalls,${Predigits}${EXTEN},1)
exten => t,1,Goto(#,1) ; If they take too long, give up
exten => i,1,Playback(invalid) ; "That's not valid, try again"
[nationalcalls]
exten => _00.,1,Dial(${OUTBOUND}/${EXTEN})
exten => _00.,2,Congestion
exten => _01....
2008 Dec 05
2
IAX trunk mixing
hi,
i have a problem, and i am completely stuck with it, i hope someone can
point out where is my config wrong.
I have three server, connect together with IAX trunking. The server are
at romania (10.0.4.23, V1.4.22), hungary (10.0.1.23, V1.4.20) and serbia
(10.0.3.4, V1.4.22). I have a hardphone (6251) connected to the romanian
server, i dial a hungarian telephone number, the call goes to the
2005 Jun 15
1
Old but Gold
...(Slaves: 04)
2 channels configured.
[root@localhost asterisk]#
And this is the relavent part of my extentions.conf
; START OF DYLANS MESSING AROUND SECTION
**************************************************
[globals]
OUTBOUND=Zap/4
DYLAN=SIP/301
JOHN=SIP/300
EVERYONE=${DYLAN}&${JOHN}
[nationalcalls]
exten=> _01.,1,Dial(${OUTBOUND}/${EXTEN},20)
exten=> _01.,2,Congestion
[from-sip]
include =>default
include =>nationalcalls
exten => 301,1,Dial(SIP/301,5) ' if 301 is dialed, dial out on sip channel
to extention 301 for 5 seconds
exten => 301,2,Voicemail(u301)
exten =&g...