Hello,

in my *extensions.conf*


[outbound]
exten => 10,1,AMD()
exten => 10,n,Goto(Status-${AMDSTATUS})
exten => 10,n(Status-HUMAN),Playback(human)
exten => 10,n,Hangup()

exten => 10,n(Status-MACHINE),Playback(machine)
exten => 10,n,Hangup()
exten => 10,n(Status-NOTSURE),Hangup()
exten => 10,n(Status-HANGUP),Hangup()
Thank you
Lloyd


On 2/6/08, Ovidiu Sas <[EMAIL PROTECTED]> wrote:
>
> Hello Bill,
>
> One alternative would be to proxy all your calls through an OpenSER
> server and perform the limitation there (assuming that you are using
> SIP).  OpenSER will reject all calls exceeding 10cps.
>
>
> Regards,
> Ovidiu Sas
>
> Bill Sandiford wrote:
> > Hi All:
> >
> > We are working on a project for a client that requires a large number of
> scheduled outgoing calls for message playback.  There is about 1000 calls
> scheduled at a time.  We want to limit the simultaneous number of outgoing
> calls to 10.  The following URL recommends a method to limit outgoing calls
> by using an external script to limit the number of files in the
> /var/spool/asterisk/outgoing directory and moving more files in as necessary
> >
> >
> http://www.voip-info.org/wiki-Asterisk+auto-dial+out#HowtoscheduleaCallintheFuture
> >
> > Has anyone been successful in writing a script for this purpose that
> they would be willing to share?  Does anyone know of any other methods for
> doing this?  (putting a call-limit on the sip peer doesn't really cut it).
> >
> > Regards,
> > Bill
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Lloyd

Tel:416-500-8014

Reply via email to