[Freeswitch-users] Setting WAV File as rinback

2009-08-17 Thread Max Bridgewater
Hi, I'm trying to have an audio as ringback (WAV, 8khz, mono) when originating a call. Unfortunately, it doesn't seem to work; the RINGING teletone is being used instead of my audio. I have debug level enabled on Freeswitch but i don't find anything suspicious. is there anything specific i should

Re: [Freeswitch-users] G729 transcoding workaround

2009-08-17 Thread Raymond Chandler
On Aug 17, 2009, at 4:30 PM, Justin Miller wrote: Is there a way to end the transcoded call legs, and bridge to the phone from the original call leg? This would free up the M1000, and just seems like a better way to do things. You might consider using a REFER if your endpoints support it.

Re: [Freeswitch-users] Eavesdrop getting killed after being answered

2009-08-17 Thread Lars Zeb
Thanks, Michael, it's working at 14548. From: freeswitch-users-boun...@lists.freeswitch.org [mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Michael Collins Sent: Monday, August 17, 2009 2:22 PM To: freeswitch-users@lists.freeswitch.org Subject: Re: [Freeswitch-users] Eavesdr

Re: [Freeswitch-users] JAVA ESL

2009-08-17 Thread Michael Jerris
Thanks, I'll get that merged in and clear from this we need to start using proper autoconf checks for java. mike On Aug 17, 2009, at 5:35 PM, Fernando Testa wrote: Done! Check out patch at http://jira.freeswitch.org/browse/FSBUILD-185 Testa On Mon, Aug 17, 2009 at 5:18 PM, Michael Jerris

Re: [Freeswitch-users] Cluecon 2009

2009-08-17 Thread Rodrigo P. Telles
Hi FS Team, Thanks for your great work at Cluecon, we came back to Brazil with some good ideas (+ Snom 360 + Sangoma B600) ;-) See you again next year! Rodrigo Telles Devel-IT ___ FreeSWITCH-users mailing list FreeSWITCH-users@lists.freeswitch.org ht

Re: [Freeswitch-users] JAVA ESL

2009-08-17 Thread Fernando Testa
Done! Check out patch at http://jira.freeswitch.org/browse/FSBUILD-185 Testa On Mon, Aug 17, 2009 at 5:18 PM, Michael Jerris wrote: > can someone post a patch to that makefile to jira.freeswitch.org please. > Mike > > On Aug 17, 2009, at 4:04 PM, Fernando Testa wrote: > > I found this same issu

Re: [Freeswitch-users] Eavesdrop getting killed after being answered

2009-08-17 Thread Michael Collins
On Mon, Aug 17, 2009 at 1:18 PM, Lars Zeb wrote: > I used to be able to dial 88+extension to eavesdrop, but now it is killed > right after the call is answered by the extension. Can anyone tell me what I > have done wrong? > > > > I am running version 14534 on Linux fs 2.6.18-128.1.10.el5 #1 SMP

Re: [Freeswitch-users] Better results from mod_vmd

2009-08-17 Thread Eric des Courtis
Matt, You must first capture the audio beeps and verify that they are sine waves. If not, simply tweaking the algorithm will not give you better results. It might be possible to use FFT and I would be happy to help you implement such a solution but keep in mind FFT is very very demanding on the h

Re: [Freeswitch-users] Better results from mod_vmd

2009-08-17 Thread Eric des Courtis
Matt, Okay the good news is vmd should be able to handle these cases. The bad news is for whatever reason they are not getting detected at the moment. vmd-not-panasonic-home-ans.wav is a sine at ~1400Hz you can change MAX_FREQ to 1450 and play with MIN_AMPL if that still doesn't help. The follow

[Freeswitch-users] G729 transcoding workaround

2009-08-17 Thread Justin Miller
To overcome the G729 transcoding issue with voicemail, I'm using an Audiocodes Mediant 1000 for transcoding. Our SIP trunk provider and all of our phones use G729 exclusively. When a call needs to go to voicemail, the call is bridged to the M1000, which transcodes to G711, and returns the call t

[Freeswitch-users] Eavesdrop getting killed after being answered

2009-08-17 Thread Lars Zeb
I used to be able to dial 88+extension to eavesdrop, but now it is killed right after the call is answered by the extension. Can anyone tell me what I have done wrong? I am running version 14534 on Linux fs 2.6.18-128.1.10.el5 #1 SMP Thu May 7 10:39:21 EDT 2009 i686 i686 i386 GNU/Linux. ht

Re: [Freeswitch-users] JAVA ESL

2009-08-17 Thread Michael Jerris
can someone post a patch to that makefile to jira.freeswitch.org please. Mike On Aug 17, 2009, at 4:04 PM, Fernando Testa wrote: I found this same issue on my machine. If you could compile a esl_wrap.o then you have to generate a libesl.so with a cmd like this: g++ -shared esl_wrap.o -o lib

Re: [Freeswitch-users] JAVA ESL

2009-08-17 Thread Fernando Testa
I found this same issue on my machine. If you could compile a esl_wrap.o then you have to generate a libesl.so with a cmd like this: g++ -shared esl_wrap.o -o libesl.so Then in your code, do something like this: /* Test.java */ import org.freeswitch.esl.*; class Test { public static void main(St

Re: [Freeswitch-users] ext sip & rtp IP trouble

2009-08-17 Thread kokoska rokoska
Let me apologize to waste your time, Brian (and others too). I'm still not 100% sure where problem is, but I'm nearly sure it is not related to FreeSWITCH. I found similar problems with SMB - with IPv6 active some clients (even with only IPv4 stack) can't connect to server. Disabling IPv6 solves

Re: [Freeswitch-users] ext sip & rtp IP trouble

2009-08-17 Thread kokoska rokoska
Brian West napsal(a): > shinzon.pub and get on IRC and msg bkw_ and i'll take a look. > > /b > OK, I do it. But wait few minutes, please: 1. I should asleep my chidren :-) 2. Before a while I discovered that if I disable IPv6 networking in my CentOS, the RTPs from FreeSWITCH works great (FS

Re: [Freeswitch-users] ext sip & rtp IP trouble

2009-08-17 Thread Brian West
shinzon.pub and get on IRC and msg bkw_ and i'll take a look. /b On Aug 17, 2009, at 11:46 AM, kokoska rokoska wrote: > > I'm sorry, but even after fresh svn checkout all goes wrong :-) > > If you be so kind to look at that machine, I'll be very glad. > I still think it will be some trivial, stu

Re: [Freeswitch-users] ext sip & rtp IP trouble

2009-08-17 Thread kokoska rokoska
Brian West napsal(a): > if all else fails get me access to the machine please. > > /b > I'm sorry, but even after fresh svn checkout all goes wrong :-) If you be so kind to look at that machine, I'll be very glad. I still think it will be some trivial, stupid, misconfiguration, but can't fin

Re: [Freeswitch-users] how to set different action for different cause code

2009-08-17 Thread Michael Collins
On Sun, Aug 16, 2009 at 4:24 AM, Woody Dickson wrote: > Hello, > > I find hangup_hook, but I would like to define different actions for > different hangup codes. Is there anyway to do that? > > I can think of at least two ways you could do this: one that uses only the dialplan and one that uses

Re: [Freeswitch-users] FreeSWITCH 1.0.4 windows installer - great but I have a little problem

2009-08-17 Thread Michael Jerris
On Aug 17, 2009, at 5:29 AM, Meftah Tayeb wrote: hi MikeJ, i prefer creating MSI file that is easy to mintin$ How is this useful vs. something that is already maintained? unstid of using inno setup or advanced installer (not free), we can use WIX (Windows installer XML) that is a open sour

Re: [Freeswitch-users] Transporting SIP over TCP

2009-08-17 Thread Brian West
Well if you append ;transport=tcp on the bridge lines it will use TCP . /b On Aug 17, 2009, at 9:06 AM, Tzury Bar Yochay wrote: >> FreeSWITCH works very well as a client :P > I am currently porting it into iPhone and Symbian, I am almost > done ;-) > > anyway, seriously now, can one point to a

Re: [Freeswitch-users] ext sip & rtp IP trouble

2009-08-17 Thread Brian West
if all else fails get me access to the machine please. /b On Aug 17, 2009, at 9:09 AM, kokoska rokoska wrote: > Still no luck - no RTPs from FreeSWITCH. > For sure I'll make fresh svn checkout in a minute and let you know > if it > helps... > > Thank you very much for your help! > > Best regar

Re: [Freeswitch-users] Transporting SIP over TCP

2009-08-17 Thread Tzury Bar Yochay
> FreeSWITCH works very well as a client :P I am currently porting it into iPhone and Symbian, I am almost done ;-) anyway, seriously now, can one point to a wiki page about this? How do I do that? I would need 3 server instances to place a call, right? ___

Re: [Freeswitch-users] ext sip & rtp IP trouble

2009-08-17 Thread kokoska rokoska
Brian West napsal(a): > Update, Math refactored the functions that caused some of the problems. > > /b > Still no luck - no RTPs from FreeSWITCH. For sure I'll make fresh svn checkout in a minute and let you know if it helps... Thank you very much for your help! Best regards, kokoska.rokos

Re: [Freeswitch-users] Transporting SIP over TCP

2009-08-17 Thread Brian West
FreeSWITCH works very well as a client :P /b On Aug 17, 2009, at 8:53 AM, Tzury Bar Yochay wrote: > my conclusion is then: > we are living in a sad world where there is no a production ready, > cross platform, fully compliant, decent and open source sip client _

Re: [Freeswitch-users] SIPGATE Problem

2009-08-17 Thread Brian West
Well if you pay attention I told you in the last email... set the param from-domain on the gateway to sipgate.de /b On Aug 17, 2009, at 8:36 AM, NOx-WHV wrote: Hi, i have just taken some pictures. http://www.nabble.com/file/p25006858/pic1.JPG pic1.JPG http://www.nabble.com/file/p25006858/

Re: [Freeswitch-users] Transporting SIP over TCP

2009-08-17 Thread Tzury Bar Yochay
> They make you pay for TCP which is weird since the RFC says TCP is > required. > > /b my conclusion is then: we are living in a sad world where there is no a production ready, cross platform, fully compliant, decent and open source sip client ___ Free

Re: [Freeswitch-users] SIPGATE Problem

2009-08-17 Thread NOx-WHV
Hi, i have just taken some pictures. http://www.nabble.com/file/p25006858/pic1.JPG pic1.JPG http://www.nabble.com/file/p25006858/pic2.JPG pic2.JPG http://www.nabble.com/file/p25006858/pic3.JPG pic3.JPG the third picture is taken by a softphone that works. To Brian: If i set the effective

Re: [Freeswitch-users] Transporting SIP over TCP

2009-08-17 Thread Brian West
They make you pay for TCP which is weird since the RFC says TCP is required. /b On Aug 17, 2009, at 7:18 AM, bakko wrote: > Y make my tests with eyebeam. > > I thing X-lite dont't support TCP transport. > > BR ___ FreeSWITCH-users mailing list Free

Re: [Freeswitch-users] ext sip & rtp IP trouble

2009-08-17 Thread Brian West
Update, Math refactored the functions that caused some of the problems. /b On Aug 17, 2009, at 1:29 AM, kokoska rokoska wrote: > > After some testing I found following: > > 1. When I try to bridge call between endpoints, there are always no > RTPs > from FreeSWITCH (like I wrote before). > 2.

Re: [Freeswitch-users] SIPGATE Problem

2009-08-17 Thread Brian West
You need to set from-domain on the gateway. And set the effective_caller_id_number to just the number not the num...@host. /b On Aug 17, 2009, at 7:10 AM, NOx-WHV wrote: Hi, i have a problem using my freeswitch with a sipgate account. The gateway entry is o.k.. Freeswitch try a call, s

Re: [Freeswitch-users] SIPGATE Problem

2009-08-17 Thread Chris Chen
Hi, could you please check the destination number in your dial string? If it is the right format, one of the reasons could be that number is not in service when you get "403" response from the SIP gateway. Thanks, Chris On Mon, Aug 17, 2009 at 8:10 AM, NOx-WHV wrote: > > Hi, > > i have a probl

Re: [Freeswitch-users] Transporting SIP over TCP

2009-08-17 Thread bakko
Y make my tests with eyebeam. I thing X-lite dont't support TCP transport. BR ___ FreeSWITCH-users mailing list FreeSWITCH-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/

[Freeswitch-users] SIPGATE Problem

2009-08-17 Thread NOx-WHV
Hi, i have a problem using my freeswitch with a sipgate account. The gateway entry is o.k.. Freeswitch try a call, sent an invite and sipgate answer with "403" (forbidden). I guess the string is incorrect. I modify the "effective_caller_id_number" to accountnum...@sipgate.de but the trace show t

Re: [Freeswitch-users] FreeSWITCH 1.0.4 windows installer - great but I have a little problem

2009-08-17 Thread Meftah Tayeb
hi MikeJ, i prefer creating MSI file that is easy to mintin$ unstid of using inno setup or advanced installer (not free), we can use WIX (Windows installer XML) that is a open source one we can create a customised MSI that fully install mor features, including Sounds / MOH/... and we can edit XM

Re: [Freeswitch-users] Transporting SIP over TCP

2009-08-17 Thread Jason White
Tzury Bar Yochay wrote: > I think I confused you with this TLS/TCP thing. > For the sake of clarification, I am talking about TCP and _not_ about TLS. > That is simply transporting the signaling packets over TCP instead of UDP. > No TLS should be involved at this stage. It is simply communicatio

Re: [Freeswitch-users] Build Issue on Solaris 10 (FS v1.0.4pre9 & v1.0.4)

2009-08-17 Thread Bruce McAlister
Hi All, Shall I log a JIRA for this issue? Thanks Bruce Bruce McAlister wrote: > Hi All, > > I have been having difficulty trying to build FreeSWITCH 1.0.4pre9 and > 1.0.4. > > I am running on Solaris 10 Update 5 on x86 hardware (32-bit). > > The build fails with: > > --- snip --- > make: F

Re: [Freeswitch-users] Transporting SIP over TCP

2009-08-17 Thread Tzury Bar Yochay
> I'm not sure whether that's supposed to use TLS. I suspect not. Jason, I think I confused you with this TLS/TCP thing. For the sake of clarification, I am talking about TCP and _not_ about TLS. That is simply transporting the signaling packets over TCP instead of UDP. No TLS should be involved

Re: [Freeswitch-users] Transporting SIP over TCP

2009-08-17 Thread Jason White
Tzury Bar Yochay wrote: > Well, as I said at the beginning of this thread, TLS works fine for me. > The problem is when using TCP (transport=tcp and not transport=tls) I'm not sure whether that's supposed to use TLS. I suspect not. ___ FreeSWITCH-us

Re: [Freeswitch-users] Transporting SIP over TCP

2009-08-17 Thread Tzury Bar Yochay
> I've successfully used TLS with FreeSWITCH at both ends (yes, that's with > FreeSWITCH itself as the softphone). Well, as I said at the beginning of this thread, TLS works fine for me. The problem is when using TCP (transport=tcp and not transport=tls) __

Re: [Freeswitch-users] Transporting SIP over TCP

2009-08-17 Thread Jason White
Tzury Bar Yochay wrote: > Brian/Bakko, > > Would you please tell me which softphone are you using? > As you know, my own one is not working and when I tried tcp with xlite > (providing transport=tls) I see in wireshark that it is still > transporting it over udp(!) I've successfully used TLS wit

Re: [Freeswitch-users] Transporting SIP over TCP

2009-08-17 Thread Tzury Bar Yochay
Brian/Bakko, Would you please tell me which softphone are you using? As you know, my own one is not working and when I tried tcp with xlite (providing transport=tls) I see in wireshark that it is still transporting it over udp(!) thanks allot in advance, Tzury On Sun, Aug 16, 2009 at 5:11 PM, Br