Throw a copy of that AGI script up on pastebin and let us take a look at it. We should be able to assist you in finding the right event_socket stuff to get you going.<br>-MC<br><br><div class="gmail_quote">On Sat, Apr 24, 2010 at 12:37 PM, Frank Church <span dir="ltr">&lt;<a href="mailto:vfclists@googlemail.com">vfclists@googlemail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">I have a simple Asterisk AGI based to translate to Freeswitch and want<br>
to use mod_event_socket to implement.<br>
<br>
The first part is whether the extension making the call is active. In<br>
the AGI it checks the database whether the extension is supposed to be<br>
on, and skips to the end of the dial plan if it is not.<br>
<br>
The second part is to check the destination, select the gateway to<br>
call, and dial through with an API command or whatever is best suited.<br>
<br>
If I use an outbound event socket which events should I filter for?<br>
<br>
&gt;From reading the docs it looks once the call is parked and the event<br>
shows up, I either hangup the call, or unpark it and bridge via a<br>
gateway.<br>
<br>
The wiki page <a href="http://wiki.freeswitch.org/wiki/Event_Socket_Outbound" target="_blank">http://wiki.freeswitch.org/wiki/Event_Socket_Outbound</a><br>
gives an example like this.<br>
<br>
sendmsg<br>
call-command: execute<br>
execute-app-name: bridge<br>
execute-app-arg: {ignore_early_media=true}sofia/gateway/myGW/177808<br>
event-lock: true<br>
<br>
The api command list produced by api show does not contain a bridge<br>
command, but has a uuid_bridge command. Is that the command to use?<br>
<br>
Another wiiki example uses this: api originate<br>
sofia/<a href="http://mydomain.com/ext@yourvsp.com" target="_blank">mydomain.com/ext@yourvsp.com</a> 1000 , which appears to be another<br>
method.<br>
<br>
I just need some info about the options available and how to implement them.<br>
<br>
<br>
--<br>
Frank Church<br>
<br>
=======================<br>
<a href="http://devblog.brahmancreations.com" target="_blank">http://devblog.brahmancreations.com</a><br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br>