[Freeswitch-users] api_reporting_hook and session_in_hangup_hook issue
Ken Rice
krice at freeswitch.org
Thu Sep 15 17:48:47 MSD 2016
Why not just use mod_xml_cdr for this… it’ll post a full CDR that you can parse and will have all the information you are looking at and will not potentially leave a session open
From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of David Ponzone
Sent: Thursday, September 15, 2016 8:37 AM
To: FreeSWITCH Users Help <freeswitch-users at lists.freeswitch.org>
Subject: [Freeswitch-users] api_reporting_hook and session_in_hangup_hook issue
I am trying to run mod_curl after hangup, in order to sens some channel variables to a HTTP server:
<extension name="from_SIP_account_to_US_TollFree">
<condition field="destination_number" expression="^00(1800\d+)$">
<action application="set" data="api_reporting_hook=curl http://server/script.php?orig=${sip_from_user} <http://server/script.php?orig=$%7bsip_from_user%7d&dest=$%7bdestination_number%7d&callstart=$%7banswered_time%7d&callend=$%7bhangup_time%7d> &dest=${destination_number}&callstart=${answered_time}&callend=${hangup_time} headers get"/>
<action application="set" data="session_in_hangup_hook=true"/>
<action application="bridge" data="{sip_cid_type=none}sofia/gateway/trunk.out/+$1"/>
</condition>
</extension>
When I hangup, only sip_from_user and destination_number are correct.
answered_time contains 0 and hangup_time is empty
Am I missing something ?
Thank you
David Ponzone Direction Technique
email: david.ponzone at ipeva.fr <mailto:david.ponzone at ipeva.fr>
tel: 01 74 03 18 97
gsm: 06 66 98 76 34
Service Client IPeva
tel: 0811 46 26 26
www.ipeva.fr <blocked::http://www.ipeva.fr/> - www.ipeva-studio.com <blocked::http://www.ipeva-studio.com/>
Ce message et toutes les pièces jointes sont confidentiels et établis à l'intention exclusive de ses destinataires. Toute utilisation ou diffusion non autorisée est interdite. Tout message électronique est susceptible d'altération. IPeva décline toute responsabilité au titre de ce message s'il a été altéré, déformé ou falsifié. Si vous n'êtes pas destinataire de ce message, merci de le détruire immédiatement et d'avertir l'expéditeur.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160915/9d4cde2e/attachment-0001.html
Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users
mailing list