Displaying 3 results from an estimated 3 matches for "nationalcall".
Did you mean:
nationalcalls
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
...nd
host = 10.0.3.4
user = telsrv-rosrb
secret = xxx
bandwidth=low
qualify=yes
trunk=yes
timezone=Europe/Bucharest
context=incoming-srb
====================================================
extensions.ael:
====================================================
context do-phoning {
includes {
do-nationalcall;
}
}
abstract context do-nationalcall {
_0036. => &kitelsrvhu(06${EXTEN:4});
_6[2-8]XX => &kitelsrvhu(${EXTEN});
_7[2-8]XX => &kitelsrvhu(${EXTEN});
_00381. => &kitelsrvsrb(${EXTEN:4});
_51[567]X => &kitelsrvsrb(${EXTEN});
}
context incoming-hu {
include...
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 =&...