[Asterisk-Users] Outbound call on TDM400P
Robert Webb
asterisk at ropeguru.com
Sun Feb 27 15:47:03 MST 2005
> From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Guy C.
Guckenberger
> Sent: Sunday, February 27, 2005 5:17 PM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: RE: [Asterisk-Users] Outbound call on TDM400P
>
>
> ok so I put the wait in and still have the same results.
>
> Extensions.conf
> exten => s,5,SetCallerID(${OUTCID})
>
> exten => s,6,Wait(2) <---------------------I added this>
>
> exten => s,7,Dial(${OUT}/${ARG1})
>
> exten => s,8,Congestion
>
> exten => s,107,Macro(outisbusy)
>
>
>
>
>
> Im still only getting out every few calls. Any other
suggestions?
>
>
>
>
>
> Thanks
>
Try adding:
exten => s,7,Dial(${OUT}/ww${ARG1})
That will pick up the phone line then wait 1 second before starting to
dial.
The Wait you added waits before even picking up the phone line.
Robert
More information about the asterisk-users
mailing list