mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-01-25 02:07:54 +00:00
FS-9928 [mod_v8] Implement Event Hooks in JavaScript
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
<settings>
|
||||
<!-- <param name="xml-handler-script" value="directory.js"/> -->
|
||||
<!-- <param name="xml-handler-bindings" value="directory"/> -->
|
||||
<!-- <hook event="CUSTOM" subclass="sofia::register" script="catch-event.js"/> -->
|
||||
<!-- <hook event="CHANNEL_HANGUP" script="hangup-event.js"/> -->
|
||||
</settings>
|
||||
<modules>
|
||||
<!-- <load module="mod_v8_skel"/> -->
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
<settings>
|
||||
<!-- <param name="xml-handler-script" value="directory.js"/> -->
|
||||
<!-- <param name="xml-handler-bindings" value="directory"/> -->
|
||||
<!-- <hook event="CUSTOM" subclass="sofia::register" script="catch-event.js"/> -->
|
||||
<!-- <hook event="CHANNEL_HANGUP" script="hangup-event.js"/> -->
|
||||
</settings>
|
||||
<modules>
|
||||
<!-- <load module="mod_v8_skel"/> -->
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
<settings>
|
||||
<!-- <param name="xml-handler-script" value="directory.js"/> -->
|
||||
<!-- <param name="xml-handler-bindings" value="directory"/> -->
|
||||
<!-- <hook event="CUSTOM" subclass="sofia::register" script="catch-event.js"/> -->
|
||||
<!-- <hook event="CHANNEL_HANGUP" script="hangup-event.js"/> -->
|
||||
</settings>
|
||||
<modules>
|
||||
<!-- <load module="mod_v8_skel"/> -->
|
||||
|
||||
Reference in New Issue
Block a user