<br><br><div class="gmail_quote">On Sat, Mar 2, 2013 at 9:08 PM, Sayyed Mohammad Emami Razavi <span dir="ltr">&lt;<a href="mailto:emamirazavi@gmail.com" target="_blank">emamirazavi@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Your answer is not helpful. Please describe me more helpful and answer my questions. Assume i use ictdialer! where is my answer? Why does FS tell me that notice and why did not my code work correctly. BTW i can program with LUA. Answer my question for more clarity. Thanks.<br>


<div></div>
<br clear="all"></blockquote></div>His question about how you&#39;re handling events from FreeSWITCH is valid, but it probably isn&#39;t the next step in the debugging process.<br><br>The first thing you need to do is to manually enter the the originate line in fs_cli and confirm that it works:<br>
bgapi originate {origination_caller_id_name=Richard-Albuquerque,origination_caller_id_number=1001,ignore_early_media=true}sofia/gateway/trunk_2/223 228<br><br>If that works properly then open a second fs_cli and monitor events there. Enter these commands to make your fs_cli session show events:<br>
/log 0<br>/event plain all<br><br>That will spit out all events. You can narrow that down with the /filter command if you wish, but I would make sure you know which events to filter for before you do that. Capture the output in this session of fs_cli and then go back to the other session of fs_cli and make your bgapi call again. Once the call is successful then stop the capture and save that.<br>
<br>Next, set up the fs_cli with event monitor and then run your PHP script. Capture all the events that are generated and compare them to the working example. If you can find out what is different between the working and non-working logs then you will at least know where to look next for the fix.<br>
<br>-MC<br><br>-- <br>Michael S Collins<br>Twitter: @mercutioviz<br><a href="http://www.FreeSWITCH.org" target="_blank">http://www.FreeSWITCH.org</a><br><a href="http://www.ClueCon.com" target="_blank">http://www.ClueCon.com</a><br>
<a href="http://www.OSTAG.org" target="_blank">http://www.OSTAG.org</a><br><br>