Hi Asterisk Users,<br clear="all"><br>I&#39;m trying to make the next scenario in Asterisk DialPlan: Alice calls Bob, Asterisk executes Dial application with G(context^exten^pri), after that Bob answers the call, Asterisk transfers Alice to pri, Bob to pri+1. It should be possible for example that in that context Asterisk executes different scenarios for Bob and Alice and then connects Alice to Bob to let them communicate. The problem is that I can not connect both sides for conversation, Asterisk just hangs up after executes the scenarios.<br>
<br><div style="margin-left: 40px;"><i>[AnswerPrompt]<br>exten =&gt; s,1,Goto(10)<br>exten =&gt; s,2,Playback(Announce1)<br>exten =&gt; s,10,Playback(Announce2)<br><br>[call-number]<br>exten =&gt; _X.,1,Dial(SIP/${EXTEN}|G(AnswerPrompt^s^1))<br>
exten =&gt; _X.,n,Hangup()<br><br></i></div>Is there any solutions? Any help will be appropriate.<br><br>-- <br>Thanks in Advance<br>Alexander Olekhnovich