[Freeswitch-users] Orginate: getting status of call fail

Nik Middleton nik.middleton at noblesolutions.co.uk
Mon Mar 2 06:49:03 PST 2009


That's what I was wondering, however, won't the response to the bagi
(not the initial) give me the info on the call result?

 

Regards

 

 

________________________________

From: freeswitch-users-bounces at lists.freeswitch.org
[mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of
Anthony Minessale
Sent: 02 March 2009 14:00
To: freeswitch-users at lists.freeswitch.org
Subject: Re: [Freeswitch-users] Orginate: getting status of call fail

 

The best way would be to add a few custom variables and add a secondary
system that monitors the CDR data and uses the 
custom variables to identify what you want to do with the failed calls.




On Sat, Feb 28, 2009 at 4:49 PM, Nik Middleton
<nik.middleton at noblesolutions.co.uk> wrote:

Hi Guys,

 

I've been running a test script written in lua which now works very well
thanks to Anthony's fix to stream file.

 

Right now I'm using an event socket to initiate the call and passing the
name of the script along with originate thus:

 

$dialstring = "originate
{ignore_early_media=true,origination,originate_timeout=25}sofia/gateway/
Mygw/phonenum '&lua(helloworld.lua )'";

$result = $obj ->bgapi_command($dialstring);

 

The script gets fired (it would appear) on answer.  However, if the
number is invalid , timed out or was busy, I'm not sure the script gets
executed or am I wrong?

 

I want to be able to fire an event back on what happed to the call in
the event that it failed for whatever reason.

 

I know I can simply call the originate and pass the number as an
argument and execute the dial within the script but I'm led to believe
that's not very efficient, or am I completely wrong?

 

Looking for the most FS friendly way here

 

Regards,


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users at 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/

AIM: anthm
MSN:anthony_minessale at hotmail.com
<mailto:MSN%3Aanthony_minessale at hotmail.com> 
GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com
<mailto:PAYPAL%3Aanthony.minessale at gmail.com> 
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888 at conference.freeswitch.org
<mailto:sip%3A888 at conference.freeswitch.org> 
iax:guest at conference.freeswitch.org/888
googletalk:conf+888 at conference.freeswitch.org
<mailto:googletalk%3Aconf%2B888 at conference.freeswitch.org> 
pstn:213-799-1400

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090302/2595216a/attachment-0002.html 


More information about the FreeSWITCH-users mailing list