Re: [Freeswitch-users] Limit is not working when originate a call

2009-07-27 Thread Anthony Minessale
I suggest you study FS more because if you can't tell what to do with the info provided you have some fundamentals to review before proceeding. On Mon, Jul 27, 2009 at 2:59 AM, Eli Hayun wrote: > Anthony Minessale wrote: > >> limit is for inbound calls > >> you cannot call it after you already

Re: [Freeswitch-users] Limit is not working when originate a call

2009-07-27 Thread Eli Hayun
Anthony Minessale wrote: >> limit is for inbound calls >> you cannot call it after you already made the call. >> The correct approach would be to not make the call at all. >> >> you could maybe use the limit FSAPI interface with apiExecute to check >> if the limit was exceeded and >> then not bothe

Re: [Freeswitch-users] Limit is not working when originate a call

2009-07-26 Thread Eli Hayun
Anthony Minessale wrote: > limit is for inbound calls > you cannot call it after you already made the call. > The correct approach would be to not make the call at all. > > you could maybe use the limit FSAPI interface with apiExecute to check > if the limit was exceeded and > then not bother to pl

Re: [Freeswitch-users] Limit is not working when originate a call

2009-07-23 Thread Anthony Minessale
limit is for inbound calls you cannot call it after you already made the call. The correct approach would be to not make the call at all. you could maybe use the limit FSAPI interface with apiExecute to check if the limit was exceeded and then not bother to place the call to begin with. otherwise

Re: [Freeswitch-users] Limit is not working when originate a call

2009-07-22 Thread Eli Hayun
Michael Jerris wrote: > because your not running limit at all when you are doing an originate > directly. You can use loopback to originate through a dialplan > extension. > > Mike > > On Jul 22, 2009, at 8:45 AM, Eli Hayun wrote: > > >> Hi >> I set the limit to 1 on the extension like that

Re: [Freeswitch-users] Limit is not working when originate a call

2009-07-22 Thread Michael Jerris
because your not running limit at all when you are doing an originate directly. You can use loopback to originate through a dialplan extension. Mike On Jul 22, 2009, at 8:45 AM, Eli Hayun wrote: > Hi > I set the limit to 1 on the extension like that > > > > When I am trying to make a call