[Freeswitch-users] mod_esf and mod_fsv

2008-09-09 Thread Jonas Gauffin
Hello What does mod_esf and mod_fsv do? mod_esf just says Extra SIP Functionality in the wiki. mod_fsv is not documented at all. Regards, Jonas ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org

Re: [Freeswitch-users] Scheduled hangup from javascript

2008-09-09 Thread vidhya sagar dixit
Ok let me try this .. will let you know shortly. On Tue, Sep 9, 2008 at 12:44 PM, Brian West [EMAIL PROTECTED] wrote: The way you're doing this doesn't seem right. Can you provide me the exact call flow? I would also recommend putting a space between the and the words alloted_timeout so

Re: [Freeswitch-users] mod_esf and mod_fsv

2008-09-09 Thread Brian West
Right now mod_esf holds the multi cast paging application for SIP. And FSV is for recording and playback of video. /b On Sep 9, 2008, at 2:25 AM, Jonas Gauffin wrote: Hello What does mod_esf and mod_fsv do? mod_esf just says Extra SIP Functionality in the wiki. mod_fsv is not

Re: [Freeswitch-users] What means by *.SPEEX?

2008-09-09 Thread Ivan C Myrvold
I think it is QuickTime that is playing it. I just see the play button in the mail from you. When I click the button, the sound is played. Ivan Den 9. sep.. 2008 kl. 13:52 skrev Евгений Золотов: On Tuesday, September 09, 2008 1:35 PM Ivan C Mirvold wrote I could play the .SPEEX file

Re: [Freeswitch-users] What means by *.SPEEX?

2008-09-09 Thread Brian West
I honestly do not think it would play anywhere but in FreeSWITCH as it's a raw header less format. I could be wrong. Not sure who else will play that. /b On Sep 9, 2008, at 7:56 AM, Ivan C Myrvold wrote: I think it is QuickTime that is playing it. I just see the play button in the

Re: [Freeswitch-users] mod_esf and mod_fsv

2008-09-09 Thread Brian West
All of that would be under the OpenZAP project. ;) /b On Sep 9, 2008, at 3:31 AM, Dennis D Hock wrote: I would presume esf refers to the T1 framing known as Extended Super Frame. This was developed to allow more maint and operating information to be passed between equipment elements.

Re: [Freeswitch-users] Scheduled hangup from javascript

2008-09-09 Thread Brian West
Please join #freeswitch on irc.freenode.net as many nice folks there can provide help to solve your problem. /b On Sep 9, 2008, at 2:48 AM, vidhya sagar dixit wrote: when i used your suggested code call hanged up as soon as i answered . in log i got this .. 2008-09-09 13:12:33 [WARNING]

Re: [Freeswitch-users] Scheduled hangup from javascript

2008-09-09 Thread Brian West
Show me the debug log.. you have to do the +60 otherwise its gonna execute late since without the plus is in epoch time. By my calculations that task executed 38.7 years late. :P On Sep 9, 2008, at 2:48 AM, vidhya sagar dixit wrote: 2008-09-09 13:12:33 [WARNING] switch_scheduler.c:114

[Freeswitch-users] Can't we run both applications with one dialplan?

2008-09-09 Thread Adeel Ansari
Hi folks, Can't we run both applications with one dialplan? Like this. extension name=liverpie_test continue=true condition field=destination_number expression=121 action application=socket data=127.0.0.1:8084 / action application=java

Re: [Freeswitch-users] What should be the dial plan for gateway calls?

2008-09-09 Thread Adeel Ansari
Thanks, Anthony. On Fri, Aug 29, 2008 at 9:10 PM, Anthony Minessale [EMAIL PROTECTED] wrote: The way you are doing it never goes to the dialplan. first you make an outbound call to gizmo1 then bridge it to gizmo9 if you did say *originate sofia/gateway/gizmo1/6098989898 0116054545454*

Re: [Freeswitch-users] Can't we run both applications with one dialplan?

2008-09-09 Thread Adeel Ansari
Or should we do this in two, like this. extension name=liverpie_test continue=true condition field=destination_number expression=121 action application=socket data=127.0.0.1:8084 / /condition /extension extension name=java_test

Re: [Freeswitch-users] What should be the dial plan for gateway calls?

2008-09-09 Thread Gayatri Kulkarni
Would the process be something like: 1) originate sofia/internal/1001 bridge(*sofia/gateway/gizmo1/6098989898 0116054545454) 2) originate *sofia/internal/1001 *bridge(sofia/gateway/gizmo9/0116054545454) * ?? I am asking this just to understand how exactly things will go here - I am relatively