<div dir="ltr"><div>When you say that people are getting frustrated with their mailboxes filling up, are you talking about the A leg or the B leg? In other words, whose mailbox is getting a message? Lastly, we may need some details on what is happening in your C# program. Not necessarily the whole code, but it would help to know what the B leg is doing after the A leg answers.<br>
<br></div>-MC<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jul 29, 2014 at 8:14 AM, Malay Thakershi <span dir="ltr"><<a href="mailto:mthakershi@gmail.com" target="_blank">mthakershi@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Thanks for response. I understand. I have tried a lot with mod_avmd but I just can't seem to stop calls from leaving a message into voice mail. People are getting frustrated because their mail box gets filled up due to now answering.<div>
<br></div><div>I do detect a beep but after that the call flow still goes on.</div><div><br></div><div>Any advice on how to do this? I use C# mod_managed to handle the call flow.</div></div><div class="HOEnZb"><div class="h5">
<div class="gmail_extra"><br><br>
<div class="gmail_quote">On Mon, Jul 28, 2014 at 7:06 PM, Guillermo Ruiz Camauer <span dir="ltr"><<a href="mailto:grcamauer@gmail.com" target="_blank">grcamauer@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="auto"><div><span>I don't think that you can force people to hear their phone ring X number of times. You can make sure that the voice prompts don't start before they pick up. Also, they will go to voice mail according to their own VM / Answering machine settings.</span></div>
<div><span><br></span></div><div><span>Guillermo<br></span><br><span>Sent from my iPhone</span></div><div><div><div><br>On 28/07/2014, at 20:41, Malay Thakershi <<a href="mailto:mthakershi@gmail.com" target="_blank">mthakershi@gmail.com</a>> wrote:<br>
<br></div><blockquote type="cite"><div><div dir="ltr"><div>Hello,</div><div><br></div><div>I use originate to make outbound calls.</div><div><br></div>originate {origination_caller_id_name='CH calling',origination_caller_id_number=1XXXXXXXXXX,origination_uuid=XXXXXXXX,absolute_codec_string=PCMU,ignore_early_media=true,originate_timeout=45,}sofia/gateway/chsbc01/1XXXXXXXXXX 1056 XML default<br>
<div><br></div><div>I would like people to hear a couple of rings before they hear the first voice prompt. Would increasing originate_timeout value allow users longer to answer (thus delaying going to VM)? Thanks.</div><div>
<br></div><div><div style="font-family:arial,sans-serif;font-size:13px">In public.xml dial plan:</div><div style="font-family:arial,sans-serif;font-size:13px"><div><span style="white-space:pre-wrap">        </span><extension name="provider-inbound"></div>
<div> <condition field="destination_number" expression="^XXXXXXXXXX|XXXXXXXXXX$"></div><div><span style="white-space:pre-wrap">                </span><action application="pre_answer" /></div>
<div><span style="white-space:pre-wrap">                </span></div><div><span style="white-space:pre-wrap">                </span><action application="sleep" data="1000" /></div><div><br></div><div> <action application="transfer" data="1056 XML default" /></div>
<div><span style="white-space:pre-wrap">        </span></div><div> </condition></div><div> </extension></div></div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">
<br></div><div style="font-family:arial,sans-serif;font-size:13px">In default.xml dial plan:</div><div style="font-family:arial,sans-serif;font-size:13px"><div> <extension name="CHPhone"></div><div> <condition field="destination_number" expression="^1056$"></div>
<div><span style="white-space:pre-wrap">                </span><!-- recording --></div><div><span style="white-space:pre-wrap">                </span><action application="set" data="RECORD_TITLE=Recording ${destination_number} ${caller_id_number} ${strftime(%Y-%m-%d %H:%M)}"/></div>
<div><span style="white-space:pre-wrap">                </span><action application="set" data="RECORD_COPYRIGHT=(c) 1980 Factory Records, Inc."/></div><div><span style="white-space:pre-wrap">                </span><action application="set" data="RECORD_SOFTWARE=FreeSWITCH"/></div>
<div><span style="white-space:pre-wrap">                </span><action application="set" data="RECORD_ARTIST=CH"/></div><div><span style="white-space:pre-wrap">                </span><action application="set" data="RECORD_COMMENT=CH call record"/></div>
<div><span style="white-space:pre-wrap">                </span><action application="set" data="RECORD_DATE=${strftime(%Y-%m-%d %H:%M)}"/></div><div><span style="white-space:pre-wrap">                </span><action application="set" data="RECORD_STEREO=true"/></div>
<div><span style="white-space:pre-wrap">                </span><action application="record_session" data="$${base_dir}/recordings/${strftime(%Y-%m-%d-%H-%M-%S)}_${destination_number}_${caller_id_number}.wav"/></div>
<div><span style="white-space:pre-wrap">                </span><action application="set" data="ringback=${us-ring}"/></div><div><span style="white-space:pre-wrap">                </span><action application="set" data="recording_follow_transfer=true"/></div>
<div><span style="white-space:pre-wrap">                </span></div><div><span style="white-space:pre-wrap">                </span><action application="sleep" data="2000" /></div><div><span style="white-space:pre-wrap">                </span><action application="managed" data="clsAsmtApp" /></div>
<div> </condition></div><div> </extension></div></div></div></div>
</div></blockquote></div></div><blockquote type="cite"><div><span>_________________________________________________________________________</span><br><span>Professional FreeSWITCH Consulting Services:</span><br><span><a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a></span><br>
<span><a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a></span><br><span></span><br><span>FreeSWITCH-powered IP PBX: The CudaTel Communication Server</span><br><span><a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a></span><br>
<span></span><br><span>Official FreeSWITCH Sites</span><br><span><a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a></span><br><span><a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a></span><br>
<span><a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a></span><br><span></span><br><span>FreeSWITCH-users mailing list</span><br><span><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a></span><br>
<span><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></span><br><span>UNSUBSCRIBE:http://<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">lists.freeswitch.org/mailman/options/freeswitch-users</a></span><br>
<span><a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a></span><br></div></blockquote></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>
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></div><br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">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>
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></div>