<div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:#000066">Hi all,</div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:#000066"><br>
</div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:#000066"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:#000066">How does one detect the 'divert' to voicemail?</div>
<div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:#000066"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:#000066">Say we have PRI lines and as wel as SIP Trunks to connect to mobile phones. How can asterisk know if the call is being diverted??</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On 14 February 2014 10:11, Chris Bagnall <span dir="ltr"><<a href="mailto:asterisk@lists.minotaur.cc" target="_blank">asterisk@lists.minotaur.cc</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On 14/2/14 9:21 am, Gareth Blades wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I would suggest using the 'M' option on the Dial command to run a macro.<br>
The macro can just wait fir a key to be pressed and until it is pressed<br>
the Dial is still effectively ringing. So if it does go to voicemail<br>
then the call wont get put through. You need to make sure you have a<br>
suitable value set to abandon the agent call if its ringing too long.<br>
The callee may also find they are left multiple voicemail messages.<br>
</blockquote>
<br></div>
This is the approach we've used in the past: force the recipient to hit a button to accept the call, something which their mobile voicemail will never be able to do.<br>
<br>
The alternative - and it only really applies if you have control of the mobiles in question - is to disable the mobile network's voicemail service entirely, and manage diverts from the handset. That way you can then recreate your own 'mobile voicemail' service on your asterisk platform with all the normal asterisk VM benefits such as email delivery, etc.<br>

<br>
You can then of course detect when those mobiles 'divert' to voicemail (since it's now on your system), and kick them out of the queue at that point.<br>
<br>
Kind regards,<br>
<br>
Chris<span class="HOEnZb"><font color="#888888"><br>
-- <br>
This email is made from 100% recycled electrons</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
-- <br>
______________________________<u></u>______________________________<u></u>_________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
              <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
  <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/<u></u>mailman/listinfo/asterisk-<u></u>users</a><br>
</div></div></blockquote></div><br></div>