Re: [Freeswitch-users] waitForAnswer returns too soon

2008-05-09 Thread Marc Orenberg
Thanks for the help everyone. You were right Anthony. I put the relevant section of the trace below. I also got ahold of a VoicePulse line and tried it, and it worked fine. I really appreciate it! Trace from my Gizmo line: 2008-05-09 11:30:32 [DEBUG] sofia.c:222 sofia_event_callback() event [nua_

[Freeswitch-users] luasql

2008-05-09 Thread Luis Jimenez
Hi i installed lua and luasql, and i did test from cli with access to mysql, it works fine. But when i run the script from FS i get the following erro: 2008-05-09 21:03:01 [ERR] mod_lua.cpp:169 lua_parse_and_execute() /opt/freeswitch/scripts/set_called_group.lua:1: module 'luasql.mysql' not fou

Re: [Freeswitch-users] mod_portaudio send3rtppacket/60msinsteadof1packet/20ms

2008-05-09 Thread Anthony Minessale
Tamas, Let me start by saying I don't applicate the humor... Have you tried the latest trunk before you made that comment? If you are still having this problem with the trunk from right now built fully from scratch I will be surprised if the audio does not sound clear.

Re: [Freeswitch-users] mod_portaudio send3rtppacket/60msinsteadof1packet/20ms

2008-05-09 Thread Brian West
I have done it on my two mac's without a problem. /b On May 9, 2008, at 3:17 PM, Tamas wrote: > Hello, > > we have tried at least 3 different boxes, sound cards (also with > external USB headset) and as Thomas had this issue too, maybe Tony's > hardware is something excellent :) > Tony, could yo

Re: [Freeswitch-users] mod_portaudio send3rtppacket/60msinsteadof1packet/20ms

2008-05-09 Thread Tamas
Hello, we have tried at least 3 different boxes, sound cards (also with external USB headset) and as Thomas had this issue too, maybe Tony's hardware is something excellent :) Tony, could you share your HW details, we could try to get the same one (or similar) to check and compare things. Csab

Re: [Freeswitch-users] mod_portaudio send3rtppacket/60msinsteadof1packet/20ms

2008-05-09 Thread Michael Collins
Tony has a valid point here. Is there any way for you to try on different hardware? Portaudio, in the grand scheme of things, isn't very high on the food chain when it comes to FS development, especially with 1.0 only a few weeks away. Please see if you can reproduce these symptoms on other hardw

[Freeswitch-users] Compile and install mod_cdr

2008-05-09 Thread Rodrigo P. Telles
Hi Folks, I'm trying to compile and install mod_cdr following the wiki page http://wiki.freeswitch.org/wiki/Mod_cdr but it seems obsolete and broken. BTW I try do add "event_handlers/mod_cdr" on modules.conf and it builds fine. But when I try to run freeswitch it complains with: 2008-05-09 11

Re: [Freeswitch-users] Freeswitch using iLBC codec with inphonex

2008-05-09 Thread Anthony Minessale
RTP payloads are a 7 bit number 0-128 divided in 2. 0-96 are reserved by the iana 97-128 are considered dynamic. When matching codecs between 0 and 96: 1) The payload MUST be matched by the _number_. When matching codecs between 97 and 128: (dynamic range) 1) The payload MUST be matched by the _n

Re: [Freeswitch-users] waitForAnswer returns too soon

2008-05-09 Thread Anthony Minessale
This block : new_session = new Session(); new_session.originate(session, "sofia/gateway/gizmo/1xx"); console_log("info","Waiting for answer!\n"); new_session.waitForAnswer(1); console_log("info","***ANSWERED\n"); Can be refactored to: new_session = new Session();

Re: [Freeswitch-users] Freeswitch using iLBC codec with inphonex

2008-05-09 Thread Brian West
FS will do this part correctly. I suspect that inphonex is Asterisk /b On May 9, 2008, at 12:57 AM, Jonathan Palley wrote: We ran into some problems similar (though not exactly). The payload number of iLBC falls into the "dynamic payload" range. The number to use is not a standard. M