<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
<br>Question to Pizza Demo with mod pocketsphinx &nbsp;<br>------------------------------------------------<br>I want to run example application Gino's Pizza and did all the steps in http://wiki.freeswitch.org/wiki/Mod_pocketsphinx, but there is one thing I am not sure about.<br><br>Where do I have to make the following extension?<br><br>&nbsp; &lt;extension name="pizza"&gt;<br>&nbsp;&nbsp;&nbsp; &lt;condition field="destination_number" expression="^2006$"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="javascript" data="ps_pizza.js"/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<br>&nbsp; &lt;/extension&gt;<br><br>I made the extension in the file c:\freeswitch\debug\conf\dialplan\default.xml <br>and changed the destination_number to <br><br>&nbsp;&nbsp; "^1000$"<br>&nbsp; <br>I have 2 softphones (x-lite) which are successfully registered with number 1000 and 1002. <br>When I try to call from number 1002 to 1000 the phone 1000 doesn't ring anymore, probably due my entry in default.xml.<br><br>console output see below..<br><br>What can I do to get the example application run? <br><br>Regards<br><br>scaram<br><br>My configuration:<br>---------------------<br>System:&nbsp; Windows Vista SP1, Visual Studio 2008<br>Sources: I got very new sources from subversion trunk (22.09.2009)<br><br><br>console output after call to number 2000:<br>------------------------------------------------<br><br>freeswitch@NB-MSI&gt; 2009-09-25 14:31:31.514000 [NOTICE] switch_channel.c:613<br>&nbsp;New Channel sofia/internal/1002@192.168.1.33 [90d67d34-c114-a844-8308-8940af4a8<br>099]<br>2009-09-25 14:31:31.533000 [INFO] mod_dialplan_xml.c:391 Processing 1002 FreeSwi<br>tch-&gt;1000 in context default<br>2009-09-25 14:31:31.543000 [INFO] switch_ivr_async.c:1835 Bound B-Leg: 1 execute<br>_extension::dx XML features<br>2009-09-25 14:31:31.543000 [INFO] switch_ivr_async.c:1835 Bound B-Leg: 2 record_<br>session::c:\freeswitch2\debug/recordings/1002.2009-09-25-14-31-31.wav<br>2009-09-25 14:31:31.543000 [INFO] switch_ivr_async.c:1835 Bound B-Leg: 3 execute<br>_extension::cf XML features<br>2009-09-25 14:31:31.571000 [NOTICE] switch_channel.c:613 New Channel sofia/inter<br>nal/sip:1000@192.168.1.33:51997 [003c3be6-528e-1244-9bf2-2e4bf4851e15]<br>2009-09-25 14:31:31.576000 [INFO] switch_ivr_originate.c:1722 Sending early medi<br>a<br>2009-09-25 14:31:31.576000 [INFO] mod_sofia.c:1500 Ring SDP:<br>v=0<br>o=FreeSWITCH 1253857333 1253857334 IN IP4 192.168.1.33<br>s=FreeSWITCH<br>c=IN IP4 192.168.1.33<br>t=0 0<br>m=audio 24558 RTP/AVP 0 101<br>a=rtpmap:0 PCMU/8000<br>a=rtpmap:101 telephone-event/8000<br>a=fmtp:101 0-16<br>a=silenceSupp:off - - - -<br>a=ptime:20<br>a=sendrecv<br><br>2009-09-25 14:31:31.576000 [NOTICE] mod_sofia.c:1503 Pre-Answer sofia/internal/1<br>002@192.168.1.33!                                               <br /><hr />Posteingang immer voll? Der erste Speicher, der mitwächst: <a href='http://redirect.gimas.net/?n=M0906WLHM1' target='_new'>Unbegrenzter Speicher bei Windows Live Hotmail!</a></body>
</html>