Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] Different problems with "pizza"

Goto page 1, 2  Next
 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
mszlazak at aol.com
Guest





PostPosted: Wed Nov 05, 2008 7:46 pm    Post subject: [Freeswitch-users] Different problems with "pizza" Reply with quote

OK, I did my first FS "build" today from download "freeswitch-1.0.1.tar.gz" on Windows XP Pro with Visual C++ 2008 Express instead of using my previous MSI installed build which apparently uses the older FS version 1.0.9570.

I'm not getting a crash as I did before with the MSI build on the "pizza" demo. Instead, in the newer build, the demo gets stuck in a loop and can't break out no matter what I say. See below:

Any advice?

Thank you in advance.
Mark.

</interpretation>
2008-11-05 16:22:19 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [²²²²½½½½½½½½ε■ε■]
2008-11-05 16:22:19 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:19 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:21 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:21 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:25 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:25 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 [BREAK]
2008-11-05 16:22:26 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:26 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: TAKEOUT, Score: 0
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">TAKEOUT</result>
<input>TAKEOUT</input>
</interpretation>
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [TAKEOUT]
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:26 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:26 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 [BREAK]
2008-11-05 16:22:27 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:27 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:33 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:33 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 [BREAK]
2008-11-05 16:22:34 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:34 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:34 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 [BREAK]
2008-11-05 16:22:35 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: TAKEOUT, Score: 0
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">TAKEOUT</result>
<input>TAKEOUT</input>
</interpretation>
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [TAKEOUT]
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:37 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:37 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:42 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:42 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 [BREAK]
2008-11-05 16:22:43 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: DELIVERY, Score: 0
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">DELIVERY</result>
<input>DELIVERY</input>
</interpretation>
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [DELIVERY]
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:44 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:44 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:50 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:50 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 [BREAK]
2008-11-05 16:22:50 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:51 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: TAKEOUT, Score: 0
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">TAKEOUT</result>
<input>TAKEOUT</input>
</interpretation>
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [TAKEOUT]
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:51 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:51 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 [BREAK]
2008-11-05 16:22:53 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:53 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:58 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:58 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 [BREAK]
2008-11-05 16:22:59 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:23:00 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:23:00 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 [BREAK]
2008-11-05 16:23:01 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: PICKUP, Score: 0
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">PICKUP</result>
<input>PICKUP</input>
</interpretation>
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [PICKUP]
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:23:03 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:23:03 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:23:04 [DEBUG] sofia.c:197 sofia_event_callback() event [nua_i_state] status [0][INVITE sent] session: sofia/internal/1000@10.0.0.2
2008-11-05 16:23:04 [DEBUG] sofia.c:2129 sofia_handle_sip_i_state() Channel sofia/internal/1000@10.0.0.2 entering state [calling]
2008-11-05 16:23:04 [DEBUG] sofia.c:2129 sofia_handle_sip_i_state() Channel sofia/internal/1000@10.0.0.2 entering state [ready]
2008-11-05 16:23:04 [DEBUG] sofia.c:2133 sofia_handle_sip_i_state() Remote SDP:
Instant access to the latest & most popular FREE games while you browse with the Games Toolbar - Download Now!
Back to top
brian at freeswitch.org
Guest





PostPosted: Wed Nov 05, 2008 7:50 pm    Post subject: [Freeswitch-users] Different problems with "pizza" Reply with quote

Looks like the score is messed up. Are you using ps_pizza.js?

/b

On Nov 5, 2008, at 6:44 PM, mszlazak@aol.com (mszlazak@aol.com) wrote:
Quote:
OK, I did my first FS "build" today from download "freeswitch-1.0.1.tar.gz" on Windows XP Pro with Visual C++ 2008 Express instead of using my previous MSI installed build which apparently uses the older FS version 1.0.9570.

I'm not getting a crash as I did before with the MSI build on the "pizza" demo. Instead, in the newer build, the demo gets stuck in a loop and can't break out no matter what I say. See below:

Any advice?

Thank you in advance.
Mark.

</interpretation>
2008-11-05 16:22:19 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [²²²²½½½½½½½½ε■ε■]
2008-11-05 16:22:19 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:19 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:21 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:21 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:25 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:25 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:26 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:26 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: TAKEOUT, Score: 0
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">TAKEOUT</result>
<input>TAKEOUT</input>
</interpretation>
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [TAKEOUT]
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:26 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:26 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:27 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:27 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:33 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:33 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:34 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:34 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:34 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:35 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: TAKEOUT, Score: 0
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">TAKEOUT</result>
<input>TAKEOUT</input>
</interpretation>
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [TAKEOUT]
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:37 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:37 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:42 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:42 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:43 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: DELIVERY, Score: 0
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">DELIVERY</result>
<input>DELIVERY</input>
</interpretation>
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [DELIVERY]
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:44 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:44 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:50 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:50 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:50 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:51 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: TAKEOUT, Score: 0
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">TAKEOUT</result>
<input>TAKEOUT</input>
</interpretation>
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [TAKEOUT]
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:51 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:51 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:53 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:53 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:58 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:58 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:59 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:23:00 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:23:00 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:23:01 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: PICKUP, Score: 0
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">PICKUP</result>
<input>PICKUP</input>
</interpretation>
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [PICKUP]
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:23:03 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:23:03 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:23:04 [DEBUG] sofia.c:197 sofia_event_callback() event [nua_i_state] status [0][INVITE sent] session: sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email])
2008-11-05 16:23:04 [DEBUG] sofia.c:2129 sofia_handle_sip_i_state() Channel sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) entering state [calling]
2008-11-05 16:23:04 [DEBUG] sofia.c:2129 sofia_handle_sip_i_state() Channel sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) entering state [ready]
2008-11-05 16:23:04 [DEBUG] sofia.c:2133 sofia_handle_sip_i_state() Remote SDP:

Instant access to the latest & most popular FREE games while you browse with the Games Toolbar - Download Now!
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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
Back to top
mszlazak at aol.com
Guest





PostPosted: Wed Nov 05, 2008 11:07 pm    Post subject: [Freeswitch-users] Different problems with "pizza" Reply with quote

Yup, I'm using ps_pizza.js.


Mark



-----Original Message-----
From: Brian West <brian@freeswitch.org>
To: freeswitch-users@lists.freeswitch.org
Sent: Wed, 5 Nov 2008 4:50 pm
Subject: Re: [Freeswitch-users] Different problems with "pizza" demo on newer build.

Looks like the score is messed up. Are you using ps_pizza.js?

/b

On Nov 5, 2008, at 6:44 PM, mszlazak@aol.com (mszlazak@aol.com) wrote:
Quote:
OK, I did my first FS "build" today from download "freeswitch-1.0.1.tar.gz" on Windows XP Pro with Visual C++ 2008 Express instead of using my previous MSI installed build which apparently uses the older FS version 1.0.9570.

I'm not getting a crash as I did before with the MSI build on the "pizza" demo. Instead, in the newer build, the demo gets stuck in a loop and can't break out no matter what I say. See below:

Any advice?

Thank you in advance.
Mark.

</interpretation>
2008-11-05 16:22:19 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [²²²²½½½½½½½½ε■ε■]
2008-11-05 16:22:19 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:19 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:21 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:21 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:25 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:25 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:26 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:26 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: TAKEOUT, Score: 0
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">TAKEOUT</result>
<input>TAKEOUT</input>
</interpretation>
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [TAKEOUT]
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:26 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:26 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:27 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:27 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:33 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:33 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:34 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:34 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:34 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:35 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: TAKEOUT, Score: 0
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">TAKEOUT</result>
<input>TAKEOUT</input>
</interpretation>
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [TAKEOUT]
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:37 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:37 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:42 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:42 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:43 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: DELIVERY, Score: 0
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">DELIVERY</result>
<input>DELIVERY</input>
</interpretation>
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [DELIVERY]
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:44 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:44 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:50 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:50 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:50 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:51 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: TAKEOUT, Score: 0
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">TAKEOUT</result>
<input>TAKEOUT</input>
</interpretation>
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [TAKEOUT]
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:51 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:51 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:53 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:53 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:58 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:58 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:59 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:23:00 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:23:00 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:23:01 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: PICKUP, Score: 0
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">PICKUP</result>
<input>PICKUP</input>
</interpretation>
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [PICKUP]
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:23:03 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:23:03 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:23:04 [DEBUG] sofia.c:197 sofia_event_callback() event [nua_i_state] status [0][INVITE sent] session: sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email])
2008-11-05 16:23:04 [DEBUG] sofia.c:2129 sofia_handle_sip_i_state() Channel sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) entering state [calling]
2008-11-05 16:23:04 [DEBUG] sofia.c:2129 sofia_handle_sip_i_state() Channel sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) entering state [ready]
2008-11-05 16:23:04 [DEBUG] sofia.c:2133 sofia_handle_sip_i_state() Remote SDP:

Instant access to the latest & most popular FREE games while you browse with the Games Toolbar - Download Now!
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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



=
Quote:
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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

Instant access to the latest & most popular FREE games while you browse with the Games Toolbar - Download Now!
Back to top
anthony.minessale at g...
Guest





PostPosted: Thu Nov 06, 2008 9:35 am    Post subject: [Freeswitch-users] Different problems with "pizza" Reply with quote

can you please download and build the development snapshot instead of the 1.0.1 since we are almost to 1.0.2 now.

http://files.freeswitch.org/freeswitch-snapshot.tar.gz


On Wed, Nov 5, 2008 at 10:05 PM, <mszlazak@aol.com (mszlazak@aol.com)> wrote:
Quote:
Yup, I'm using ps_pizza.js.


Mark




-----Original Message-----
From: Brian West <brian@freeswitch.org (brian@freeswitch.org)>
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Sent: Wed, 5 Nov 2008 4:50 pm
Subject: Re: [Freeswitch-users] Different problems with "pizza" demo on newer build.

Looks like the score is messed up. Are you using ps_pizza.js?

/b

On Nov 5, 2008, at 6:44 PM, mszlazak@aol.com (mszlazak@aol.com) wrote:

Quote:
OK, I did my first FS "build" today from download "freeswitch-1.0.1.tar.gz" on Windows XP Pro with Visual C++ 2008 Express instead of using my previous MSI installed build which apparently uses the older FS version 1.0.9570.

I'm not getting a crash as I did before with the MSI build on the "pizza" demo. Instead, in the newer build, the demo gets stuck in a loop and can't break out no matter what I say. See below:

Any advice?

Thank you in advance.
Mark.

</interpretation>
2008-11-05 16:22:19 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [©÷©÷©÷©÷¨ö¨ö¨ö¨ö¨ö¨ö¨ö¨ö¥å¡á¥å¡á]
2008-11-05 16:22:19 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:19 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:21 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:21 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:25 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:25 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:26 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:26 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: TAKEOUT, Score: 0
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">TAKEOUT</result>
<input>TAKEOUT</input>
</interpretation>
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [TAKEOUT]
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:26 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:26 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:27 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:27 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:33 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:33 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:34 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:34 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:34 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:35 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: TAKEOUT, Score: 0
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">TAKEOUT</result>
<input>TAKEOUT</input>
</interpretation>
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [TAKEOUT]
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:37 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:37 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:42 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:42 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:43 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: DELIVERY, Score: 0
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">DELIVERY</result>
<input>DELIVERY</input>
</interpretation>
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [DELIVERY]
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:44 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:44 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:50 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:50 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:50 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:51 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: TAKEOUT, Score: 0
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">TAKEOUT</result>
<input>TAKEOUT</input>
</interpretation>
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [TAKEOUT]
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:51 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:51 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:53 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:53 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:58 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:58 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:59 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:23:00 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:23:00 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:23:01 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: PICKUP, Score: 0
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">PICKUP</result>
<input>PICKUP</input>
</interpretation>
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [PICKUP]
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:23:03 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:23:03 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:23:04 [DEBUG] sofia.c:197 sofia_event_callback() event [nua_i_state] status [0][INVITE sent] session: sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email])
2008-11-05 16:23:04 [DEBUG] sofia.c:2129 sofia_handle_sip_i_state() Channel sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) entering state [calling]
2008-11-05 16:23:04 [DEBUG] sofia.c:2129 sofia_handle_sip_i_state() Channel sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) entering state [ready]
2008-11-05 16:23:04 [DEBUG] sofia.c:2133 sofia_handle_sip_i_state() Remote SDP:

Instant access to the latest & most popular FREE games while you browse with the Games Toolbar - Download Now!
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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



=
Quote:
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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


Instant access to the latest & most popular FREE games while you browse with the Games Toolbar - Download Now!



_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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




--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400
Back to top
mszlazak at aol.com
Guest





PostPosted: Thu Nov 06, 2008 5:25 pm    Post subject: [Freeswitch-users] Different problems with "pizza" Reply with quote

Anthony, look in your gmail account since I got a warning about my email being to long to be placed here.

Mark.





-----Original Message-----
From: Anthony Minessale <anthony.minessale@gmail.com>
To: freeswitch-users@lists.freeswitch.org
Sent: Thu, 6 Nov 2008 6:22 am
Subject: Re: [Freeswitch-users] Different problems with "pizza" demo on newer build.

can you please download and build the development snapshot instead of the 1.0.1 since we are almost to 1.0.2 now.

http://files.freeswitch.org/freeswitch-snapshot.tar.gz


On Wed, Nov 5, 2008 at 10:05 PM, <mszlazak@aol.com (mszlazak@aol.com)> wrote:
Quote:
Yup, I'm using ps_pizza.js.


Mark




-----Original Message-----
From: Brian West <brian@freeswitch.org (brian@freeswitch.org)>
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Sent: Wed, 5 Nov 2008 4:50 pm
Subject: Re: [Freeswitch-users] Different problems with "pizza" demo on newer build.

Looks like the score is messed up. Are you using ps_pizza.js?

/b

On Nov 5, 2008, at 6:44 PM, mszlazak@aol.com (mszlazak@aol.com) wrote:

Quote:
OK, I did my first FS "build" today from download "freeswitch-1.0.1.tar.gz" on Windows XP Pro with Visual C++ 2008 Express instead of using my previous MSI installed build which apparently uses the older FS version 1.0.9570.

I'm not getting a crash as I did before with the MSI build on the "pizza" demo. Instead, in the newer build, the demo gets stuck in a loop and can't break out no matter what I say. See below:

Any advice?

Thank you in advance.
Mark.

</interpretation>
2008-11-05 16:22:19 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [²²²²½½½½½½½½ε■ε■]
2008-11-05 16:22:19 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:19 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:21 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:21 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:25 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:25 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:26 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:26 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: TAKEOUT, Score: 0
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">TAKEOUT</result>
<input>TAKEOUT</input>
</interpretation>
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [TAKEOUT]
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:26 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:26 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:27 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:27 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:33 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:33 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:34 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:34 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:34 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:35 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: TAKEOUT, Score: 0
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">TAKEOUT</result>
<input>TAKEOUT</input>
</interpretation>
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [TAKEOUT]
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:37 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:37 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:42 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:42 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:43 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: DELIVERY, Score: 0
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">DELIVERY</result>
<input>DELIVERY</input>
</interpretation>
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [DELIVERY]
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:44 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:44 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:50 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:50 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:50 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:51 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: TAKEOUT, Score: 0
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">TAKEOUT</result>
<input>TAKEOUT</input>
</interpretation>
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [TAKEOUT]
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:51 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:51 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:53 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:53 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:58 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:58 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:59 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:23:00 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:23:00 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:23:01 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: PICKUP, Score: 0
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">PICKUP</result>
<input>PICKUP</input>
</interpretation>
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [PICKUP]
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:23:03 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:23:03 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:23:04 [DEBUG] sofia.c:197 sofia_event_callback() event [nua_i_state] status [0][INVITE sent] session: sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email])
2008-11-05 16:23:04 [DEBUG] sofia.c:2129 sofia_handle_sip_i_state() Channel sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) entering state [calling]
2008-11-05 16:23:04 [DEBUG] sofia.c:2129 sofia_handle_sip_i_state() Channel sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) entering state [ready]
2008-11-05 16:23:04 [DEBUG] sofia.c:2133 sofia_handle_sip_i_state() Remote SDP:

Instant access to the latest & most popular FREE games while you browse with the Games Toolbar - Download Now!
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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



=
Quote:
_______________________________________________

Freeswitch-users mailing list

Freeswitch-users@lists.freeswitch.org (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



Instant access to the latest & most popular FREE games while you browse with the Games Toolbar - Download Now!



_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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




--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400

Quote:
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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

Instant access to the latest & most popular FREE games while you browse with the Games Toolbar - Download Now!
Back to top
brian at freeswitch.org
Guest





PostPosted: Thu Nov 06, 2008 5:33 pm    Post subject: [Freeswitch-users] Different problems with "pizza" Reply with quote

gmail got caught in the cross fire of the mail list server move lastnight... they dont' like it when you change IP's apparently. It should be flowing fine as of this morning.

Can you forward me the warning?


/b

On Nov 6, 2008, at 4:22 PM, mszlazak@aol.com (mszlazak@aol.com) wrote:
Quote:
Anthony, look in your gmail account since I got a warning about my email being to long to be placed here.

Mark.
Back to top
mszlazak at aol.com
Guest





PostPosted: Thu Nov 06, 2008 6:09 pm    Post subject: [Freeswitch-users] Different problems with "pizza" Reply with quote

OK, Brian,


It's been sent to your freeswitch email account.

The warnings are in the attached txt file. The msvc IDE data for the error crashing FS is in the body of the email.

Please, let me know if you need more.

Mark

-----Original Message-----
From: Brian West <brian@freeswitch.org>
To: freeswitch-users@lists.freeswitch.org
Sent: Thu, 6 Nov 2008 2:32 pm
Subject: Re: [Freeswitch-users] Different problems with "pizza" demo on newer build.

gmail got caught in the cross fire of the mail list server move lastnight... they dont' like it when you change IP's apparently. It should be flowing fine as of this morning.

Can you forward me the warning?


/b

On Nov 6, 2008, at 4:22 PM, mszlazak@aol.com (mszlazak@aol.com) wrote:
Quote:
Anthony, look in your gmail account since I got a warning about my email being to long to be placed here.

Mark.



=
Quote:
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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

Instant access to the latest & most popular FREE games while you browse with the Games Toolbar - Download Now!
Back to top
mszlazak at aol.com
Guest





PostPosted: Fri Nov 07, 2008 2:23 pm    Post subject: [Freeswitch-users] Different problems with "pizza" Reply with quote

Hi Anthony and Brian.

I should have done this yesterday but I'm learning debugging in this IDE environment as I go.
Anyway, have you looked at the .lm grammar files in the "pizza demo"?

For the grammar file download in the wiki, I finding 9 .lm files:

6859, pizza_arso, pizza_crust, pizza_order, pizza_size, pizza_specialty, pizza_toppings, pizza_type, pizza_yesno.

Of these, 4 files are empty:

pizza_crust, pizza_size, pizza_specialty, pizza_toppings.

I commented out the related sections in ps_pizza.js and the "pizza demo" seemed to work in this shortened form.
It took the type of order (nothing else), order confirmation, when to come pick-up and then hung-up.

Could I get the rest of the .lm files? Updating the grammar files download for "pizza" would nice.

Thanks.

Mark.






-----Original Message-----
From: Anthony Minessale <anthony.minessale@gmail.com>
To: freeswitch-users@lists.freeswitch.org
Sent: Thu, 6 Nov 2008 6:22 am
Subject: Re: [Freeswitch-users] Different problems with "pizza" demo on newer build.

can you please download and build the development snapshot instead of the 1.0.1 since we are almost to 1.0.2 now.

http://files.freeswitch.org/freeswitch-snapshot.tar.gz


On Wed, Nov 5, 2008 at 10:05 PM, <mszlazak@aol.com (mszlazak@aol.com)> wrote:
Quote:
Yup, I'm using ps_pizza.js.


Mark




-----Original Message-----
From: Brian West <brian@freeswitch.org (brian@freeswitch.org)>
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Sent: Wed, 5 Nov 2008 4:50 pm
Subject: Re: [Freeswitch-users] Different problems with "pizza" demo on newer build.

Looks like the score is messed up. Are you using ps_pizza.js?

/b

On Nov 5, 2008, at 6:44 PM, mszlazak@aol.com (mszlazak@aol.com) wrote:

Quote:
OK, I did my first FS "build" today from download "freeswitch-1.0.1.tar.gz" on Windows XP Pro with Visual C++ 2008 Express instead of using my previous MSI installed build which apparently uses the older FS version 1.0.9570.

I'm not getting a crash as I did before with the MSI build on the "pizza" demo. Instead, in the newer build, the demo gets stuck in a loop and can't break out no matter what I say. See below:

Any advice?

Thank you in advance.
Mark.

</interpretation>
2008-11-05 16:22:19 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [²²²²½½½½½½½½ε■ε■]
2008-11-05 16:22:19 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:19 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:21 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:21 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:25 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:25 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:26 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:26 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: TAKEOUT, Score: 0
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">TAKEOUT</result>
<input>TAKEOUT</input>
</interpretation>
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [TAKEOUT]
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:26 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:26 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:27 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:27 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:33 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:33 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:34 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:34 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:34 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:35 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: TAKEOUT, Score: 0
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">TAKEOUT</result>
<input>TAKEOUT</input>
</interpretation>
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [TAKEOUT]
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:37 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:37 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:42 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:42 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:43 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: DELIVERY, Score: 0
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">DELIVERY</result>
<input>DELIVERY</input>
</interpretation>
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [DELIVERY]
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:44 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:44 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:50 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:50 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:50 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:51 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: TAKEOUT, Score: 0
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">TAKEOUT</result>
<input>TAKEOUT</input>
</interpretation>
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [TAKEOUT]
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:51 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:51 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:53 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:53 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:58 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:58 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:59 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:23:00 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:23:00 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:23:01 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: PICKUP, Score: 0
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">PICKUP</result>
<input>PICKUP</input>
</interpretation>
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [PICKUP]
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:23:03 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:23:03 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:23:04 [DEBUG] sofia.c:197 sofia_event_callback() event [nua_i_state] status [0][INVITE sent] session: sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email])
2008-11-05 16:23:04 [DEBUG] sofia.c:2129 sofia_handle_sip_i_state() Channel sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) entering state [calling]
2008-11-05 16:23:04 [DEBUG] sofia.c:2129 sofia_handle_sip_i_state() Channel sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) entering state [ready]
2008-11-05 16:23:04 [DEBUG] sofia.c:2133 sofia_handle_sip_i_state() Remote SDP:

Instant access to the latest & most popular FREE games while you browse with the Games Toolbar - Download Now!
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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



=
Quote:
_______________________________________________



Freeswitch-users mailing list



Freeswitch-users@lists.freeswitch.org (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





Instant access to the latest & most popular FREE games while you browse with the Games Toolbar - Download Now!



_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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




--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400

Quote:
_______________________________________________

Freeswitch-users mailing list

Freeswitch-users@lists.freeswitch.org (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


Instant access to the latest & most popular FREE games while you browse with the Games Toolbar - Download Now!
Back to top
brian at freeswitch.org
Guest





PostPosted: Fri Nov 07, 2008 2:39 pm    Post subject: [Freeswitch-users] Different problems with "pizza" Reply with quote

-rw-r--r-- 2 brian staff 1325 Jul 8 20:35 pizza_arso/pizza_arso.lm
-rw-r--r-- 2 brian staff 1797 Jul 8 19:51 pizza_crust/pizza_crust.lm
-rw-r--r-- 2 brian staff 667 Jul 7 20:08 pizza_order/pizza_order.lm
-rw-r--r-- 2 brian staff 1122 Jul 8 19:46 pizza_size/pizza_size.lm
-rw-r--r-- 2 brian staff 2529 Jul 8 20:05 pizza_specialty/pizza_specialty.lm
-rw-r--r-- 2 brian staff 3367 Jul 8 20:30 pizza_toppings/pizza_toppings.lm
-rw-r--r-- 2 brian staff 885 Jul 8 19:55 pizza_type/pizza_type.lm
-rw-r--r-- 2 brian staff 724 Jul 7 20:18 pizza_yesno/pizza_yesno.lm


They all look fine to me. Where did you download yours from?


/b




On Nov 7, 2008, at 1:22 PM, mszlazak@aol.com (mszlazak@aol.com) wrote:
Quote:
Hi Anthony and Brian.

I should have done this yesterday but I'm learning debugging in this IDE environment as I go.
Anyway, have you looked at the .lm grammar files in the "pizza demo"?

For the grammar file download in the wiki, I finding 9 .lm files:

6859, pizza_arso, pizza_crust, pizza_order, pizza_size, pizza_specialty, pizza_toppings, pizza_type, pizza_yesno.

Of these, 4 files are empty:

pizza_crust, pizza_size, pizza_specialty, pizza_toppings.

I commented out the related sections in ps_pizza.js and the "pizza demo" seemed to work in this shortened form.
It took the type of order (nothing else), order confirmation, when to come pick-up and then hung-up.

Could I get the rest of the .lm files? Updating the grammar files download for "pizza" would nice.

Thanks.

Mark.






-----Original Message-----
From: Anthony Minessale <anthony.minessale@gmail.com (anthony.minessale@gmail.com)>
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Sent: Thu, 6 Nov 2008 6:22 am
Subject: Re: [Freeswitch-users] Different problems with "pizza" demo on newer build.

can you please download and build the development snapshot instead of the 1.0.1 since we are almost to 1.0.2 now.

http://files.freeswitch.org/freeswitch-snapshot.tar.gz


On Wed, Nov 5, 2008 at 10:05 PM, <mszlazak@aol.com (mszlazak@aol.com)> wrote:
Quote:
Yup, I'm using ps_pizza.js.


Mark




-----Original Message-----
From: Brian West <brian@freeswitch.org (brian@freeswitch.org)>
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Sent: Wed, 5 Nov 2008 4:50 pm
Subject: Re: [Freeswitch-users] Different problems with "pizza" demo on newer build.

Looks like the score is messed up. Are you using ps_pizza.js?

/b

On Nov 5, 2008, at 6:44 PM, mszlazak@aol.com (mszlazak@aol.com) wrote:

Quote:
OK, I did my first FS "build" today from download "freeswitch-1.0.1.tar.gz" on Windows XP Pro with Visual C++ 2008 Express instead of using my previous MSI installed build which apparently uses the older FS version 1.0.9570.

I'm not getting a crash as I did before with the MSI build on the "pizza" demo. Instead, in the newer build, the demo gets stuck in a loop and can't break out no matter what I say. See below:

Any advice?

Thank you in advance.
Mark.

</interpretation>
2008-11-05 16:22:19 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [²²²²½½½½½½½½ε■ε■]
2008-11-05 16:22:19 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:19 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:21 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:21 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:25 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:25 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:26 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:26 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: TAKEOUT, Score: 0
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">TAKEOUT</result>
<input>TAKEOUT</input>
</interpretation>
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [TAKEOUT]
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:26 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:26 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:27 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:27 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:33 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:33 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:34 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:34 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:34 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:35 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: TAKEOUT, Score: 0
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">TAKEOUT</result>
<input>TAKEOUT</input>
</interpretation>
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [TAKEOUT]
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:37 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:37 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:42 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:42 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:43 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: DELIVERY, Score: 0
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">DELIVERY</result>
<input>DELIVERY</input>
</interpretation>
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [DELIVERY]
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:44 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:44 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:50 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:50 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:50 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:51 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: TAKEOUT, Score: 0
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">TAKEOUT</result>
<input>TAKEOUT</input>
</interpretation>
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [TAKEOUT]
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:51 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:51 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:53 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:53 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:58 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:58 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:59 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:23:00 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:23:00 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:23:01 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: PICKUP, Score: 0
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">PICKUP</result>
<input>PICKUP</input>
</interpretation>
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [PICKUP]
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:23:03 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:23:03 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:23:04 [DEBUG] sofia.c:197 sofia_event_callback() event [nua_i_state] status [0][INVITE sent] session: sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email])
2008-11-05 16:23:04 [DEBUG] sofia.c:2129 sofia_handle_sip_i_state() Channel sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) entering state [calling]
2008-11-05 16:23:04 [DEBUG] sofia.c:2129 sofia_handle_sip_i_state() Channel sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) entering state [ready]
2008-11-05 16:23:04 [DEBUG] sofia.c:2133 sofia_handle_sip_i_state() Remote SDP:

Instant access to the latest & most popular FREE games while you browse with the Games Toolbar - Download Now!
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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



=
Quote:
_______________________________________________



Freeswitch-users mailing list



Freeswitch-users@lists.freeswitch.org (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





Instant access to the latest & most popular FREE games while you browse with the Games Toolbar - Download Now!



_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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




--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400

Quote:
_______________________________________________

Freeswitch-users mailing list

Freeswitch-users@lists.freeswitch.org (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



Instant access to the latest & most popular FREE games while you browse with the Games Toolbar - Download Now!
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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
Back to top
mszlazak at aol.com
Guest





PostPosted: Fri Nov 07, 2008 3:10 pm    Post subject: [Freeswitch-users] Different problems with "pizza" Reply with quote

It's been over a week but I believe I got them from the link on this page:

http://wiki.freeswitch.org/wiki/Mod_pocketsphinx





-----Original Message-----
From: Brian West <brian@freeswitch.org>
To: freeswitch-users@lists.freeswitch.org
Sent: Fri, 7 Nov 2008 11:38 am
Subject: Re: [Freeswitch-users] Different problems with "pizza" demo on newer build.

-rw-r--r-- 2 brian staff 1325 Jul 8 20:35 pizza_arso/pizza_arso.lm
-rw-r--r-- 2 brian staff 1797 Jul 8 19:51 pizza_crust/pizza_crust.lm
-rw-r--r-- 2 brian staff 667 Jul 7 20:08 pizza_order/pizza_order.lm
-rw-r--r-- 2 brian staff 1122 Jul 8 19:46 pizza_size/pizza_size.lm
-rw-r--r-- 2 brian staff 2529 Jul 8 20:05 pizza_specialty/pizza_specialty.lm
-rw-r--r-- 2 brian staff 3367 Jul 8 20:30 pizza_toppings/pizza_toppings.lm
-rw-r--r-- 2 brian staff 885 Jul 8 19:55 pizza_type/pizza_type.lm
-rw-r--r-- 2 brian staff 724 Jul 7 20:18 pizza_yesno/pizza_yesno.lm


They all look fine to me. Where did you download yours from?


/b




On Nov 7, 2008, at 1:22 PM, mszlazak@aol.com (mszlazak@aol.com) wrote:
Quote:
Hi Anthony and Brian.

I should have done this yesterday but I'm learning debugging in this IDE environment as I go.
Anyway, have you looked at the .lm grammar files in the "pizza demo"?

For the grammar file download in the wiki, I finding 9 .lm files:

6859, pizza_arso, pizza_crust, pizza_order, pizza_size, pizza_specialty, pizza_toppings, pizza_type, pizza_yesno.

Of these, 4 files are empty:

pizza_crust, pizza_size, pizza_specialty, pizza_toppings.

I commented out the related sections in ps_pizza.js and the "pizza demo" seemed to work in this shortened form.
It took the type of order (nothing else), order confirmation, when to come pick-up and then hung-up.

Could I get the rest of the .lm files? Updating the grammar files download for "pizza" would nice.

Thanks.

Mark.






-----Original Message-----
From: Anthony Minessale <anthony.minessale@gmail.com (anthony.minessale@gmail.com)>
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Sent: Thu, 6 Nov 2008 6:22 am
Subject: Re: [Freeswitch-users] Different problems with "pizza" demo on newer build.

can you please download and build the development snapshot instead of the 1.0.1 since we are almost to 1.0.2 now.

http://files.freeswitch.org/freeswitch-snapshot.tar.gz


On Wed, Nov 5, 2008 at 10:05 PM, <mszlazak@aol.com (mszlazak@aol.com)> wrote:
Quote:
Yup, I'm using ps_pizza.js.


Mark




-----Original Message-----
From: Brian West <brian@freeswitch.org (brian@freeswitch.org)>
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Sent: Wed, 5 Nov 2008 4:50 pm
Subject: Re: [Freeswitch-users] Different problems with "pizza" demo on newer build.

Looks like the score is messed up. Are you using ps_pizza.js?

/b

On Nov 5, 2008, at 6:44 PM, mszlazak@aol.com (mszlazak@aol.com) wrote:

Quote:
OK, I did my first FS "build" today from download "freeswitch-1.0.1.tar.gz" on Windows XP Pro with Visual C++ 2008 Express instead of using my previous MSI installed build which apparently uses the older FS version 1.0.9570.

I'm not getting a crash as I did before with the MSI build on the "pizza" demo. Instead, in the newer build, the demo gets stuck in a loop and can't break out no matter what I say. See below:

Any advice?

Thank you in advance.
Mark.

</interpretation>
2008-11-05 16:22:19 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [²²²²½½½½½½½½ε■ε■]
2008-11-05 16:22:19 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:19 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:21 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:21 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:25 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:25 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:26 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:26 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: TAKEOUT, Score: 0
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">TAKEOUT</result>
<input>TAKEOUT</input>
</interpretation>
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [TAKEOUT]
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:26 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:26 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:27 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:27 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:33 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:33 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:34 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:34 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:34 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:35 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: TAKEOUT, Score: 0
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">TAKEOUT</result>
<input>TAKEOUT</input>
</interpretation>
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [TAKEOUT]
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:37 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:37 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:42 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:42 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:43 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: DELIVERY, Score: 0
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">DELIVERY</result>
<input>DELIVERY</input>
</interpretation>
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [DELIVERY]
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:44 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:44 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:50 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:50 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:50 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:51 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: TAKEOUT, Score: 0
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">TAKEOUT</result>
<input>TAKEOUT</input>
</interpretation>
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [TAKEOUT]
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:51 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:51 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:53 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:53 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:58 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:58 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:59 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:23:00 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:23:00 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:23:01 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: PICKUP, Score: 0
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">PICKUP</result>
<input>PICKUP</input>
</interpretation>
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [PICKUP]
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:23:03 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:23:03 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:23:04 [DEBUG] sofia.c:197 sofia_event_callback() event [nua_i_state] status [0][INVITE sent] session: sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email])
2008-11-05 16:23:04 [DEBUG] sofia.c:2129 sofia_handle_sip_i_state() Channel sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) entering state [calling]
2008-11-05 16:23:04 [DEBUG] sofia.c:2129 sofia_handle_sip_i_state() Channel sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) entering state [ready]
2008-11-05 16:23:04 [DEBUG] sofia.c:2133 sofia_handle_sip_i_state() Remote SDP:

Instant access to the latest & most popular FREE games while you browse with the Games Toolbar - Download Now!
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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



=
Quote:
_______________________________________________







Freeswitch-users mailing list







Freeswitch-users@lists.freeswitch.org (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









Instant access to the latest & most popular FREE games while you browse with the Games Toolbar - Download Now!



_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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




--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400

Quote:
_______________________________________________



Freeswitch-users mailing list



Freeswitch-users@lists.freeswitch.org (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





Instant access to the latest & most popular FREE games while you browse with the Games Toolbar - Download Now!
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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


=
Quote:
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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

Instant access to the latest & most popular FREE games while you browse with the Games Toolbar - Download Now!
Back to top
mszlazak at aol.com
Guest





PostPosted: Sat Nov 08, 2008 2:57 am    Post subject: [Freeswitch-users] Different problems with "pizza" Reply with quote

Hi Brian, I know what the problem is with the .lm files.

If you try "un-zip" pizza_grammar.tar.gz with the IZarc then there is no contents to some of those files.
WinZip works fine.

Mark.



-----Original Message-----
From: Brian West <brian@freeswitch.org>
To: freeswitch-users@lists.freeswitch.org
Sent: Fri, 7 Nov 2008 11:38 am
Subject: Re: [Freeswitch-users] Different problems with "pizza" demo on newer build.

-rw-r--r-- 2 brian staff 1325 Jul 8 20:35 pizza_arso/pizza_arso.lm
-rw-r--r-- 2 brian staff 1797 Jul 8 19:51 pizza_crust/pizza_crust.lm
-rw-r--r-- 2 brian staff 667 Jul 7 20:08 pizza_order/pizza_order.lm
-rw-r--r-- 2 brian staff 1122 Jul 8 19:46 pizza_size/pizza_size.lm
-rw-r--r-- 2 brian staff 2529 Jul 8 20:05 pizza_specialty/pizza_specialty.lm
-rw-r--r-- 2 brian staff 3367 Jul 8 20:30 pizza_toppings/pizza_toppings.lm
-rw-r--r-- 2 brian staff 885 Jul 8 19:55 pizza_type/pizza_type.lm
-rw-r--r-- 2 brian staff 724 Jul 7 20:18 pizza_yesno/pizza_yesno.lm


They all look fine to me. Where did you download yours from?


/b




On Nov 7, 2008, at 1:22 PM, mszlazak@aol.com (mszlazak@aol.com) wrote:
Quote:
Hi Anthony and Brian.

I should have done this yesterday but I'm learning debugging in this IDE environment as I go.
Anyway, have you looked at the .lm grammar files in the "pizza demo"?

For the grammar file download in the wiki, I finding 9 .lm files:

6859, pizza_arso, pizza_crust, pizza_order, pizza_size, pizza_specialty, pizza_toppings, pizza_type, pizza_yesno.

Of these, 4 files are empty:

pizza_crust, pizza_size, pizza_specialty, pizza_toppings.

I commented out the related sections in ps_pizza.js and the "pizza demo" seemed to work in this shortened form.
It took the type of order (nothing else), order confirmation, when to come pick-up and then hung-up.

Could I get the rest of the .lm files? Updating the grammar files download for "pizza" would nice.

Thanks.

Mark.






-----Original Message-----
From: Anthony Minessale <anthony.minessale@gmail.com (anthony.minessale@gmail.com)>
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Sent: Thu, 6 Nov 2008 6:22 am
Subject: Re: [Freeswitch-users] Different problems with "pizza" demo on newer build.

can you please download and build the development snapshot instead of the 1.0.1 since we are almost to 1.0.2 now.

http://files.freeswitch.org/freeswitch-snapshot.tar.gz


On Wed, Nov 5, 2008 at 10:05 PM, <mszlazak@aol.com (mszlazak@aol.com)> wrote:
Quote:
Yup, I'm using ps_pizza.js.


Mark




-----Original Message-----
From: Brian West <brian@freeswitch.org (brian@freeswitch.org)>
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Sent: Wed, 5 Nov 2008 4:50 pm
Subject: Re: [Freeswitch-users] Different problems with "pizza" demo on newer build.

Looks like the score is messed up. Are you using ps_pizza.js?

/b

On Nov 5, 2008, at 6:44 PM, mszlazak@aol.com (mszlazak@aol.com) wrote:

Quote:
OK, I did my first FS "build" today from download "freeswitch-1.0.1.tar.gz" on Windows XP Pro with Visual C++ 2008 Express instead of using my previous MSI installed build which apparently uses the older FS version 1.0.9570.

I'm not getting a crash as I did before with the MSI build on the "pizza" demo. Instead, in the newer build, the demo gets stuck in a loop and can't break out no matter what I say. See below:

Any advice?

Thank you in advance.
Mark.

</interpretation>
2008-11-05 16:22:19 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [²²²²½½½½½½½½ε■ε■]
2008-11-05 16:22:19 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:19 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:21 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:21 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:25 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:25 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:26 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:26 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: TAKEOUT, Score: 0
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">TAKEOUT</result>
<input>TAKEOUT</input>
</interpretation>
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [TAKEOUT]
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:26 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:26 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:27 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:27 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:33 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:33 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:34 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:34 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:34 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:35 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: TAKEOUT, Score: 0
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">TAKEOUT</result>
<input>TAKEOUT</input>
</interpretation>
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [TAKEOUT]
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:37 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:37 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:42 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:42 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:43 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: DELIVERY, Score: 0
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">DELIVERY</result>
<input>DELIVERY</input>
</interpretation>
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [DELIVERY]
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:44 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:44 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:50 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:50 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:50 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:51 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: TAKEOUT, Score: 0
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">TAKEOUT</result>
<input>TAKEOUT</input>
</interpretation>
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [TAKEOUT]
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:51 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:51 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:53 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:53 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:58 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:58 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:59 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:23:00 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:23:00 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:23:01 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: PICKUP, Score: 0
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">PICKUP</result>
<input>PICKUP</input>
</interpretation>
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [PICKUP]
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:23:03 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:23:03 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:23:04 [DEBUG] sofia.c:197 sofia_event_callback() event [nua_i_state] status [0][INVITE sent] session: sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email])
2008-11-05 16:23:04 [DEBUG] sofia.c:2129 sofia_handle_sip_i_state() Channel sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) entering state [calling]
2008-11-05 16:23:04 [DEBUG] sofia.c:2129 sofia_handle_sip_i_state() Channel sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) entering state [ready]
2008-11-05 16:23:04 [DEBUG] sofia.c:2133 sofia_handle_sip_i_state() Remote SDP:

Instant access to the latest & most popular FREE games while you browse with the Games Toolbar - Download Now!
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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



=
Quote:
_______________________________________________







Freeswitch-users mailing list







Freeswitch-users@lists.freeswitch.org (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









Instant access to the latest & most popular FREE games while you browse with the Games Toolbar - Download Now!



_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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




--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400

Quote:
_______________________________________________



Freeswitch-users mailing list



Freeswitch-users@lists.freeswitch.org (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





Instant access to the latest & most popular FREE games while you browse with the Games Toolbar - Download Now!
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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


=
Quote:
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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

Instant access to the latest & most popular FREE games while you browse with the Games Toolbar - Download Now!
Back to top
mszlazak at aol.com
Guest





PostPosted: Sat Nov 08, 2008 3:30 am    Post subject: [Freeswitch-users] Different problems with "pizza" Reply with quote

Disregard my last email about Winzip.

Winzip or IZarc have problems with those 4 files. Either they are missing or nothing is in those files.

Maybe other files within those 4 groups (crust, size, toppings, specialty) are causing problems but I'd like to get a complete set for each of these groups to find out.

Could you please email me a complete set of pizza grammar files or point me to another source.

Mark.





-----Original Message-----
From: Brian West <brian@freeswitch.org>
To: freeswitch-users@lists.freeswitch.org
Sent: Fri, 7 Nov 2008 11:38 am
Subject: Re: [Freeswitch-users] Different problems with "pizza" demo on newer build.

-rw-r--r-- 2 brian staff 1325 Jul 8 20:35 pizza_arso/pizza_arso.lm
-rw-r--r-- 2 brian staff 1797 Jul 8 19:51 pizza_crust/pizza_crust.lm
-rw-r--r-- 2 brian staff 667 Jul 7 20:08 pizza_order/pizza_order.lm
-rw-r--r-- 2 brian staff 1122 Jul 8 19:46 pizza_size/pizza_size.lm
-rw-r--r-- 2 brian staff 2529 Jul 8 20:05 pizza_specialty/pizza_specialty.lm
-rw-r--r-- 2 brian staff 3367 Jul 8 20:30 pizza_toppings/pizza_toppings.lm
-rw-r--r-- 2 brian staff 885 Jul 8 19:55 pizza_type/pizza_type.lm
-rw-r--r-- 2 brian staff 724 Jul 7 20:18 pizza_yesno/pizza_yesno.lm


They all look fine to me. Where did you download yours from?


/b




On Nov 7, 2008, at 1:22 PM, mszlazak@aol.com (mszlazak@aol.com) wrote:
Quote:
Hi Anthony and Brian.

I should have done this yesterday but I'm learning debugging in this IDE environment as I go.
Anyway, have you looked at the .lm grammar files in the "pizza demo"?

For the grammar file download in the wiki, I finding 9 .lm files:

6859, pizza_arso, pizza_crust, pizza_order, pizza_size, pizza_specialty, pizza_toppings, pizza_type, pizza_yesno.

Of these, 4 files are empty:

pizza_crust, pizza_size, pizza_specialty, pizza_toppings.

I commented out the related sections in ps_pizza.js and the "pizza demo" seemed to work in this shortened form.
It took the type of order (nothing else), order confirmation, when to come pick-up and then hung-up.

Could I get the rest of the .lm files? Updating the grammar files download for "pizza" would nice.

Thanks.

Mark.






-----Original Message-----
From: Anthony Minessale <anthony.minessale@gmail.com (anthony.minessale@gmail.com)>
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Sent: Thu, 6 Nov 2008 6:22 am
Subject: Re: [Freeswitch-users] Different problems with "pizza" demo on newer build.

can you please download and build the development snapshot instead of the 1.0.1 since we are almost to 1.0.2 now.

http://files.freeswitch.org/freeswitch-snapshot.tar.gz


On Wed, Nov 5, 2008 at 10:05 PM, <mszlazak@aol.com (mszlazak@aol.com)> wrote:
Quote:
Yup, I'm using ps_pizza.js.


Mark




-----Original Message-----
From: Brian West <brian@freeswitch.org (brian@freeswitch.org)>
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Sent: Wed, 5 Nov 2008 4:50 pm
Subject: Re: [Freeswitch-users] Different problems with "pizza" demo on newer build.

Looks like the score is messed up. Are you using ps_pizza.js?

/b

On Nov 5, 2008, at 6:44 PM, mszlazak@aol.com (mszlazak@aol.com) wrote:

Quote:
OK, I did my first FS "build" today from download "freeswitch-1.0.1.tar.gz" on Windows XP Pro with Visual C++ 2008 Express instead of using my previous MSI installed build which apparently uses the older FS version 1.0.9570.

I'm not getting a crash as I did before with the MSI build on the "pizza" demo. Instead, in the newer build, the demo gets stuck in a loop and can't break out no matter what I say. See below:

Any advice?

Thank you in advance.
Mark.

</interpretation>
2008-11-05 16:22:19 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [²²²²½½½½½½½½ε■ε■]
2008-11-05 16:22:19 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:19 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:21 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:21 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:25 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:25 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:26 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:26 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: TAKEOUT, Score: 0
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">TAKEOUT</result>
<input>TAKEOUT</input>
</interpretation>
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [TAKEOUT]
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:26 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:26 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:27 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:27 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:33 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:33 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:34 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:34 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:34 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:35 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: TAKEOUT, Score: 0
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">TAKEOUT</result>
<input>TAKEOUT</input>
</interpretation>
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [TAKEOUT]
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:37 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:37 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:42 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:42 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:43 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: DELIVERY, Score: 0
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">DELIVERY</result>
<input>DELIVERY</input>
</interpretation>
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [DELIVERY]
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:44 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:44 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:50 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:50 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:50 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:51 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: TAKEOUT, Score: 0
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">TAKEOUT</result>
<input>TAKEOUT</input>
</interpretation>
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [TAKEOUT]
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:51 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:51 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:53 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:53 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:58 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:58 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:59 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:23:00 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:23:00 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:23:01 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: PICKUP, Score: 0
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">PICKUP</result>
<input>PICKUP</input>
</interpretation>
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [PICKUP]
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:23:03 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:23:03 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:23:04 [DEBUG] sofia.c:197 sofia_event_callback() event [nua_i_state] status [0][INVITE sent] session: sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email])
2008-11-05 16:23:04 [DEBUG] sofia.c:2129 sofia_handle_sip_i_state() Channel sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) entering state [calling]
2008-11-05 16:23:04 [DEBUG] sofia.c:2129 sofia_handle_sip_i_state() Channel sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) entering state [ready]
2008-11-05 16:23:04 [DEBUG] sofia.c:2133 sofia_handle_sip_i_state() Remote SDP:

Instant access to the latest & most popular FREE games while you browse with the Games Toolbar - Download Now!
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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



=
Quote:
_______________________________________________







Freeswitch-users mailing list







Freeswitch-users@lists.freeswitch.org (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









Instant access to the latest & most popular FREE games while you browse with the Games Toolbar - Download Now!



_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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




--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400

Quote:
_______________________________________________



Freeswitch-users mailing list



Freeswitch-users@lists.freeswitch.org (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





Instant access to the latest & most popular FREE games while you browse with the Games Toolbar - Download Now!
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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


=
Quote:
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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

Instant access to the latest & most popular FREE games while you browse with the Games Toolbar - Download Now!
Back to top
mszlazak at aol.com
Guest





PostPosted: Sun Nov 09, 2008 4:06 am    Post subject: [Freeswitch-users] Different problems with "pizza" Reply with quote

Brian it looks like those four .lm files are blank but I decided to remake them myself.

I went to CMU's sphinx page and found this online LM tool

http://www.speech.cs.cmu.edu/tools/lmtool.html

and used the four corpus files in the four folder of with my empty .lm files to generate their contents.

The pizza demo then seemed to fully work but struggled a bit "hearing"/"recognizing" some of my toppings.

I have a couple requests/suggestion/questions for your teams consideration:

1) This page (http://wiki.freeswitch.org/wiki/Mod_pocketsphinx) on Mod Pocketsphinx needs updating to indicate this easy to use resource for building grammar files but if everyone is busy I could do it if their are no objections.

2) I believe the latest "snapshot" release of FS that Anthony asked that I try was using Pocketsphinx version 0.499 but the latest stable version of pocketsphinx is 0.5 (http://sourceforge.net/forum/forum.php?forum_id=843940). Which is about 50% smaller and up to 18% faster than the previous one, and introduces a new, re-entrant and "modern" API. Are you planning to use this updated version of pocketsphinx soon?

Mark.





-----Original Message-----
From: Brian West <brian@freeswitch.org>
To: freeswitch-users@lists.freeswitch.org
Sent: Fri, 7 Nov 2008 11:38 am
Subject: Re: [Freeswitch-users] Different problems with "pizza" demo on newer build.

-rw-r--r-- 2 brian staff 1325 Jul 8 20:35 pizza_arso/pizza_arso.lm
-rw-r--r-- 2 brian staff 1797 Jul 8 19:51 pizza_crust/pizza_crust.lm
-rw-r--r-- 2 brian staff 667 Jul 7 20:08 pizza_order/pizza_order.lm
-rw-r--r-- 2 brian staff 1122 Jul 8 19:46 pizza_size/pizza_size.lm
-rw-r--r-- 2 brian staff 2529 Jul 8 20:05 pizza_specialty/pizza_specialty.lm
-rw-r--r-- 2 brian staff 3367 Jul 8 20:30 pizza_toppings/pizza_toppings.lm
-rw-r--r-- 2 brian staff 885 Jul 8 19:55 pizza_type/pizza_type.lm
-rw-r--r-- 2 brian staff 724 Jul 7 20:18 pizza_yesno/pizza_yesno.lm


They all look fine to me. Where did you download yours from?


/b




On Nov 7, 2008, at 1:22 PM, mszlazak@aol.com (mszlazak@aol.com) wrote:
Quote:
Hi Anthony and Brian.

I should have done this yesterday but I'm learning debugging in this IDE environment as I go.
Anyway, have you looked at the .lm grammar files in the "pizza demo"?

For the grammar file download in the wiki, I finding 9 .lm files:

6859, pizza_arso, pizza_crust, pizza_order, pizza_size, pizza_specialty, pizza_toppings, pizza_type, pizza_yesno.

Of these, 4 files are empty:

pizza_crust, pizza_size, pizza_specialty, pizza_toppings.

I commented out the related sections in ps_pizza.js and the "pizza demo" seemed to work in this shortened form.
It took the type of order (nothing else), order confirmation, when to come pick-up and then hung-up.

Could I get the rest of the .lm files? Updating the grammar files download for "pizza" would nice.

Thanks.

Mark.






-----Original Message-----
From: Anthony Minessale <anthony.minessale@gmail.com (anthony.minessale@gmail.com)>
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Sent: Thu, 6 Nov 2008 6:22 am
Subject: Re: [Freeswitch-users] Different problems with "pizza" demo on newer build.

can you please download and build the development snapshot instead of the 1.0.1 since we are almost to 1.0.2 now.

http://files.freeswitch.org/freeswitch-snapshot.tar.gz


On Wed, Nov 5, 2008 at 10:05 PM, <mszlazak@aol.com (mszlazak@aol.com)> wrote:
Quote:
Yup, I'm using ps_pizza.js.


Mark




-----Original Message-----
From: Brian West <brian@freeswitch.org (brian@freeswitch.org)>
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Sent: Wed, 5 Nov 2008 4:50 pm
Subject: Re: [Freeswitch-users] Different problems with "pizza" demo on newer build.

Looks like the score is messed up. Are you using ps_pizza.js?

/b

On Nov 5, 2008, at 6:44 PM, mszlazak@aol.com (mszlazak@aol.com) wrote:

Quote:
OK, I did my first FS "build" today from download "freeswitch-1.0.1.tar.gz" on Windows XP Pro with Visual C++ 2008 Express instead of using my previous MSI installed build which apparently uses the older FS version 1.0.9570.

I'm not getting a crash as I did before with the MSI build on the "pizza" demo. Instead, in the newer build, the demo gets stuck in a loop and can't break out no matter what I say. See below:

Any advice?

Thank you in advance.
Mark.

</interpretation>
2008-11-05 16:22:19 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [²²²²½½½½½½½½ε■ε■]
2008-11-05 16:22:19 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:19 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:21 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:21 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:25 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:25 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:26 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:26 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: TAKEOUT, Score: 0
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">TAKEOUT</result>
<input>TAKEOUT</input>
</interpretation>
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [TAKEOUT]
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:26 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:26 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:27 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:27 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:33 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:33 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:34 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:34 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:34 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:35 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: TAKEOUT, Score: 0
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">TAKEOUT</result>
<input>TAKEOUT</input>
</interpretation>
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [TAKEOUT]
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:37 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:37 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:42 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:42 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:43 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: DELIVERY, Score: 0
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">DELIVERY</result>
<input>DELIVERY</input>
</interpretation>
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [DELIVERY]
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:44 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:44 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:50 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:50 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:50 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:51 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: TAKEOUT, Score: 0
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">TAKEOUT</result>
<input>TAKEOUT</input>
</interpretation>
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [TAKEOUT]
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:51 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:51 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:53 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:53 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:58 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:58 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:59 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:23:00 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:23:00 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:23:01 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: PICKUP, Score: 0
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">PICKUP</result>
<input>PICKUP</input>
</interpretation>
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [PICKUP]
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:23:03 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:23:03 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:23:04 [DEBUG] sofia.c:197 sofia_event_callback() event [nua_i_state] status [0][INVITE sent] session: sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email])
2008-11-05 16:23:04 [DEBUG] sofia.c:2129 sofia_handle_sip_i_state() Channel sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) entering state [calling]
2008-11-05 16:23:04 [DEBUG] sofia.c:2129 sofia_handle_sip_i_state() Channel sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) entering state [ready]
2008-11-05 16:23:04 [DEBUG] sofia.c:2133 sofia_handle_sip_i_state() Remote SDP:

Instant access to the latest & most popular FREE games while you browse with the Games Toolbar - Download Now!
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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



=
Quote:
_______________________________________________







Freeswitch-users mailing list







Freeswitch-users@lists.freeswitch.org (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









Instant access to the latest & most popular FREE games while you browse with the Games Toolbar - Download Now!



_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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




--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400

Quote:
_______________________________________________



Freeswitch-users mailing list



Freeswitch-users@lists.freeswitch.org (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





Instant access to the latest & most popular FREE games while you browse with the Games Toolbar - Download Now!
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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


=
Quote:
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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

Instant access to the latest & most popular FREE games while you browse with the Games Toolbar - Download Now!
Back to top
mszlazak at aol.com
Guest





PostPosted: Sun Nov 09, 2008 12:58 pm    Post subject: [Freeswitch-users] Different problems with "pizza" Reply with quote

A further follow up on the grammar download from the FS Mod pocketsphinx wiki page.

The contents of these 4 folders .lm files, pizza_crust, pizza_size, pizza_specialty, pizza_toppings, is empty but what lmtool generates is found in these folders .sent.arpabo files.

On the other hand, the remaining folders, pizza_arso, pizza_order, pizza_type, pizza_yesno, have content in their .lm files but nothing inside their .sent.arpabo files.

It seems that .lm files are needed, but What are these .sent.arpabo files and are they needed?

Mark



-----Original Message-----
From: Brian West <brian@freeswitch.org>
To: freeswitch-users@lists.freeswitch.org
Sent: Fri, 7 Nov 2008 11:38 am
Subject: Re: [Freeswitch-users] Different problems with "pizza" demo on newer build.

-rw-r--r-- 2 brian staff 1325 Jul 8 20:35 pizza_arso/pizza_arso.lm
-rw-r--r-- 2 brian staff 1797 Jul 8 19:51 pizza_crust/pizza_crust.lm
-rw-r--r-- 2 brian staff 667 Jul 7 20:08 pizza_order/pizza_order.lm
-rw-r--r-- 2 brian staff 1122 Jul 8 19:46 pizza_size/pizza_size.lm
-rw-r--r-- 2 brian staff 2529 Jul 8 20:05 pizza_specialty/pizza_specialty.lm
-rw-r--r-- 2 brian staff 3367 Jul 8 20:30 pizza_toppings/pizza_toppings.lm
-rw-r--r-- 2 brian staff 885 Jul 8 19:55 pizza_type/pizza_type.lm
-rw-r--r-- 2 brian staff 724 Jul 7 20:18 pizza_yesno/pizza_yesno.lm


They all look fine to me. Where did you download yours from?


/b




On Nov 7, 2008, at 1:22 PM, mszlazak@aol.com (mszlazak@aol.com) wrote:
Quote:
Hi Anthony and Brian.

I should have done this yesterday but I'm learning debugging in this IDE environment as I go.
Anyway, have you looked at the .lm grammar files in the "pizza demo"?

For the grammar file download in the wiki, I finding 9 .lm files:

6859, pizza_arso, pizza_crust, pizza_order, pizza_size, pizza_specialty, pizza_toppings, pizza_type, pizza_yesno.

Of these, 4 files are empty:

pizza_crust, pizza_size, pizza_specialty, pizza_toppings.

I commented out the related sections in ps_pizza.js and the "pizza demo" seemed to work in this shortened form.
It took the type of order (nothing else), order confirmation, when to come pick-up and then hung-up.

Could I get the rest of the .lm files? Updating the grammar files download for "pizza" would nice.

Thanks.

Mark.






-----Original Message-----
From: Anthony Minessale <anthony.minessale@gmail.com (anthony.minessale@gmail.com)>
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Sent: Thu, 6 Nov 2008 6:22 am
Subject: Re: [Freeswitch-users] Different problems with "pizza" demo on newer build.

can you please download and build the development snapshot instead of the 1.0.1 since we are almost to 1.0.2 now.

http://files.freeswitch.org/freeswitch-snapshot.tar.gz


On Wed, Nov 5, 2008 at 10:05 PM, <mszlazak@aol.com (mszlazak@aol.com)> wrote:
Quote:
Yup, I'm using ps_pizza.js.


Mark




-----Original Message-----
From: Brian West <brian@freeswitch.org (brian@freeswitch.org)>
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Sent: Wed, 5 Nov 2008 4:50 pm
Subject: Re: [Freeswitch-users] Different problems with "pizza" demo on newer build.

Looks like the score is messed up. Are you using ps_pizza.js?

/b

On Nov 5, 2008, at 6:44 PM, mszlazak@aol.com (mszlazak@aol.com) wrote:

Quote:
OK, I did my first FS "build" today from download "freeswitch-1.0.1.tar.gz" on Windows XP Pro with Visual C++ 2008 Express instead of using my previous MSI installed build which apparently uses the older FS version 1.0.9570.

I'm not getting a crash as I did before with the MSI build on the "pizza" demo. Instead, in the newer build, the demo gets stuck in a loop and can't break out no matter what I say. See below:

Any advice?

Thank you in advance.
Mark.

</interpretation>
2008-11-05 16:22:19 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [²²²²½½½½½½½½ε■ε■]
2008-11-05 16:22:19 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:19 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:21 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:21 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:25 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:25 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:26 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:26 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: TAKEOUT, Score: 0
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">TAKEOUT</result>
<input>TAKEOUT</input>
</interpretation>
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [TAKEOUT]
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:26 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:26 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:26 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:27 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:27 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:33 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:33 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:34 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:34 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:34 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:35 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: TAKEOUT, Score: 0
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">TAKEOUT</result>
<input>TAKEOUT</input>
</interpretation>
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [TAKEOUT]
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:35 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:37 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:37 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:42 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:42 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:43 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: DELIVERY, Score: 0
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">DELIVERY</result>
<input>DELIVERY</input>
</interpretation>
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [DELIVERY]
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:43 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:44 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:44 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:50 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:50 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:50 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:51 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: TAKEOUT, Score: 0
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">TAKEOUT</result>
<input>TAKEOUT</input>
</interpretation>
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [TAKEOUT]
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:22:51 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:51 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:22:51 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:53 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:22:53 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:22:58 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:22:58 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:22:59 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:23:00 [DEBUG] switch_ivr_play_say.c:1203 switch_ivr_play_file() done playing file
2008-11-05 16:23:00 [DEBUG] switch_core_session.c:430 switch_core_session_receive_message() Kill sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) [BREAK]
2008-11-05 16:23:01 [DEBUG] mod_pocketsphinx.c:389 pocketsphinx_asr_get_results() Recognized: PICKUP, Score: 0
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----XML:
<interpretation grammar="pizza_order" score="0">
<result name="match">PICKUP</result>
<input>PICKUP</input>
</interpretation>
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Heard [PICKUP]
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:150 console_log() ----Hit score 0/1/78
2008-11-05 16:23:01 [DEBUG] js_modules/SpeechTools.jm:382 console_log() ----We don't understand this
2008-11-05 16:23:03 [DEBUG] mod_pocketsphinx.c:342 pocketsphinx_asr_resume() Manually Resuming
2008-11-05 16:23:03 [DEBUG] switch_ivr_play_say.c:912 switch_ivr_play_file() Codec Activated L16@8000hz 1 channels 20ms
2008-11-05 16:23:04 [DEBUG] sofia.c:197 sofia_event_callback() event [nua_i_state] status [0][INVITE sent] session: sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email])
2008-11-05 16:23:04 [DEBUG] sofia.c:2129 sofia_handle_sip_i_state() Channel sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) entering state [calling]
2008-11-05 16:23:04 [DEBUG] sofia.c:2129 sofia_handle_sip_i_state() Channel sofia/internal/1000@10.0.0.2 ([email]sofia/internal/1000@10.0.0.2[/email]) entering state [ready]
2008-11-05 16:23:04 [DEBUG] sofia.c:2133 sofia_handle_sip_i_state() Remote SDP:

Instant access to the latest & most popular FREE games while you browse with the Games Toolbar - Download Now!
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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



=
Quote:
_______________________________________________







Freeswitch-users mailing list







Freeswitch-users@lists.freeswitch.org (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









Instant access to the latest & most popular FREE games while you browse with the Games Toolbar - Download Now!



_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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




--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400

Quote:
_______________________________________________



Freeswitch-users mailing list



Freeswitch-users@lists.freeswitch.org (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





Instant access to the latest & most popular FREE games while you browse with the Games Toolbar - Download Now!
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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


=
Quote:
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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

Instant access to the latest & most popular FREE games while you browse with the Games Toolbar - Download Now!
Back to top
brian at freeswitch.org
Guest





PostPosted: Sun Nov 09, 2008 1:09 pm    Post subject: [Freeswitch-users] Different problems with "pizza" Reply with quote

You don't use the .set.arpabo files at all.. just the .dic and .lm files.

/b

On Nov 9, 2008, at 11:57 AM, mszlazak@aol.com (mszlazak@aol.com) wrote:
Quote:
A further follow up on the grammar download from the FS Mod pocketsphinx wiki page.

The contents of these 4 folders .lm files, pizza_crust, pizza_size, pizza_specialty, pizza_toppings, is empty but what lmtool generates is found in these folders .sent.arpabo files.

On the other hand, the remaining folders, pizza_arso, pizza_order, pizza_type, pizza_yesno, have content in their .lm files but nothing inside their .sent.arpabo files.

It seems that .lm files are needed, but What are these .sent.arpabo files and are they needed?

Mark
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services