<br><br><div><span class="gmail_quote">2008/2/1, Giedrius Augys &lt;<a href="mailto:voipas@gmail.com">voipas@gmail.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br><br>&nbsp;&nbsp; I want&nbsp; that,&nbsp; when call is answered , callee and calling would hear different prompts and after promts the calls would be bridged. I&#39;ve tried this situation:<br>exten =&gt; s,1,Set(LIMIT_CONNECT_FILE=hello-world)<br>

exten =&gt; s,2,Dial(SIP/trunk-out/37052390920|60|rL(10000000000000)A(conf-enteringno))<br><br>But these prompts play not in the same time: just after conf-enteringno prompt asterisk plays hello world promt.<br>-- &lt;SIP/trunk-out-08155880&gt; Playing &#39;conf-enteringno&#39; (language &#39;en&#39;)<br>

&nbsp;-- &lt;SIP/sip3.call.lt-08151550&gt; Playing &#39;hello-world&#39; (language &#39;en&#39;)<br><br>So my question is , how to do this in the same time. Maybe somebody is using Dial G(context^exten^pri) for this purpose?<br>

<br>Thanks<br>
</blockquote></div><br><br clear="all">I have tried this :<br>exten =&gt; s,1,Dial(SIP/trunk-out/37052390920|60|rG(music-testinis^s^1))<br><br>[music-testinis]<br>exten =&gt; s,1,goto(1,1)<br>exten =&gt; s,2,goto(2,1)<br>
<br><br>exten =&gt; 1,1,Playback(lt/conf-enteringno)<br>exten =&gt; 2,1,Playback(lt/conf-enteringno)<br><br>but I get this:<br>god*CLI&gt;<br>&nbsp;&nbsp;&nbsp; -- Executing [37052031382@test:1] Goto(&quot;SIP/sip3.call.lt-08141e00&quot;, &quot;testuojame|s|1&quot;) in new stack<br>
&nbsp;&nbsp;&nbsp; -- Goto (testuojame,s,1)<br>&nbsp;&nbsp;&nbsp; -- Executing [s@testuojame:1] Dial(&quot;SIP/sip3.call.lt-08141e00&quot;, &quot;SIP/trunk-out/37052390920|60|rG(music-testinis^s^1)&quot;) in new stack<br>&nbsp;&nbsp;&nbsp; -- Called trunk-out/37052390920<br>
&nbsp;&nbsp;&nbsp; -- SIP/trunk-out-0818fb40 is ringing<br>&nbsp;&nbsp;&nbsp; -- SIP/trunk-out-0818fb40 is making progress passing it to SIP/sip3.call.lt-08141e00<br>&nbsp;&nbsp;&nbsp; -- SIP/trunk-out-0818fb40 is making progress passing it to SIP/sip3.call.lt-08141e00<br>
&nbsp;&nbsp;&nbsp; -- SIP/trunk-out-0818fb40 answered SIP/sip3.call.lt-08141e00<br>&nbsp;&nbsp;&nbsp; -- Executing [s@music-testinis:1] Goto(&quot;SIP/sip3.call.lt-08141e00&quot;, &quot;1|1&quot;) in new stack<br>&nbsp;&nbsp;&nbsp; -- Goto (music-testinis,1,1)<br>&nbsp;&nbsp;&nbsp; -- Executing [1@music-testinis:1] Playback(&quot;SIP/sip3.call.lt-08141e00&quot;, &quot;lt/conf-enteringno&quot;) in new stack<br>
&nbsp;&nbsp;&nbsp; -- &lt;SIP/sip3.call.lt-08141e00&gt; Playing &#39;lt/conf-enteringno&#39; (language &#39;en&#39;)<br>&nbsp;&nbsp;&nbsp; -- Executing [s@music-testinis:2] Goto(&quot;SIP/trunk-out-0818fb40&quot;, &quot;2|1&quot;) in new stack<br>&nbsp;&nbsp;&nbsp; -- Goto (music-testinis,2,1)<br>
&nbsp;&nbsp;&nbsp; -- Executing [2@music-testinis:1] Playback(&quot;SIP/trunk-out-0818fb40&quot;, &quot;lt/conf-enteringno&quot;) in new stack<br>&nbsp;&nbsp;&nbsp; -- &lt;SIP/trunk-out-0818fb40&gt; Playing &#39;lt/conf-enteringno&#39; (language &#39;en&#39;)<br>
&nbsp; == Auto fallthrough, channel &#39;SIP/sip3.call.lt-08141e00&#39; status is &#39;UNKNOWN&#39;<br>&nbsp; == Auto fallthrough, channel &#39;SIP/trunk-out-0818fb40&#39; status is &#39;UNKNOWN&#39;<br><br><br>My question is , how to bridge these two calls. I&#39;m using Asterisk 1.4.11,<br>
Thanks<br>