<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'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 => <MyDID>,1, </font><span style="color:rgb(102,51,102)">Answer()</span></font></div>
<div><font color="#663366" face="tahoma, sans-serif"> same => n, Set(CHANNEL(language)=en_AU)</font></div><div><font color="#663366" face="tahoma, sans-serif"> same => n, Followme(TestFollow)</font></div>
<div><font color="#663366" face="tahoma, sans-serif"> same => n, NoOp("++Back after Followme: DIALSTATUS = ${DIALSTATUS}, Hangupcause = ${HANGUPCAUSE}")</font></div><div><font color="#663366" face="tahoma, sans-serif"> same => 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 => _1NXXNXXXXXX,1,Set(CHANNEL(language)=en_AU)</span><br>
</font></div><div><font color="#663366" face="tahoma, sans-serif"> same => 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 => Followme-Dialout</div><div>number => <my landline>,30</div><div>number => <my cell phone>,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><snip></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] -- <Local/12035551111@Followme-Dialout-00000004;1> Playing 'followme/no-recording.ulaw' (language 'en_AU')</p>
<p class="">[Jan 15 04:20:05] -- Local/12035551111@Followme-Dialout-00000004;1 requested a source update</p><p class="">ast00*CLI> </p><p class="">Disconnected from Asterisk server</p><p class="">Bus error (core dumped)</p>
<p class="">...<snip><br></p><p></p><p></p></div><div><br></div><div>I have been playing with "Local" 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 'l' 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 "after return" to handle next steps but what are they supposed to be? I don'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 "Dial" 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's still looking to play them</div>
<div><br></div><div>Thanks in advance</div><div>\A</div><div> </div></font></div></div>