[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: execut

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) > FS<==TR

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. Here I don't understand enable_heartbeat_events=5. It may be the heartbeat rate. Also I am getting this error in FS cli 2009-12-21 00:37:14.886242 [ERR] sofia_glue.c:2710 AUDIO

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 wrote: > Here's the ES network trace: > > Content-Length:

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 q

[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 http://lists.freeswitch

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 wrote: > 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() > alw

Re: [Freeswitch-users] mod_xml_curl and gateways

2009-12-21 Thread Anthony Minessale
same exact syntax only put the in the sofia profile On Mon, Dec 21, 2009 at 10:13 AM, Jon Bruel 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] ACLs through proxy

2009-12-21 Thread Bill W
Hey Metik, Thank you so much for your assistance on this issue. I really appreciate it. Yes I agree with you on the mod_xml_curl solution. However, as I was starting to pursue that, I ran into another issue. It appears as though I don't have access to any variables in the xml_curl POST that

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 us

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 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 least

[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 大泥人 : > 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 o

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 >

[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 http://lists.freeswitch.or

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... > > > >http:/

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 o

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

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 i

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 wrote: > > Where should I write this line > > > > data="misc/you-are-not-authorized.wav"/> > > > > > > > on the default.xml or in the default category? > You can put it in default.xml or in an xml file in conf/dialplan/default/

[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 th

Re: [Freeswitch-users] WARNING On Inbound Call Question

2009-12-21 Thread Jerry Richards
Okay, I upgraded to 1.0.5pre9 and tried this test again and I do not see the WARNING in the Freeswitch log. However, it still behaves the same way. That is, the internal callee rings for about 12 seconds, then stops ringing, and the PSTN caller just hears ringback for about 60 seconds and is not g

[Freeswitch-users] Adding H263 Video to Existing Call Fails First Time

2009-12-21 Thread Jerry Richards
After establishing an audio call between two Bria softphones, and then starting video at the caller phone, FS replies to the re-INVITE with a 200 OK with only the PCMU codec. This looks incorrect. The audio call previously negotiated to the speex/16000 codec, and the re-INVITE from the caller ad

Re: [Freeswitch-users] WARNING On Inbound Call Question

2009-12-21 Thread Brian West
You know that warning is meaningless. Search the archives we have talked about this to no end it seems. And I'm sure Moy fixed this. /b On Dec 21, 2009, at 6:24 PM, Jerry Richards wrote: > Okay, I upgraded to 1.0.5pre9 and tried this test again and I do not see the > WARNING in the Freeswitc

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 o

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 hav

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 hav

[Freeswitch-users] Multitenant dialplans

2009-12-21 Thread john
I have Freeswitch setup and working as a single tenant system mostly using the default configuration. Trying to convert to a multitenant environment, I have used both the Multi-tenant and Multiple Companies wiki's. I get the phone to register, can call out using the external profile to a ITSP, can