[Freeswitch-users] How can I detect an execute failure using ESL?

2009-12-21 Thread Ron McLeod
When I try and perform an operation on a channel which has gone, an error is returned. How can I detect this using the ESL? execute() and sendRecv() always return 0 (zero) regardless of whether the command returns +OK or -ERR. sendmsg 5d09753c-ede7-11de-85c6-27ab474dd533 call-command:

Re: [Freeswitch-users] No Ringing tone when call is forwarded to PSTN

2009-12-21 Thread Peter P GMX
I just crosschecked the dialplan which is used. We do not anwer the call, we bridge it directly to a PSTN destination. However the Ringing event is not passed to PSTN(A): PSTN(A)INVITE===FS PSTN(A)===TRYING===FS FS===INVITE==PSTN(B)

Re: [Freeswitch-users] No audio after Remote SDP:

2009-12-21 Thread Brian West
Can you get me siptraces please. /b On Dec 20, 2009, at 5:54 PM, Mark Campbell-Smith wrote: Thanks Brian and Gad, I have stun set and if I do a 'sofia status profile internal', I see the external IP address of the 3102 ATA, so I assume that stun is working correctly on the SPA3102.

Re: [Freeswitch-users] Mod nibblebill deduct money but no hangup at zero and can call without money in database

2009-12-21 Thread Amarakeerthi S
I have changed the changed the dialplan little bit (thank to the people at IRC #freeswitch) as follows. extension name=Omega_Out condition field=caller_id_number expression=^(\d{4})$/ condition field=destination_number expression=^(\d{11})$ !--action application=set data=nibble_rate=0.0448/--

Re: [Freeswitch-users] Difference between ESL execute() andexecuteAsync()

2009-12-21 Thread Anthony Minessale
if you run the socket in async mode, every call to execute is async if you don't specify async in the socket app in FS all calls are synchronous but you can send async calls with te asyncExecute On Sat, Dec 19, 2009 at 9:16 PM, Ron McLeod ron.freeswi...@mcleodnet.comwrote: Here's the ES

Re: [Freeswitch-users] [ANN] Spice Telephony 0.9.5 released (FS based callcenter)

2009-12-21 Thread Andrew Thompson
On Sun, Dec 20, 2009 at 11:03:46PM -0800, ram wrote: Hi its good to hear any compare document between Vicidial and this project No document, but briefly: * More focused on inbound than on outbound (at least for the moment) vicidial is more geared for outbound. * Handles email in queue

[Freeswitch-users] mod_xml_curl and gateways

2009-12-21 Thread Jon Bruel
I wonder if it is possible to define common gateways (not user specific gateways) by xml_curl, and if so, the bindings and syntax to use? All the best /Jon ___ FreeSWITCH-users mailing list FreeSWITCH-users@lists.freeswitch.org

Re: [Freeswitch-users] mod_xml_curl and gateways

2009-12-21 Thread Mathieu Rene
Hi, All gateways are common, putting them in a user only serves the purpose of grouping related information together in the XML files. This said, you can bind to the configuration section and return those gateways as part of the sip profile's xml data. Cheers, Mathieu Rene Avant-Garde

Re: [Freeswitch-users] How can I detect an execute failure using ESL?

2009-12-21 Thread Anthony Minessale
the latest version returns an event with that data in it similar to the api method. On Mon, Dec 21, 2009 at 2:48 AM, Ron McLeod ron.freeswi...@mcleodnet.comwrote: When I try and perform an operation on a channel which has gone, an error is returned. How can I detect this using the ESL?

Re: [Freeswitch-users] mod_xml_curl and gateways

2009-12-21 Thread Anthony Minessale
same exact syntax only put the gateways in the sofia profile On Mon, Dec 21, 2009 at 10:13 AM, Jon Bruel j...@consiglia.dk wrote: I wonder if it is possible to define common gateways (not user specific gateways) by xml_curl, and if so, the bindings and syntax to use? All the best /Jon

Re: [Freeswitch-users] Authenticating end points by IP

2009-12-21 Thread Bill W
I recently added an overview to this wiki page to help make things more clear as to which ACL you need for different purposes. http://wiki.freeswitch.org/wiki/ACL#Overview Thanks, Bill W. Mathieu Rene wrote: Check out: http://wiki.freeswitch.org/wiki/ACL#Users It'll automatically add

Re: [Freeswitch-users] [ANN] Spice Telephony 0.9.5 released (FS based callcenter)

2009-12-21 Thread Michael Collins
On Mon, Dec 21, 2009 at 8:07 AM, Andrew Thompson and...@hijacked.us wrote: On Sun, Dec 20, 2009 at 11:03:46PM -0800, ram wrote: Hi its good to hear any compare document between Vicidial and this project No document, but briefly: * More focused on inbound than on outbound (at

[Freeswitch-users] Skypiax: Skype account frozen

2009-12-21 Thread 大泥人
Hello, I noticed some guys had develop the Skype module while there is a policy from Skype(Ulimited call planso call FAP: ):Each subscription is to be used by one person only and is not to be shared with any other user (whether via a PBX, call centre, computer or any other means) , which

Re: [Freeswitch-users] Skypiax: Skype account frozen

2009-12-21 Thread Itamar Reis Peixoto
2009/12/21 大泥人 qinglan_z...@hotmail.com: Hello, I noticed some guys had develop the Skype module while there is a policy from Skype(Ulimited call planso call FAP: ):Each subscription is to be used by one person only and is not to be shared with any other user (whether via a PBX, call centre,

Re: [Freeswitch-users] Skypiax: Skype account frozen

2009-12-21 Thread Brian West
So says the man with his Skype username in his sig! :P /b On Dec 21, 2009, at 12:37 PM, Itamar Reis Peixoto wrote: the best answer is don't use skype. Itamar Reis Peixoto e-mail/msn/google talk/sip: ita...@ispbrasil.com.br skype: itamarjp icq: 81053601 +55 11 4063

[Freeswitch-users] sound rpms

2009-12-21 Thread Joseph L. Casale
So the spec from trunk says Soundfiles are moving into a separate spec but I can't find this spec anywhere in svn? Anyone know where it is? Thanks! jlc ___ FreeSWITCH-users mailing list FreeSWITCH-users@lists.freeswitch.org

Re: [Freeswitch-users] sound rpms

2009-12-21 Thread Michael Jerris
Working on it, moving the repos around to do this right... http://jira.freeswitch.org/browse/FSBUILD-218 Mike On Dec 21, 2009, at 2:56 PM, Joseph L. Casale wrote: So the spec from trunk says “Soundfiles are moving into a separate spec” but I can’t find this spec anywhere in svn? Anyone

Re: [Freeswitch-users] sound rpms

2009-12-21 Thread Joseph L. Casale
Working on it, moving the repos around to do this right... http://jira.freeswitch.org/browse/FSBUILD-218 Mike Thanks, Is this known to not work with non root builds? It errored out after creating some messy hierarchies with the actual variable calls, instead of their values? Thanks! jlc

Re: [Freeswitch-users] sound rpms

2009-12-21 Thread Michael Jerris
This is a total work in progress that has not even merged into tree. So it is not known to work or not work anywhere. Patches to correct issues are welcome. Mike On Dec 21, 2009, at 3:49 PM, Joseph L. Casale wrote: Working on it, moving the repos around to do this right...

Re: [Freeswitch-users] sound rpms

2009-12-21 Thread Joseph L. Casale
Thanks, Is this known to not work with non root builds? It errored out after creating some messy hierarchies with the actual variable calls, instead of their values? Actually, I tried on a lab vm as root in the typical dirs. and got the same result: ... `./us/callie/time/48000/hours.wav' -

Re: [Freeswitch-users] Building on Windows

2009-12-21 Thread Dave Stevenson
Hi Mike, OK - have bitten the bullet and installed VS2008 Express over VS2005 ! Most of the warnings in the build have been cleared, I notice that the error in the build of mod_opal has gone with mod_opal not being in the preconfigured build list now and also that the number of warnings on

Re: [Freeswitch-users] [ANN] Spice Telephony 0.9.5 released (FS based callcenter)

2009-12-21 Thread Andrew Thompson
On Mon, Dec 21, 2009 at 09:48:44AM -0800, Michael Collins wrote: On Mon, Dec 21, 2009 at 8:07 AM, Andrew Thompson and...@hijacked.us wrote: On Sun, Dec 20, 2009 at 11:03:46PM -0800, ram wrote: Hi its good to hear any compare document between Vicidial and this project No

Re: [Freeswitch-users] Authenticating end points by IP

2009-12-21 Thread Lars Zeb
Bill, Thanks for your ACL Overview. Perhaps you can help me understand more clearly. If you include the local-network-acl and apply-inbound-acl params in the sip_profiles and setup the list for localnet.auto in acl.conf.xml, does this mean you do not have to include the cidr attribute for

Re: [Freeswitch-users] Setting Restrictions on Default Dialplan

2009-12-21 Thread Michael Collins
On Sun, Dec 20, 2009 at 10:31 PM, Edmar Cruz darklio...@yahoo.com wrote: Where should I write this line extension name=international dialing condition field=${toll_allow} expression=international anti-action application=playfile data=misc/you-are-not-authorized.wav/ anti-action

[Freeswitch-users] Variables for install directories

2009-12-21 Thread Joseph L. Casale
Searching through the wiki for any indication as to what if any variables exist for the install location in that I can leverage in a script. Can anyone point me along, I can't seem to find anything. I want to place a shell script in /opt/freeswitch/scripts that needs a reference to a conf file

Re: [Freeswitch-users] Building on Windows

2009-12-21 Thread Jeff Lenk
Hi Dave, I have corrected several of the warnings. On subsequent builds the download errors can be ignored(files already present). Jeff From: steve...@primrosebank.net To: freeswitch-users@lists.freeswitch.org Date: Mon, 21 Dec 2009 21:25:36 + Subject: Re: [Freeswitch-users] Building

Re: [Freeswitch-users] Building on Windows

2009-12-21 Thread Jeff Lenk
Hi Dave, I have corrected several of the warnings. On subsequent builds the download errors can be ignored(files already present). Jeff Dave Stevenson wrote: Hi Mike, OK - have bitten the bullet and installed VS2008 Express over VS2005 ! Most of the warnings in the build have been

Re: [Freeswitch-users] Building on Windows

2009-12-21 Thread Jeff Lenk
Hi Dave, I have corrected several of the warnings. On subsequent builds the download errors can be ignored(files already present). Jeff Dave Stevenson wrote: Hi Mike, OK - have bitten the bullet and installed VS2008 Express over VS2005 ! Most of the warnings in the build have been