<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>I need to be able to play back early media to A leg, so if {ignore_early_media=false} there is no way to tell from originate_disposition that the bridge was answered?<br></span></div><div><br></div><div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"><div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"><font face="Arial" size="2"><hr size="1"><b><span style="font-weight:bold;">From:</span></b> Anthony Minessale &lt;anthony.minessale@gmail.com&gt;<br><b><span style="font-weight: bold;">To:</span></b> FreeSWITCH Users Help &lt;freeswitch-users@lists.freeswitch.org&gt;<br><b><span style="font-weight: bold;">Sent:</span></b> Tuesday, August 16, 2011 11:56 AM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [Freeswitch-users]
 ORIGINATE_DISPOSITION<br></font><br>bridge_early_media implies ignore_early_media true so you can't use<br>them together but yes since there is no cause code for answered<br>because the call has not ended that would guarantee it was answered if<br>you exited originate with either ignore_early_media=true or<br>bridge_early_media=true<br><br>On Tue, Aug 16, 2011 at 1:48 PM, Sam &lt;<a ymailto="mailto:lakersman2006@yahoo.com" href="mailto:lakersman2006@yahoo.com">lakersman2006@yahoo.com</a>&gt; wrote:<br>&gt; "if you call somewhere that uses early media, the originate will end<br>&gt; setting originate_disposition to SUCCESS meaning that a live channel<br>&gt; was produced.&nbsp; Now the bridge will begin between the A and B leg."<br>&gt; Does that mean it is safe to assume when "originate_disposition" is SUCCESS,<br>&gt; that the call has been answered if I set the following:<br>&gt;<br>&gt; {ignore_early_media=false}<br>&gt;
 {bridge_early_media=true}<br>&gt;<br>&gt;<br>&gt; ________________________________<br>&gt; From: Anthony Minessale &lt;<a ymailto="mailto:anthony.minessale@gmail.com" href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt;<br>&gt; To: FreeSWITCH Users Help &lt;<a ymailto="mailto:freeswitch-users@lists.freeswitch.org" href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&gt;<br>&gt; Sent: Tuesday, August 16, 2011 10:54 AM<br>&gt; Subject: Re: [Freeswitch-users] ORIGINATE_DISPOSITION<br>&gt;<br>&gt; The originate disposition of A leg will always have the last known status<br>&gt; from B<br>&gt;<br>&gt; originate, by default, returns when:<br>&gt;<br>&gt; 1) media is established on a specific outgoing leg, answered or not<br>&gt; 2) all outgoing legs are terminated.<br>&gt;<br>&gt; if you call somewhere that uses early media, the originate will end<br>&gt; setting originate_disposition to
 SUCCESS meaning that a live channel<br>&gt; was produced.&nbsp; Now the bridge will begin between the A and B leg.<br>&gt;<br>&gt; When the bridge ends if the B leg is hungup, its cause will be stored<br>&gt; in "bridge_hangup_cause"<br>&gt;<br>&gt; if you want to keep the originate from ending when early media is<br>&gt; established you can add {ignore_early_media=true} or<br>&gt; {bridge_early_media=true} prepended to your dial string and the<br>&gt; originate will never return untill all outbound legs are either hungup<br>&gt; or one is answered.<br>&gt;<br>&gt;<br>&gt; You should take some time to expand your mind to the different<br>&gt; paradigm in FreeSWITCH where you may have as many as 10 outbound legs<br>&gt; at once in a forked-dial situation and some of what you think is<br>&gt; simple and obvious will quickly dissolve.<br>&gt;<br>&gt; Another thing you can do is set the variable "failed_xml_cdr_prefix"<br>&gt; on the A leg.<br>&gt; This
 prefix will be mixed with an incrementing variable for each<br>&gt; outbound call leg and in the case of a failure the entire XML cdr will<br>&gt; be set into a var on A leg.<br>&gt;<br>&gt; for instance if you set failed_xml_cdr_prefix=foo you would get foo_1<br>&gt; foo_2 etc depending on the number of outbound call legs.<br>&gt;<br>&gt; Additionally you can set copy_xml_cdr on the A leg and when the bridge<br>&gt; ends you will get a complete CDR for B in the "b_leg_cdr" variable on<br>&gt; A<br>&gt;<br>&gt; Finally you should really go with the flow of how FreeSWITCH is<br>&gt; engineered and try to keep your accounting logic in a separate place<br>&gt; and monitor the XML-CDR, CDR-CSV or event_socket +<br>&gt; CHANNEL_HANGUP_COMPLETE events to process this information.&nbsp; There is<br>&gt; much more to a call and what happens when it's transferred etc than<br>&gt; what you can get in a single monolithic perspective of inside the<br>&gt;
 channel.&nbsp; Plus it's conter intuitive to put routing, application and<br>&gt; accounting logic in the same place.<br>&gt;<br>&gt;<br>&gt;<br>&gt; On Tue, Aug 16, 2011 at 12:26 PM, Sam &lt;<a ymailto="mailto:lakersman2006@yahoo.com" href="mailto:lakersman2006@yahoo.com">lakersman2006@yahoo.com</a>&gt; wrote:<br>&gt;&gt; Dmitry,<br>&gt;&gt; Yes, I agree. For an novice like me it was extremely confusing and<br>&gt;&gt; frustrating that I could not get the proper B leg disposition when A leg<br>&gt;&gt; is<br>&gt;&gt; answered by FS itself.<br>&gt;&gt; I hope there can be some methods or functions that will allow us to get<br>&gt;&gt; the<br>&gt;&gt; proper B Leg disposition.<br>&gt;&gt; ________________________________<br>&gt;&gt; From: Dmitry Sytchev &lt;<a ymailto="mailto:kbdfck@gmail.com" href="mailto:kbdfck@gmail.com">kbdfck@gmail.com</a>&gt;<br>&gt;&gt; To: FreeSWITCH Users Help &lt;<a ymailto="mailto:freeswitch-users@lists.freeswitch.org"
 href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&gt;<br>&gt;&gt; Sent: Tuesday, August 16, 2011 2:30 AM<br>&gt;&gt; Subject: Re: [Freeswitch-users] ORIGINATE_DISPOSITION<br>&gt;&gt;<br>&gt;&gt; Seems we need to clear things about B-leg disposition in wiki.<br>&gt;&gt; AFAIK there is no method to get correct disposition from B leg without<br>&gt;&gt; analyzing events in case when A-leg was answered by FS itself.<br>&gt;&gt; If A leg was not answered, we can use A-leg disposition for call<br>&gt;&gt; disposition.<br>&gt;&gt;<br>&gt;&gt; 2011/8/16 Michael Collins &lt;<a ymailto="mailto:msc@freeswitch.org" href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; On Mon, Aug 15, 2011 at 5:05 PM, Sam &lt;<a ymailto="mailto:lakersman2006@yahoo.com" href="mailto:lakersman2006@yahoo.com">lakersman2006@yahoo.com</a>&gt; wrote:<br>&gt;&gt;<br>&gt;&gt; I am using perl's
 $session-&gt;get_variable("originate_disposition");<br>&gt;&gt;<br>&gt;&gt; Are you looking at the b-leg's session?<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; Also, how come the "hangup_time" shows zero on answered calls?<br>&gt;&gt;<br>&gt;&gt; Because hangup_time refers to the point in time at which the call was hung<br>&gt;&gt; up. Since you are in the middle of a call (using the $session object) you<br>&gt;&gt; will never see the hangup_time because the object ceases to exist once the<br>&gt;&gt; call leg is disconnected.<br>&gt;&gt; I get the impression that you may be using the wrong tool for this<br>&gt;&gt; particular job, but I'm not sure without seeing it. If you don't mind<br>&gt;&gt; dropping it on pastebin we'll have a look and give you some suggestions.<br>&gt;&gt; -MC<br>&gt;&gt;<br>&gt;&gt; ________________________________<br>&gt;&gt; From: Michael Collins &lt;<a ymailto="mailto:msc@freeswitch.org"
 href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>&gt;<br>&gt;&gt; To: FreeSWITCH Users Help &lt;<a ymailto="mailto:freeswitch-users@lists.freeswitch.org" href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&gt;<br>&gt;&gt; Sent: Monday, August 15, 2011 4:58 PM<br>&gt;&gt; Subject: Re: [Freeswitch-users] ORIGINATE_DISPOSITION<br>&gt;&gt;<br>&gt;&gt; And how are you checking the variable? Do you have an event socket open or<br>&gt;&gt; ... ?<br>&gt;&gt; -MC<br>&gt;&gt;<br>&gt;&gt; On Mon, Aug 15, 2011 at 4:57 PM, Sam &lt;<a ymailto="mailto:lakersman2006@yahoo.com" href="mailto:lakersman2006@yahoo.com">lakersman2006@yahoo.com</a>&gt; wrote:<br>&gt;&gt;<br>&gt;&gt; It is being generated with a bridge.<br>&gt;&gt;<br>&gt;&gt; ________________________________<br>&gt;&gt; From: Michael Collins &lt;<a ymailto="mailto:msc@freeswitch.org" href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>&gt;<br>&gt;&gt; To:
 FreeSWITCH Users Help &lt;<a ymailto="mailto:freeswitch-users@lists.freeswitch.org" href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&gt;<br>&gt;&gt; Sent: Monday, August 15, 2011 4:54 PM<br>&gt;&gt; Subject: Re: [Freeswitch-users] ORIGINATE_DISPOSITION<br>&gt;&gt;<br>&gt;&gt; And how is it being generated? WIth a bridge or originate or ... ?<br>&gt;&gt; -MC<br>&gt;&gt;<br>&gt;&gt; On Mon, Aug 15, 2011 at 4:49 PM, Sam &lt;<a ymailto="mailto:lakersman2006@yahoo.com" href="mailto:lakersman2006@yahoo.com">lakersman2006@yahoo.com</a>&gt; wrote:<br>&gt;&gt;<br>&gt;&gt; I want to know the B-leg status of the call.<br>&gt;&gt;<br>&gt;&gt; ________________________________<br>&gt;&gt; From: Michael Collins &lt;<a ymailto="mailto:msc@freeswitch.org" href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>&gt;<br>&gt;&gt; To: FreeSWITCH Users Help &lt;<a ymailto="mailto:freeswitch-users@lists.freeswitch.org"
 href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&gt;<br>&gt;&gt; Sent: Monday, August 15, 2011 4:31 PM<br>&gt;&gt; Subject: Re: [Freeswitch-users] ORIGINATE_DISPOSITION<br>&gt;&gt;<br>&gt;&gt; I think you may be wanting "endpoint_disposition" depending on exactly<br>&gt;&gt; what<br>&gt;&gt; you're looking at.<br>&gt;&gt; -MC<br>&gt;&gt;<br>&gt;&gt; On Mon, Aug 15, 2011 at 3:35 PM, Sam &lt;<a ymailto="mailto:lakersman2006@yahoo.com" href="mailto:lakersman2006@yahoo.com">lakersman2006@yahoo.com</a>&gt; wrote:<br>&gt;&gt;<br>&gt;&gt; For the ORIGINATE_DISPOSITION channel variable, does "SUCCESS" mean the<br>&gt;&gt; call<br>&gt;&gt; was ANSWERED?<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; FreeSWITCH-users mailing list<br>&gt;&gt; <a ymailto="mailto:FreeSWITCH-users@lists.freeswitch.org" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>&gt;&gt; <a
 href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; FreeSWITCH-users mailing list<br>&gt;&gt; <a ymailto="mailto:FreeSWITCH-users@lists.freeswitch.org" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
 target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; FreeSWITCH-users mailing list<br>&gt;&gt; <a ymailto="mailto:FreeSWITCH-users@lists.freeswitch.org" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; FreeSWITCH-users mailing list<br>&gt;&gt;
 <a ymailto="mailto:FreeSWITCH-users@lists.freeswitch.org" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; FreeSWITCH-users mailing list<br>&gt;&gt; <a ymailto="mailto:FreeSWITCH-users@lists.freeswitch.org" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
 target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; FreeSWITCH-users mailing list<br>&gt;&gt; <a ymailto="mailto:FreeSWITCH-users@lists.freeswitch.org" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt;&gt; <a
 href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; FreeSWITCH-users mailing list<br>&gt;&gt; <a ymailto="mailto:FreeSWITCH-users@lists.freeswitch.org" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; FreeSWITCH-users mailing list<br>&gt;&gt; <a ymailto="mailto:FreeSWITCH-users@lists.freeswitch.org"
 href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; --<br>&gt;&gt; Best regards,<br>&gt;&gt;<br>&gt;&gt; Dmitry Sytchev,<br>&gt;&gt; IT Engineer<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; FreeSWITCH-users mailing list<br>&gt;&gt; <a ymailto="mailto:FreeSWITCH-users@lists.freeswitch.org" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>&gt;&gt; <a
 href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; FreeSWITCH-users mailing list<br>&gt;&gt; <a ymailto="mailto:FreeSWITCH-users@lists.freeswitch.org" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
 target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>&gt;&gt;<br>&gt;&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; --<br>&gt; Anthony Minessale II<br>&gt;<br>&gt; FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>&gt; ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>&gt; Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br>&gt;<br>&gt; AIM: anthm<br>&gt; MSN:<a ymailto="mailto:anthony_minessale@hotmail.com" href="mailto:anthony_minessale@hotmail.com">anthony_minessale@hotmail.com</a><br>&gt; GTALK/JABBER/PAYPAL:<a ymailto="mailto:anthony.minessale@gmail.com" href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a><br>&gt; IRC: irc.freenode.net #freeswitch<br>&gt;<br>&gt;
 FreeSWITCH Developer Conference<br>&gt; sip:<a ymailto="mailto:888@conference.freeswitch.org" href="mailto:888@conference.freeswitch.org">888@conference.freeswitch.org</a><br>&gt; googletalk:conf+<a ymailto="mailto:888@conference.freeswitch.org" href="mailto:888@conference.freeswitch.org">888@conference.freeswitch.org</a><br>&gt; pstn:+19193869900<br>&gt;<br>&gt;<br>&gt; FreeSWITCH-users mailing list<br>&gt; <a ymailto="mailto:FreeSWITCH-users@lists.freeswitch.org" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt; <a href="http://www.freeswitch.org"
 target="_blank">http://www.freeswitch.org</a><br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; FreeSWITCH-users mailing list<br>&gt; <a ymailto="mailto:FreeSWITCH-users@lists.freeswitch.org" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>&gt;<br>&gt;<br><br><br><br>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>Twitter: <a
 href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br><br>AIM: anthm<br>MSN:<a ymailto="mailto:anthony_minessale@hotmail.com" href="mailto:anthony_minessale@hotmail.com">anthony_minessale@hotmail.com</a><br>GTALK/JABBER/PAYPAL:<a ymailto="mailto:anthony.minessale@gmail.com" href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a><br>IRC: irc.freenode.net #freeswitch<br><br>FreeSWITCH Developer Conference<br>sip:<a ymailto="mailto:888@conference.freeswitch.org" href="mailto:888@conference.freeswitch.org">888@conference.freeswitch.org</a><br>googletalk:conf+<a ymailto="mailto:888@conference.freeswitch.org" href="mailto:888@conference.freeswitch.org">888@conference.freeswitch.org</a><br>pstn:+19193869900<br><br><br>FreeSWITCH-users mailing list<br><a ymailto="mailto:FreeSWITCH-users@lists.freeswitch.org"
 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><br><br></div></div></div></body></html>