<div dir="ltr">Yes <br><pre><font size="4">ignore_early_media=true<br><br>no improvement <br><br></font></pre><br><div class="gmail_quote">On Tue, Jul 31, 2012 at 2:19 PM, <span dir="ltr"><<a href="mailto:freeswitch-users-request@lists.freeswitch.org" target="_blank">freeswitch-users-request@lists.freeswitch.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send FreeSWITCH-users mailing list submissions to<br>
<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
or, via email, send a message with subject or body 'help' to<br>
<a href="mailto:freeswitch-users-request@lists.freeswitch.org">freeswitch-users-request@lists.freeswitch.org</a><br>
<br>
You can reach the person managing the list at<br>
<a href="mailto:freeswitch-users-owner@lists.freeswitch.org">freeswitch-users-owner@lists.freeswitch.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of FreeSWITCH-users digest..."<br>
<br>Today's Topics:<br>
<br>
1. Re: Nibble Billing deducted balance from account even call<br>
doesn't come to my mobile number (Evgeniy Movlyan)<br>
2. Re: Am I using play_and_detect_speech correctly? (x.liu)<br>
3. Re: Nibble Billing deducted balance from account even call<br>
doesn't come to my mobile number (SamyGo)<br>
4. Re: Question how can i get variables in lua from xml<br>
dialplan? (Thomas Hoellriegel)<br>
<br><br>---------- Forwarded message ----------<br>From: Evgeniy Movlyan <<a href="mailto:evgeniy@bestnet.kharkov.ua">evgeniy@bestnet.kharkov.ua</a>><br>To: <a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>
Cc: <br>Date: Tue, 31 Jul 2012 10:48:07 +0300<br>Subject: Re: [Freeswitch-users] Nibble Billing deducted balance from account even call doesn't come to my mobile number<br>I have the same problem. When i am calling from one my extension to another all is ok, but when i am calling to external number i got this message: "mod_nibblebill.c:465 Not billing XXXXXXXXXX - call is not in answered state".<br>
<br>
31.07.2012 10:35, virendra bhati пишет:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
mod_nibblebill.c:465 Not billing<br>
97183008 - call is not in answered state<br>
</blockquote>
<br>
-- <br>
Evgeniy Movlyan,<br>
BestNet Ltd.<br>
<br>
<br>
<br><br>---------- Forwarded message ----------<br>From: "x.liu" <<a href="mailto:x.liu@hw.ac.uk">x.liu@hw.ac.uk</a>><br>To: <a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>
Cc: <br>Date: Tue, 31 Jul 2012 08:59:37 +0100<br>Subject: Re: [Freeswitch-users] Am I using play_and_detect_speech correctly?<br>
<div text="#000000" bgcolor="#FFFFFF">
Hi Chris,<br>
<br>
Okay, thanks! I will have tries to see how it works.<br>
<br>
For the normal use of the app: play_and_detect_speech, will it
resume previous ASR session, <br>
or will it stop previous session and restart a new session each time
when I issue it via ESL?<br>
<br>
For the app of detect_speech, I can first to start an ASR session by
"detect_speech speechMod grammar grammarPath", <br>
then I can do "detect_speech pause", or "detect_speech resume" or
"detect_speech stop". <br>
But for play_and_detect_speech, I am not sure how it works in terms
of starting, pause, resume/restart sequence.<br>
<br>
The play_and_detect_speech is a very good, useful app as it supports
the barge-in. So we definitely need to use it.<br>
<br>
Thanks!<br>
<br>
Xing<br>
<br>
<br>
<br>
<br>
On 07/31/2012 12:53 AM, Christopher Rienzo wrote:
<blockquote type="cite">
<div>You are using that APP in a way that hasn't been tested. Try
to do "speech_detect pause" and see if that helps. It will
reserve your ASR session for reuse while "speech_detect stop"
will tear it down completely. If that doesn't work, open a jira
ticket and attach a full call trace. It's difficult to
understand exactly what is happening from your description.</div>
<div>
<div><br>
</div>
<div><br>
</div>
<div>Chris</div>
<div><br>
<br>
<br>
<div class="gmail_quote">On Mon, Jul 30, 2012 at 5:38 PM, Liu,
Xingkun <span dir="ltr"><<a href="mailto:X.Liu@hw.ac.uk" target="_blank">X.Liu@hw.ac.uk</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>
<p><font>Hello,<br>
<br>
I am using play_and_detect_speech with Java ESL in
my IVR applications.<br>
<br>
Previously I call it again each time after I receive
any recognition event,<br>
like recognition complete, no-input-timeout, or
recognition-timeout,<br>
it seems to work fine.<br>
<br>
Now I have changed my app to issue
play_and_detect_speech command based on<br>
my available system utterances as well as the speech
event.<br>
<br>
I.e., I use a separate thread to constantly check if
there is a system utterance coming in<br>
from another component of my application, if there
is any utterance I issue the command which will<br>
speak the new utterance and listen to user input no
matter whether or not previous<br>
command has finished. And if there is any speech
event (recognition result, timeout etc.)<br>
the play_and_detect_speech command is also issued
but with playing silence.<br>
<br>
Obviously the new command will stop the utterance
speaking of the previous command if it is not
finished.<br>
<br>
My question is<br>
<br>
will the new play_and_detect_speech command also
stop the previous ASR listening<br>
or will there be many ASR listening channel and
sending speech data (or silence) to ASR server?<br>
<br>
Do I need to explicitly issue a "stop" commnad
before issuing a new play_and_detect_speech?<br>
If yes, how to do that, by "detect_speech stop"?<br>
<br>
Recently there is a network traffice problem (lots
of connections /data transportation to the ASR
server machine)<br>
when I am running my application. I am not sure if
this is because of other issues<br>
or because of my new changes to the way of using
play_and_detect_speech.<br>
<br>
Please any one could shed a light on this?<br>
<br>
Many thanks!<br>
<br>
Xing<br>
<br>
</font>
</p>
<br>
<hr>
<br>
<font face="arial, helvetica" size="-1">
<b>Heriot-Watt University is the Sunday Times Scottish
University of the Year 2011-2012.</b>
</font>
<br>
<br>
<font face="arial,helvetica" size="-1">
We invite research leaders and ambitious early career
researchers to join us in leading and driving research
in key inter-disciplinary themes. Please see <a href="http://www.hw.ac.uk/researchleaders" target="_blank">www.hw.ac.uk/researchleaders</a> for
further information and how to apply. </font>
<br>
<br>
<font face="arial,helvetica" size="-2">
Heriot-Watt University is a Scottish charity
registered under charity number SC000278.
<br>
</font>
</div>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication
Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
Join Us At ClueCon - Aug 7-9, 2012<br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
</blockquote>
</div>
<br>
</div>
</div>
<br>
<fieldset></fieldset>
<br>
<pre>_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a>
Official FreeSWITCH Sites
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a>
Join Us At ClueCon - Aug 7-9, 2012
FreeSWITCH-users mailing list
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>
</pre>
</blockquote>
<br>
<br>
<hr>
<br>
<font face="arial, helvetica" size="-1">
<b>Heriot-Watt University is the Sunday Times Scottish University of the Year 2011-2012.</b>
</font>
<br><br>
<font face="arial,helvetica" size="-1">
We invite research leaders and ambitious early career researchers to
join us in leading and driving research in key inter-disciplinary themes.
Please see <a href="http://www.hw.ac.uk/researchleaders" target="_blank">www.hw.ac.uk/researchleaders</a> for further information and how
to apply.
</font>
<br><br>
<font face="arial,helvetica" size="-2">
Heriot-Watt University is a Scottish charity registered under charity number SC000278.
<br>
</font>
</div>
<br><br>---------- Forwarded message ----------<br>From: SamyGo <<a href="mailto:govoiper@gmail.com">govoiper@gmail.com</a>><br>To: FreeSWITCH Users Help <<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>><br>
Cc: <br>Date: Tue, 31 Jul 2012 13:06:05 +0500<br>Subject: Re: [Freeswitch-users] Nibble Billing deducted balance from account even call doesn't come to my mobile number<br><p>Hi,<br>
Well its works perfect for me, do you guys have ignore_early_media set in your outbound string, if no then set it and then see what happens.</p>
<div class="gmail_quote">On Jul 31, 2012 12:50 PM, "Evgeniy Movlyan" <<a href="mailto:evgeniy@bestnet.kharkov.ua" target="_blank">evgeniy@bestnet.kharkov.ua</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I have the same problem. When i am calling from one my extension to<br>
another all is ok, but when i am calling to external number i got this<br>
message: "mod_nibblebill.c:465 Not billing XXXXXXXXXX - call is not in<br>
answered state".<br>
<br>
31.07.2012 10:35, virendra bhati пишет:<br>
> mod_nibblebill.c:465 Not billing<br>
> 97183008 - call is not in answered state<br>
<br>
--<br>
Evgeniy Movlyan,<br>
BestNet Ltd.<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
Join Us At ClueCon - Aug 7-9, 2012<br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div>
<br><br>---------- Forwarded message ----------<br>From: Thomas Hoellriegel <<a href="mailto:admin@blindi.net">admin@blindi.net</a>><br>To: FreeSWITCH Users Help <<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>><br>
Cc: <br>Date: Tue, 31 Jul 2012 10:48:52 +0200 (CEST)<br>Subject: Re: [Freeswitch-users] Question how can i get variables in lua from xml dialplan?<br>Hi Seven,<br>
Thanks! its works<br>
<br>
<br>
---------------<br>
Du kannst mich jederzeit kostenlos per Festnetz erreichen unter:<br>
<a href="http://www.blindi.net/callback" target="_blank">http://www.blindi.net/callback</a><br>
homepage: <a href="http://www.blindi.net" target="_blank">http://www.blindi.net</a><br>
blinde-misc mailingliste für blinde. anmeldung unter:<br>
<a href="http://www.blindi.net/mailman/listinfo/blinde-misc" target="_blank">http://www.blindi.net/mailman/<u></u>listinfo/blinde-misc</a><br>
<br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br><div dir="ltr"><br>Thanks and regards<br><br> Virendra Bhati<br><span><font color="#888888"><a value="+919718300881">+91-9718300881</a></font></span><br>Asterisk Developer<br>
E-mail-: <a href="mailto:virbhati@gmail.com" target="_blank">virbhati@gmail.com</a><br>Skype id:- virbhati2<br>New Delhi(India)<br></div><br>
</div>