Ok, so I've finally found the problem. I'm connecting to the softphone first then transferring to the gateway, but in the a-leg connection to the softphone I had set ignore_early_media=true. I tried removing that and it works now.<br>
<br>Presumably it's correct that SDP wouldn't be sent at 180 Ringing with that flag on - but that's above my pay-grade, I'm just happy to have it working.<br><br clear="all">Thanks for your help Anthony,<br>
<br>Regards,<br>Fraser<br><br><br>
<br><br><div class="gmail_quote">On Fri, Oct 29, 2010 at 11:38 PM, Fraser Redmond <span dir="ltr"><<a href="mailto:fraserredmond@gmail.com">fraserredmond@gmail.com</a>></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;">
Ah, ok, thanks, I'll do some more tests with the trace running, and see whats happening with different softphones and gateways.<br><br clear="all">Thanks,<br><font color="#888888">Fraser</font><div><div></div><div class="h5">
<br><br><br>
<br><br><div class="gmail_quote">On Fri, Oct 29, 2010 at 10:53 PM, Anthony Minessale <span dir="ltr"><<a href="mailto:anthony.minessale@gmail.com" target="_blank">anthony.minessale@gmail.com</a>></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'm not sure what you mean it doesn't fit.<br>
<br>
Did you look at your trace you sent me in wireshark ? (see bad_call.png)<br>
You can see the bria phone answer 180 ringing with no sdp in packet 7<br>
Then it starts sending RTP .. ??? That is completely wrong.<br>
<br>
It never told us it's sending RTP how can we receive it? We don't have a SDP.<br>
<br>
<br>
Then in bad_call2.png it sends a 200+sdp (yes that's what we wanted)<br>
Now you have 2 way audio.<br>
<div><div></div><div><br>
<br>
<br>
<br>
On Fri, Oct 29, 2010 at 4:23 PM, Fraser Redmond <<a href="mailto:fraserredmond@gmail.com" target="_blank">fraserredmond@gmail.com</a>> wrote:<br>
> Thanks, but that doesn't fit - I've tried it with Bria, and with the recent<br>
> version of XLite 4, and its happened on both. They're both made by<br>
> Counterpath, so I've also tried 3CXphone, and it's happening on that too.<br>
><br>
> More suspicious though is that it only happens with some gateways, and not<br>
> others. Or did you mean that you think it's a bug with the gateway's<br>
> systems? The two I've tried that have this problem are both big outfits, not<br>
> some guy operating out of his garage :-) Also, both were already listed in<br>
> the Gateways on the wiki, so I'm guessing someone else is already using them<br>
> with Freeswitch.<br>
><br>
> My server is running on Amazon AWS - could it be a timing/virtualization<br>
> type problem, or something like that?<br>
><br>
> Any other ideas?<br>
><br>
> Cheers,<br>
> Fraser<br>
><br>
><br>
><br>
><br>
> On Fri, Oct 29, 2010 at 9:39 PM, Anthony Minessale<br>
> <<a href="mailto:anthony.minessale@gmail.com" target="_blank">anthony.minessale@gmail.com</a>> wrote:<br>
>><br>
>> OK so,<br>
>> The phone sends a 180 ringing with NO SDP<br>
>> then it starts sending RTP<br>
>> That's is not right. It's a bug in the phone.<br>
>><br>
>><br>
>><br>
>> On Fri, Oct 29, 2010 at 1:35 PM, Anthony Minessale<br>
>> <<a href="mailto:anthony.minessale@gmail.com" target="_blank">anthony.minessale@gmail.com</a>> wrote:<br>
>> > can you try another one with just udp and not "port 5060"<br>
>> > so I can see the rtp too<br>
>> ><br>
>> ><br>
>> > On Fri, Oct 29, 2010 at 12:28 PM, Fraser Redmond<br>
>> > <<a href="mailto:fraserredmond@gmail.com" target="_blank">fraserredmond@gmail.com</a>> wrote:<br>
>> >> Thanks Anthony, it's here:<br>
>> >> <a href="http://pastebin.freeswitch.org/14350" target="_blank">http://pastebin.freeswitch.org/14350</a><br>
>> >><br>
>> >> And pcap is attached.<br>
>> >><br>
>> >> The call connects around (or just before) the 16:58:35 mark (line 558<br>
>> >> is<br>
>> >> what I see in the terminal while waiting for it to connect - both<br>
>> >> early-media and the missing start of the media)<br>
>> >><br>
>> >> Cheers,<br>
>> >> Fraser<br>
>> >><br>
>> >><br>
>> >><br>
>> >><br>
>> >> On Thu, Oct 28, 2010 at 3:59 PM, Anthony Minessale<br>
>> >> <<a href="mailto:anthony.minessale@gmail.com" target="_blank">anthony.minessale@gmail.com</a>> wrote:<br>
>> >>><br>
>> >>> Can you do this trace with debug level logging in addition to the sip<br>
>> >>> trace<br>
>> >>> console loglevel debug<br>
>> >>><br>
>> >>> you also may want to get a pcap of it<br>
>> >>><br>
>> >>> tshark udp and port 5060 -w test.pcap<br>
>> >>><br>
>> >>><br>
>> >>><br>
>> >>> On Sat, Oct 23, 2010 at 11:44 AM, Fraser Redmond<br>
>> >>> <<a href="mailto:fraserredmond@gmail.com" target="_blank">fraserredmond@gmail.com</a>> wrote:<br>
>> >>> > Thanks Anthony,<br>
>> >>> ><br>
>> >>> > Finally managed to get a sip trace - could you do me a favor and<br>
>> >>> > take a<br>
>> >>> > look<br>
>> >>> > and/or give me some ideas of what to look for?<br>
>> >>> ><br>
>> >>> > <a href="http://pastebin.freeswitch.org/14300" target="_blank">http://pastebin.freeswitch.org/14300</a><br>
>> >>> ><br>
>> >>> > I've highlighted lines 168 and 193. In between these lines is where<br>
>> >>> > the<br>
>> >>> > number is dialed and rings once, then picks up, then theres silence<br>
>> >>> > for<br>
>> >>> > a<br>
>> >>> > second or two, and that second SIP message is when I start hearing<br>
>> >>> > audio.<br>
>> >>> ><br>
>> >>> > Thanks,<br>
>> >>> > Fraser<br>
>> >>> ><br>
>> >>> ><br>
>> >>> ><br>
>> >>> ><br>
>> >>> > On Thu, Oct 21, 2010 at 6:44 PM, Anthony Minessale<br>
>> >>> > <<a href="mailto:anthony.minessale@gmail.com" target="_blank">anthony.minessale@gmail.com</a>> wrote:<br>
>> >>> >><br>
>> >>> >> its a blue message on cli<br>
>> >>> >><br>
>> >>> >> It could also be the other side expecting us to send media first or<br>
>> >>> >> something silly.<br>
>> >>> >> try getting a sip trace and figure out when the rtp starts<br>
>> >>> >> arriving.<br>
>> >>> >><br>
>> >>> >><br>
>> >>> >> On Thu, Oct 21, 2010 at 12:32 PM, Fraser Redmond<br>
>> >>> >> <<a href="mailto:fraserredmond@gmail.com" target="_blank">fraserredmond@gmail.com</a>> wrote:<br>
>> >>> >> > Sorry, yes, I am setting ignore_early_media=true in the first<br>
>> >>> >> > area.<br>
>> >>> >> > (Or<br>
>> >>> >> > are<br>
>> >>> >> > you saying that should be off? I forget now why I needed it on,<br>
>> >>> >> > but<br>
>> >>> >> > there<br>
>> >>> >> > was a reason I added it.)<br>
>> >>> >> ><br>
>> >>> >> > Yes, the bridge doesn't start until after the A-leg has answered.<br>
>> >>> >> ><br>
>> >>> >> > Thanks for the suggestion about nat/auto-changing port, I'll have<br>
>> >>> >> > a<br>
>> >>> >> > look<br>
>> >>> >> > into that - would that be in the cli output or in a sip trace?<br>
>> >>> >> > I've<br>
>> >>> >> > already<br>
>> >>> >> > looked and it's not appearing in the CLI output (with<br>
>> >>> >> > loglevel=debug),<br>
>> >>> >> > haven't looked in the sip trace yet.<br>
>> >>> >> ><br>
>> >>> >> > Cheers,<br>
>> >>> >> > Fraser<br>
>> >>> >> ><br>
>> >>> >> ><br>
>> >>> >> ><br>
>> >>> >> ><br>
>> >>> >> > On Thu, Oct 21, 2010 at 6:13 PM, Anthony Minessale<br>
>> >>> >> > <<a href="mailto:anthony.minessale@gmail.com" target="_blank">anthony.minessale@gmail.com</a>> wrote:<br>
>> >>> >> >><br>
>> >>> >> >> are you setting ignore_early_media=true in the first vars=values<br>
>> >>> >> >> area?<br>
>> >>> >> >><br>
>> >>> >> >> This looks like you could be calling one leg who is still not<br>
>> >>> >> >> answered<br>
>> >>> >> >> and then bridging it to another dest. The bridge app will wait<br>
>> >>> >> >> for<br>
>> >>> >> >> the first leg to answer before bridging.<br>
>> >>> >> >><br>
>> >>> >> >> Also if you have any NAT anywhere, look for an "auto-changing<br>
>> >>> >> >> port"<br>
>> >>> >> >> type message which can also be attributed to this due to a<br>
>> >>> >> >> detection<br>
>> >>> >> >> period for incorrect ports.<br>
>> >>> >> >><br>
>> >>> >> >><br>
>> >>> >> >><br>
>> >>> >> >> On Thu, Oct 21, 2010 at 12:00 PM, Fraser Redmond<br>
>> >>> >> >> <<a href="mailto:fraserredmond@gmail.com" target="_blank">fraserredmond@gmail.com</a>> wrote:<br>
>> >>> >> >> > event_socket:<br>
>> >>> >> >> > api originate {vars=values}user/$fromExtn@Domain<br>
>> >>> >> >> > 'set:bLegVars=values,transfer:$toNum xml outbound_call' inline<br>
>> >>> >> >> ><br>
>> >>> >> >> > then<br>
>> >>> >> >> ><br>
>> >>> >> >> > dialplan:<br>
>> >>> >> >> > <action application="set"<br>
>> >>> >> >> > data="effective_caller_id_number=+1800number"/><br>
>> >>> >> >> > <action application="set" data="effective_caller_id_name="/><br>
>> >>> >> >> > (set and/or export a bunch of other vars too)<br>
>> >>> >> >> > <action application="set"<br>
>> >>> >> >> ><br>
>> >>> >> >> ><br>
>> >>> >> >> ><br>
>> >>> >> >> ><br>
>> >>> >> >> > data="dial_string=sofia/gateway/<a href="http://gatewayname.com/00$%7Bdestination_number%7D" target="_blank">gatewayname.com/00${destination_number}</a>"/><br>
>> >>> >> >> > <action application="bridge" data="${dial_string}"/><br>
>> >>> >> >> ><br>
>> >>> >> >> > Cheers,<br>
>> >>> >> >> > Fraser<br>
>> >>> >> >> ><br>
>> >>> >> >> ><br>
>> >>> >> >> ><br>
>> >>> >> >> ><br>
>> >>> >> >> > On Thu, Oct 21, 2010 at 5:35 PM, Anthony Minessale<br>
>> >>> >> >> > <<a href="mailto:anthony.minessale@gmail.com" target="_blank">anthony.minessale@gmail.com</a>> wrote:<br>
>> >>> >> >> >><br>
>> >>> >> >> >> how are you accomplishing that? by which technique?<br>
>> >>> >> >> >><br>
>> >>> >> >> >> On Thu, Oct 21, 2010 at 11:12 AM, Fraser Redmond<br>
>> >>> >> >> >> <<a href="mailto:fraserredmond@gmail.com" target="_blank">fraserredmond@gmail.com</a>> wrote:<br>
>> >>> >> >> >> > The call is originated from Freeswitch (via CLI) to a<br>
>> >>> >> >> >> > softphone,<br>
>> >>> >> >> >> > then<br>
>> >>> >> >> >> > when<br>
>> >>> >> >> >> > that is connected it bridges out to the gateway.<br>
>> >>> >> >> >> ><br>
>> >>> >> >> >> > Cheers,<br>
>> >>> >> >> >> > Fraser<br>
>> >>> >> >> >> ><br>
>> >>> >> >> >> ><br>
>> >>> >> >> >> ><br>
>> >>> >> >> >> ><br>
>> >>> >> >> >> > On Thu, Oct 21, 2010 at 4:28 PM, Anthony Minessale<br>
>> >>> >> >> >> > <<a href="mailto:anthony.minessale@gmail.com" target="_blank">anthony.minessale@gmail.com</a>> wrote:<br>
>> >>> >> >> >> >><br>
>> >>> >> >> >> >> Where is the other side of this call coming from?<br>
>> >>> >> >> >> >><br>
>> >>> >> >> >> >> [ ( ) ] -> FS -> (PSTN via SIP)<br>
>> >>> >> >> >> >><br>
>> >>> >> >> >> >> What goes in the empty space above?<br>
>> >>> >> >> ><br>
>> >>> >> >> ><br>
>> >>> >> >> > _______________________________________________<br>
>> >>> >> >> > FreeSWITCH-users mailing list<br>
>> >>> >> >> > <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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>
>> >>> >> >> ><br>
>> >>> >> >> ><br>
>> >>> >> >> ><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>
>> >>> >> >><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>
>> >>> >> >> <a href="mailto:MSN%3Aanthony_minessale@hotmail.com" target="_blank">MSN:anthony_minessale@hotmail.com</a><br>
>> >>> >> >> GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com" target="_blank">PAYPAL:anthony.minessale@gmail.com</a><br>
>> >>> >> >> IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br>
>> >>> >> >><br>
>> >>> >> >> FreeSWITCH Developer Conference<br>
>> >>> >> >> <a href="mailto:sip%3A888@conference.freeswitch.org" target="_blank">sip:888@conference.freeswitch.org</a><br>
>> >>> >> >> <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org" target="_blank">googletalk:conf+888@conference.freeswitch.org</a><br>
>> >>> >> >> pstn:+19193869900<br>
>> >>> >> >><br>
>> >>> >> >> _______________________________________________<br>
>> >>> >> >> FreeSWITCH-users mailing list<br>
>> >>> >> >> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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>
>> >>> >> >><br>
>> >>> >> >><br>
>> >>> >> >><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>
>> >>> >> > _______________________________________________<br>
>> >>> >> > FreeSWITCH-users mailing list<br>
>> >>> >> > <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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>
>> >>> >> ><br>
>> >>> >> ><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>
>> >>> >><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>
>> >>> >> <a href="mailto:MSN%3Aanthony_minessale@hotmail.com" target="_blank">MSN:anthony_minessale@hotmail.com</a><br>
>> >>> >> GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com" target="_blank">PAYPAL:anthony.minessale@gmail.com</a><br>
>> >>> >> IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br>
>> >>> >><br>
>> >>> >> FreeSWITCH Developer Conference<br>
>> >>> >> <a href="mailto:sip%3A888@conference.freeswitch.org" target="_blank">sip:888@conference.freeswitch.org</a><br>
>> >>> >> <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org" target="_blank">googletalk:conf+888@conference.freeswitch.org</a><br>
>> >>> >> pstn:+19193869900<br>
>> >>> >><br>
>> >>> >> _______________________________________________<br>
>> >>> >> FreeSWITCH-users mailing list<br>
>> >>> >> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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>
>> >>> >><br>
>> >>> >><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>
>> >>> > _______________________________________________<br>
>> >>> > FreeSWITCH-users mailing list<br>
>> >>> > <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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>
>> >>> ><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>
>> >>><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>
>> >>> <a href="mailto:MSN%3Aanthony_minessale@hotmail.com" target="_blank">MSN:anthony_minessale@hotmail.com</a><br>
>> >>> GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com" target="_blank">PAYPAL:anthony.minessale@gmail.com</a><br>
>> >>> IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br>
>> >>><br>
>> >>> FreeSWITCH Developer Conference<br>
>> >>> <a href="mailto:sip%3A888@conference.freeswitch.org" target="_blank">sip:888@conference.freeswitch.org</a><br>
>> >>> <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org" target="_blank">googletalk:conf+888@conference.freeswitch.org</a><br>
>> >>> pstn:+19193869900<br>
>> >>><br>
>> >>> _______________________________________________<br>
>> >>> FreeSWITCH-users mailing list<br>
>> >>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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>
>> >>><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>
>> >> _______________________________________________<br>
>> >> FreeSWITCH-users mailing list<br>
>> >> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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>
>> >><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>
>> ><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>
>> > <a href="mailto:MSN%3Aanthony_minessale@hotmail.com" target="_blank">MSN:anthony_minessale@hotmail.com</a><br>
>> > GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com" target="_blank">PAYPAL:anthony.minessale@gmail.com</a><br>
>> > IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br>
>> ><br>
>> > FreeSWITCH Developer Conference<br>
>> > <a href="mailto:sip%3A888@conference.freeswitch.org" target="_blank">sip:888@conference.freeswitch.org</a><br>
>> > <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org" target="_blank">googletalk:conf+888@conference.freeswitch.org</a><br>
>> > pstn:+19193869900<br>
>> ><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>
>> <a href="mailto:MSN%3Aanthony_minessale@hotmail.com" target="_blank">MSN:anthony_minessale@hotmail.com</a><br>
>> GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com" target="_blank">PAYPAL:anthony.minessale@gmail.com</a><br>
>> IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br>
>><br>
>> FreeSWITCH Developer Conference<br>
>> <a href="mailto:sip%3A888@conference.freeswitch.org" target="_blank">sip:888@conference.freeswitch.org</a><br>
>> <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org" target="_blank">googletalk:conf+888@conference.freeswitch.org</a><br>
>> pstn:+19193869900<br>
>><br>
>> _______________________________________________<br>
>> FreeSWITCH-users mailing list<br>
>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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>
> _______________________________________________<br>
> FreeSWITCH-users mailing list<br>
> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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>
<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>
<a href="mailto:MSN%3Aanthony_minessale@hotmail.com" target="_blank">MSN:anthony_minessale@hotmail.com</a><br>
GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com" target="_blank">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br>
<br>
FreeSWITCH Developer Conference<br>
<a href="mailto:sip%3A888@conference.freeswitch.org" target="_blank">sip:888@conference.freeswitch.org</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org" target="_blank">googletalk:conf+888@conference.freeswitch.org</a><br>
pstn:+19193869900<br>
</div></div><br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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></blockquote></div><br>
</div></div></blockquote></div><br>