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.


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


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

www.dv-fansler.com

 

From: freeswitch-users-boun...@lists.freeswitch.org
[mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Rob
Forman
Sent: Thursday, November 19, 2009 10:42 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] APT Utility

 

Ubuntu has pretty good package management with apt-get and should work well
for a beginner.  The recommended OS (though FreeSWITCH runs on a wide
variety of platforms) is 64-bit CentOS.  You can get it here:
http://www.centos.org/ if you'd like, but at this point I think it's fine to
just keep digging into whichever flavor of linux you have handy.

 

If you have FreeSWITCH compiled and installed, have you tried just starting
it from the command line?  cd /usr/local/freeswitch ; ./bin/freeswitch

 

 

On Nov 19, 2009, at 8:18 PM, David V. Fansler wrote:





Thanks for your answers Rob and Shelby.  I found more info on apt-get and
ran it against all the missing dependences noted.  I also ran through  the
sequence of commands Shelby suggested.  In the end, running dpkg
-checkbuilddeps I got the following in return

 

dpkg-checkbuilddeps: Unnet builddependencies: debhelper (=5)

 

then followed the instructions for Ubuntu to enable freeswitch

nano /etc/default/freeswitch

FREESWITCH_ENABLE=true

 

And then tried

invoke -rc.d freeswitch start

but nothing obvious happened.

 

I am only using Ubuntu since it came as a free DVD in the Linux Pro mag that
the article about Freeswitch was in.  Is there a better version of Linux to
use?
thanks

 

David

 

David V. Fansler

s/v Annabelle

dfans...@dv-fansler.com

www.dv-fansler.com

 

From: freeswitch-users-boun...@lists.freeswitch.org
[mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Rob
Forman
Sent: Wednesday, November 18, 2009 5:53 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] APT Utility

 

Hi David,

 

When using Apt, you would install packages with:

 

apt-get install package name

 

Or search for packages with

 

apt-cache search search term

 

 

If you're not root, you'll need to stick sudo  in front of those command.
Honestly, you might want to find a better tutorial with explicit
command-by-command instructions.

 

Good luck!

Rob

 

On Nov 18, 2009, at 3:49 PM, David V. Fansler wrote:






Greetings - I am trying to startup a freeSwitch on a P4 running Ubuntu 9.04
Jaunty.  I know very little about Linux.  I decided to try this after
reading the article in Linux Pro Magazine.  I have been following the
detailed instructions in the wiki for using Ubuntu Jaunty, however I have
run into an unknown - Use your favorite APT utility to get the needed
packages.

I am good at following direct instructions - but this statement is too vague
for my minimal minimal - did I mention minimal - knowledge of Linux.

 

Could someone please give me detailed instructions on how to use APT utility
to get the needed packages - and what are the needed packages?

Thanks kindly,

 

David

 

David V. Fansler

s/v Annabelle

dfans...@dv-fansler.com

www.dv-fansler.com

 

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

 

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

 

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


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.


http://wiki.freeswitch.org/wiki/Installation_Guide#FreeSWITCH_1.0.4_.22Phoenix.22_Release

Just keep reading through the wiki or google for tutorials.  Good luck!
Rob

On Nov 20, 2009, at 5:02 AM, David V. Fansler wrote:

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
www.dv-fansler.com

From: freeswitch-users-boun...@lists.freeswitch.org [mailto:freeswitch-users-boun...@lists.freeswitch.org 
] On Behalf Of Rob Forman

Sent: Thursday, November 19, 2009 10:42 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] APT Utility

Ubuntu has pretty good package management with apt-get and should  
work well for a beginner.  The recommended OS (though FreeSWITCH  
runs on a wide variety of platforms) is 64-bit CentOS.  You can get  
it here: http://www.centos.org/ if you'd like, but at this point I  
think it's fine to just keep digging into whichever flavor of linux  
you have handy.


If you have FreeSWITCH compiled and installed, have you tried just  
starting it from the command line?  cd /usr/local/freeswitch ; ./bin/ 
freeswitch



On Nov 19, 2009, at 8:18 PM, David V. Fansler wrote:


Thanks for your answers Rob and Shelby.  I found more info on apt- 
get and ran it against all the missing dependences noted.  I also  
ran through  the sequence of commands Shelby suggested.  In the end,  
running dpkg –checkbuilddeps I got the following in return


dpkg-checkbuilddeps: Unnet builddependencies: debhelper (=5)

then followed the instructions for Ubuntu to enable freeswitch
nano /etc/default/freeswitch
FREESWITCH_ENABLE=”true”

And then tried
invoke –rc.d freeswitch start
but nothing obvious happened.

I am only using Ubuntu since it came as a free DVD in the Linux Pro  
mag that the article about Freeswitch was in.  Is there a better  
version of Linux to use?

thanks

David

David V. Fansler
s/v Annabelle
dfans...@dv-fansler.com
www.dv-fansler.com

From: freeswitch-users-boun...@lists.freeswitch.org [mailto:freeswitch-users-boun...@lists.freeswitch.org 
] On Behalf Of Rob Forman

Sent: Wednesday, November 18, 2009 5:53 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] APT Utility

Hi David,

When using Apt, you would install packages with:

apt-get install package name

Or search for packages with

apt-cache search search term


If you're not root, you'll need to stick sudo  in front of those  
command.  Honestly, you might want to find a better tutorial with  
explicit command-by-command instructions.


Good luck!
Rob

On Nov 18, 2009, at 3:49 PM, David V. Fansler wrote:



Greetings – I am trying to startup a freeSwitch on a P4 running  
Ubuntu 9.04 “Jaunty”.  I know very little about Linux.  I decided to  
try this after reading the article in Linux Pro Magazine.  I have  
been following the detailed instructions in the wiki for using  
Ubuntu Jaunty, however I have run into an unknown – “Use your  
favorite APT utility to get the needed packages”.
I am good at following direct instructions – but this statement is  
too vague for my minimal minimal – did I mention minimal - knowledge  
of Linux.


Could someone please give me detailed instructions on how to use APT  
utility to get the needed packages – and what are the needed packages?

Thanks kindly,

David

David V. Fansler
s/v Annabelle
dfans...@dv-fansler.com
www.dv-fansler.com

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


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 is it
happening???
___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


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 support drone that the WAAS Devices were indeed Cisco 
devices, and that we were entitled to support, and that Cisco did have a 
support queue for the WAAS product.  (It was quite humorous to listen in as the 
banter went back and forth.  At which point I asked, Do you now understand the 
source of my frustration?)

(This wasn't a problem before since we had a back door into the WAAS 
developers, but our back door was on vacation at the time of this support 
request.)

So, you can see my confusion here with regard to 7540 vs 7940...

Best Regards,
Karl J. Vesterling
k...@ken-ton.com
202-461-3231 x0

On Nov 19, 2009, at 1:17 PM, Brian West wrote:

 I don't think a 7540 exists.
 
 /b
 
 On Nov 19, 2009, at 12:11 PM, Karl J. Vesterling wrote:
 
 I haven't provisioned any 7540's...  Good luck!
 
 
 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


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:

 He should be able to just use Additional Option to add option 150 (and 
 the associated IP address to which the TFTP server is bound). 
 
 Brian West wrote:
 Some Cisco phones need DHCP option 150.
 
 /b
 
 On Nov 19, 2009, at 10:46 AM, Dave Stevenson wrote:
 
 
 Metik,
 
 thanks a lot for the tip, I will certainly look at it, particularly  
 if it
 does DHCP too.
 
 At the moment, I use my ADSL Router to provide DHCP to the network  
 but I've
 just discovered that you can't configure options in its DHCP server  
 to point
 to the TFTP server for the phone. At the moment, I have to have the  
 phone
 set to a static IP address to be able to configure the TFTP server  
 address
 which is not as flexible as using DHCP. I had thought about changing  
 over to
 use Windows Server DHCP services but it sounds like ttpd32 would do  
 the
 trick.
 
 I just need to decide whether I want all of my machines to rely on  
 getting
 their IP address from another PC - it feels like having DHCP in the  
 router
 is more robust.
 
 Regards
 Dave
 
 
 
 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 
 
 
 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


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 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 is it happening???  
 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch- 
 users
 http://www.freeswitch.org


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


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 or directory

The header file exists, so I assume the include path specified to  
gcc just

isn't right.


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


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 day the odd
  chunk of data is lost here and there, whether you use asterisk,
  callweaver, yate or FS, with dahdi or sangoma. This is the key problem
  for user space echo cancellation. When the path hiccups, the EC goes
  crazy, and howls. So far kernel space EC has been the only way to keep
  the path length rock solid.
   
  Why do you think this is?  Getting data from kernel space to user space
  isn't something which it's difficult to do reliably: the disk system
  manages it.  Even if data is being lost, buffer overruns can be dealt
  with by using bigger buffers, or timestamping blocks of data on their
  way in so that missing blocks can be detected.
 
 Disk isn't audio. Audio is real time, and real time constraints are a 
 harsh mistress. Big buffers are out of the question, due to latency. 

Not necessarily.  A decent-sized FIFO, mostly run empty, but there to
buffer data in the case of the user-side not being able to accept it for
a short period wouldn't necessarily add to latency unless it were
needed.  The user side could then make a decision as to how to deal with
the queued data - dump it or handle it - according to its requirements.

 Some mitigation could be provided if you can detect where missing chunks 
 occur and their exact size. Right now, the I/O schemes do not provide 
 for that, and incorporating support would be tough. You'd need some out 
 of band indication, like an ioctl or something, which would lead to more 
 user space/kernel space exchanges, further increasing the problem.

I don't think it'd be all that hard.  Were I to do this, I'd probably:
- define an error return (ESLIP, EDATALOST, something like that) which
might be returned by read/write
- add an ioctl to enable and disable it
- maybe add an ioctl to indicate how much data's been lost

Doesn't break existing stuff, doesn't add any overhead under normal
conditions, would be handy for better reliability with EC, DTMF, fax,
etc.

--Dave


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


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 the past and it does support it.  
It is not by any means feature rich but should suffice given his needs.  
The other alternative is to install Cygwin-based build of the ISC DHCP 
server. 

-metik

Karl J. Vesterling wrote:
 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:

   
 He should be able to just use Additional Option to add option 150 (and 
 the associated IP address to which the TFTP server is bound). 

 Brian West wrote:
 
 Some Cisco phones need DHCP option 150.

 /b

 On Nov 19, 2009, at 10:46 AM, Dave Stevenson wrote:


   
 Metik,

 thanks a lot for the tip, I will certainly look at it, particularly  
 if it
 does DHCP too.

 At the moment, I use my ADSL Router to provide DHCP to the network  
 but I've
 just discovered that you can't configure options in its DHCP server  
 to point
 to the TFTP server for the phone. At the moment, I have to have the  
 phone
 set to a static IP address to be able to configure the TFTP server  
 address
 which is not as flexible as using DHCP. I had thought about changing  
 over to
 use Windows Server DHCP services but it sounds like ttpd32 would do  
 the
 trick.

 I just need to decide whether I want all of my machines to rely on  
 getting
 their IP address from another PC - it feels like having DHCP in the  
 router
 is more robust.

 Regards
 Dave

 
 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org


   
 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org


 


 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org

   


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


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 that way, your bridge itself is the other thing already
 broadcasting.


 api uuid_transfer uuid of chan bridge:sofia/myprofile/f...@bar.com inline

 if you want to do more after the bridge
 set the variable park_after_bridge=true to make it go back to idle


 On Wed, Nov 11, 2009 at 4:33 PM, Kristian Kielhofner
 kristian.kielhof...@gmail.com wrote:

 Also forgot to mention - this is trunk rev 15428 on CentOS 5 x86_64.

 On Wed, Nov 11, 2009 at 5:20 PM, Kristian Kielhofner
 kristian.kielhof...@gmail.com wrote:
  From the trace:
 
 ..snip..

 --
 Kristian Kielhofner
 http://www.astlinux.org
 http://blog.krisk.org
 http://www.star2star.com
 http://www.submityoursip.com
 http://www.voalte.com

 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org



 --
 Anthony Minessale II

 FreeSWITCH http://www.freeswitch.org/
 ClueCon http://www.cluecon.com/
 Twitter: http://twitter.com/FreeSWITCH_wire

 AIM: anthm
 MSN:anthony_miness...@hotmail.com
 GTALK/JABBER/PAYPAL:anthony.miness...@gmail.com
 IRC: irc.freenode.net #freeswitch

 FreeSWITCH Developer Conference
 sip:8...@conference.freeswitch.org
 iax:gu...@conference.freeswitch.org/888
 googletalk:conf+...@conference.freeswitch.org
 pstn:213-799-1400

 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org





-- 
Kristian Kielhofner
http://www.astlinux.org
http://blog.krisk.org
http://www.star2star.com
http://www.submityoursip.com
http://www.voalte.com

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


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
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


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  
 extensions- in-contact=true on the gateway config.
 /b
 info.vcf___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch- 
 users
 http://www.freeswitch.org


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[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 mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[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 Nevesigor.ne...@3gnt.net
3GNTW - Tecnologias de Informação, Lda

 SIP: i...@3gnt.net JID: i...@3gnt.net
 ICQ: 249075444 MSN: i...@3gnt.net
 TLM: 00351914503611PSTN: 00351252377120


--- freeswitch.spec 2009-08-06 17:36:10.0 -0400 

+++ freeswitch.spec 2009-11-20 11:56:45.0 -0500 


@@ -408,7 +408,10 @@
 # Add a freeswitch user with group daemon
 %pre
 %ifos linux
-/usr/sbin/useradd -r -g daemon -s /bin/false -c The FreeSWITCH Open Source 
Voice Platform -d %{prefix} freeswitch 2 /dev/null || :
+if ! /usr/bin/id freeswitch /dev/null; then
+   /usr/sbin/useradd -r -g daemon -s /bin/false -c The FreeSWITCH Open 
Source Voice Platform -d %{prefix} freeswitch || \
+%logmsg Unexpected error adding user \freeswitch\. Aborting 
installation.
+fi
 %endif

 %post
@@ -421,7 +424,9 @@

 %postun
 %{?run_ldconfig:%run_ldconfig}
-userdel freeswitch
+if [ $1 -eq 0 ]; then
+userdel freeswitch || %logmsg User \freeswitch\ could not be deleted.
+fi

 %clean
 %{__rm} -rf $RPM_BUILD_ROOT
@@ -802,6 +808,8 @@


 %changelog
+* Fri Nov 20 2009 - Igor Neves neves.i...@gmail.com
+- Added some checkup in %post and %postun to prevent upgrades from removing 
freeswitch user
 * Tue Jul 24 2009 - m...@jerris.com
 - removed mod_http
 - removed ozmod_wanpipe
___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


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 though and the patch looks small enough
that it should be easy to apply to trunk.

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


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,

 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 Nevesigor.ne...@3gnt.net
 3GNTW - Tecnologias de Informação, Lda

   SIP: i...@3gnt.net JID: i...@3gnt.net
   ICQ: 249075444 MSN: i...@3gnt.net
   TLM: 00351914503611PSTN: 00351252377120

  
 

 Itamar Reis Peixoto

 e-mail/msn/google talk/sip: ita...@ispbrasil.com.br
 skype: itamarjp
 icq: 81053601
 +55 11 4063 5033
 +55 34 3221 8599

 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org


-- 
Igor Nevesigor.ne...@3gnt.net
3GNTW - Tecnologias de Informação, Lda

  SIP: i...@3gnt.netJID: i...@3gnt.net
  ICQ: 249075444MSN: i...@3gnt.net
  TLM: 00351914503611   PSTN: 00351252377120



___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


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
 in Jira for tracking purposes.

 http://jira.freeswitch.org/

 Thanks for the contribution though and the patch looks small enough
 that it should be easy to apply to trunk.

 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org


-- 
Igor Nevesigor.ne...@3gnt.net
3GNTW - Tecnologias de Informação, Lda

  SIP: i...@3gnt.netJID: i...@3gnt.net
  ICQ: 249075444MSN: i...@3gnt.net
  TLM: 00351914503611   PSTN: 00351252377120



___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


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 G711 since  
its a 16k to 8k resample too... you might as well use BV16 if you are  
doing that.


/b

On Nov 20, 2009, at 3:16 AM, Gaurav Singh wrote:


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 mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch- 
users

http://www.freeswitch.org


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


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 to help packaging it for fedora, centos and rhel ?




___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


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 mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


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 mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[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 esl_wrap.cpp -o esl_wrap.o
esl_wrap.cpp:717:18: error: zend.h: No such file or directory
esl_wrap.cpp:718:22: error: zend_API.h: No such file or directory
esl_wrap.cpp:719:17: error: php.h: No such file or directory
esl_wrap.cpp:972:21: error: php_ini.h: No such file or directory
esl_wrap.cpp:973:31: error: ext/standard/info.h: No such file or directory
esl_wrap.cpp:980:17: error: esl.h: No such file or directory
esl_wrap.cpp:981:21: error: esl_oop.h: No such file or directory
esl_wrap.cpp:767: error: ‘E_ERROR’ was not declared in this scope
esl_wrap.cpp:788: error: ISO C++ forbids declaration of
‘ZEND_RSRC_DTOR_FUNC’ with no type
esl_wrap.cpp:788: error: ‘SWIG_landfill’ was not declared in this scope
esl_wrap.cpp:788: error: expected ‘,’ or ‘;’ before ‘{’ token
esl_wrap.cpp:793: error: variable or field ‘SWIG_ZTS_SetPointerZval’
declared void
esl_wrap.cpp:793: error: ‘zval’ was not declared in this scope
esl_wrap.cpp:793: error: ‘z’ was not declared in this scope
esl_wrap.cpp:793: error: expected primary-expression before ‘void’
esl_wrap.cpp:793: error: expected primary-expression before ‘*’ token
esl_wrap.cpp:793: error: ‘type’ was not declared in this scope
esl_wrap.cpp:793: error: expected primary-expression before ‘int’
make: *** [esl_wrap.o] Error 1

Please help.
Thanks
Costa
___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


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 ./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 esl_wrap.cpp -o  
 esl_wrap.o
 esl_wrap.cpp:717:18: error: zend.h: No such file or directory
 esl_wrap.cpp:718:22: error: zend_API.h: No such file or directory
 esl_wrap.cpp:719:17: error: php.h: No such file or directory
 esl_wrap.cpp:972:21: error: php_ini.h: No such file or directory
 esl_wrap.cpp:973:31: error: ext/standard/info.h: No such file or  
 directory
 esl_wrap.cpp:980:17: error: esl.h: No such file or directory
 esl_wrap.cpp:981:21: error: esl_oop.h: No such file or directory
 esl_wrap.cpp:767: error: ‘E_ERROR’ was not declared in this scope
 esl_wrap.cpp:788: error: ISO C++ forbids declaration of  
 ‘ZEND_RSRC_DTOR_FUNC’ with no type
 esl_wrap.cpp:788: error: ‘SWIG_landfill’ was not declared in this  
 scope
 esl_wrap.cpp:788: error: expected ‘,’ or ‘;’ before ‘{’ token
 esl_wrap.cpp:793: error: variable or field ‘SWIG_ZTS_SetPointerZval’  
 declared void
 esl_wrap.cpp:793: error: ‘zval’ was not declared in this scope
 esl_wrap.cpp:793: error: ‘z’ was not declared in this scope
 esl_wrap.cpp:793: error: expected primary-expression before ‘void’
 esl_wrap.cpp:793: error: expected primary-expression before ‘*’ token
 esl_wrap.cpp:793: error: ‘type’ was not declared in this scope
 esl_wrap.cpp:793: error: expected primary-expression before ‘int’
 make: *** [esl_wrap.o] Error 1

 Please help.
 Thanks
 Costa


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


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 message:

 make: php-config: Command not found
 g++-Wno-unused-label -Wno-unused-function -c esl_wrap.cpp -o  
 esl_wrap.o
 esl_wrap.cpp:717:18: error: zend.h: No such file or directory
 esl_wrap.cpp:718:22: error: zend_API.h: No such file or directory
 esl_wrap.cpp:719:17: error: php.h: No such file or directory
 esl_wrap.cpp:972:21: error: php_ini.h: No such file or directory
 esl_wrap.cpp:973:31: error: ext/standard/info.h: No such file or  
 directory
 esl_wrap.cpp:980:17: error: esl.h: No such file or directory
 esl_wrap.cpp:981:21: error: esl_oop.h: No such file or directory
 esl_wrap.cpp:767: error: ‘E_ERROR’ was not declared in this scope
 esl_wrap.cpp:788: error: ISO C++ forbids declaration of  
 ‘ZEND_RSRC_DTOR_FUNC’ with no type
 esl_wrap.cpp:788: error: ‘SWIG_landfill’ was not declared in this  
 scope
 esl_wrap.cpp:788: error: expected ‘,’ or ‘;’ before ‘{’ token
 esl_wrap.cpp:793: error: variable or field ‘SWIG_ZTS_SetPointerZval’  
 declared void
 esl_wrap.cpp:793: error: ‘zval’ was not declared in this scope
 esl_wrap.cpp:793: error: ‘z’ was not declared in this scope
 esl_wrap.cpp:793: error: expected primary-expression before ‘void’
 esl_wrap.cpp:793: error: expected primary-expression before ‘*’ token
 esl_wrap.cpp:793: error: ‘type’ was not declared in this scope
 esl_wrap.cpp:793: error: expected primary-expression before ‘int’
 make: *** [esl_wrap.o] Error 1

 Please help.
 Thanks
 Costa
 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


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:

 make: php-config: Command not found
 g++-Wno-unused-label -Wno-unused-function -c esl_wrap.cpp -o esl_wrap.o
 esl_wrap.cpp:717:18: error: zend.h: No such file or directory
 esl_wrap.cpp:718:22: error: zend_API.h: No such file or directory
 esl_wrap.cpp:719:17: error: php.h: No such file or directory
 esl_wrap.cpp:972:21: error: php_ini.h: No such file or directory
 esl_wrap.cpp:973:31: error: ext/standard/info.h: No such file or directory
 esl_wrap.cpp:980:17: error: esl.h: No such file or directory
 esl_wrap.cpp:981:21: error: esl_oop.h: No such file or directory
 esl_wrap.cpp:767: error: ‘E_ERROR’ was not declared in this scope
 esl_wrap.cpp:788: error: ISO C++ forbids declaration of
 ‘ZEND_RSRC_DTOR_FUNC’ with no type
 esl_wrap.cpp:788: error: ‘SWIG_landfill’ was not declared in this scope
 esl_wrap.cpp:788: error: expected ‘,’ or ‘;’ before ‘{’ token
 esl_wrap.cpp:793: error: variable or field ‘SWIG_ZTS_SetPointerZval’
 declared void
 esl_wrap.cpp:793: error: ‘zval’ was not declared in this scope
 esl_wrap.cpp:793: error: ‘z’ was not declared in this scope
 esl_wrap.cpp:793: error: expected primary-expression before ‘void’
 esl_wrap.cpp:793: error: expected primary-expression before ‘*’ token
 esl_wrap.cpp:793: error: ‘type’ was not declared in this scope
 esl_wrap.cpp:793: error: expected primary-expression before ‘int’
 make: *** [esl_wrap.o] Error 1


Did you install the php-devel stuff?
-MC
___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


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 -lresolv -lm -ldl -lnsl -lm -ldl -ldl -lm -lcrypt -lm -lcrypt -o
ESL.so -L.
/usr/bin/ld: cannot find -ledit
collect2: ld returned 1 exit status
make[1]: *** [ESL.so] Error 1
make[1]: Leaving directory `/home/Costa/freeswitch-1.0.4/libs/esl/php'
make: *** [phpmod] Error 2




2009/11/20 Brian West br...@freeswitch.org

 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 ./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 esl_wrap.cpp -o
  esl_wrap.o
  esl_wrap.cpp:717:18: error: zend.h: No such file or directory
  esl_wrap.cpp:718:22: error: zend_API.h: No such file or directory
  esl_wrap.cpp:719:17: error: php.h: No such file or directory
  esl_wrap.cpp:972:21: error: php_ini.h: No such file or directory
  esl_wrap.cpp:973:31: error: ext/standard/info.h: No such file or
  directory
  esl_wrap.cpp:980:17: error: esl.h: No such file or directory
  esl_wrap.cpp:981:21: error: esl_oop.h: No such file or directory
  esl_wrap.cpp:767: error: ‘E_ERROR’ was not declared in this scope
  esl_wrap.cpp:788: error: ISO C++ forbids declaration of
  ‘ZEND_RSRC_DTOR_FUNC’ with no type
  esl_wrap.cpp:788: error: ‘SWIG_landfill’ was not declared in this
  scope
  esl_wrap.cpp:788: error: expected ‘,’ or ‘;’ before ‘{’ token
  esl_wrap.cpp:793: error: variable or field ‘SWIG_ZTS_SetPointerZval’
  declared void
  esl_wrap.cpp:793: error: ‘zval’ was not declared in this scope
  esl_wrap.cpp:793: error: ‘z’ was not declared in this scope
  esl_wrap.cpp:793: error: expected primary-expression before ‘void’
  esl_wrap.cpp:793: error: expected primary-expression before ‘*’ token
  esl_wrap.cpp:793: error: ‘type’ was not declared in this scope
  esl_wrap.cpp:793: error: expected primary-expression before ‘int’
  make: *** [esl_wrap.o] Error 1
 
  Please help.
  Thanks
  Costa


 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


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 working till some moment. And I don't know what the hell
happened. =(
In order to check if it is something related to my config I switched it back
to default and conducted the same test with (urghhh) no luck as well.
So now I wonder what could cause this very-very strange behavior? Some
issues with network? But why the UDP works then?

All traces (FS SIP, FS console, SIP caller and callee's) are here:
http://pastebin.com/m2008de4e

Regards, Robert.
___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


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 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 -lresolv -lm -ldl -lnsl -lm -ldl -ldl -lm -lcrypt - 
lm -lcrypt -o ESL.so -L.

/usr/bin/ld: cannot find -ledit
collect2: ld returned 1 exit status
make[1]: *** [ESL.so] Error 1
make[1]: Leaving directory `/home/Costa/freeswitch-1.0.4/libs/esl/php'
make: *** [phpmod] Error 2




2009/11/20 Brian West br...@freeswitch.org
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 ./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 esl_wrap.cpp -o
 esl_wrap.o
 esl_wrap.cpp:717:18: error: zend.h: No such file or directory
 esl_wrap.cpp:718:22: error: zend_API.h: No such file or directory
 esl_wrap.cpp:719:17: error: php.h: No such file or directory
 esl_wrap.cpp:972:21: error: php_ini.h: No such file or directory
 esl_wrap.cpp:973:31: error: ext/standard/info.h: No such file or
 directory
 esl_wrap.cpp:980:17: error: esl.h: No such file or directory
 esl_wrap.cpp:981:21: error: esl_oop.h: No such file or directory
 esl_wrap.cpp:767: error: ‘E_ERROR’ was not declared in this scope
 esl_wrap.cpp:788: error: ISO C++ forbids declaration of
 ‘ZEND_RSRC_DTOR_FUNC’ with no type
 esl_wrap.cpp:788: error: ‘SWIG_landfill’ was not declared in this
 scope
 esl_wrap.cpp:788: error: expected ‘,’ or ‘;’ before ‘{’ token
 esl_wrap.cpp:793: error: variable or field ‘SWIG_ZTS_SetPointerZval’
 declared void
 esl_wrap.cpp:793: error: ‘zval’ was not declared in this scope
 esl_wrap.cpp:793: error: ‘z’ was not declared in this scope
 esl_wrap.cpp:793: error: expected primary-expression before ‘void’
 esl_wrap.cpp:793: error: expected primary-expression before ‘*’  
token

 esl_wrap.cpp:793: error: ‘type’ was not declared in this scope
 esl_wrap.cpp:793: error: expected primary-expression before ‘int’
 make: *** [esl_wrap.o] Error 1

 Please help.
 Thanks
 Costa


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[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 numbers successfully, I can get the dial tone and dial 
the numbers, but the target numbers (internal or external) are not recognised 
by FreeSwitch.

I have pasted a dump in the pastebin, but I can't see anything that tells me 
what the problem might be.

Can anyone suggest what the problem might be please ?

Regards
Dave___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


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 have entered a blank dialplan in the ATA which should let all numbers be 
processed.

FreeSwitch just won't play ball though !

Regards
Dave



- Original Message - 
From: russell.mosem...@cune.org
To: freeswitch-users@lists.freeswitch.org
Sent: Friday, November 20, 2009 10:38 PM
Subject: Re: [Freeswitch-users] Analog phone with ATA. Phone Won't Dial 
Out,but can receive calls


 Dave Stevenson steve...@primrosebank.net said:
 I have pasted a dump in the pastebin,

 URL?

 -- 
 Russell Mosemann



 
 Concordia University, Nebraska
 See http://www.cune.edu/ for the latest news and events!


 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[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:  +
+  +
+   make install   +
+--+
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [current] Error 2


OS X 10.6.2 
Xcode 3.2.1 
FS Updated to revision 15582

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[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();

mObjMainSession.sleep(1000, 0);

 

//set tts engine

mObjMainSession.SetTtsParameters(flite, awb);

 

//Introduction message

mObjMainSession.Speak(Hello... Welcome to phone system for
assessment);

mObjMainSession.sleep(1000, 0);

 

Also, can someone tell me what is the best way to get TTS going with good
quality?

 

Thank you for help.

 

Malay Thakershi

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


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] 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:  +
 +  +
 +   make install   +
 +--+
 make[2]: *** [all-recursive] Error 1
 make[1]: *** [all] Error 2
 make: *** [current] Error 2


 OS X 10.6.2
 Xcode 3.2.1
 FS Updated to revision 15582


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


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?


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


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 mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


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,
 
 But how should I proceed?
 
 Thanks,
 


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


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
 make it register as x

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


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 call to the same number 30 seconds later -  
 connected, but
 no audio received.


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[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
* You have 7 new messages in forder inbox
* New message number 1  Jan 011970 at 1 am
* (message is NOT played)
* You have 1 urgent new message in forder inbox
* You have 7 new messages in forder inbox
* press 1 to listen, press 2
* (I press 1)
* New message number 1  Jan 011970 at 1 am
* (message is NOT played)
* You have 1 urgent new message in forder inbox
* You have 7 new messages in forder inbox
* ...

The voicemail files are stored in the file system as wav files and I
can play them manually from the file system - so there is sound inside.


2) Another strange thing is that all recorded calls are announced with a
date of 01.Jan.1970 although the databse shows correct values.
3) Alternatively playing it on the web Gui on
http://fs.ip:8080/api/voicemail/web doesn't work either. Date is again
01.Jan.1970 and shown length of the file is always 00:00:00, although
the database shows the correct number of seconds
4) Just to note that whenever I expect a recorded file to be played I
see the following on the console
2009-11-21 00:17:02.50 [ERR] mod_native_file.c:68 Error opening
/usr/local/freeswitch/sounds/en/us/callie/inbox.PCMA

In my installation Freeswitch is running in a cluster and voicemails are
stored in a mysql database. read_epoch is always 0, so file seems that
Freeswitch never reads and updates an entry.

Grepping mysql however shows a number of queries against the database
and also the filenames are correctly read (output of ngrep):
select * from voicemail_msgs where username='200' and
domain='sip11.mydomain.com' and read_epoch=0 order by read_flags,
created_epoch
1258748304.0.200.sip11.mydomain.com$db2801c4-d611-11de-8c58-554df1d6d322.Gor
Nico.061035013113.inboxr/usr/local/freeswitch/storage/voicemail/default/sip11.mydomain.com/200/msg_b0fbf9e6-d611-11de-8c58-554df1d6d322.wav.15..A_URGENT
1258746833.0.200.sip11.mydomain.com$6e486a2e-d60e-11de-bb97-eb22f15930a0.Gor
Nico.061035013113.inboxr/usr/local/freeswitch/storage/voicemail/default/sip11.mydomain.com/200/msg_50e727c2-d60e-11de-bb97-eb22f15930a0.wav.7..B_NORMAL
1258748679.0.200.sip11.mydomain.com$bac4dd0c-d612-11de-9618-afbc82bc409a.Gor
Nico.061035013113.inboxr/usr/local/freeswitch/storage/voicemail/default/sip11.mydomain.com/200/msg_9e7865c4-d612-11de-9618-afbc82bc409a.wav.13..B_NORMAL
1258749095.0.200.sip11.mydomain.com$b2376082-d613-11de-80e8-89d0ee29138d.Gor
Nico.061035013113.inboxr/usr/local/freeswitch/storage/voicemail/default/sip11.mydomain.com/200/msg_a6caaefc-d613-11de-80e8-89d0ee29138d.wav.6..B_NORMAL
1258749417.0.200.sip11.mydomain.com$726b375c-d614-11de-bb4c-6d51cf20cc23.Gor
Nico.061035013113.inboxr/usr/local/freeswitch/storage/voicemail/default/sip11.mydomain.com/200/msg_6777907a-d614-11de-bb4c-6d51cf20cc23.wav.5..B_NORMAL
1258750260.0.200.sip11.mydomain.com$68cecedc-d616-11de-b8c8-69b0064d633e.Gor
Nico.061035013113.inboxr/usr/local/freeswitch/storage/voicemail/default/sip11.mydomain.com/200/msg_5b6afb6c-d616-11de-b8c8-69b0064d633e.wav.9..B_NORMAL
1258753767.0.200.sip11.mydomain.com$93657422-d61e-11de-b8c8-69b0064d633e.Gor
Nico.061035013113.inboxr/usr/local/freeswitch/storage/voicemail/default/sip11.mydomain.com/200/msg_84c1c588-d61e-11de-b8c8-69b0064d633e.wav.10..B_NORMAL

Here's the debug log:
EXECUTE sofia/internal/2...@sip1.mydomain.com send_display(VM 200)
2009-11-20 23:16:36.392353 [DEBUG] mod_dptools.c:703
sofia/internal/2...@sip1.mydomain.com receive message [DISPLAY]
EXECUTE sofia/internal/2...@sip1.mydomain.com voicemail(check default
sip11.mydomain.com 200)
2009-11-20 23:16:36.392353 [DEBUG] mod_voicemail.c:799 [default] rwlock
2009-11-20 23:16:36.392353 [DEBUG] switch_ivr_play_say.c:118 No language
specified - Using [en]
2009-11-20 23:16:36.392353 [DEBUG] switch_ivr_play_say.c:273 Handle
play-file:[voicemail/vm-hello.wav] (en:en)
2009-11-20 23:16:36.392353 [DEBUG] switch_ivr_play_say.c:1136 Codec
Activated l...@8000hz 1 channels 20ms
2009-11-20 23:16:36.392353 [DEBUG] switch_core_io.c:660
sofia/internal/2...@sip1.mydomain.com receive message [TRANSCODING_NECESSARY]
2009-11-20 23:16:37.612349 [DEBUG] switch_ivr_play_say.c:1428 done
playing file
2009-11-20 23:16:37.712349 [DEBUG] switch_channel.c:182
sofia/internal/2...@sip1.mydomain.com receive message [AUDIO_SYNC]
2009-11-20 23:16:37.812353 [DEBUG] switch_channel.c:182
sofia/internal/2...@sip1.mydomain.com receive message [AUDIO_SYNC]
2009-11-20 23:16:37.942376 [DEBUG] switch_channel.c:182
sofia/internal/2...@sip1.mydomain.com receive message [AUDIO_SYNC]
2009-11-20 23:16:38.062368 [DEBUG] switch_ivr_play_say.c:118 No language
specified - Using [en]
2009-11-20 23:16:38.062368 [DEBUG] switch_ivr_play_say.c:273 

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


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


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
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


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 is willing to contribute for t38 integration.
  
 The basic idea is to connect HylaFAX to FS:
   t38modem - FreeSWITCH - Media Gateway with t38 support
 All this without media proxy.
  
 Another idea might be to implement t38 origination/termination with a class 1 
 modem input/output for use with HylaFAX.
  
 Do you know how much money we need to collect for t38 support?
 How much time is needed for implementing this?
  
 Thanks, Klaus
  
  
 From: freeswitch-users-boun...@lists.freeswitch.org 
 [mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Michael 
 Collins
 Sent: Friday, October 16, 2009 2:10 AM
 To: freeswitch-users@lists.freeswitch.org
 Subject: Re: [Freeswitch-users] Media got stuck after attended transfer...
  
  
 
 On Thu, Oct 15, 2009 at 11:54 AM, Tihomir Culjaga tculj...@gmail.com wrote:
 hi, any clue when can t38 be added?
 
 
 Eventually. :)  Of course, if we could get more to add to the bounty it 
 might grease the wheels of innovation.
 
 http://wiki.freeswitch.org/wiki/Bounty#spanDSP_.2B_t.38_.28origination.2C_termination.2C_.26_gateway.29_in_Freeswitch
 
 Of course, I was listening to my A.M radio the other day and they said that 
 there was this new invention called the Internet that would let people send 
 documents to each other electronically. Maybe you should look into that. Next 
 thing you know they'll come up with telephones that people don't have to plug 
 into the wall and can take with them in the car. ;)
 
 -MC
 ___
 FreeSWITCH-users mailing list
 FreeSWITCH-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org