|
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 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lyle Giese Sent: Sunday, February 27, 2005 1:11 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Outbound call on TDM400P Put a 'w'ait in your dial command. * is
probably dialing too quickly after going off-hook.
Lyle
|
_______________________________________________ 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
