>       From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 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





_______________________________________________
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to