Re: [Freeswitch-dev] get rid of mod_loopback for outbound calls

2009-07-28 Thread Rupa Schomaker
use mod_curl instead of mod_http On Tue, Jul 28, 2009 at 9:50 AM, Anthony Minessale < anthony.miness...@gmail.com> wrote: > you could try using a FS api call in your originate that uses mod_http to > hit your routing logic. > > The other way is just not elegant at all and there is no way I ca

Re: [Freeswitch-dev] get rid of mod_loopback for outbound calls

2009-07-28 Thread Anthony Minessale
you could try using a FS api call in your originate that uses mod_http to hit your routing logic. The other way is just not elegant at all and there is no way I can see to do it. On Tue, Jul 28, 2009 at 3:29 AM, Tamas Cseke wrote: > Hello, > > Thank you for your effort about this issue. > Our p

Re: [Freeswitch-dev] get rid of mod_loopback for outbound calls

2009-07-28 Thread Tamas Cseke
Hello, Thank you for your effort about this issue. Our problem is that searching this routing data from database is quiet painful. Let me explain. we have manual calls from softphones and automatically originated calls pushed into fifo. We have a quiet complicate routing logic setting certain v

Re: [Freeswitch-dev] get rid of mod_loopback for outbound calls

2009-07-22 Thread Anthony Minessale
yah, I looked into that and it's not possible to do. Your usage of the dialplan like a database is just not a good way to do it. I suggest you use a database or something else to store that routing data like others do. On Wed, Jul 22, 2009 at 10:55 AM, Tamas Cseke wrote: > Hello, > > we are us

[Freeswitch-dev] get rid of mod_loopback for outbound calls

2009-07-22 Thread Tamas Cseke
Hello, we are using mod_loopback for outbound calls to be able to do a dialplan hunt before the actual call origination. change caller number, change routing according to the prefix and something like that. We have talked about a lot, that this is "not very" efficient because we have 2 extra