[Freeswitch-users] Lua script directory

2008-12-24 Thread Woody Dickson
Hi, Is it possible to change the directory where freeswitch looks for .lua scripts? I would like to place the lua scripts in the shared drive so multiple freeswitch can refer to it. Thanks, Woody ___ Freeswitch-users mailing list

Re: [Freeswitch-users] busy tone detection

2008-12-24 Thread Baskar
*Hi, This is my JavaScript for tone detect session1 = new Session(); session1.originate(session1, {ignore_early_media=false}sofia/default/ 39841799...@172.20.191.228); session1.execute(tone_detect, test 400,25 r +1 hangup 'normal_clearing' 1); session1.execute(bridge,

[Freeswitch-users] strange error while running stress testing

2008-12-24 Thread Juan Backson
Hi I am getting the following strange error while running stress test on freeswith. When the number of sessions reaches 3000, I get the following error: 2008-12-24 15:37:40 [ERR] sofia_glue.c:2056 sofia_glue_activate_rtp() AUDIO RTP REPORTS ERROR: [Bind Error!] 2008-12-24 15:37:40 [ERR]

Re: [Freeswitch-users] busy tone detection

2008-12-24 Thread Michael Collins
On Wed, Dec 24, 2008 at 3:23 AM, Baskar yudha2...@gmail.com wrote: *Hi, This is my JavaScript for tone detect session1 = new Session(); session1.originate(session1, {ignore_early_media=false}sofia/default/ 39841799...@172.20.191.228); session1.execute(tone_detect, test 400,25 r +1

[Freeswitch-users] another switch_ivr_set_user() can't find user

2008-12-24 Thread John Wehle
a) Should sip_auth_realm be set by FreeSWITCH to the value associated with force-register-domain You have to remember the default assumes a lot. You go to changing things you have to then change the way things are assumed. I appreciate that. Let me ask the question slightly

[Freeswitch-users] Behind a router

2008-12-24 Thread kriko
Hello! I installed freeswitch on different configuration, but can't get registration working. So my phone (192.168.10.2) is now behind a wireless router (192.168.10.1), ethernet port (192.168.0.5) is attached to eth1 (192.168.0.1). Fs is running on that machine (it has eth0 - net and eth1 -

Re: [Freeswitch-users] another switch_ivr_set_user() can't find user

2008-12-24 Thread Brian West
On Dec 24, 2008, at 3:31 PM, John Wehle wrote: a) Should sip_auth_realm be set by FreeSWITCH to the value associated with force-register-domain You have to remember the default assumes a lot. You go to changing things you have to then change the way things are assumed. I appreciate

[Freeswitch-users] Setting up port audio for incoming/outgoing calls

2008-12-24 Thread Jason White
On the wiki, an example of a port audio configuration is given that involves creating a Sip gateway on localhost. As I couldn't get this to work (apparently due to the external profile's detection of NAT), I thought I would try an alternative approach. I am modifying the default dial plan here. At