as I expected, you have IP addrs in the table which do not match your domain name.<br>the phones behind nat should have your domain name in them same as the local phones.<br>And the proxy addr should be set to the ip.<br><br>
If the IP and the DOMAIN do not match you will get mismatches.<br>Most people make the false assumption that this is like dns where the ip and hostname are interchangeable.<br><br>We can look at making a patch to force the hostname to always be the right value in the db like we do for reg possibly.<br>
<br><br><br><div class="gmail_quote">On Tue, Feb 16, 2010 at 12:25 AM, Gabriel Kuri <span dir="ltr"><<a href="mailto:gkuri@ieee.org">gkuri@ieee.org</a>></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;">
Yeah, the domain name matches on the internal profile.<br>
<br>
Thanks for all your help, I can arrange ssh access tomorrow, today<br>
just wasn't one of those good days to do so, I've been running in and<br>
out too much to coordinate it.<br>
<br>
Here's the pastebin for the sip_dialogs table while the call is up ...<br>
<br>
<a href="http://pastebin.freeswitch.org/12159" target="_blank">http://pastebin.freeswitch.org/12159</a><br>
<br>
Thanks,<br>
Gabe<br>
<br>
<br>
On Mon, Feb 15, 2010 at 3:31 PM, Anthony Minessale<br>
<div><div></div><div class="h5"><<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>> wrote:<br>
> Do the domain names match on what the remote phones are using?<br>
><br>
> When the call is active, can you attach to sqlite with the sqlite3 app and<br>
> select * from sip_dialogs<br>
><br>
> sqlite3 /usr/local/freeswitch/db/sofia_reg_internal.db<br>
>> select * from sip_dialogs;<br>
><br>
> remember to do it while the call is up.<br>
><br>
><br>
> I am going to bet the domain name in that table is not the same as your<br>
> actual domain.<br>
><br>
><br>
> I tried to make this easier by asking to ssh to your box and work with you<br>
> to fix it but now 9 hours later its starting to resemble diffusing a bomb<br>
> over a telegraph wire.<br>
><br>
><br>
><br>
><br>
> On Mon, Feb 15, 2010 at 4:56 PM, Gabriel Kuri <<a href="mailto:gkuri@ieee.org">gkuri@ieee.org</a>> wrote:<br>
>><br>
>> Yes, the two phones being called (SPA-509Gs) have SCA enabled and it<br>
>> works when making outgoing calls from those phones. But incoming calls<br>
>> to those two phones don't seem to have the line key light up on the<br>
>> other phone when one of the phones is answered (same extension).<br>
>><br>
>> Thanks,<br>
>> Gabe<br>
>><br>
>> On Mon, Feb 15, 2010 at 1:17 PM, Peder <<a href="mailto:peder@networkoblivion.com">peder@networkoblivion.com</a>> wrote:<br>
>> > On the phone itself, do you have the line set to shared and “Broadsoft<br>
>> > SCA”<br>
>> > enabled?<br>
>> ><br>
>> ><br>
>> ><br>
>> > From: <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a><br>
>> > [mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a>] On Behalf Of<br>
>> > Anthony<br>
>> > Minessale<br>
>> > Sent: Monday, February 15, 2010 3:04 PM<br>
>> > To: <a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>
>> > Subject: Re: [Freeswitch-users] Broadsoft SCA w/ Cisco SPA-5xx series<br>
>> ><br>
>> ><br>
>> ><br>
>> > you are missing something because you have no seize events when you go<br>
>> > on<br>
>> > and off hook.<br>
>> > is every phone in the correct mode?<br>
>> ><br>
>> > On Mon, Feb 15, 2010 at 2:53 PM, Gabriel Kuri <<a href="mailto:gkuri@ieee.org">gkuri@ieee.org</a>> wrote:<br>
>> ><br>
>> > No, that was a typo. I have it correct in the config file.<br>
>> ><br>
>> > Gabe<br>
>> ><br>
>> > On Mon, Feb 15, 2010 at 12:34 PM, Peder <<a href="mailto:peder@networkoblivion.com">peder@networkoblivion.com</a>><br>
>> > wrote:<br>
>> ><br>
>> >> Is this a typo "managed-shared-appeareance=true" or is there an extra e<br>
>> >> in<br>
>> >> appearance in your config?<br>
>> >><br>
>> >> -----Original Message-----<br>
>> >> From: <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a><br>
>> >> [mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a>] On Behalf Of<br>
>> >> Gabriel<br>
>> >> Kuri<br>
>> >> Sent: Monday, February 15, 2010 1:48 PM<br>
>> >> To: <a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>
>> >> Subject: Re: [Freeswitch-users] Broadsoft SCA w/ Cisco SPA-5xx series<br>
>> >><br>
>> >> OK, I don't know what happened there, here's another one with the<br>
>> >> NOTIFYs. I'm on trunk rev 16633 and I have<br>
>> >> "managed-shared-appeareance=true" on the internal profile. I'm just<br>
>> >> making calls between internal phones.<br>
>> >><br>
>> >> <a href="http://pastebin.freeswitch.org/12153" target="_blank">http://pastebin.freeswitch.org/12153</a><br>
>> >><br>
>> >> Thanks,<br>
>> >> Gabe<br>
>> >><br>
>> >> On Mon, Feb 15, 2010 at 11:04 AM, Anthony Minessale<br>
>> >> <<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>> wrote:<br>
>> >>> I don't see any notifies at all in this trace do the profiles in<br>
>> >>> question<br>
>> >>> have:<br>
>> >>> manage-shared-appearance set to true?<br>
>> >>> and are you on latest trunk?<br>
>> >>><br>
>> >>><br>
>> >>> On Mon, Feb 15, 2010 at 12:55 PM, Anthony Minessale<br>
>> >>> <<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>> wrote:<br>
>> >>>><br>
>> >>>> we log the sql stmts on err so they are red and easier to read.<br>
>> >>>><br>
>> >>>><br>
>> >>>><br>
>> >>>> On Mon, Feb 15, 2010 at 12:48 PM, Gabriel Kuri <<a href="mailto:gkuri@ieee.org">gkuri@ieee.org</a>><br>
>> >>>> wrote:<br>
>> >>>>><br>
>> >>>>> Here's a call from ext 2551 to 2552 (two phones). I noticed a bunch<br>
>> >>>>> of<br>
>> >>>>> errors related to SQL UPDATE for presence ...<br>
>> >>>>><br>
>> >>>>> <a href="http://pastebin.freeswitch.org/12152" target="_blank">http://pastebin.freeswitch.org/12152</a><br>
>> >>>>><br>
>> >>>>> Thanks,<br>
>> >>>>> Gabe<br>
>> >>>>><br>
>> >>>>><br>
>> >>>>> On Mon, Feb 15, 2010 at 8:32 AM, Anthony Minessale<br>
>> >>>>> <<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>> wrote:<br>
>> >>>>> > it should be active not seized.<br>
>> >>>>> > seized is when you take it off hook.<br>
>> >>>>> ><br>
>> >>>>> > We need some more debugging to be sure.<br>
>> >>>>> > Can we work in real time on it or can you get a more detailed log?<br>
>> >>>>> ><br>
>> >>>>> > edit sofia.conf.xml and add the param to the "settings" section.<br>
>> >>>>> ><br>
>> >>>>> > <param name="debug-sla" value="100"/><br>
>> >>>>> ><br>
>> >>>>> ><br>
>> >>>>> > then restart and enable sip trace and debug level<br>
>> >>>>> ><br>
>> >>>>> > //do this for every profile involved in the call.<br>
>> >>>>> > sofia profile <profilename> siptrace on<br>
>> >>>>> ><br>
>> >>>>> > //also do this<br>
>> >>>>> > console loglevel debug<br>
>> >>>>> ><br>
>> >>>>> ><br>
>> >>>>> > if you can let us ssh, we can do all the for you if you can make<br>
>> >>>>> > the<br>
>> >>>>> > test<br>
>> >>>>> > calls.<br>
>> >>>>> ><br>
>> >>>>> ><br>
>> >>>>> ><br>
>> >>>>> ><br>
>> >>>>> > On Sun, Feb 14, 2010 at 11:59 PM, Gabriel Kuri <<a href="mailto:gkuri@ieee.org">gkuri@ieee.org</a>><br>
>> >>>>> > wrote:<br>
>> >>>>> >><br>
>> >>>>> >> BTW, here's a copy of the NOTIFY (event call-info) sent to the<br>
>> >>>>> >> other<br>
>> >>>>> >> phone after the first phone is answered, should this have a<br>
>> >>>>> >> Call-Info<br>
>> >>>>> >> line with an "appearance-state=seized" to turn on the light on<br>
>> >>>>> >> the<br>
>> >>>>> >> other phone?<br>
>> >>>>> >><br>
>> >>>>> >><br>
>> >>>>> >> NOTIFY sip:2551@<removed>:54446 SIP/2.0.<br>
>> >>>>> >> Via: SIP/2.0/UDP<br>
>> >>>>> >> <removed>:9430;rport;branch=z9hG4bK71pN2cXgH851K.<br>
>> >>>>> >> Max-Forwards: 70.<br>
>> >>>>> >> From: <<a href="mailto:sip%3A2551@mydomain.com">sip:2551@mydomain.com</a>>;tag=XeB6ZrKDevpHp.<br>
>> >>>>> >> To: <<a href="mailto:sip%3A2551@mydomain.com">sip:2551@mydomain.com</a>>;tag=c2d34993aac6ea.<br>
>> >>>>> >> Call-ID: 34c34987-8b6fa786@<removed>.<br>
>> >>>>> >> CSeq: 126950830 NOTIFY.<br>
>> >>>>> >> Contact: <sip:2551@<removed>:9430>.<br>
>> >>>>> >> Expires: 3959.<br>
>> >>>>> >> Call-Info:<br>
>> >>>>> >> <sip:<a href="http://mydomain.com" target="_blank">mydomain.com</a>>;appearance-index=*;appearance-state=idle.<br>
>> >>>>> >> User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-16633M.<br>
>> >>>>> >> Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO,<br>
>> >>>>> >> REGISTER, REFER, PRACK, NOTIFY, PUBLISH, SUBSCRIBE.<br>
>> >>>>> >> Supported: 100rel, timer, precondition, path, replaces.<br>
>> >>>>> >> Event: call-info.<br>
>> >>>>> >> Allow-Events: talk, presence, dialog, line-seize, call-info, sla,<br>
>> >>>>> >> include-session-description, presence.winfo, message-summary,<br>
>> >>>>> >> refer.<br>
>> >>>>> >> Subscription-State: active;expires=3959.<br>
>> >>>>> >> Content-Length: 0.<br>
>> >>>>> >><br>
>> >>>>> >><br>
>> >>>>> >><br>
>> >>>>> >> On Sun, Feb 14, 2010 at 7:58 PM, Brian West<br>
>> >>>>> >> <<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>><br>
>> >>>>> >> wrote:<br>
>> >>>>> >> > Works fine here... is your box slow or something?<br>
>> >>>>> >> ><br>
>> >>>>> >> > /b<br>
>> >>>>> >> ><br>
>> >>>>> >> > On Feb 14, 2010, at 1:03 PM, Gabriel Kuri wrote:<br>
>> >>>>> >> ><br>
>> >>>>> >> >> I followed Brian's directions from one of the previous threads<br>
>> >>>>> >> >> on<br>
>> >>>>> >> >> configuring the SPA-5xx series phones for Broadsoft SCA and<br>
>> >>>>> >> >> set<br>
>> >>>>> >> >> manage-shared-appearance=true in the internal profile. SCA<br>
>> >>>>> >> >> appears<br>
>> >>>>> >> >> to<br>
>> >>>>> >> >> be working on outgoing calls between two phones, the line key<br>
>> >>>>> >> >> starts<br>
>> >>>>> >> >> flashing red on the second phone when the first phone picks up<br>
>> >>>>> >> >> the<br>
>> >>>>> >> >> receiver to make a call. However on incoming calls, both<br>
>> >>>>> >> >> phones<br>
>> >>>>> >> >> ring<br>
>> >>>>> >> >> (same extension), however when one of the phones picks up the<br>
>> >> line,<br>
>> >>>>> >> >> the second phone's line key doesn't flash red or show the<br>
>> >>>>> >> >> first<br>
>> >>>>> >> >> phone<br>
>> >>>>> >> >> on that incoming call. Any ideas? Does shared appearance only<br>
>> >>>>> >> >> work<br>
>> >>>>> >> >> on<br>
>> >>>>> >> >> outgoing phone calls?<br>
>> >>>>> >> >><br>
>> >>>>> >> >> Thanks,<br>
>> >>>>> >> >> Gabe<br>
>> >>>>> >> ><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>
>> >>>>> >> ><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">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>
>> >>>>> > 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">MSN:anthony_minessale@hotmail.com</a><br>
>> >>>>> > GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">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">sip:888@conference.freeswitch.org</a><br>
>> >>>>> > <a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">iax:guest@conference.freeswitch.org/888</a><br>
>> >>>>> > <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">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">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>
>> >>>>> 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>
>> >>>>><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>
>> >>>> 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">MSN:anthony_minessale@hotmail.com</a><br>
>> >>>> GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">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">sip:888@conference.freeswitch.org</a><br>
>> >>>> <a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">iax:guest@conference.freeswitch.org/888</a><br>
>> >>>> <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
>> >>>> pstn:+19193869900<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">MSN:anthony_minessale@hotmail.com</a><br>
>> >>> GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">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">sip:888@conference.freeswitch.org</a><br>
>> >>> <a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">iax:guest@conference.freeswitch.org/888</a><br>
>> >>> <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">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">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>
>> >> 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>
>> >><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">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">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>
>> > 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">MSN:anthony_minessale@hotmail.com</a><br>
>> > GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">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">sip:888@conference.freeswitch.org</a><br>
>> > <a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">iax:guest@conference.freeswitch.org/888</a><br>
>> > <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">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">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>
>> 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>
><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">MSN:anthony_minessale@hotmail.com</a><br>
> GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">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">sip:888@conference.freeswitch.org</a><br>
> <a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">iax:guest@conference.freeswitch.org/888</a><br>
> <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">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">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>
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>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>
Twitter: <a href="http://twitter.com/FreeSWITCH_wire">http://twitter.com/FreeSWITCH_wire</a><br><br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br><a href="http://iax:guest@conference.freeswitch.org/888">iax:guest@conference.freeswitch.org/888</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>pstn:+19193869900<br>