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>