[Freeswitch-users] iLBC codec 97 or 102

2009-05-08 Thread seven
Hi, We have FreesSWITCH runing on version 11066, which INVITE with i...@30i number 102, however the recent version INVITE with i...@30i number 97. Unfortunately I have a broken sip client only talks with RTP payload 102. So here is the question: 1) What's the difference between 97 and 102?

Re: [Freeswitch-users] iLBC codec 97 or 102

2009-05-08 Thread Brian West
Once you're in dynamic range you should compare the codec name not number. /b On May 8, 2009, at 2:04 AM, seven wrote: Hi, We have FreesSWITCH runing on version 11066, which INVITE with i...@30i number 102, however the recent version INVITE with i...@30i number 97. Unfortunately I have a br

Re: [Freeswitch-users] DTMF recognition flaky

2009-05-08 Thread Jason White
I've narrowed this problem down. When I call my ISP's DTMF test and issue DTMF from the Snom phone, do_2833() from switch_rtp.c is never called, as evidenced by freeswitch.log. However, if I call a friend's FreeSWITCH box from the phone (via my FreeSWITCH instance), do_2833() is called. It is als

Re: [Freeswitch-users] iLBC codec 97 or 102

2009-05-08 Thread seven
On May 8, 2009, at 3:18 PM, Brian West wrote: Once you're in dynamic range you should compare the codec name not number. /b On May 8, 2009, at 2:04 AM, seven wrote: Hi, We have FreesSWITCH runing on version 11066, which INVITE with i...@30i number 102, however the recent version INVITE w

Re: [Freeswitch-users] iLBC codec 97 or 102

2009-05-08 Thread Brian West
No thats not how the dynamic range works. You can change it in mod_ilbc.c but again NOT the right way. Your phone is broken and should be fixed. /b On May 8, 2009, at 2:50 AM, seven wrote: Thank you. It must be changeable somewhere in the source code, can you help me to find out? I want

Re: [Freeswitch-users] DTMF recognition flaky

2009-05-08 Thread Jason White
Jason White wrote: >It is also called if I use the voicemail > extension on my local FreeSWITCH. Apologies for the nonsense - I meant that switch_rtp_dequeue_dtmf() is called in that case, for DTMF detection. ___ Freeswitch-users mailing list Freeswit

Re: [Freeswitch-users] DTMF recognition flaky

2009-05-08 Thread Jason White
As a matter of interest, the other end (as reported in its SDP) is BroadWorks. ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/

Re: [Freeswitch-users] DTMF recognition flaky

2009-05-08 Thread Jason White
Sorry for all the e-mail... If I turn off the jitter buffer that I had set in the dialplan extension for that provider, DTMF is correctly sent and detected by the other side. I suspect a bug, but maybe this is the desired behaviour. ___ Freeswitch-use

Re: [Freeswitch-users] iLBC codec 97 or 102

2009-05-08 Thread seven
But there is only two 30ms variants, SWITCH_CODEC_TYPE_AUDIO, 97, "iLBC", "mode=20", SWITCH_CODEC_TYPE_AUDIO, 98, "iLBC", "mode=30", SWITCH_CODEC_TYPE_AUDIO, 102, "iLBC", "mode=30", Why FS INVITE with mode=30 and 97 but not 98/102 as I'm using i...@30i ? v=0 o=FreeSWITCH 6662257026041736756 63

Re: [Freeswitch-users] SRTP Error "auth check failed"

2009-05-08 Thread Helmut Kuper
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Brian, no, during conversations calls were desconnected. regards Helmut On 07.05.2009 17:09, Brian West wrote: > Were they on hold for a bit? > > /b > -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (MingW32) iD8DBQFKA/uA4tZeNddg3dwRAk

Re: [Freeswitch-users] SRTP Error "auth check failed"

2009-05-08 Thread Helmut Kuper
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello again, I spent some more time investigating the problem. The scenario seems to be always the same: - -Phone A calls Phone B on PSTN (OpenZAP+Sangoma) via FS. - -Call is established and Phone A has a (G722)SRTP connection to FS. - -After a whi

Re: [Freeswitch-users] DTMF recognition flaky

2009-05-08 Thread Rupa Schomaker
Sound bugish to me - or at least not desired behavior. I'd suggest opening up a jira (jira.freeswitch.org) with as much documentation as you have so it can be researched and resolved. On Fri, May 8, 2009 at 3:46 AM, Jason White wrote: > Sorry for all the e-mail... > > If I turn off the jitter b

Re: [Freeswitch-users] DTMF recognition flaky

2009-05-08 Thread Rupa Schomaker
Also, in general, I believe you want the jitter buffers on the end-point devices only. Not the guy in the middle. So, jitter buffer should be enabled on the phone, not within FS -- unless FS is the endpoint (eg: IVR). On Fri, May 8, 2009 at 7:05 AM, Rupa Schomaker wrote: > Sound bugish to me -

Re: [Freeswitch-users] SRTP Error "auth check failed"

2009-05-08 Thread Helmut Kuper
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello again, a further and last update for today: Facing snom phones with different FWs with this scenario I found that Snom 370 with FW 8.2.2 has no problems, while for Snom 370 with FW7.3.11 (I guess also below) I was able to reproduce the problem.

Re: [Freeswitch-users] iLBC codec 97 or 102

2009-05-08 Thread Brian West
actually I think we can remove the 102 version that was there for some google talk thing and I don't think we they do that anymore I'll have to test but ... if we invite to you with mod=30 you have to do 30 no exceptions as per the iLBC spec. /b On May 8, 2009, at 4:04 AM, seven wrote: B

Re: [Freeswitch-users] Total noob question

2009-05-08 Thread Lars Zeb
In launching freeswitch, I noticed the errors below, plus many more I did not copy here. Also the mod directory had only two modules in it, so I rebuilt from the tarball again. Same results. I did ./configure, make and make install. What have I done wrong? Thanks, Lars 2009-05-08 05:52:32 [CRIT]

Re: [Freeswitch-users] SRTP Error "auth check failed"

2009-05-08 Thread Carlos Talbot
On Fri, May 8, 2009 at 9:31 AM, Helmut Kuper wrote: > Facing snom phones with different FWs with this scenario I found that > Snom 370 with FW 8.2.2 has no problems, while for Snom 370 with FW7.3.11 > (I guess also below) I was able to reproduce the problem. So it seems to > be a Snom problem rat

Re: [Freeswitch-users] iLBC codec 97 or 102

2009-05-08 Thread dujinfang
On May 8, 2009, at 9:32 PM, Brian West wrote: actually I think we can remove the 102 version that was there for some google talk thing and I don't think we they do that anymore I'll have to test but ... if we invite to you with mod=30 you have to do 30 no exceptions as per the iLBC spec.

Re: [Freeswitch-users] SRTP Error "auth check failed"

2009-05-08 Thread Carlos Talbot
Nevermind. I figured it out. It's available as beta on the dms server. http://wiki.snom.com/RSS#Release_candidates_7.3.19_and_8.2.2_can_be_downloaded_from_snom.27s_Document_Management_System_.28DMS.29 On Fri, May 8, 2009 at 10:18 AM, Carlos Talbot wrote: > > How did you get 8.2.2 for the 370? I

Re: [Freeswitch-users] Total noob question

2009-05-08 Thread Michael Collins
Lars, May I suggest this process: make clean && svn up && ./bootstrap.sh && ./configure && make install It's one step less intensive than starting with a fresh checkout. I just did that on four systems last night that all had a buggy build with cluechoo and file_string and now all four are hummi

[Freeswitch-users] Stops accepting calls when idle for four minutes

2009-05-08 Thread Greg Thoen
[Just learning Freeswitch, but I really did search this list looking for my answer for awhile] I compiled the latest trunk release from svn two days ago. I have a DID from flowroute.com pointing to it. Added the flowroute IP to acl.conf.domains and added flowroute.xml to conf/sip_profiles/

Re: [Freeswitch-users] Stops accepting calls when idle for four minutes

2009-05-08 Thread Mike Tkachuk
Hello Greg, It's a NAT box issue. Nat bindings expire if no activity. Try adding a: to your gateway params. But to be honest it's flowroute duty to keep a connection alive by sending keepalives. -- Mike Tkachuk ___ Freeswitch-users mailing l

[Freeswitch-users] mod_nibblebill question

2009-05-08 Thread Diego Viola
Hi everyone, I'm currently developing a calling card application that uses event socket and mod_nibblebill to bill calls. Well, the question is: can mod_nibblebill disconnect a call when the balance is depleted, or when it reaches 0 cash? The wiki says: "Allow for disconnecting or re-routing cal

Re: [Freeswitch-users] Total noob question

2009-05-08 Thread Lars Zeb
The mod modules are still not built. I tried with your suggestion. making install mod_cluechoo Compiling mod_cluechoo.c... quiet_libtool: compile: gcc -I/usr/src/freeswitch/src/include -I/usr/src/freeswitch/libs/libteletone/src -fPIC -Werror -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHA

Re: [Freeswitch-users] Total noob question

2009-05-08 Thread Michael Collins
Okay, time for a fresh checkout. If you are on Linux then I recommend that you completely "rm -fr" your freeswitch source directory, then do the quick and dirty install: http://wiki.freeswitch.org/wiki/Quick_and_Dirty_Install Let us know if that works... -MC On Fri, May 8, 2009 at 10:20 AM, Lars

Re: [Freeswitch-users] Stops accepting calls when idle for four minutes

2009-05-08 Thread Greg Thoen
That solved it! Is there any downside to this method of keeping the nat binding alive? -- Greg On May 8, 2009, at 12:49 PM, Mike Tkachuk wrote: Hello Greg, It's a NAT box issue. Nat bindings expire if no activity. Try adding a: to your gateway params. But to be honest it's flowroute duty

Re: [Freeswitch-users] mod_nibblebill question

2009-05-08 Thread Diego Viola
Oh I see that it has it already :D - Diego On Fri, May 8, 2009 at 1:20 PM, Diego Viola wrote: > Hi everyone, > > I'm currently developing a calling card application that uses event > socket and mod_nibblebill to bill calls. Well, the question is: can > mod_nibblebill disconnect a call whe

Re: [Freeswitch-users] mod_nibblebill question

2009-05-08 Thread Diego Viola
I have set these actions: But when it reaches 0 cash it doesn't hangup :(. On Fri, May 8, 2009 at 2:34 PM, Diego Viola wrote: > Oh I see that it has it already :D > > > > > - > > > > > Diego > > On Fri, May 8, 2009 at 1:20 PM, Diego Viola wrote: >> Hi everyone, >> >> I'm currently deve

[Freeswitch-users] Gateway Outbound Dial Config Problem

2009-05-08 Thread Dale
Hello, I am trying to get a new freeswitch installation working and I have it registering to a sip provider just fine and can receive inbound calls but when I try and place a call out through the gateway the switch is rejecting it due to the domain in the to of the INVITE. Here is the INVI

Re: [Freeswitch-users] Total noob question

2009-05-08 Thread Lars Zeb
Sorry to report that the results are the same. I executed the 'make' command after the 'wget' and captured stderr and stdout to a file. I uploaded it to http://rapidshare.com/files/230726648/openSuse_11.1_Freeswitch-1.0.4pre7_log .zip.html if it's of any use. The mod_cluechoo errors persist. Th

Re: [Freeswitch-users] Total noob question

2009-05-08 Thread Michael Collins
Well, Tony likes to say that you can compile FreeSWITCH anywhere but he only supports it if the name of the OS rhymes with Mentos. :) We have had much success with CentOS 5.x installs. I can highly recommend it. -MC On Fri, May 8, 2009 at 1:46 PM, Lars Zeb wrote: > Sorry to report that the res

[Freeswitch-users] Install without example configurations

2009-05-08 Thread Lon Baker
Is there a way to compile and install without all the example configuration information? A truly clean install out of the gate. Lon ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/fre

Re: [Freeswitch-users] Install without example configurations

2009-05-08 Thread Brian West
cd /usr/local/freeswitch/ rm -rf conf but You'll have to do it all by hand its better off to strip down the config once you understand how FreeSWITCH works. /b On May 8, 2009, at 3:22 PM, Lon Baker wrote: Is there a way to compile and install without all the example configuration informati

Re: [Freeswitch-users] Install without example configurations

2009-05-08 Thread Andy Spitzer
Woof! On Fri, May 8, 2009 at 4:22 PM, Lon Baker wrote: > A truly clean install out of the gate. We took a different approach. Rather than change what FS comes with, we created an alternate configuration area and point FreeSWITCH to it when we start. Here's the script: http://code.sipfoundry.or

Re: [Freeswitch-users] Install without example configurations

2009-05-08 Thread Michael Collins
Thanks for the tip! -MC On Fri, May 8, 2009 at 2:20 PM, Andy Spitzer wrote: > Woof! > > On Fri, May 8, 2009 at 4:22 PM, Lon Baker wrote: > > A truly clean install out of the gate. > > We took a different approach. Rather than change what FS comes with, > we created an alternate configuration a

Re: [Freeswitch-users] Gateway Outbound Dial Config Problem

2009-05-08 Thread Michael Collins
What does your dialplan entry look like? Also, a debug trace and even a sip trace would be useful. You can use pastepin.freeswitch.org to paste a lot of stuff in a place where everyone can view it and not overwhelm the email list. -MC On Fri, May 8, 2009 at 12:36 PM, Dale wrote: > > Hello, > >

Re: [Freeswitch-users] Gateway Outbound Dial Config Problem

2009-05-08 Thread Dale
Thanks for the response. Of course after sending the email I find the problem. The account was not properly setup on the other end to place outbound calls. So everything is working now. Thanks, -Dale On May 8, 2009, at 6:45 PM, Michael Collins wrote: What does your dialplan entry look li

Re: [Freeswitch-users] DTMF recognition flaky

2009-05-08 Thread Jason White
Rupa Schomaker wrote: > Sound bugish to me - or at least not desired behavior. > > I'd suggest opening up a jira (jira.freeswitch.org) with as much > documentation as you have so it can be researched and resolved. If someone could add it to Jira, I'll detail the issue here. The Jira Web interfac

Re: [Freeswitch-users] FreeSWITCH under the Linux 2.6.29 kernel

2009-05-08 Thread Pablo Hernan Saro
Jason: IMHO, it is related with the following kernel options: CONFIG_HZ, CONFIG_NO_HZ and CONFIG_HIGH_RES_TIMERS. Take a look at those options in your kernel and try modifying them until get the desired result. Google that options and you will find lots of discussions that will clarify your mind.

Re: [Freeswitch-users] FreeSWITCH under the Linux 2.6.29 kernel

2009-05-08 Thread Jason White
Pablo Hernan Saro wrote: > IMHO, it is related with the following kernel options: CONFIG_HZ, > CONFIG_NO_HZ and CONFIG_HIGH_RES_TIMERS. > Take a look at those options in your kernel and try modifying them until get > the desired result. Google that options and you will find lots of > discussions