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

2009-03-02 Thread Anthony Minessale
yes if you match the job uuid from bgapi to the SWITCH_EVENT_BACKGROUND_JOB
event, you would get the result in that event.


On Mon, Mar 2, 2009 at 8:49 AM, Nik Middleton <
nik.middle...@noblesolutions.co.uk> wrote:

>  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-boun...@lists.freeswitch.org [mailto:
> freeswitch-users-boun...@lists.freeswitch.org] *On Behalf Of *Anthony
> Minessale
> *Sent:* 02 March 2009 14:00
> *To:* freeswitch-users@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.middle...@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@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_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
>
>


-- 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

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


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

2009-03-02 Thread Nik Middleton
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-boun...@lists.freeswitch.org
[mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of
Anthony Minessale
Sent: 02 March 2009 14:00
To: freeswitch-users@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
 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@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_miness...@hotmail.com
<mailto:msn%3aanthony_miness...@hotmail.com> 
GTALK/JABBER/PAYPAL:anthony.miness...@gmail.com
<mailto:paypal%3aanthony.miness...@gmail.com> 
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:8...@conference.freeswitch.org
<mailto:sip%3a...@conference.freeswitch.org> 
iax:gu...@conference.freeswitch.org/888
googletalk:conf+...@conference.freeswitch.org
<mailto:googletalk%3aconf%2b...@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


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

2009-03-02 Thread Anthony Minessale
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.middle...@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@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_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