Jarrod,<div><br></div><div>Thanks for the input. Can you please include a sample of your work? It will really save me days of headache and tests if I can start with something that is tested to work.</div><div><br></div><div>
I really appreciate your response.</div><div><br></div><div>In the meantime, I will go check meetme creation rules.</div><div><br></div><div>Regards,</div><div>Bruce<br><br><div class="gmail_quote">On Wed, Dec 23, 2009 at 7:03 PM, Jarrod Lash <span dir="ltr">&lt;<a href="mailto:jarrod@fed-com.com">jarrod@fed-com.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Bruce,<br>
<br>
What I have done for apps like this is call the first guy and at the<br>
end of your dialplan put him in a meetme room.  In your script watch<br>
for the meetme room to be created in the AMI output.<br>
<br>
Once the room is created originate a call to the other guy and dump<br>
him into that meetme room when he answers.<br>
<br>
<br>
--<br>
Jarrod Lash, &lt;<a href="mailto:jarrod@fed-com.com">jarrod@fed-com.com</a>&gt;<br>
Federated Communications, LLC.<br>
<a href="http://www.fed-com.com" target="_blank">www.fed-com.com</a><br>
Office: +1-412-357-2127<br>
Mobile: +1-412-999-0049<br>
Fax: +1-412-545-8368<br>
<div><div></div><div class="h5"><br>
<br>
On Wed, Dec 23, 2009 at 6:19 PM, Bruce Nik &lt;<a href="mailto:brucevoip@gmail.com">brucevoip@gmail.com</a>&gt; wrote:<br>
&gt; Hi Guys,<br>
&gt; I am trying to make a web form where a person is allowed to put in<br>
&gt; $phoneNumber, $dialNumber, and $spoofNumber to make a call with spoof caller<br>
&gt; ID. There are a few problems that I am facing with Asterisk AMI Originate<br>
&gt; command. The reason why I want to use the darn AMI Originate is because I am<br>
&gt; sending calls to mobile phones and I want to have some accountability and to<br>
&gt; know if a call was connected for billing purposes or not. Calls go to PSTN<br>
&gt; through SIP provider so all signaling is available.<br>
&gt; First, if i use AMI Originate to dial both parties with the set CallerID<br>
&gt; then, one party may pick up than the other and channel is not bridged at<br>
&gt; ringing. So, this can confuse the callee. So, I thought I should send calls<br>
&gt; to a context first and then ask customer enter $spoofNumber and then place<br>
&gt; call but then I am facing another problem. Using that, the internal context<br>
&gt; is called first and all announcements are made and then the<br>
&gt; SIP/sipProvider/$phoneNumb is dialed. Or at least it&#39;s dialed at the same<br>
&gt; time but since it takes time to pick ones phone context already goes over<br>
&gt; it&#39;s announcement for putting in spoof number and dialnumber. Please guide<br>
&gt; me how to do this properly. Following is the code and the context:<br>
&gt; $sys_ip = &quot;127.0.0.1&quot;;<br>
&gt; $User_str = &quot;test&quot;;<br>
&gt; $Secret_str = &quot;test&quot;;<br>
&gt; $phoneNumb = &quot;14167777777&quot;;<br>
&gt; $dialNumb = &quot;14168888888&quot;;<br>
&gt; $spoofNumb = &quot;1416999999&quot;;<br>
&gt; $oSocket = fsockopen($sys_ip, 5038, $errnum, $errdesc) or die(&quot;Connection to<br>
&gt; host failed&quot;);<br>
&gt; fputs($oSocket, &quot;Action: login\r\n&quot;);<br>
&gt; fputs($oSocket, &quot;Username: $User_str\r\n&quot;);<br>
&gt; fputs($oSocket, &quot;Secret: $Secret_str\r\n\r\n&quot;);<br>
&gt; fputs($oSocket, &quot;Events: off\r\n\r\n&quot;);<br>
&gt; fputs($oSocket, &quot;Action: originate\r\n&quot;);<br>
&gt; fputs($oSocket, &quot;Channel: SIP/testTrunk/$phoneNumb\r\n&quot;);<br>
&gt; fputs($oSocket, &quot;Exten: $dialNumb\r\n&quot;);<br>
&gt; fputs($oSocket, &quot;Context: testphp\r\n&quot;);<br>
&gt; fputs($oSocket, &quot;Priority: 1\r\n\r\n&quot;);<br>
&gt; fputs($oSocket, &quot;Timeout: 10000\r\n&quot;);<br>
&gt; fputs($oSocket, &quot;CallerId: $spoofNumb\r\n&quot;);<br>
&gt; fputs($oSocket, &quot;Async: true\r\n&quot;);<br>
&gt; fputs($oSocket, &quot;Action: Logoff\r\n\r\n&quot;);<br>
&gt; fclose($oSocket);<br>
&gt;<br>
&gt; /etc/asterisk/extensions.conf<br>
&gt; [testphp]<br>
&gt; exten =&gt; _X.,1,Answer()<br>
&gt; exten =&gt;<br>
&gt; _X.,n,Playback(/var/lib/asterisk/sounds/please_enter_dialnumber_and_spoof_callerid)<br>
&gt; exten =&gt; _X.,n,Read(dialnumber,,10)<br>
&gt; exten =&gt; _X.,n,Read(spoofnumber,,10)<br>
&gt; exten =&gt; _X.,n,Playback(connecting_now)<br>
&gt; exten =&gt; _X.,n,Dial(SIP/testTrunk/$dialNumb)<br>
&gt; exten =&gt; _X.,n,Hangup()<br>
&gt; Thanks a lot.<br>
</div></div>&gt; _______________________________________________<br>
&gt; -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
&gt;<br>
&gt; asterisk-users mailing list<br>
&gt; To UNSUBSCRIBE or update options visit:<br>
&gt;   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
&gt;<br>
<br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</blockquote></div><br></div>