in your script called via api_hangup_hook:
var env = request.dumpENV("text");
consoleLog("info", env);
all those vars are there for you, you can get the individually with
var hval = request.getHeader("some_header");
2009/3/30 Keith Laaks <[email protected]>
> Hi,
>
>
>
> I have an application where my Javascript hanguphook code calculates a
> value (e.g. the cost of the call which can only be calculated post hangup)
> and I need to have that value appear as a field in the cdrs.
>
>
>
> As the ‘session’ object is no longer available for javascript logic post
> hangup, I can’t figure out how to ‘set’ a user variable post hangup, such
> that it can be written to the cdr when the state changes from CS_HANGUP ->
> CS_REPORTING. Maybe it’s just not possible……? It would be a pity to have to
> resort to writing out cdrs from the javascript itself and duplicating what
> fs does so well already.
>
>
>
> Any advice / suggestions would be appreciated.
>
>
>
> Best Regards
>
>
>
> Keith
>
>
>
> _______________________________________________
> Freeswitch-users mailing list
> [email protected]
> 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:[email protected] <msn%[email protected]>
GTALK/JABBER/PAYPAL:[email protected]<paypal%[email protected]>
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:[email protected] <sip%[email protected]>
iax:[email protected]/888
googletalk:[email protected]<googletalk%3aconf%[email protected]>
pstn:213-799-1400
_______________________________________________
Freeswitch-users mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org