see this is better.<br><br>That's why I asked you to be more specific about what you want because the tiny back and<br>forth questions were not exposing your intent or needs at all. I answer every email I can and when threads start to grow without getting to the point i start to get frustrated.<br>
<br>Now that you have opened up the discussion you have more people chiming in on the topic.<br><br>Yes the sip_* variables are unique to SIP and the one that says proto_specific are all <br>done per implementation.<br><br>
If you would like to suggest a list of standard variables you think apply to all calls<br>or something you feel is missing, we can consider injecting them into the code.<br><br><br><br><br><div class="gmail_quote">On Tue, Dec 9, 2008 at 10:42 AM, Vlasis Hatzistavrou (KTI) <span dir="ltr"><<a href="mailto:vhatz@kinetix.gr">vhatz@kinetix.gr</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;"><div class="Ih2E3d">Shelby Ramsey wrote:<br>
> Hello,<br>
><br>
> This is just my 2 cents ... but my experience has been that trying to<br>
> catch all of the various variables (i.e. from XML_CDR) or otherwise can<br>
> be a little trying (a row in your CDR database could be over 100 fields<br>
> long!).<br>
><br>
> The best option here is to catch the UUID's for the 2 call legs, capture<br>
> all SIP messaging, parse and dump the messaging, and then correlate the<br>
> calls from the CDR from there.<br>
><br>
> Much easier than trying to do it from FS ... and most folks want to see<br>
> SIP captures anyway (very broad set of tools to debug).<br>
><br>
> Measuring things like ASR, PDD, etc in my opinion is much easier from<br>
> the raw messaging than trying to do something with FS CDR records.<br>
<br>
</div>That can certainly be an option, especially for debugging purposes.<br>
<br>
However, under heavy load (imagine a few thousands of calls per hour, a<br>
few millions per day) logging and parsing all the SIP messages on file<br>
will be a problem.<br>
<br>
Also, logging SIP messages is oriented to SIP only, when a more protocol<br>
agnostic approach could be followed. Plus, we would still need to parse<br>
a lot of text to extract the information that we need, while in a CDR<br>
(even a long one with many fields) we have a lot of information with a<br>
minimum hassle.<br>
<br>
We've seen in production environments that excessive logging wastes I/O<br>
power and disk space, this is why (we at least) turn it on in our<br>
various systems only when we need it for troubleshooting, and<br>
immediately turn it off afterwards.<br>
<br>
Additionally, a very long CDR is a lot less text to write on disk once,<br>
after the call is over, rather than writing many, whole packets during<br>
the duration of a call.<br>
<br>
A 100-field-CDR on file could not be much of a problem, because usually<br>
these the raw CDR fields are rarely imported in a database in their<br>
entirety for billing or QoS analysis. A lot of the information which is<br>
not used directly & immediately for billing or QoS analysis remains on<br>
file in case needs to do basic troubleshooting in arrears. Granted, we<br>
would not have the same amount of information as with the written SIP<br>
messages, but it is useful nonetheless.<br>
<br>
Of course, I need to stress that I write all this coming from the<br>
background of VoIP carriers. The above could apply well for typical &<br>
simple scenarios, where a call leg comes into FS and another calls leg<br>
comes out of it, which is what most carriers do.<br>
<br>
If we need billing and QoS analysis for IVR's, queues, call transfers,<br>
etc, then yes, one-line CDRs would not do. In this case, logging whole<br>
packets could be a solution, although an event-based approach could be<br>
much better to cover all protocols/technologies (IAX, TDM cards, etc), IMHO.<br>
<br>
Best regards,<br>
Vlasis Hatzistavrou<br>
Kinetix Tele.com Hellas Ltd.<br>
Monastiriou 9 & Enotikon<br>
54627<br>
Thessaloniki<br>
Greece<br>
Tel.: +302310556134<br>
Fax: +302310556134 (ext. 0)<br>
GSM: +306977835653<br>
e-mail: <a href="mailto:vhatz@kinetix.gr">vhatz@kinetix.gr</a><br>
<a href="http://www.kinetix.gr" target="_blank">http://www.kinetix.gr</a><br>
<div class="Ih2E3d"><br>
<br>
<br>
><br>
><br>
><br>
> On Tue, Dec 9, 2008 at 9:19 AM, Apostolos Pantsiopoulos <<a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a><br>
</div><div><div></div><div class="Wj3C7c">> <mailto:<a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a>>> wrote:<br>
><br>
><br>
> We are currently in the migration process from our<br>
> current system to a FS based setup. We are in the process of<br>
> adapting our billing and routing to FS. All the CDRs (and variables)<br>
> related issues that we have been discussing on this mailing list<br>
> come from the need to extract the same level of information from FS as<br>
> we do with our current closed source proprietary system. So, we<br>
> chose FS because of the versatility it provides in every aspect (event<br>
> handling, config implementation etc.) and we strongly believe that all<br>
> these additions/fixes would be beneficial to many potential FS users.<br>
><br>
> We are at your disposal for more details in case you need<br>
> more information about what exactly we are trying to do. Basically,<br>
> our approach is from the VoIP carrier's point of view rather than the<br>
> PBX user's/implementor's. So, the details that we asked to be introduced<br>
> to FS come from real life issues that we have faced during the last<br>
> few years<br>
> with various platforms and troubleshooting experiences with other<br>
> VoIP carriers.<br>
><br>
><br>
><br>
><br>
> Michael Collins wrote:<br>
>> Thanks for your feedback. It definitely helps to know not only what<br>
>> you need FS to do but why you need it to do so.<br>
>><br>
>> Do you have FS in production right now? Just curious.<br>
>><br>
>> Thanks,<br>
>> MC<br>
>><br>
>> On Tue, Dec 9, 2008 at 12:21 AM, Apostolos Pantsiopoulos<br>
</div></div><div><div></div><div class="Wj3C7c">>> <<a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a>> <mailto:<a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a>> wrote:<br>
>><br>
>>> "I already added 2 patches for you right. Just be clear about what you<br>
>>> want."<br>
>>><br>
>>> And I am grateful of that.<br>
>>><br>
>>> "it is protocol neutral, that's why it starts with sip_"<br>
>>><br>
>>> I didn't know that. I thought that the sip_ variables are protocol specific.<br>
>>> So one would expect there to be an iax_hangup_disposition,<br>
>>> woomera_hangup_disposition etc?<br>
>>><br>
>>> "Maybe you should beat around the bush less with your "requirements" for<br>
>>> your application you are expecting me to support for you."<br>
>>><br>
>>> I am just trying to gather statistics for my providers as I would with any<br>
>>> VoIP softswitch. (hangup causes per terminator per destination)<br>
>>> I don't think that this is a specific "application" rather than a general<br>
>>> necessity for VoIP carriers. It is also very useful for troubleshooting<br>
>>> purposes : when I look at my CDRs to find a call that I got a complain for,<br>
>>> I want to be able to tell if it was me or the provider who<br>
>>> hanged up and gave a specific hangup cause, so that I can troubleshoot the<br>
>>> issue better.<br>
>>><br>
>>> "Just be clear about what you want."<br>
>>><br>
>>> I want FS to reach that level of detailing and maturity in all aspects so<br>
>>> that it could be the softswitch of choice by any VoIP entrepreneur<br>
>>> (or hobbyist) and it is my strong belief that this can only be done by the<br>
>>> community giving feedback to the programmers about what<br>
>>> they find useful or not (i.e. experience from real-life situations). The<br>
>>> patches that you made the last few days were not intended for<br>
>>> me exclusively but for anyone that will face the same situations using FS.<br>
>>> If you want the community to stop sending feedback about<br>
>>> features/improvements you may as well close down this mailing list or just<br>
>>> use it as an announcement board.<br>
>>><br>
>>> I wish I was a c programmer and get involved with the project actively. But<br>
>>> I am not. And as far as I can tell most of the registered users<br>
>>> in this list aren't either. So they only way we can help is by testing and<br>
>>> suggesting.<br>
>>><br>
>>> Anthony Minessale wrote:<br>
>>><br>
>>> it is protocol neutral, that's why it starts with sip_<br>
>>><br>
>>> the variable can be any of:<br>
>>><br>
>>> send_bye<br>
>>> recv_bye<br>
>>> send_cancel<br>
>>> send_refuse<br>
>>><br>
>>><br>
>>> using that value you can determine the information you asked. I answered<br>
>>> your specific question which was:<br>
>>> determining "which side hanged up". Maybe you should beat around the bush<br>
>>> less with your "requirements" for your application you are expecting me to<br>
>>> support for you.<br>
>>><br>
>>> I already added 2 patches for you right. Just be clear about what you want.<br>
>>><br>
>>><br>
>>><br>
</div></div>>>> On Mon, Dec 8, 2008 at 8:13 AM, Apostolos Pantsiopoulos <<a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a>> <mailto:<a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a>><br>
<div class="Ih2E3d">>>> wrote:<br>
>>><br>
>>>> Not necessarily. For instance I got a "send_cancel" when the<br>
>>>> calling party hanged up before the other party could pick up.<br>
>>>> Also, shouldn't something like that be protocol/technology<br>
>>>> neutral?<br>
>>>><br>
>>>><br>
>>>><br>
>>>> Anthony Minessale wrote:<br>
>>>><br>
>>>> sip_hangup_disposition will be set to recv_bye on the side that was<br>
>>>> hungup.<br>
>>>><br>
>>>><br>
</div>>>>> On Mon, Dec 8, 2008 at 4:11 AM, Apostolos Pantsiopoulos <<a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a>> <mailto:<a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a>><br>
<div class="Ih2E3d">>>>> wrote:<br>
>>>><br>
>>>>> Any updates about the "which side hanged up" potential variable?<br>
>>>>><br>
>>>>> Michael S Collins wrote:<br>
>>>>><br>
>>>>> Makes sense. I will look into this.<br>
>>>>> -MC<br>
>>>>><br>
>>>>><br>
</div>>>>>> On Dec 5, 2008, at 8:17 AM, Apostolos Pantsiopoulos <<a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a>> <mailto:<a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a>><br>
<div class="Ih2E3d">>>>>> wrote:<br>
>>>>><br>
>>>>> I am sending this second email to request/suggest/enquire about something<br>
>>>>> relevant :<br>
>>>>><br>
>>>>> Wouldn't it be useful to know which end of a specific call leg send the<br>
>>>>> protocol<br>
>>>>> specific hangup cause? Otherwise it would be difficult to understand what<br>
>>>>> really happened.<br>
>>>>><br>
>>>>><br>
>>>>><br>
>>>>> Michael S Collins wrote:<br>
>>>>><br>
>>>>> I will do some research on this and let you know what I find out.<br>
>>>>> Question: are these internal calls or pstn or ?? Just curious about<br>
>>>>> your environment.<br>
>>>>><br>
>>>>> Thanks,<br>
>>>>> MC<br>
>>>>><br>
>>>>><br>
>>>>><br>
</div>>>>>> On Dec 5, 2008, at 4:23 AM, Apostolos Pantsiopoulos <<a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a>> <mailto:<a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a>><br>
<div class="Ih2E3d">>>>>> wrote:<br>
>>>>><br>
>>>>><br>
>>>>><br>
>>>>> The proto_specific_hangup_cause is missing on one of the two<br>
>>>>> call legs. When the caller hangs up it is missing from the a-leg CDR.<br>
>>>>> When the callee hangs up it is missing from the b-leg CDR. Is this<br>
>>>>> nornal?<br>
>>>>><br>
>>>>> And another question : what piece of info could inform me about who<br>
>>>>> hanged up?<br>
>>>>><br>
>>>>><br>
>>>>> --<br>
>>>>> -------------------------------------------<br>
>>>>> Apostolos Pantsiopoulos<br>
>>>>> Kinetix Tele.com R & D<br>
</div>>>>>> email: <a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a> <mailto:<a href="mailto:regs@kinetix.gr">regs@kinetix.gr</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> <mailto:<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a>><br>
<div class="Ih2E3d">>>>>> <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>
</div>>>>>> <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a> <mailto:<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a>><br>
<div class="Ih2E3d">>>>>> <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>
>>>>> Apostolos Pantsiopoulos<br>
>>>>> Kinetix Tele.com R & D<br>
</div>>>>>> email: <a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a> <mailto:<a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a>><br>
>>>>> -------------------------------------------<br>
>>>>><br>
>>>>> _______________________________________________<br>
>>>>> Freeswitch-users mailing list<br>
>>>>> <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a> <mailto:<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a>><br>
<div class="Ih2E3d">>>>>> <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>
</div>>>>>> <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a> <mailto:<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a>><br>
<div class="Ih2E3d">>>>>> <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>
>>>>> Apostolos Pantsiopoulos<br>
>>>>> Kinetix Tele.com R & D<br>
</div>>>>>> email: <a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a> <mailto:<a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a>><br>
>>>>> -------------------------------------------<br>
>>>>><br>
>>>>> _______________________________________________<br>
>>>>> Freeswitch-users mailing list<br>
>>>>> <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a> <mailto:<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a>><br>
<div class="Ih2E3d">>>>>> <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>
>>>><br>
>>>> AIM: anthm<br>
</div>>>>> <a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a> <mailto:<a href="mailto:MSN">MSN</a>:<a href="mailto:anthony_minessale@hotmail.com">anthony_minessale@hotmail.com</a>><br>
>>>> GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a> <mailto:<a href="mailto:GTALK">GTALK</a>/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> <<a href="http://irc.freenode.net" target="_blank">http://irc.freenode.net</a>> #freeswitch<br>
<div class="Ih2E3d">>>>><br>
>>>> FreeSWITCH Developer Conference<br>
>>>> <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
</div>>>>> <a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">iax:guest@conference.freeswitch.org/888</a> <mailto:<a href="mailto:iax">iax</a>:<a href="http://guest@conference.freeswitch.org/888" target="_blank">guest@conference.freeswitch.org/888</a>><br>
>>>> <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a> <mailto:<a href="mailto:googletalk">googletalk</a>:<a href="mailto:conf%2B888@conference.freeswitch.org">conf+888@conference.freeswitch.org</a>><br>
<div class="Ih2E3d">>>>> pstn:213-799-1400<br>
>>>><br>
>>>> ________________________________<br>
>>>> _______________________________________________<br>
>>>> Freeswitch-users mailing list<br>
</div>>>>> <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a> <mailto:<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a>><br>
<div class="Ih2E3d">>>>> <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>
>>>> Apostolos Pantsiopoulos<br>
>>>> Kinetix Tele.com R & D<br>
</div>>>>> email: <a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a> <mailto:<a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a>><br>
>>>> -------------------------------------------<br>
>>>><br>
>>>> _______________________________________________<br>
>>>> Freeswitch-users mailing list<br>
>>>> <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a> <mailto:<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a>><br>
<div class="Ih2E3d">>>>> <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>
>>><br>
>>> AIM: anthm<br>
</div>>>> <a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a> <mailto:<a href="mailto:MSN">MSN</a>:<a href="mailto:anthony_minessale@hotmail.com">anthony_minessale@hotmail.com</a>><br>
>>> GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a> <mailto:<a href="mailto:GTALK">GTALK</a>/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> <<a href="http://irc.freenode.net" target="_blank">http://irc.freenode.net</a>> #freeswitch<br>
<div class="Ih2E3d">>>><br>
>>> FreeSWITCH Developer Conference<br>
>>> <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
</div>>>> <a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">iax:guest@conference.freeswitch.org/888</a> <mailto:<a href="mailto:iax">iax</a>:<a href="http://guest@conference.freeswitch.org/888" target="_blank">guest@conference.freeswitch.org/888</a>><br>
>>> <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a> <mailto:<a href="mailto:googletalk">googletalk</a>:<a href="mailto:conf%2B888@conference.freeswitch.org">conf+888@conference.freeswitch.org</a>><br>
<div class="Ih2E3d">>>> pstn:213-799-1400<br>
>>><br>
>>> ________________________________<br>
>>> _______________________________________________<br>
>>> Freeswitch-users mailing list<br>
</div>>>> <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a> <mailto:<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a>><br>
<div class="Ih2E3d">>>> <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>
>>> Apostolos Pantsiopoulos<br>
>>> Kinetix Tele.com R & D<br>
</div>>>> email: <a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a> <mailto:<a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a>><br>
>>> -------------------------------------------<br>
>>><br>
>>> _______________________________________________<br>
>>> Freeswitch-users mailing list<br>
>>> <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a> <mailto:<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a>><br>
<div class="Ih2E3d">>>> <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>
</div>>> <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a> <mailto:<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a>><br>
<div class="Ih2E3d">>> <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>
> Apostolos Pantsiopoulos<br>
> Kinetix Tele.com R & D<br>
</div>> email: <a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a> <mailto:<a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a>><br>
<div class="Ih2E3d">> -------------------------------------------<br>
><br>
><br>
> _______________________________________________<br>
> Freeswitch-users mailing list<br>
> <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
</div>> <mailto:<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a>><br>
<div><div></div><div class="Wj3C7c">> <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>
> 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>
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>
<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:213-799-1400<br>