nik.middleton at noble... Guest
|
Posted: Sat Feb 14, 2009 5:30 am Post subject: [Freeswitch-users] Hangup hook in js is never called [RESOLV |
|
|
The JS hook does indeed work.
New to js, I hadn't declared the function prior calling it. I can only
guess that java scripts are processed sequentially and do not throw up
errors if a call is made to a function that hasn't been processed yet
Regards,
-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of
Michael Collins
Sent: 13 February 2009 22:51
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Hangup hook in js is never called
Quote: | http://wiki.freeswitch.org/wiki/Example_Hangup_hook
Is the code in error?
|
It might just be. I think you are better off using api_hangup_hook.
What are you trying to do on hangup? The api_hangup_hook lets you call
any API, including running a script. Here's an example that we played
with today that I haven't even put on the wiki yet. I renames the wav
file after the call is hung up.
_______________________________________________
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 |
|