<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">2008-10-16 15:54:29 [NOTICE] switch_ivr.c:1116 switch_ivr_session_transfer()<br>Transfer&nbsp;<a href="mailto:sofia/internal/2000@192.168.2.11">sofia/internal/2000@192.168.2.11</a>&nbsp;to enum[2222@default]<br>2008-10-16 15:54:31 [INFO] switch_core_state_machine.c:114<br>switch_core_standard_on_routing() No Route, Aborting<br><div><div><br></div><div><br></div><div>Your routing to enum for extension 2222 and there is no enum route for that number.</div><div><br></div><div>Mike</div><div><br></div><div><br></div><div>On Oct 16, 2008, at 9:59 AM, henkoegema wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><br>I'm trying to get DISA working.<br>I've done this:<br><br>&lt;exten name="2222"><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;condition field="destination_number" expression="^2222$"><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;action application="javascript"<br>data="/usr/local/freeswitch/conf/disa/disa.js"/><br> &nbsp;&nbsp;&nbsp;&lt;/extension> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br><br><br>The file disa.js is here: &nbsp;<a href="http://wiki.freeswitch.org/wiki/Examples_disa.js">http://wiki.freeswitch.org/wiki/Examples_disa.js</a><br><br>calling 2222 &nbsp;gives me busy tone:<br><br>freeswitch@ubuntu> 2008-10-16 15:54:29 [NOTICE] switch_channel.c:553<br>switch_channel_set_name() New Channel <a href="mailto:sofia/internal/2000@192.168.2.11">sofia/internal/2000@192.168.2.11</a><br>[f3d6e460-9b89-11dd-910f-55dc10d13151]<br>2008-10-16 15:54:29 [INFO] mod_dialplan_xml.c:232 dialplan_hunt() Processing<br>2000->2222 in context default<br>2008-10-16 15:54:29 [NOTICE] switch_ivr.c:1116 switch_ivr_session_transfer()<br>Transfer <a href="mailto:sofia/internal/2000@192.168.2.11">sofia/internal/2000@192.168.2.11</a> to enum[2222@default]<br>2008-10-16 15:54:31 [INFO] switch_core_state_machine.c:114<br>switch_core_standard_on_routing() No Route, Aborting<br>2008-10-16 15:54:31 [NOTICE] switch_core_state_machine.c:115<br>switch_core_standard_on_routing() Hangup <a href="mailto:sofia/internal/2000@192.168.2.11">sofia/internal/2000@192.168.2.11</a><br>[CS_ROUTING] [NO_ROUTE_DESTINATION]<br>2008-10-16 15:54:31 [NOTICE] switch_core_session.c:833<br>switch_core_session_thread() Session 12 (<a href="mailto:sofia/internal/2000@192.168.2.11">sofia/internal/2000@192.168.2.11</a>)<br>Ended<br>2008-10-16 15:54:31 [NOTICE] switch_core_session.c:835<br>switch_core_session_thread() Close Channel <a href="mailto:sofia/internal/2000@192.168.2.11">sofia/internal/2000@192.168.2.11</a><br>[CS_HANGUP]<br><br><br><br>And API call gives:<br><br>freeswitch@ubuntu> jsrun /usr/local/freeswitch/conf/disa/disa.js<br>2008-10-16 15:56:42 [ERR] disa.js:27 mod_spidermonkey() &nbsp;TypeError:<br>session.ready is not a function<br>API CALL [jsrun(/usr/local/freeswitch/conf/disa/disa.js)] output:<br>OK<br><br><br>I'm I doing something wrong ?<br></div></blockquote></div><br></body></html>