Re: [Freeswitch-dev] FS Multi outbound

2009-03-26 Thread Dmitry Mordovin
Michael Taylor wrote: I should have read the Wiki a little more before answering. Quoting from: http://wiki.freeswitch.org/wiki/Channel_Variables call_timeout - Deprecated - Use originate_timeout or leg_timeout. under call_timeout it suggests data="{ignore_early_media=true}[leg_timeout=10]s

Re: [Freeswitch-dev] FreeSwitch, application or module!?

2008-12-23 Thread Dmitry Mordovin
Michael Jerris wrote: This sounds like a nat issue where we are sending a BYE but its not getting to the other end. Check the sip trace and see if that is the case. Mike On Dec 23, 2008, at 5:09 AM, Dmitry Mordovin wrote: Michael Collins wrote: Dmitry, FreeSWITCH can definitely help you

Re: [Freeswitch-dev] Build on VC++ 2008 Express

2008-12-23 Thread Dmitry Mordovin
try/Territory : Italy > Business Email: gmaruzz at celliax dot org > Cell : 39-347-2665618 > Fax : 39-02-87390039 > > > > > On Tue, Dec 23, 2008 at 1:01 PM, Dmitry Mordovin wrote: > >> Giovanni Maruzzelli wrote: >> >> I'm using VC++Expr

Re: [Freeswitch-dev] Build on VC++ 2008 Express

2008-12-23 Thread Dmitry Mordovin
Giovanni Maruzzelli wrote: > I'm using VC++Express 2008, and I can "testify" that if you click > trhough all that boxes, it will works :-). > > Maybe you will have to "build the solution" more than one time, > because first time it will not build it all (some requirements are > builded during the f

Re: [Freeswitch-dev] FreeSwitch, application or module!?

2008-12-23 Thread Dmitry Mordovin
make sure that this information is all useful to you. Hope this helps! -MC On Sun, Dec 21, 2008 at 11:08 PM, Dmitry Mordovin mailto:d.mordo...@dwide.com>> wrote: Hi Friends! I wish to do something like: - Authorize all sip clients in external DB, for example postgresql.

[Freeswitch-dev] FreeSwitch, application or module!?

2008-12-22 Thread Dmitry Mordovin
Hi Friends! I wish to do something like: - Authorize all sip clients in external DB, for example postgresql. - Control each call session duration, just like prepaid calling card. - LCR, if one voip provider can't connect call into PSTN, try next PSTN supplier. Please help me, i can't understan