<div dir="ltr"><font color="#663366" face="tahoma, sans-serif">Hi Guys,</font><div><font color="#663366" face="tahoma, sans-serif"><br></font></div><div><font color="#663366" face="tahoma, sans-serif">this has been a weekend destroyer for me. I&#39;ve struggled this all day and most of today. </font></div>


<div><font color="#663366" face="tahoma, sans-serif"><br></font></div><div><font color="#663366" face="tahoma, sans-serif">I have a fairly simple Followme sequence in place to see how it works before I get into the complex scenarios. </font></div>


<div><font color="#663366" face="tahoma, sans-serif"><br></font></div><div><font color="#663366" face="tahoma, sans-serif">extensions.conf</font></div><div><font color="#663366" face="tahoma, sans-serif">---</font></div>


<div><font color="#663366" face="tahoma, sans-serif">[Incoming]</font></div><div><div><font face="tahoma, sans-serif"><font color="#663366">exten =&gt; &lt;MyDID&gt;,1, </font><span style="color:rgb(102,51,102)">Answer()</span></font></div>

<div><font color="#663366" face="tahoma, sans-serif">        same =&gt; n, Set(CHANNEL(language)=en_AU)</font></div><div><font color="#663366" face="tahoma, sans-serif">        same =&gt; n, Followme(TestFollow)</font></div>

<div><font color="#663366" face="tahoma, sans-serif">        same =&gt; n, NoOp(&quot;++Back after Followme: DIALSTATUS = ${DIALSTATUS}, Hangupcause = ${HANGUPCAUSE}&quot;)</font></div><div><font color="#663366" face="tahoma, sans-serif">        same =&gt; n, Hangup()</font></div>

<div><font color="#663366" face="tahoma, sans-serif"><br></font></div><div><font color="#663366" face="tahoma, sans-serif">[Followme-Dialout]</font></div><div><font face="tahoma, sans-serif"><span style="color:rgb(102,51,102)">exten =&gt; _1NXXNXXXXXX,1,Set(CHANNEL(language)=en_AU)</span><br>

</font></div><div><font color="#663366" face="tahoma, sans-serif">        same =&gt; n, Dial(SIP/GW-1/${EXTEN})</font></div></div>
<div><font color="#663366" face="tahoma, sans-serif"><br></font></div><div style><font color="#663366" face="tahoma, sans-serif">followme.conf</font></div><div style><font color="#663366" face="tahoma, sans-serif">----------------</font></div>

<div style><font color="#663366" face="tahoma, sans-serif"><div>[TestFollow]</div><div>context =&gt; Followme-Dialout</div><div>number =&gt; &lt;my landline&gt;,30</div><div>number =&gt; &lt;my cell phone&gt;,20</div><div>

<br></div><div>The call goes out, and rings my first phone. If I answer it, the Asterisk core dumps, the calls stay up!</div><div><br></div><div>&lt;snip&gt;</div><div>







<p class=""></p><p class=""></p><p class="">[Jan 15 04:19:48]     -- Called SIP/GW-1/12035551111</p><p class="">[Jan 15 04:19:51]     -- SIP/GW-1-00000007 is making progress passing it to Local/12035551111@Followme-Dialout-00000004;2</p>

<p class="">[Jan 15 04:19:51]     -- Local/12035551111@Followme-Dialout-00000004;1 is making progress</p><p class="">[Jan 15 04:20:05]     -- SIP/GW-1-00000007 answered Local/12035551111@Followme-Dialout-00000004;2</p><p class="">

[Jan 15 04:20:05]     -- Local/12035551111@Followme-Dialout-00000004;1 answered SIP/DIDProvider-1-00000006</p><p class="">[Jan 15 04:20:05]     -- Starting playback of followme/call-from</p><p class="">[Jan 15 04:20:05]     -- &lt;Local/12035551111@Followme-Dialout-00000004;1&gt; Playing &#39;followme/no-recording.ulaw&#39; (language &#39;en_AU&#39;)</p>

<p class="">[Jan 15 04:20:05]     -- Local/12035551111@Followme-Dialout-00000004;1 requested a source update</p><p class="">ast00*CLI&gt; </p><p class="">Disconnected from Asterisk server</p><p class="">Bus error (core dumped)</p>

<p class="">...&lt;snip&gt;<br></p><p></p><p></p></div><div><br></div><div>I have been playing with &quot;Local&quot; channels over the weekend, and as cool as they sound, they have caused me nothing but pain. Once again, following the console log, I notice that Followme indeed uses Local channel to make these calls and returns control when the call times out etc.</div>

<div><br></div><div>The ONLY time it gets anywhere is if I use the &#39;l&#39; option with Followme application.</div><div><br></div><div>In that case, the call connect and I can have a conversation but the minute the remote party hangs up, asterisk dumps core again.</div>

<div><br></div><div>it may be something to do with the &quot;after return&quot; to handle next steps but what are they supposed to be? I don&#39;t want anything to happen like go to VM or anything.</div><div><br></div><div>

Have tried this with 10.3.0 and 10.11.1. I noticed new changes have been made in v11...but this should work</div><div><br></div><div>How does this work?? Do I need fancy options with the &quot;Dial&quot; command doing GoSub and what not? and Why does it insist on playing all these prompts I have commented them all out from followme.conf, but it&#39;s still looking to play them</div>

<div><br></div><div>Thanks in advance</div><div>\A</div><div> </div></font></div></div>