Hi <br><br>You register for myevents only.<br>So you will receive events only for LEG A.<br>Just try <br>    events plain all<br><br><br><br><br><div class="gmail_quote">On Wed, Aug 11, 2010 at 8:00 AM, Ali Roumie <span dir="ltr">&lt;<a href="mailto:aroumie@yahoo.com">aroumie@yahoo.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello All,<br>
This is my first post to this list and many thanks to all contributors to this<br>
state of art project. I&#39;m using outbound socket and everything is going<br>
wonderful with me except one thing so far.<br>
My logic is simple, collect a PIN from Leg A and once the PIN is authorized, I<br>
bridge the call with a SIP provider. Everything is great, call got bridged<br>
successfully (and I was supper exited when it worked) but my problems is FS is<br>
not sending my socket an event when the Leg B is answered.  I get an event only<br>
when Leg B is hangup.  I must mention, I set filters on the socket to avoid lots<br>
of the many generated events by FS<br>
Here is my command list on the socket.<br>
 <br>
connect<br>
myevents<br>
filter Event-Name CHANNEL_ANSWER<br>
filter Event-Name CHANNEL_CREATE<br>
filter Event-Name CHANNEL_EXECUTE_COMPLETE<br>
filter Event-Name CHANNEL_BRIDGE<br>
filter Event-Name CHANNEL_UNBRIDGE<br>
filter Event-Name CHANNEL_HANGUP<br>
sendmsg<br>
call-command: execute<br>
execute-app-name: answer<br>
sendmsg<br>
call-command: execute<br>
execute-app-name: sleep<br>
execute-app-arg:1000<br>
event-lock:true<br>
sendmsg<br>
call-command: execute<br>
execute-app-name: play_and_get_digits<br>
execute-app-arg:2 5 3 5000 # ivr/ivr-please_enter_pin_followed_by_pound.wav<br>
ivr/ivr-please_reenter_your_pin.wav chanDTMF ^\d{5}$<br>
event-lock:true<br>
sendmsg<br>
call-command: execute<br>
execute-app-name: bridge<br>
execute-app-arg:[sip_auth_username=XXXX,sip_auth_password=*******]sofia/internal/<a href="mailto:123456789@PROVIDER.COM">123456789@PROVIDER.COM</a><br>
<br>
event-lock:true<br>
 <br>
Many Thanks,<br>
Ali R.<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
FreeSWITCH-dev mailing list<br>
<a href="mailto:FreeSWITCH-dev@lists.freeswitch.org">FreeSWITCH-dev@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br>