The problem I am running into is that when the call to my cellphone is
made, it appears as though the call "completes" so it never rolls to
asterisk voicemail.<br><br>Here is my current config:<br>exten =&gt; 102,1,Dial(${sipura},10,)<br>exten =&gt; 102,n,playback(pls-wait-connect-call)<br>exten =&gt; 102,n,Dial(IAX2/asterisk1/9139275900,10,r)<br>exten =&gt; 102,n,VoiceMail(
u102@default)<br>exten =&gt; 102,107,VoiceMail(b102@default)<br><br>Here is the log from asterisk:<br>&nbsp;&nbsp;&nbsp; -- Executing [102@internal:2] Playback(&quot;SIP/101-0a1178c0&quot;, &quot;pls-wait-connect-call&quot;) in new stack
<br>&nbsp;&nbsp;&nbsp; -- Playing 'pls-wait-connect-call' (language 'en')<br>&nbsp;&nbsp;&nbsp; -- Executing [102@internal:3] Dial(&quot;SIP/101-0a1178c0&quot;, &quot;IAX2/asterisk1/9139275900|10|r&quot;) in new stack<br>&nbsp;&nbsp;&nbsp; -- Called asterisk1/9139275900
<br>&nbsp;&nbsp;&nbsp; -- Call accepted by <a href="http://192.168.1.2">192.168.1.2</a> (format ulaw)<br>&nbsp;&nbsp;&nbsp; -- Format for call is ulaw<br>&nbsp;&nbsp;&nbsp; -- IAX2/asterisk1-7 answered SIP/101-0a1178c0<br>&nbsp;&nbsp;&nbsp; -- Hungup 'IAX2/asterisk1-7'<br><br>The one thing I will note is that there is not an analog trunk in this server. It hands off the outbound call to trixbox running on another server, which I fear may be my problem. Having said that, I will also note that I have had the same challenge trying to get follow-me set up on trixbox as well.
<br><br>Thanks<br><br>