[Freeswitch-users] How to play more than one voice file in play_and_get_digits function

2009-09-23 Thread velusamy velu
Dear All, I am in the process of doing IVR development on FreeSWITCH. I am having doubt in the play_and_get_digits application. I am using Perl language for handling IVR. How can I play more than one sound file in play_get_digits application? For an example, $conn->execute("pla

Re: [Freeswitch-users] Subscribing to events in managed C# / .NET

2009-09-23 Thread Josh Rivers
On Wed, Sep 23, 2009 at 7:31 PM, Michael Giagnocavo wrote: > Right off the bat: there can be tons of cleanup and refactoring, no doubt > about that. Much of the current code is to satisfy my needs in production, > which it does very well. > The current base doesn't have anything wrong with it for

Re: [Freeswitch-users] User Creation with DB in Freeswitch

2009-09-23 Thread Gabriel Gunderson
On Wed, Sep 23, 2009 at 12:37 PM, Anil Kumar S. R. wrote: > I didn't get much help for my problem with XML CURL. What I meant to say is, > suppose I want to have some 1 users on freeswitch. Do we have to create > some many xml files in the directory or is there some way in which the users > ca

Re: [Freeswitch-users] Bind to more than one ethernet interface

2009-09-23 Thread Gabriel Gunderson
On Wed, Sep 23, 2009 at 10:44 PM, Seven Du wrote: > It not possible to use 0.0.0.0 for on profile. however, you can create more > sip profiles for each of your interfaces. Search freeswitch-users archievs > then you will find similar topics. It sure would be nice to be able to provide a list of I

Re: [Freeswitch-users] Status of ubuntu/debian packages.

2009-09-23 Thread Gabriel Gunderson
On Wed, Sep 23, 2009 at 10:08 AM, William King wrote: >Once we have some people using the packages, and testing them, I have > already talked to some of the ubuntu official package maintainers about > what would need to be done to add freeswitch into the ubuntu multiverse > repo. > > Any question

Re: [Freeswitch-users] Bind to more than one ethernet interface

2009-09-23 Thread Yehavi Bourvine
Thanks! __Yehavi: 2009/9/24 Seven Du > It not possible to use 0.0.0.0 for on profile. however, you can create more > sip profiles for each of your interfaces. Search freeswitch-users archievs > then you will find similar topics. > > 2009/9/24 Yehavi Bourvine > >> Hello, >> >

Re: [Freeswitch-users] Bind to more than one ethernet interface

2009-09-23 Thread Seven Du
It not possible to use 0.0.0.0 for on profile. however, you can create more sip profiles for each of your interfaces. Search freeswitch-users archievs then you will find similar topics. 2009/9/24 Yehavi Bourvine > Hello, > > I am trying to run FreeSwitch on a machine which has more than one >

Re: [Freeswitch-users] Bind to more than one ethernet interface

2009-09-23 Thread Seven Du
sorry when I said "on profile" I want to say "one profile" 2009/9/24 Seven Du > It not possible to use 0.0.0.0 for on profile. however, you can create more > sip profiles for each of your interfaces. Search freeswitch-users archievs > then you will find similar topics. > > 2009/9/24 Yehavi Bourv

[Freeswitch-users] Bind to more than one ethernet interface

2009-09-23 Thread Yehavi Bourvine
Hello, I am trying to run FreeSwitch on a machine which has more than one interface, all of them should be used for SIP. The FreeSwitch binds only to the first one. I tried setting bind_server_ip to either "auto" or 0.0.0.0 but it doesn't help. Any idea what to do? Than

Re: [Freeswitch-users] Subscribing to events in managed C# / .NET

2009-09-23 Thread Michael Giagnocavo
Hey nice to see someone interested in this - that's a lot of files you have there, and looks like you put a lot of effort into it! I haven't had time to look at it much, but here are a few initial impressions. Right off the bat: there can be tons of cleanup and refactoring, no doubt about that.

Re: [Freeswitch-users] Polycom MWI Forgetfulness

2009-09-23 Thread Brian West
NO I have never seen it happen what firmware version are you running? /b On Sep 23, 2009, at 6:38 PM, Daniel Morrigan wrote: > Brian, > It was set for contact. Would that cause this behavior? > > Daniel ___ FreeSWITCH-users mailing list FreeSWI

Re: [Freeswitch-users] Polycom MWI Forgetfulness

2009-09-23 Thread Daniel Morrigan
Brian, Just for kicks I changed it to registration. Same thing is happening. Daniel On Wed, Sep 23, 2009 at 4:38 PM, Daniel Morrigan wrote: > Brian, > It was set for contact. Would that cause this behavior? > > Daniel > > > On Wed, Sep 23, 2009 at 11:15 AM, Brian West wrote: > >> I

Re: [Freeswitch-users] Polycom MWI Forgetfulness

2009-09-23 Thread Daniel Morrigan
Brian, It was set for contact. Would that cause this behavior? Daniel On Wed, Sep 23, 2009 at 11:15 AM, Brian West wrote: > I have never seen this behavior. What do you have your MWI callback > method setup as? > > /b > > On Sep 23, 2009, at 12:44 PM, Daniel Morrigan wrote: > > > Hello,

Re: [Freeswitch-users] Subscribing to events in managed C# / .NET

2009-09-23 Thread Josh Rivers
I've been having the same idea, except completely different. I'd probably start with StructureMap or MEF. I'm attracted to the idea of creating an alternative to mod_event_socket except using WCF as the transport, enabling both WS-* and Rest access into the FreeSWITCH core. I think an effort to cr

Re: [Freeswitch-users] Status of ubuntu/debian packages.

2009-09-23 Thread William King
Sure, post it here and I'll add it in the next build in a few hours. -William King Dmitry Bely wrote: > On Thu, Sep 24, 2009 at 12:25 AM, Frank Carmickle wrote: > >> On Wed, Sep 23, Dmitry Bely wrote: >> >>> Can you enable mod_skypiax in your debian package? >>> >> We will be enab

Re: [Freeswitch-users] Conference with pin dialplan

2009-09-23 Thread Craig Presti
Thanks Jason, I'll look into your suggestions. Does this imply that creating a conference which requires a pin via my current approach will not work? -Original Message- From: freeswitch-users-boun...@lists.freeswitch.org [mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of J

Re: [Freeswitch-users] Status of ubuntu/debian packages.

2009-09-23 Thread Dmitry Bely
On Thu, Sep 24, 2009 at 12:25 AM, Frank Carmickle wrote: > On Wed, Sep 23, Dmitry Bely wrote: >> Can you enable mod_skypiax in your debian package? > > We will be enabling as much as we can cleanly build on debian/ubuntu.  There > will be a lot more to come.  We will be breaking the mods and end

Re: [Freeswitch-users] Call Files for a dialer engine

2009-09-23 Thread Matt Riddell
On 24/09/09 3:49 AM, Anthony Minessale wrote: > make an esl script that monitors a dir for new files, and push the > contents into your same db? An easy way to do this is to use incron. -- Cheers, Matt Riddell Director ___ http://www.venturevoip.com/

Re: [Freeswitch-users] Status of ubuntu/debian packages.

2009-09-23 Thread William King
It seems I had a port forwarded incorrectly for the external access to the git web interface. here it is again: http://git.home.quentustech.com:9191/cgit.cgi/freeswitch-ubuntu/ I've tested it to work now. -William King Hadley Rich wrote: > On Thu, 24 Sep 2009 09:18:23 Frank Carmickle wrote: >

Re: [Freeswitch-users] Status of ubuntu/debian packages.

2009-09-23 Thread William King
I would like to get the package into which ever would work best. I haven't taken enough time to find out which repo would be the most appropriate. -William King Hadley Rich wrote: > On Thu, 24 Sep 2009 04:08:27 William King wrote: > >> Any questions? >> > > What file structure did you cre

Re: [Freeswitch-users] Status of ubuntu/debian packages.

2009-09-23 Thread William King
I would be willing to package it. It would go faster with some help, or a patch. One of my goals is to have all of the possible mods for freeswitch as built packages. -William King Dmitry Bely wrote: > On Wed, Sep 23, 2009 at 8:08 PM, William King wrote: > >> Just to give everyone an update.

Re: [Freeswitch-users] Status of ubuntu/debian packages.

2009-09-23 Thread Hadley Rich
On Thu, 24 Sep 2009 09:18:23 Frank Carmickle wrote: > Currently it's /opt/freeswitch. I would like to see it move to FHS correct > locations for inclusion in to debian/ubuntu. This is the next bit that I > will be working on. Yeah, the FHS stuff was the bit that I got a little stuck on a while

Re: [Freeswitch-users] Status of ubuntu/debian packages.

2009-09-23 Thread Frank Carmickle
Hi Rich On Thu, Sep 24, Hadley Rich wrote: > What file structure did you create the package with i.e. /opt/, /usr/local/, > /usr/ - just wondering about inclusion into the archive. Currently it's /opt/freeswitch. I would like to see it move to FHS correct locations for inclusion in to debian/u

Re: [Freeswitch-users] Status of ubuntu/debian packages.

2009-09-23 Thread Hadley Rich
On Thu, 24 Sep 2009 04:08:27 William King wrote: > Any questions? What file structure did you create the package with i.e. /opt/, /usr/local/, /usr/ - just wondering about inclusion into the archive. Also you mentioned multiverse - what parts have licensing that requires going into multiverse r

[Freeswitch-users] update on Windows installer

2009-09-23 Thread Carlos Talbot
For those that are not aware, I've made some changes to the Windows installer over the past month. You can find a summary on this link: http://wiki.freeswitch.org/wiki/Download_%26_Installation_Guide#Precompiled_Binaries The latest change is the bundling of 32 and 64 bits builds in one file. The i

Re: [Freeswitch-users] Status of ubuntu/debian packages.

2009-09-23 Thread Frank Carmickle
On Thu, Sep 24, Dmitry Bely wrote: > On Wed, Sep 23, 2009 at 8:08 PM, William King wrote: > (..) > > > Any questions? > > Another problem (on Ubuntu jaunty): > > Setting up freeswitch (1.0.4+repack6-0ubuntu14925.1) ... > adduser: The --group, --ingroup, and --gid options are mutually exclusive.

Re: [Freeswitch-users] Status of ubuntu/debian packages.

2009-09-23 Thread Frank Carmickle
On Wed, Sep 23, Dmitry Bely wrote: > Can you enable mod_skypiax in your debian package? We will be enabling as much as we can cleanly build on debian/ubuntu. There will be a lot more to come. We will be breaking the mods and end points in to different packages so that you can install what you

Re: [Freeswitch-users] Multitenancy

2009-09-23 Thread Diego Viola
Ok, sorry for that and thanks for the help :). Diego On Wed, Sep 23, 2009 at 8:09 PM, Brian West wrote: > Can you next time pause a few moments... Think about what you're sending > and send ONE email with your questions? This 10 emails from you replying to > yourself things looks like you're a

Re: [Freeswitch-users] Status of ubuntu/debian packages.

2009-09-23 Thread Dmitry Bely
On Wed, Sep 23, 2009 at 8:08 PM, William King wrote: (..) > Any questions? Another problem (on Ubuntu jaunty): Setting up freeswitch (1.0.4+repack6-0ubuntu14925.1) ... adduser: The --group, --ingroup, and --gid options are mutually exclusive. addgroup: The user `freeswitch' does not exist. chow

Re: [Freeswitch-users] Multitenancy

2009-09-23 Thread Brian West
Can you next time pause a few moments... Think about what you're sending and send ONE email with your questions? This 10 emails from you replying to yourself things looks like you're a crazy man! :P /b PS: ask on IRC or mailing list NOT BOTH please. On Sep 23, 2009, at 2:48 PM, Diego Viola

Re: [Freeswitch-users] Multitenancy

2009-09-23 Thread Brian West
You really don't have too but you can set a user_context on each user in the domain or on the domain level to specify the domain's or user's context. /b On Sep 23, 2009, at 2:40 PM, Diego Viola wrote: > Ok I have configured the two domains with their own directory and I > can register fine

Re: [Freeswitch-users] Multitenancy

2009-09-23 Thread Diego Viola
Do I specific the context as a per-user thing, can I specific the context as a per-domain way? Diego On Wed, Sep 23, 2009 at 7:42 PM, Diego Viola wrote: > s/directory/directories/ > > Should I use "context" for that? > > > On Wed, Sep 23, 2009 at 7:40 PM, Diego Viola wrote: > >> Ok I have confi

Re: [Freeswitch-users] Status of ubuntu/debian packages.

2009-09-23 Thread Dmitry Bely
On Wed, Sep 23, 2009 at 8:08 PM, William King wrote: > Just to give everyone an update. There are working Ubuntu packages in a > launchpad ppa. Debian users can add the ppa to their apt sources and > build the package on your box. I'm currently using the packages on my > home box and it is working

Re: [Freeswitch-users] Multitenancy

2009-09-23 Thread Diego Viola
I prefer to specify the context as a per-domain so it affects all the users on the domain directly... On Wed, Sep 23, 2009 at 7:48 PM, Diego Viola wrote: > Do I specific the context as a per-user thing, can I specific the context > as a per-domain way? > > Diego > > > On Wed, Sep 23, 2009 at 7:4

Re: [Freeswitch-users] Multitenancy

2009-09-23 Thread Diego Viola
s/directory/directories/ Should I use "context" for that? On Wed, Sep 23, 2009 at 7:40 PM, Diego Viola wrote: > Ok I have configured the two domains with their own directory and I can > register fine with them now. > > But I need to configure two different dialplans with their own profiles. > >

Re: [Freeswitch-users] Multitenancy

2009-09-23 Thread Diego Viola
Ok I have configured the two domains with their own directory and I can register fine with them now. But I need to configure two different dialplans with their own profiles. How do I tell a specific domain to use a specific profile/dialplan? Thanks, Diego On Wed, Sep 23, 2009 at 6:52 PM, Diego

Re: [Freeswitch-users] User Creation with DB in Freeswitch

2009-09-23 Thread Michael Jerris
There are tons of details on this at http://wiki.freeswitch.org/wiki/Mod_xml_curl Are you having an issue? Mike On Sep 23, 2009, at 2:37 PM, Anil Kumar S. R. wrote: I didn't get much help for my problem with XML CURL. What I meant to say is, suppose I want to have some 1 users on freesw

Re: [Freeswitch-users] Multitenancy

2009-09-23 Thread Diego Viola
I was having some issues with DNS, I tried to register with the new directory and domain but I got "can't find user" until I commented force-register-domain and force-register-db-domain from the profile. Thanks for the tip Brian :). Diego On Wed, Sep 23, 2009 at 6:16 PM, Brian West wrote: > Th

Re: [Freeswitch-users] Automagic Phone Provisioning

2009-09-23 Thread Brian West
its in the FAQ first question ;) /b On Sep 23, 2009, at 1:41 PM, Mitul Limbani wrote: > Aahan so is it (wish list) documented anywhere? Lol ___ FreeSWITCH-users mailing list FreeSWITCH-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/li

Re: [Freeswitch-users] Automagic Phone Provisioning

2009-09-23 Thread Mitul Limbani
Hey Brian, On 23-Sep-2009, at 11:16 PM, Brian West wrote: > I have perl code for both snom-pnp and polycom dhcp inform but my wish > list looks attractive ;) > Aahan so is it (wish list) documented anywhere? Lol Mitul Limbani Enterux Solutions Pvt. Ltd. www. Enterux.com __

Re: [Freeswitch-users] Porting Freeswitch to ARM?

2009-09-23 Thread Michael Jerris
http://wiki.freeswitch.org/wiki/Download_%26_Installation_Guide#Cross_Compiling_for_ARM_on_Linux Mike On Sep 23, 2009, at 2:25 PM, Fred-145 wrote: > > Hello > > I don't have the technical expertise to tell, so here goes: Unless > mistaken, > Freeswitch is written in C and/or C++, so I guess it

Re: [Freeswitch-users] User Creation with DB in Freeswitch

2009-09-23 Thread Anil Kumar S. R.
I didn't get much help for my problem with XML CURL. What I meant to say is, suppose I want to have some 1 users on freeswitch. Do we have to create some many xml files in the directory or is there some way in which the users can be put in the db ? Also. my another question is, what is the com

Re: [Freeswitch-users] Call Files for a dialer engine

2009-09-23 Thread Michael Jerris
You can use Answer-State, CS_DESTROY won't happen until the call is over. On Sep 23, 2009, at 1:26 PM, Alberto Escudero wrote: > Yes, sounds the best way to go. > > I assume that Unique-ID is the unique key to track the call via ESL > Unique-ID: a984afd4-a865-11de-a5b4-fb5a867b002c > > and Ans

[Freeswitch-users] Porting Freeswitch to ARM?

2009-09-23 Thread Fred-145
Hello I don't have the technical expertise to tell, so here goes: Unless mistaken, Freeswitch is written in C and/or C++, so I guess it's not linked to the x86 instruction set. Is so, would it be a lot of work of porting it so it runs on ARM processors? It'd be cool because it could run on tiny

Re: [Freeswitch-users] Multitenancy

2009-09-23 Thread Brian West
Thats up to you :P /b On Sep 23, 2009, at 1:10 PM, Diego Viola wrote: Should I delete the directory "default" and default.xml when I copy default to foo.org and bar.org etc? Diego ___ FreeSWITCH-users mailing list FreeSWITCH-users@lists.freeswit

Re: [Freeswitch-users] Polycom MWI Forgetfulness

2009-09-23 Thread Brian West
I have never seen this behavior. What do you have your MWI callback method setup as? /b On Sep 23, 2009, at 12:44 PM, Daniel Morrigan wrote: > Hello, > I have a number of Polycom phones that appear to forget that > they have a message waiting then a little while later they seem to >

Re: [Freeswitch-users] Multitenancy

2009-09-23 Thread Diego Viola
Should I delete the directory "default" and default.xml when I copy default to foo.org and bar.org etc? Diego On Wed, Sep 23, 2009 at 2:11 PM, Peder wrote: > That's a good idea. I thought about using a DB, but I was going to have to > use a lua script to look stuff up. I didn't think about ea

Re: [Freeswitch-users] [Freeswitch-dev] Status of ubuntu/debian packages.

2009-09-23 Thread Frank Carmickle
Hello Alberto On Wed, Sep 23, Alberto Escudero wrote: > Hi William, > > I will be very happy to test them, can you share the source and procedure > to create the .debs? > It will be also very good to find ways to have a cepstral package included > *pending the licence* of course :) Mario Lang ha

[Freeswitch-users] Polycom MWI Forgetfulness

2009-09-23 Thread Daniel Morrigan
Hello, I have a number of Polycom phones that appear to forget that they have a message waiting then a little while later they seem to remember again. This was not the case with the same phones under Asterisk (Sorry to say that here but it's the only comparison I have). I have looked at a num

Re: [Freeswitch-users] Automagic Phone Provisioning

2009-09-23 Thread Brian West
I have perl code for both snom-pnp and polycom dhcp inform but my wish list looks attractive ;) /b On Sep 23, 2009, at 12:09 PM, Dan White wrote: > There are several ways to accomplish this, with enough effort. > > The most straight forward approach is to run two DHCP servers on that > network

Re: [Freeswitch-users] Call Files for a dialer engine

2009-09-23 Thread Alberto Escudero
Yes, sounds the best way to go. I assume that Unique-ID is the unique key to track the call via ESL Unique-ID: a984afd4-a865-11de-a5b4-fb5a867b002c and Answer-State: the variable to determine if the call is successful? Or should wait for the reason of CS_DESTROY message. I want to avoid to keep

Re: [Freeswitch-users] Automagic Phone Provisioning

2009-09-23 Thread Dan White
There are several ways to accomplish this, with enough effort. The most straight forward approach is to run two DHCP servers on that network, with each of the DHCP servers ignoring the OUIs of devices they do not wish to manage. You'll need to configure two separate pools on the two servers (and

Re: [Freeswitch-users] Mod_perl $session in not hangup

2009-09-23 Thread Michael Collins
On Tue, Sep 22, 2009 at 11:05 PM, Jason White wrote: > lakshmanan ganapathy wrote: > > Thanks for your replay. I don't know what is latest trunk. Is it latest > > version? I'm using freeswitch 1.0.4. > > It's the latest version from the svn repository. Use svn checkout, then > compile it as docu

Re: [Freeswitch-users] Automagic Phone Provisioning

2009-09-23 Thread Ognjen Seslija
Polycom responds to SIP server dhcp option (I think it's 120). I haven't still seen any other phone doing that. Ognjen On Wed, Sep 23, 2009 at 6:16 PM, digilord wrote: > Brian, >Is there code someplace that I can get that will help with the > Polycom > DHCPINFORM way? > > Thanks > > On

Re: [Freeswitch-users] [Freeswitch-dev] Status of ubuntu/debian packages.

2009-09-23 Thread William King
I would be more than happy to share the code I use. Here is the git repo: http://git.home.quentustech.com:9191/cgit.cgi/freeswitch-ubuntu/ If anyone wants git commit access just send me your ssh public key and I'll add it to the repo. As you can see Frank and I have been busy for the last week.

Re: [Freeswitch-users] [Freeswitch-dev] Status of ubuntu/debian packages.

2009-09-23 Thread Alberto Escudero
Hi William, I will be very happy to test them, can you share the source and procedure to create the .debs? It will be also very good to find ways to have a cepstral package included *pending the licence* of course :) /aep -- Stopping junk mailers is good for the environment > Just to give ever

Re: [Freeswitch-users] Automagic Phone Provisioning

2009-09-23 Thread digilord
Brian, Is there code someplace that I can get that will help with the Polycom DHCPINFORM way? Thanks On Wed, 2009-09-23 at 10:46 -0500, Brian West wrote: > What you want is NOT possible the way you describe it. Snom does a > multicast PNP which lets you reply with a notify. Polycom do

Re: [Freeswitch-users] Automagic Phone Provisioning

2009-09-23 Thread digilord
I thought I had it figured out and was just missing one piece. Brian provided me with the missing info. My assumptions were wrong. Now I need to find software that will do what he described. On Wed, 2009-09-23 at 18:51 +0300, David Knell wrote: > I don't think it's trivially possible, unless yo

[Freeswitch-users] Status of ubuntu/debian packages.

2009-09-23 Thread William King
Just to give everyone an update. There are working Ubuntu packages in a launchpad ppa. Debian users can add the ppa to their apt sources and build the package on your box. I'm currently using the packages on my home box and it is working great. Alright. I'm looking for people who want to use the p

Re: [Freeswitch-users] Call Files for a dialer engine

2009-09-23 Thread Matthew Fong
ESL is probably the way to go tho...if you want to build a dialer. The Dial Plans can get pretty advanced in FreeSWITCH...and if that is not enough you might consider using mod_perl or something of that sort. --matt Voice Broadcasting & Predictive

Re: [Freeswitch-users] Using Sofia-SIP with ICE NAT Traversal Mechanism

2009-09-23 Thread Anthony Minessale
libdingaling does not do the gtalk ice stuff, mod_dingaling does by using utils in the FS core. We have stun client code, random string generators in switch_utils.c and settings in the rtp stack to send and recv authed stun packets using the aforementioned functions mixed in with the audio. Whatev

Re: [Freeswitch-users] Call Files for a dialer engine

2009-09-23 Thread Anthony Minessale
make an esl script that monitors a dir for new files, and push the contents into your same db? On Wed, Sep 23, 2009 at 10:32 AM, Alberto Escudero wrote: > I am exploring the possibility of building a Dialer that emulates the > logic of Call Files in asterisk. > A CallerID catcher is creating CUS

Re: [Freeswitch-users] Automagic Phone Provisioning

2009-09-23 Thread David Knell
I don't think it's trivially possible, unless you can stick the PBX between the DHCP server and the rest of the network. The reason is that DHCP reply packets are not broadcast, but sent back to the MAC address of the originator, so your Ethernet switch won't even let your PBX see the replies. Ev

Re: [Freeswitch-users] Automagic Phone Provisioning

2009-09-23 Thread Brian West
What you want is NOT possible the way you describe it. Snom does a multicast PNP which lets you reply with a notify. Polycom does a DHCPINFORM which lets you respond with a DHCPACK with additional options. Aastra does MDNS which dictates where to go get the configs. /b On Sep 23, 2009, a

Re: [Freeswitch-users] Automagic Phone Provisioning

2009-09-23 Thread Rupa Schomaker
On Wed, Sep 23, 2009 at 10:19 AM, digilord wrote: > Hello all, >        I know this is done and I think I figured out how to do it but I don't > want to reinvent the wheel so here goes.  I am looking for a program > that will sit on the PBX.  This program will intercept DHCP reply > packets destin

Re: [Freeswitch-users] Using Sofia-SIP with ICE NAT Traversal Mechanism

2009-09-23 Thread Muhammad Shahzad
Personally i am not a fan of GLib as well and always prefer STL over it due to so many good reasons. But on the other hand libnice is the only library that has Microsoft extensions to ICE protocol, which are required for mod_msn to work. So far on mod_msn, i am able to send and receive voice call

[Freeswitch-users] Call Files for a dialer engine

2009-09-23 Thread Alberto Escudero
I am exploring the possibility of building a Dialer that emulates the logic of Call Files in asterisk. A CallerID catcher is creating CUSTOM events that I can store in a database. I can trigger callbacks using ESL but I wonder what is the best way/nicer/geekier to do something like outgoing calls i

[Freeswitch-users] Automagic Phone Provisioning

2009-09-23 Thread digilord
Hello all, I know this is done and I think I figured out how to do it but I don't want to reinvent the wheel so here goes. I am looking for a program that will sit on the PBX. This program will intercept DHCP reply packets destined for phones, inject "option 66" into the packet and releas

Re: [Freeswitch-users] Using Sofia-SIP with ICE NAT Traversal Mechanism

2009-09-23 Thread Michael Jerris
We already have ice support in freeswitch, granted it is the slightly twisted ice from the old jingle, but this should not be difficult to fix. Knowing what I know about libnice architechture I can say almost without doubt that it will never fit well into freeeswitch. Is the basis of this

[Freeswitch-users] No ring tone while recording incoming call. Please help.

2009-09-23 Thread Svetik VOIP
Brian, Thank yo very much for your reply. I have tried to add transfer_ringback action, but it did not solve my problem. Destination phone is ringing, but the person who is calling does not hear ringing tone in hte handset. Is there anything in the logfile that can help you to identify the probl

Re: [Freeswitch-users] Using Sofia-SIP with ICE NAT Traversal Mechanism

2009-09-23 Thread Brian West
I'm not comfortable adding libnice into FreeSWITCH as it depends on glib and that would add bloat in my opinion... is there no other license compatible option? /b On Sep 23, 2009, at 8:42 AM, Muhammad Shahzad wrote: Yup, that's a good idea but not in my project list right now. Thank you.

Re: [Freeswitch-users] Multitenancy

2009-09-23 Thread Peder
That's a good idea. I thought about using a DB, but I was going to have to use a lua script to look stuff up. I didn't think about easyroute or lcr. -Original Message- From: freeswitch-users-boun...@lists.freeswitch.org [mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of

Re: [Freeswitch-users] Multitenancy

2009-09-23 Thread Rupa Schomaker
Use something like mod_easyroute to consult a database of DIDs. If you host the DID it'll give you a route to dial out. If not, route out your gateway. Or load your lcr tables with your own DIDs. Consult mod_lcr and use it's dialstring. It'll prefer longer prefix matches, so you will always wi

Re: [Freeswitch-users] Hangup: Always the same Q.850 cause code

2009-09-23 Thread Peter P GMX
Hello, I finally solved it by using Best regards Peter Peter P GMX schrieb: > Hello Anthony, > > I did further testing on a second machine and found out the following: > After > > > > The called party receives a "NO_ANSWER" > and the calling party receives a "NORMAL_

Re: [Freeswitch-users] Using Sofia-SIP with ICE NAT Traversal Mechanism

2009-09-23 Thread Muhammad Shahzad
Yup, that's a good idea but not in my project list right now. Thank you. On Wed, Sep 23, 2009 at 7:17 PM, afshin afzali wrote: > Don't you think is better to integrate LibNICE to FreeSWITCH's RTP stack > than a module such as mod_msn / mod_dingaling ? > > -- afshin > > On Wed, Sep 23, 2009 at 4

Re: [Freeswitch-users] Using Sofia-SIP with ICE NAT Traversal Mechanism

2009-09-23 Thread afshin afzali
Don't you think is better to integrate LibNICE to FreeSWITCH's RTP stack than a module such as mod_msn / mod_dingaling ? -- afshin On Wed, Sep 23, 2009 at 4:21 PM, Muhammad Shahzad < shaherya...@googlemail.com> wrote: > No mod_dingaling does not use LibNICE. However, i have plans to integrate >

Re: [Freeswitch-users] Using Sofia-SIP with ICE NAT Traversal Mechanism

2009-09-23 Thread Muhammad Shahzad
No mod_dingaling does not use LibNICE. However, i have plans to integrate NICE with Sofia in mod_msn project, which is at the moment moving with very slow pace due to some trouble in reverse engineering MSNP-18 protocol (used in Windows Live Messenger 2009). Thank you. On Wed, Sep 23, 2009 at 6:

[Freeswitch-users] Using Sofia-SIP with ICE NAT Traversal Mechanism

2009-09-23 Thread afshin afzali
Hi, I know that FreeSWITCH uses libdingaling to talk to Jingle call parties. Also I know that Jingle Protocol uses ICE protocol to traverse NAT devices. So : does libdingaling use an open library such as libnice for ICE? Is it possible to use the ICE implementation in Sofia-SIP endpoint? If not, h

Re: [Freeswitch-users] SUBSCRIBE and NOTIFY

2009-09-23 Thread Rudá Cunha
I upgraded to version 1.0.trunk. And still with the problem. I am using the soft phone X-Lite. I set it (1000) and I connect. Once connected to create the User 1001. Ai in another X-Lite I connect with the (1001) and create the User 1000. Ai closing the two X-Lite and open the 1000 (it appears th

Re: [Freeswitch-users] Multitenancy

2009-09-23 Thread Peder
So if you do this, how do you call between contexts? Say you have 100 tenants on one box each with their own domain and they are all 4 digit for local dialing. If they call a 10 digit number like they are calling outbound and it is another tenant on the same box, they don't want to go out and ba

Re: [Freeswitch-users] Hangup: Always the same Q.850 cause code

2009-09-23 Thread Peter P GMX
Hello Anthony, I did further testing on a second machine and found out the following: After The called party receives a "NO_ANSWER" and the calling party receives a "NORMAL_CLEARING" See the logs: Best regards Peter Logs: To called party: U 82.xx

Re: [Freeswitch-users] CALL FOR VOLUNTEERS: Assisting With FreeSWITCH Subprojects

2009-09-23 Thread demuel
This is one of the reasons I hate to use debian aka lesbian libyan linux distribution. They keep changing their packaging system. If you have a lenny with you, doing an "apt-get" or "dpkg" will give you a whole lot of package dependencies and even introduced a new one ( can't remember the name o

Re: [Freeswitch-users] CALL FOR VOLUNTEERS: Assisting With FreeSWITCH Subprojects

2009-09-23 Thread Muhammad Shahzad
I am not a debian fan nor expert in it but if you guys just want me do to dpkg -i freeswitch*.deb on my test box and report for success or failure then you can count me in as well. Thank you. On Wed, Sep 23, 2009 at 3:23 PM, Jason White wrote: > Michael Jerris wrote: > > A couple people hav

Re: [Freeswitch-users] CALL FOR VOLUNTEERS: Assisting With FreeSWITCH Subprojects

2009-09-23 Thread Jason White
Michael Jerris wrote: > A couple people have taken on major work on packages for ubuntu. > Most of that work will translate directly back to debian, we should > just need people to do testing of debian pacakges once their work is > done. I'm volunteering. _

Re: [Freeswitch-users] Vestec Speech Recognition Integration ?

2009-09-23 Thread Michael Jerris
Its probably trivial to add MRCP for them now with the unimrcp lib. I would suggest making them aware of it. At this point that is the best way to go so we don't have to support a bunch of custom interfaces. Mike On Sep 16, 2009, at 5:21 PM, Gerry Hull wrote: Has anyone integrated Vestec

Re: [Freeswitch-users] Compile error

2009-09-23 Thread Michael Jerris
Please catch up on irc to discuss this real time, this shouldn't be happening and bkw or I likely will need remote access to your box to figure out why it is doing this. Mike On Sep 21, 2009, at 1:06 PM, Luis Manuel Zuccolo wrote: I' ve get the same error with a fresh tree Thanks in advan

Re: [Freeswitch-users] mod_nibblebill

2009-09-23 Thread Michael Jerris
If it is no where in the code I would assume it is not implemented, try catching up with pyite on irc to confirm. Mike On Sep 20, 2009, at 12:03 AM, João Mesquita wrote: > Guys, I have been testing mod_nibblebill lately and there are 2 > params that I could not make work. > > > >

Re: [Freeswitch-users] Recording inbound call including DTMF - possible ?

2009-09-23 Thread Michael Jerris
Are you using freeswitch to detect the inband dtmf or are you getting both inband and some other method (rfc 2833?) of dtmf as well? Mike On Sep 13, 2009, at 10:27 AM, Morten Henckel wrote: Hi I need to measure DTM digits duration and interdigit delay for various phones in a two stage di

Re: [Freeswitch-users] CALL FOR VOLUNTEERS: Assisting With FreeSWITCH Subprojects

2009-09-23 Thread Michael Jerris
A couple people have taken on major work on packages for ubuntu. Most of that work will translate directly back to debian, we should just need people to do testing of debian pacakges once their work is done. Also we had one more person step up to help with spec file work. I still need he

Re: [Freeswitch-users] Debian, libtool2 and mod_portaudio

2009-09-23 Thread Michael Jerris
if someone can contact we later in the day offlist with credentials for a box I can try to fix these issues. Mike On Sep 23, 2009, at 4:36 AM, Jason White wrote: > Michael Jerris wrote: >> What issues are there with libtool 2 under debian? Libtool 2 issues >> that I am aware of were all sort

Re: [Freeswitch-users] Debian, libtool2 and mod_portaudio

2009-09-23 Thread Jason White
Michael Jerris wrote: > What issues are there with libtool 2 under debian? Libtool 2 issues > that I am aware of were all sorted out quite some time ago. With libtool2, mod_portaudio fails to link to the Alsa sound library, hence fails to load due to unresolved symbols. I can't test this just

Re: [Freeswitch-users] A real puzzler for you guys... (perpetual registration causes denial of service.)

2009-09-23 Thread Michael Jerris
This is a well known and documented problem already fixed in upstream kernels. There was quite a bit of discussions about tests that came out that showed this issue. Opening another bug on it is not likely to help. Mike On Sep 19, 2009, at 2:49 AM, Jason White wrote: > Karl Vesterling w

Re: [Freeswitch-users] FreeSWITCH 64bit compilation error (Solaris 10)

2009-09-23 Thread Michael Jerris
Try taking a list at the info here: http://wiki.freeswitch.org/wiki/Download_%26_Installation_Guide#Solaris You need to be passing any necessary cflags in on configure Mike On Sep 18, 2009, at 2:26 PM, email lists wrote: Forwarding the issue below to see if anyone is familiar with this is

Re: [Freeswitch-users] Build problems with Shoutcast module under Debian

2009-09-23 Thread Michael Jerris
What issues are there with libtool 2 under debian? Libtool 2 issues that I am aware of were all sorted out quite some time ago. Mike On Sep 17, 2009, at 10:07 PM, Jason White wrote: > While trying to build FreeSWITCH rev. 14913, compilation failed with > the > following. > > the operating s

Re: [Freeswitch-users] memory leak - outbound socket

2009-09-23 Thread Michael Jerris
This should now be resolved in svn trunk. Mike On Sep 16, 2009, at 11:39 AM, Christian Löschenkohl wrote: > as a good fs user - of course i am :-) - i made a jira on this > MODAPP-336 to be precise > > i hope this helps to solve my problem > > br > > On 2009-09-16 17:05, Rupa Schomaker wrote: >>

Re: [Freeswitch-users] fax detection

2009-09-23 Thread Michael Jerris
You have access to the full sdp in channel vars, so you can condition on those with regex. Mike On Sep 17, 2009, at 6:25 PM, Tihomir Culjaga wrote: Hi Michael, thanks for your response. i think it will be enough to check the call capability... we always know the call is fax. We just need

Re: [Freeswitch-users] Gateways in Freeswitch

2009-09-23 Thread Tihomir Culjaga
endpoints that you are sending/receiving calls to/from It is useful to have a separate configuration (other than dialplan) when you need to specify credentials for GW to register somewhere, to specify domain, etc, etc ... T. On Wed, Sep 23, 2009 at 9:30 AM, Anil Kumar S. R. wrote: > Hi Al

Re: [Freeswitch-users] Gateways in Freeswitch

2009-09-23 Thread Michael Collins
On Wed, Sep 23, 2009 at 12:30 AM, Anil Kumar S. R. wrote: > Hi All, > > Can anybody please tell me what are the gateways in Freeswitch ? > A gateway is simply a means of doing an outbound registration to another server. Once the gateway is created you may send calls out on it. A typical use for a

[Freeswitch-users] Gateways in Freeswitch

2009-09-23 Thread Anil Kumar S. R.
Hi All, Can anybody please tell me what are the gateways in Freeswitch ? Thanks, -- Anil Kumar S. R. http://sranil.googlepages.com/ "The best way to succeed in this world is to act on the advice you give to others." ___ FreeSWITCH-users mailing list F

Re: [Freeswitch-users] Attended transfer - no audio

2009-09-23 Thread Michael Jerris
Did you ever resolve this issue? If not, please make sure you open a bug on jira.freeswitch.org with as much detail to reproduce this as possible. Mike On Sep 10, 2009, at 6:14 PM, Jan Kubr wrote: > Hi, > we have a Freeswitch server on a public IP and a few phones behind > NAT. The phones a

  1   2   >