[Freeswitch-users] how to: get session variable after api_hangup_hook

cristian re cristian.re.work at gmail.com
Thu Jun 7 14:02:07 MSD 2012


Yes of course,
I put in my dialplan:
<action application="set" data="session_in_hangup_hook=true"/>

But I read somewhere that it's possible to manage session after
"api_hangup_hook" only by Lua, Javascript or Perl scripts.
If my API is exposed in a module can I use it?
I try in my dialplan to call api with uuid parameter:

<action application="set" data="api_hangup_hook=my_hangup_api ${uuid}"/>

and in my c++ module I try to get session using uuid without success:

 switch_core_session_t * s = switch_core_session_locate(uuid);
if (s) {
   switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CONSOLE, "SESSION\n");
   switch_core_session_rwunlock(s);
}






2012/6/5 Michael Collins <msc at freeswitch.org>

> Are you setting session_in_hangup_hook?
> http://wiki.freeswitch.org/wiki/Channel_Variables#session_in_hangup_hook
> -MC
>
> On Tue, Jun 5, 2012 at 8:33 AM, cristian re <cristian.re.work at gmail.com>wrote:
>
>> Hello,
>>
>> I write a custom cpp module for freeswitch that exposes an API:
>>
>> SWITCH_ADD_API(commands_api_interface, "my_hangup", "my_hangup",
>>  my_hangup_api , MY_HANGUP_USAGE);
>>
>> I want to call this api from dialplan (after bridge hangup) for reading
>> the variable "billmsec".
>> I put this into my dialplan:
>>
>> <action application="set" data="session_in_hangup_hook=true"/>
>> <action application="set" data="api_hangup_hook=my_hangup_api"/>
>>
>> After hangup freeswitch call correctly my API but I have not figured out
>> how to get the variable.
>>
>>
>>
>>
>>
>>
>> _________________________________________________________________________
>> Professional FreeSWITCH Consulting Services:
>> consulting at freeswitch.org
>> http://www.freeswitchsolutions.com
>>
>> 
>> 
>>
>> Official FreeSWITCH Sites
>> http://www.freeswitch.org
>> http://wiki.freeswitch.org
>> http://www.cluecon.com
>>
>> Join Us At ClueCon - Aug 7-9, 2012
>>
>> 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
>>
>>
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> 
> 
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> http://www.cluecon.com
>
> Join Us At ClueCon - Aug 7-9, 2012
>
> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120607/39fbfb69/attachment-0001.html 


Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list