Re: [Freeswitch-users] mod_bv16/32 removed. Added mod_bv

2009-11-20 Thread Jason White
Brian West br...@freeswitch.org wrote: It now works.. update and have fun! Unfortunately it fails to compile under Debian: mod_bv.c:33:24: error: broadvoice.h: No such file or directory The header file exists, so I assume the include path specified to gcc just isn't right.

Re: [Freeswitch-users] APT Utility

2009-11-20 Thread David V. Fansler
Thanks Rob - I guess that it is not installed yet - I get a directory not found trying your suggestion. Taking a look at the freeswitch directory, there is no bin directory. I will keep scratching away at it. David David V. Fansler s/v Annabelle dfans...@dv-fansler.com

Re: [Freeswitch-users] APT Utility

2009-11-20 Thread Rob Forman
Hi David, Apt was just for getting your dependencies in order. Now you can go about the business of compiling and installing Freeswitch. You might start with 1.0.4 so you don't have to mess with svn yet.

Re: [Freeswitch-users] tcp call misses sip message

2009-11-20 Thread RobertT
Well, I start 2 user agents. Each of them successfully registers as 1000 1001 extensions via tcp SIP transport. Then I issue a call, say from 1000 to 1001, and watch it being disconnected in several seconds by recieving client due to abovementioned conditions (no completing answer from FS). Why

Re: [Freeswitch-users] TFTP Server Cisco 7540

2009-11-20 Thread Karl J. Vesterling
Then why is the 7540 in the Subject of this thread? I hadn't found data on the 7540 either, but hey, for a while the Cisco WAAS device was a Cisco Product and had not any support from Cisco. Matter of fact, I had to get the regional sales director on the phone to argue successfully to the cisco

Re: [Freeswitch-users] TFTP Server Cisco 7540

2009-11-20 Thread Karl J. Vesterling
You'd think so wouldn't you... Even the DHCP Server with Snow Leopard Server lacks this basic functionality. If someone knows how to enable it, please post destructions on how-to here... Best Regards, Karl J. Vesterling k...@ken-ton.com 202-461-3231 x0 On Nov 19, 2009, at 6:23 PM, Metik wrote:

Re: [Freeswitch-users] tcp call misses sip message

2009-11-20 Thread Brian West
Well depends are you using x-lite 4 beta? you didn't include ANY logs... I know TCP to TCP works fine I use that daily. can you include some debug logs or join #freeswitch on irc.freenode.net? /b On Nov 20, 2009, at 6:30 AM, RobertT wrote: Well, I start 2 user agents. Each of them

Re: [Freeswitch-users] mod_bv16/32 removed. Added mod_bv

2009-11-20 Thread Brian West
You'll have to rebootstrap and make sure libs/broadvoice builds /b On Nov 20, 2009, at 2:32 AM, Jason White wrote: Brian West br...@freeswitch.org wrote: It now works.. update and have fun! Unfortunately it fails to compile under Debian: mod_bv.c:33:24: error: broadvoice.h: No such file

Re: [Freeswitch-users] Hardware echo cancellation.

2009-11-20 Thread David Knell
On Fri, 2009-11-20 at 09:57 +0800, Steve Underwood wrote: On 11/20/2009 05:15 AM, David Knell wrote: On Fri, 2009-11-20 at 00:15 +0800, Steve Underwood wrote: The audio path between kernel and user space is not stable with any current PC based telephony system. At some point in the

Re: [Freeswitch-users] TFTP Server Cisco 7540

2009-11-20 Thread Metik
Although I'm not familiar with Snow Leopard's DHCP server implementation, I would assume that to expose that functionality--it is a matter of tweaking what is under the hood. If that is not the case--you could just build and/or install ISC's DHCP server. As far as tftpd32, I have used it in

Re: [Freeswitch-users] [local_stream://moh] already broadcasting...broadcast aborted

2009-11-20 Thread Kristian Kielhofner
Finally got a chance to test this, the results are the same. Why am I getting this? Is it because I'm executing ring_ready before I attempt the bridge? Is it because I'm using a socket? On Wed, Nov 11, 2009 at 10:14 PM, Anthony Minessale anthony.miness...@gmail.com wrote: dont execute bridge

Re: [Freeswitch-users] Call doesn't work while registration work for a VOIP provider

2009-11-20 Thread Albano Daniele Salvatore - Lavoro
Thank you, this works perfectly! Brian West ha scritto: I'm going to guess gw+exsorsa is what they don't like. try extensions- in-contact=true on the gateway config. /b attachment: info.vcf___ FreeSWITCH-users mailing list

Re: [Freeswitch-users] Call doesn't work while registration work for a VOIP provider

2009-11-20 Thread Brian West
Can you please document that on the wiki for the providers and in the sofia config pages? /b On Nov 20, 2009, at 10:46 AM, Albano Daniele Salvatore - Lavoro wrote: Thank you, this works perfectly! Brian West ha scritto: I'm going to guess gw+exsorsa is what they don't like. try

[Freeswitch-users] Broadvoice 32 transcoding support?

2009-11-20 Thread Gaurav Singh
Hi, Does freeswitch support transcoding between broadvoice (BV32 ) and G711 ? Did anyone try using freeswitch with Xten/counterpath Sip phone configured with broadvoice32? Also, can someone recomend  another free sip phone supporting BV 32? Thanks Gaurav

[Freeswitch-users] freeswitch.spec patch

2009-11-20 Thread Igor Neves
Hi, Attached it's a patch that corrects the problem when doing upgrade to other older version of freeswitch rpm the freeswitch user was being deleted. This patch was made against freeswitch.spec from freeswitch 1.0.4. It should be applied with patch -p0 freeswitch.spec. Cheers, -- Igor

Re: [Freeswitch-users] freeswitch.spec patch

2009-11-20 Thread William Suffill
1.0.4 is quite old at this point so patches should be against trunk from SVN to make sure they apply against the latest codebase instead of the released version. Also the project prefers that patches be kept in Jira for tracking purposes. http://jira.freeswitch.org/ Thanks for the contribution

Re: [Freeswitch-users] freeswitch.spec patch

2009-11-20 Thread Igor Neves
Hi, I have it working on CentOS, I can help packaging it, what does it involves more precisely? On 11/20/2009 05:20 PM, Itamar Reis Peixoto wrote: do you like to help packaging it for fedora, centos and rhel ? On Fri, Nov 20, 2009 at 3:09 PM, Igor Nevesi...@3gnt.net wrote: Hi,

Re: [Freeswitch-users] freeswitch.spec patch

2009-11-20 Thread Igor Neves
Ok, But how should I proceed? Thanks, On 11/20/2009 05:19 PM, William Suffill wrote: 1.0.4 is quite old at this point so patches should be against trunk from SVN to make sure they apply against the latest codebase instead of the released version. Also the project prefers that patches be kept

Re: [Freeswitch-users] Broadvoice 32 transcoding support?

2009-11-20 Thread Brian West
Yes it works. You'll need SVN as of last night. Build mod_bv and load it. Works with Aastra and x-lite as far as I can tell... I do have one issue lingering with x-lite but its only when calling but i'm working on that one. I have no idea why you would want to transcode from BV32 to

Re: [Freeswitch-users] freeswitch.spec patch

2009-11-20 Thread Brian West
Well contribute your patches against SVN Trunk to http://jira.freeswitch.org /b On Nov 20, 2009, at 11:29 AM, Igor Neves wrote: Hi, I have it working on CentOS, I can help packaging it, what does it involves more precisely? On 11/20/2009 05:20 PM, Itamar Reis Peixoto wrote: do you like

Re: [Freeswitch-users] Broadvoice 32 transcoding support?

2009-11-20 Thread Michael Collins
On Fri, Nov 20, 2009 at 1:16 AM, Gaurav Singh gaurav...@yahoo.com wrote: Hi, Does freeswitch support transcoding between broadvoice (BV32 ) and G711 ? Try latest trunk. There was a new update just added very recently... -MC ___ FreeSWITCH-users

Re: [Freeswitch-users] freeswitch.spec patch

2009-11-20 Thread Brian West
Hope on IRC and talk to MikeJ in #freeswitch he can direct you better on what to do vs not do since he maintains the builds system in FreeSWITCH. /b On Nov 20, 2009, at 11:31 AM, Igor Neves wrote: Ok, But how should I proceed? Thanks, ___

[Freeswitch-users] phpmod fails to make

2009-11-20 Thread Costa Zikalala
I've been trying to make phpmod without any success. I've even tried to ./configure --with-php and it did't help. I've just upgraded to latest svn and am running FS on FC11. I keep getting this error message: make: php-config: Command not found g++-Wno-unused-label -Wno-unused-function -c

Re: [Freeswitch-users] phpmod fails to make

2009-11-20 Thread Brian West
I'm going to guess you did cd libs/esl/php then typed make.. move up one dir first then type make phpmod.. but you seem to be missing all the php dev headers. /b On Nov 20, 2009, at 11:51 AM, Costa Zikalala wrote: I've been trying to make phpmod without any success. I've even tried to

Re: [Freeswitch-users] phpmod fails to make

2009-11-20 Thread Raymond Chandler
try installing php-devel -Ray On Nov 20, 2009, at 12:51 PM, Costa Zikalala wrote: I've been trying to make phpmod without any success. I've even tried to ./configure --with-php and it did't help. I've just upgraded to latest svn and am running FS on FC11. I keep getting this error

Re: [Freeswitch-users] phpmod fails to make

2009-11-20 Thread Michael Collins
On Fri, Nov 20, 2009 at 9:51 AM, Costa Zikalala costa.zikal...@gmail.comwrote: I've been trying to make phpmod without any success. I've even tried to ./configure --with-php and it did't help. I've just upgraded to latest svn and am running FS on FC11. I keep getting this error message:

Re: [Freeswitch-users] phpmod fails to make

2009-11-20 Thread Costa Zikalala
Thanks for quick responses guys, yes I was doing it under the php directory. I've now also installed php-devel, and am now getting this error: make[1]: Entering directory `/home/Costa/freeswitch-1.0.4/libs/esl/php' g++ -shared -Xlinker -x esl_wrap.o ../libesl.a -lcrypt -lcrypt -ledit -lncurses

Re: [Freeswitch-users] tcp call misses sip message

2009-11-20 Thread RobertT
No, I don't use Xlite. I use my own .Net wrapper around pjsip ua lib. Foreseeing uncertaincies about it's quality I may say that pjsua reference implementation yields the same results in this scenario. Actually I have no doubt that FS is working nicely with tcp and tls as well because I had it

Re: [Freeswitch-users] phpmod fails to make

2009-11-20 Thread Raymond Chandler
you need additional libs... editline-devel or something similar. alternatively, you can remove them in the Makefile -Ray On Nov 20, 2009, at 1:50 PM, Costa Zikalala wrote: Thanks for quick responses guys, yes I was doing it under the php directory. I've now also installed php-devel, and

[Freeswitch-users] Analog phone with ATA. Phone Won't Dial Out, but can receive calls

2009-11-20 Thread Dave Stevenson
Hi, I have just purchased an ATA (Pluscom SIP VoIP ATA, model VPA-11) to try to use a normal (analogue) cordless phone with FreeSwitch. I have got the ATA setup and talking to FreeSwitch, it has registered the right extension and can receive and pick-up incoming calls. However, I can't dial

Re: [Freeswitch-users] Analog phone with ATA. Phone Won't Dial Out, but can receive calls

2009-11-20 Thread Dave Stevenson
Ooops - sorry about that ! OK, here you go http://pastebin.freeswitch.org/11205 I'd really appreciate some help with this as I'm really struggling. I think that the right tones are being sent as I can transfer a Voice Mail call to the phone and activate the voice prompts correctly. I

[Freeswitch-users] OS X compile error

2009-11-20 Thread James Budge
make[6]: *** [mod_amr.so] Error 1 make[5]: *** [all] Error 1 make[4]: *** [mod_amr-all] Error 1 make[3]: *** [all-recursive] Error 1 Making all in build + FreeSWITCH Build Complete ---+ + FreeSWITCH has been successfully built. + + Install by running:

[Freeswitch-users] mod_flite sound profiles

2009-11-20 Thread Malay Thakershi
Hello all, I am not able to play any female sound in mod_flite. I did try setting all 4 voice types one by one but it only says male voice. And the voice quality is not good at all. Am I doing something wrong? mObjMainSession.Answer();

Re: [Freeswitch-users] OS X compile error

2009-11-20 Thread Brian West
You have left out the whole bits that say what exactly failed... look UP farther. btw don't make -j http://wiki.freeswitch.org/wiki/Installation_Guide#64-bit_Mac_OS_X_.28Snow_Leopard.29 /b On Nov 20, 2009, at 5:19 PM, James Budge wrote: make[6]: *** [mod_amr.so] Error 1 make[5]: *** [all]

Re: [Freeswitch-users] mod_flite sound profiles

2009-11-20 Thread Brian West
You pay top dollar for it. The free stuff just isn't as good as what you PAY good money for. I don't expect that to change anytime soon. /b On Nov 20, 2009, at 5:18 PM, Malay Thakershi wrote: Also, can someone tell me what is the best way to get TTS going with good quality?

Re: [Freeswitch-users] RTP issues (possibly nat-related)

2009-11-20 Thread Jason White
I can still reproduce this as of rev. 15584. Symptom: 1. I called a test number via my ISP (IPv4, subject to nat). This worked. 2. I placed a second call to the same number 30 seconds later - connected, but no audio received. ___ FreeSWITCH-users

Re: [Freeswitch-users] freeswitch.spec patch

2009-11-20 Thread Michael Jerris
This was merged into trunk. On Nov 20, 2009, at 12:34 PM, Brian West wrote: Hope on IRC and talk to MikeJ in #freeswitch he can direct you better on what to do vs not do since he maintains the builds system in FreeSWITCH. /b On Nov 20, 2009, at 11:31 AM, Igor Neves wrote: Ok,

Re: [Freeswitch-users] change event value

2009-11-20 Thread Michael Jerris
no. On Nov 19, 2009, at 1:36 AM, Eli Hayun wrote: Hi Is there is a way to intercept an event (for example : REGISTER) and change one of its parameters (for example: the extension number) and fire up the corrected event? I need it to set the speedial of the phone value to be **x but to

Re: [Freeswitch-users] RTP issues (possibly nat-related)

2009-11-20 Thread Brian West
Can you give me some console logs and sip traces... maybe an rtp pcap? Thanks, Brian On Nov 20, 2009, at 6:02 PM, Jason White wrote: I can still reproduce this as of rev. 15584. Symptom: 1. I called a test number via my ISP (IPv4, subject to nat). This worked. 2. I placed a second

[Freeswitch-users] Problems with Voicemail

2009-11-20 Thread Peter P GMX
Hello, i have a couple of problems with voicemail. Voicemails are recorded but not played in any way. 1) when I call my voicemail, I can hear the number of new messages, but I canot not hear the recorded files itself. I hear the following * You have 1 urgent new message in forder inbox

Re: [Freeswitch-users] Problems with Voicemail

2009-11-20 Thread Brian West
I'm going to venture to guess maybe the file was recorded in a different codec and NOT pcma? /b On Nov 20, 2009, at 6:56 PM, Peter P GMX wrote: 2009-11-20 23:16:53.592349 [ERR] mod_native_file.c:68 Error opening / usr/local/freeswitch/sounds/en/us/callie/inbox.PCMA

Re: [Freeswitch-users] Problems with Voicemail

2009-11-20 Thread Brian West
This should give you some sort of clue. /b On Nov 20, 2009, at 6:56 PM, Peter P GMX wrote: 2009-11-20 23:16:53.592349 [ERR] mod_native_file.c:68 Error opening / usr/local/freeswitch/sounds/en/us/callie/inbox.PCMA ___ FreeSWITCH-users mailing list

Re: [Freeswitch-users] Media got stuck after attended transfer...

2009-11-20 Thread Michael Jerris
I think a better approach here is to use spandsp. We already have some groundwork done for this. If you are interested in contributing, please email consult...@freeswitch.org and we can discuss further. Mike On Nov 19, 2009, at 6:54 PM, Klaus Hochlehnert wrote: Hi, one of my customers