Displaying 3 results from an estimated 3 matches for "outbound1".
Did you mean:
outbound
2013 Jun 19
3
Handoff dial control to dialplan after AMI Originate
...ff the dial control to the context.
Whenever I execute the below action, the recipient does ring, but when I answer it dials the recipient again. I believe this is because once answered the system is going to execute the Context/Exten/Prio in the Originate action?
Action: Originate
Channel: Local/outbound1 at originateDialContext
CallerID: 00311234567
Context: originateDialContext
Exten: outbound1
Priority: 1
Variable: recipient=0031612345678
Timeout: 10000
[originateDialContext]
exten => outbound1,1,Wait(1)
exten => outbound1,n,Set(recipient=${recipient})
exten => outbound1,n,Dial(SIP/${re...
2006 Oct 29
1
Out bound calls 'you must first dial a 1'
Hello,
I have asterisk 1.2.9 running on a Debian sarge server, my outbound dial
plan looks something like this:
[outbound-longdistance]
exten => _91NXXNXXXXXX,1,Dial(${OUTBOUND1}/${EXTEN:1})
About every other outbound call we make, we get the 'you must first dial a
1' message from our phone provider. It only seems to happen every other try
if we try to make multiple out bound calls without waiting 5 minutes in
between.
My outbound line is set to: OUTBOUND1=Za...
2007 Jul 02
1
Question about dnsmgr
[Jul 2 09:31:16] VERBOSE[2682] logger.c: == Refreshing DNS lookups.
[Jul 2 09:31:16] NOTICE[2682] dnsmgr.c: host 'outbound1.vitelity.net'
changed from 64.2.142.17 to 64.2.142.29
[Jul 2 09:31:23] DEBUG[2711] jitterbuf.c: Attempting to exceed
Jitterbuf max 600 timeslots
And the calls are dropped.
I fixed this by turning off enable in dnsmgr.conf
My question is:
Do you attempt to move existing connections when you...