see this is better.<br><br>That&#39;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.&nbsp; 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">&lt;<a href="mailto:vhatz@kinetix.gr">vhatz@kinetix.gr</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">Shelby Ramsey wrote:<br>
&gt; Hello,<br>
&gt;<br>
&gt; This is just my 2 cents ... but my experience has been that trying to<br>
&gt; catch all of the various variables (i.e. from XML_CDR) or otherwise can<br>
&gt; be a little trying (a row in your CDR database could be over 100 fields<br>
&gt; long!).<br>
&gt;<br>
&gt; The best option here is to catch the UUID&#39;s for the 2 call legs, capture<br>
&gt; all SIP messaging, parse and dump the messaging, and then correlate the<br>
&gt; calls from the CDR from there.<br>
&gt;<br>
&gt; Much easier than trying to do it from FS ... and most folks want to see<br>
&gt; SIP captures anyway (very broad set of tools to debug).<br>
&gt;<br>
&gt; Measuring things like ASR, PDD, etc in my opinion is much easier from<br>
&gt; 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&#39;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 &amp; 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 &amp;<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&#39;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 &amp; 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>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Tue, Dec 9, 2008 at 9:19 AM, Apostolos Pantsiopoulos &lt;<a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a><br>
</div><div><div></div><div class="Wj3C7c">&gt; &lt;mailto:<a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; We are currently in the migration process from our<br>
&gt; &nbsp; &nbsp; current system to a FS based setup. We are in the process of<br>
&gt; &nbsp; &nbsp; adapting our billing and routing to FS. All the &nbsp;CDRs (and variables)<br>
&gt; &nbsp; &nbsp; related issues that we have been discussing on this mailing list<br>
&gt; &nbsp; &nbsp; come from the need to extract the same level of information from FS as<br>
&gt; &nbsp; &nbsp; we do with our current closed source proprietary system. So, we<br>
&gt; &nbsp; &nbsp; chose FS because of the versatility it provides in every aspect (event<br>
&gt; &nbsp; &nbsp; handling, config implementation etc.) and we strongly believe that all<br>
&gt; &nbsp; &nbsp; these additions/fixes would be beneficial to many potential FS users.<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; We are at your disposal for more details in case you need<br>
&gt; &nbsp; &nbsp; more information about what exactly we are trying to do. Basically,<br>
&gt; &nbsp; &nbsp; our approach is from the VoIP carrier&#39;s point of view rather than the<br>
&gt; &nbsp; &nbsp; PBX user&#39;s/implementor&#39;s. So, the details that we asked to be introduced<br>
&gt; &nbsp; &nbsp; to FS come from real life issues that we have faced during the last<br>
&gt; &nbsp; &nbsp; few years<br>
&gt; &nbsp; &nbsp; with various platforms and troubleshooting experiences with other<br>
&gt; &nbsp; &nbsp; VoIP carriers.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; Michael Collins wrote:<br>
&gt;&gt; &nbsp; &nbsp; Thanks for your feedback. It definitely helps to know not only what<br>
&gt;&gt; &nbsp; &nbsp; you need FS to do but why you need it to do so.<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; Do you have FS in production right now? Just curious.<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; Thanks,<br>
&gt;&gt; &nbsp; &nbsp; MC<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; On Tue, Dec 9, 2008 at 12:21 AM, Apostolos Pantsiopoulos<br>
</div></div><div><div></div><div class="Wj3C7c">&gt;&gt; &nbsp; &nbsp; &lt;<a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a>&gt; &lt;mailto:<a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &quot;I already added 2 patches for you right. &nbsp;Just be clear about what you<br>
&gt;&gt;&gt; &nbsp; &nbsp; want.&quot;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; And I am grateful of that.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &quot;it is protocol neutral, that&#39;s why it starts with sip_&quot;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; I didn&#39;t know that. I thought that the sip_ variables are protocol specific.<br>
&gt;&gt;&gt; &nbsp; &nbsp; So one would expect there to be an iax_hangup_disposition,<br>
&gt;&gt;&gt; &nbsp; &nbsp; woomera_hangup_disposition etc?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &quot;Maybe you should beat around the bush less with your &quot;requirements&quot; for<br>
&gt;&gt;&gt; &nbsp; &nbsp; your application you are expecting me to support for you.&quot;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; I am just trying to gather statistics for my providers as I would with any<br>
&gt;&gt;&gt; &nbsp; &nbsp; VoIP softswitch. (hangup causes per terminator per destination)<br>
&gt;&gt;&gt; &nbsp; &nbsp; I don&#39;t think that this is a specific &quot;application&quot; rather than a general<br>
&gt;&gt;&gt; &nbsp; &nbsp; necessity for VoIP carriers. It is also very useful for troubleshooting<br>
&gt;&gt;&gt; &nbsp; &nbsp; purposes : when I look at my CDRs to find a call that I got a complain for,<br>
&gt;&gt;&gt; &nbsp; &nbsp; I want to be able to tell if it was me or the provider who<br>
&gt;&gt;&gt; &nbsp; &nbsp; hanged up and gave a specific hangup cause, so that I can troubleshoot the<br>
&gt;&gt;&gt; &nbsp; &nbsp; issue better.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &quot;Just be clear about what you want.&quot;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; I want FS to reach that level of detailing and maturity in all aspects so<br>
&gt;&gt;&gt; &nbsp; &nbsp; that it could be the softswitch of choice by any VoIP entrepreneur<br>
&gt;&gt;&gt; &nbsp; &nbsp; (or hobbyist) and it is my strong belief that this can only be done by the<br>
&gt;&gt;&gt; &nbsp; &nbsp; community giving feedback to the programmers about what<br>
&gt;&gt;&gt; &nbsp; &nbsp; they find useful or not (i.e. experience from real-life situations). The<br>
&gt;&gt;&gt; &nbsp; &nbsp; patches that you made the last few days were not intended for<br>
&gt;&gt;&gt; &nbsp; &nbsp; me exclusively but for anyone that will face the same situations using FS.<br>
&gt;&gt;&gt; &nbsp; &nbsp; If you want the community to stop sending feedback about<br>
&gt;&gt;&gt; &nbsp; &nbsp; features/improvements you may as well close down this mailing list or just<br>
&gt;&gt;&gt; &nbsp; &nbsp; use it as an announcement board.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; I wish I was a c programmer and get involved with the project actively. But<br>
&gt;&gt;&gt; &nbsp; &nbsp; I am not. And as far as I can tell most of the registered users<br>
&gt;&gt;&gt; &nbsp; &nbsp; in this list aren&#39;t either. So they only way we can help is by testing and<br>
&gt;&gt;&gt; &nbsp; &nbsp; suggesting.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; Anthony Minessale wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; it is protocol neutral, that&#39;s why it starts with sip_<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; the variable can be any of:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; send_bye<br>
&gt;&gt;&gt; &nbsp; &nbsp; recv_bye<br>
&gt;&gt;&gt; &nbsp; &nbsp; send_cancel<br>
&gt;&gt;&gt; &nbsp; &nbsp; send_refuse<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; using that value you can determine the information you asked. &nbsp;I answered<br>
&gt;&gt;&gt; &nbsp; &nbsp; your specific question which was:<br>
&gt;&gt;&gt; &nbsp; &nbsp; determining &quot;which side hanged up&quot;. &nbsp;Maybe you should beat around the bush<br>
&gt;&gt;&gt; &nbsp; &nbsp; less with your &quot;requirements&quot; for your application you are expecting me to<br>
&gt;&gt;&gt; &nbsp; &nbsp; support for you.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; I already added 2 patches for you right. &nbsp;Just be clear about what you want.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
</div></div>&gt;&gt;&gt; &nbsp; &nbsp; On Mon, Dec 8, 2008 at 8:13 AM, Apostolos Pantsiopoulos &lt;<a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a>&gt; &lt;mailto:<a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a>&gt;<br>
<div class="Ih2E3d">&gt;&gt;&gt; &nbsp; &nbsp; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; &nbsp; &nbsp; Not necessarily. For instance I got a &quot;send_cancel&quot; when the<br>
&gt;&gt;&gt;&gt; &nbsp; &nbsp; calling party hanged up before the other party could pick up.<br>
&gt;&gt;&gt;&gt; &nbsp; &nbsp; Also, shouldn&#39;t something like that be protocol/technology<br>
&gt;&gt;&gt;&gt; &nbsp; &nbsp; neutral?<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; &nbsp; &nbsp; Anthony Minessale wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; &nbsp; &nbsp; sip_hangup_disposition will be set to recv_bye on the side that was<br>
&gt;&gt;&gt;&gt; &nbsp; &nbsp; hungup.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
</div>&gt;&gt;&gt;&gt; &nbsp; &nbsp; On Mon, Dec 8, 2008 at 4:11 AM, Apostolos Pantsiopoulos &lt;<a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a>&gt; &lt;mailto:<a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a>&gt;<br>
<div class="Ih2E3d">&gt;&gt;&gt;&gt; &nbsp; &nbsp; wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; Any updates about the &quot;which side hanged up&quot; potential variable?<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; Michael S Collins wrote:<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; Makes sense. I will look into this.<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; -MC<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
</div>&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; On Dec 5, 2008, at 8:17 AM, Apostolos Pantsiopoulos &lt;<a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a>&gt; &lt;mailto:<a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a>&gt;<br>
<div class="Ih2E3d">&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; wrote:<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; I am sending this second email to request/suggest/enquire about something<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; relevant :<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; Wouldn&#39;t it be useful to know which end of a specific call leg send the<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; protocol<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; specific hangup cause? Otherwise it would be difficult to understand what<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; really happened.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; Michael S Collins wrote:<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; I will do some research on this and let you know what I find out.<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; Question: are these internal calls or pstn or ?? Just curious about<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; your environment.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; Thanks,<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; MC<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
</div>&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; On Dec 5, 2008, at 4:23 AM, Apostolos Pantsiopoulos &lt;<a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a>&gt; &lt;mailto:<a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a>&gt;<br>
<div class="Ih2E3d">&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; wrote:<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; The proto_specific_hangup_cause is missing on one of the two<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; call legs. When the caller hangs up it is missing from the a-leg CDR.<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; When the callee hangs up it is missing from the b-leg CDR. Is this<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; nornal?<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; And another question : what piece of info could inform me about who<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; hanged up?<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; --<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; -------------------------------------------<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; Apostolos Pantsiopoulos<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; Kinetix Tele.com R &amp; D<br>
</div>&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; email: <a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a> &lt;mailto:<a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a>&gt;<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; -------------------------------------------<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; Freeswitch-users mailing list<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a> &lt;mailto:<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a>&gt;<br>

<div class="Ih2E3d">&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; 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;&gt;&gt;&gt; &nbsp; &nbsp; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; Freeswitch-users mailing list<br>
</div>&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a> &lt;mailto:<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a>&gt;<br>

<div class="Ih2E3d">&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; 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;&gt;&gt;&gt; &nbsp; &nbsp; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; --<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; -------------------------------------------<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; Apostolos Pantsiopoulos<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; Kinetix Tele.com R &amp; D<br>
</div>&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; email: <a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a> &lt;mailto:<a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a>&gt;<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; -------------------------------------------<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; Freeswitch-users mailing list<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a> &lt;mailto:<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a>&gt;<br>

<div class="Ih2E3d">&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; 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;&gt;&gt;&gt; &nbsp; &nbsp; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; ________________________________<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; Freeswitch-users mailing list<br>
</div>&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a> &lt;mailto:<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a>&gt;<br>

<div class="Ih2E3d">&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; 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;&gt;&gt;&gt; &nbsp; &nbsp; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; --<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; -------------------------------------------<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; Apostolos Pantsiopoulos<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; Kinetix Tele.com R &amp; D<br>
</div>&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; email: <a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a> &lt;mailto:<a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a>&gt;<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; -------------------------------------------<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; Freeswitch-users mailing list<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a> &lt;mailto:<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a>&gt;<br>

<div class="Ih2E3d">&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; 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;&gt;&gt;&gt; &nbsp; &nbsp; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; &nbsp; &nbsp; --<br>
&gt;&gt;&gt;&gt; &nbsp; &nbsp; Anthony Minessale II<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; &nbsp; &nbsp; FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
&gt;&gt;&gt;&gt; &nbsp; &nbsp; ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; &nbsp; &nbsp; AIM: anthm<br>
</div>&gt;&gt;&gt;&gt; &nbsp; &nbsp; <a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a> &lt;mailto:<a href="mailto:MSN">MSN</a>:<a href="mailto:anthony_minessale@hotmail.com">anthony_minessale@hotmail.com</a>&gt;<br>

&gt;&gt;&gt;&gt; &nbsp; &nbsp; GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a> &lt;mailto:<a href="mailto:GTALK">GTALK</a>/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a>&gt;<br>

&gt;&gt;&gt;&gt; &nbsp; &nbsp; IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> &lt;<a href="http://irc.freenode.net" target="_blank">http://irc.freenode.net</a>&gt; #freeswitch<br>
<div class="Ih2E3d">&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; &nbsp; &nbsp; FreeSWITCH Developer Conference<br>
&gt;&gt;&gt;&gt; &nbsp; &nbsp; <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
</div>&gt;&gt;&gt;&gt; &nbsp; &nbsp; <a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">iax:guest@conference.freeswitch.org/888</a> &lt;mailto:<a href="mailto:iax">iax</a>:<a href="http://guest@conference.freeswitch.org/888" target="_blank">guest@conference.freeswitch.org/888</a>&gt;<br>

&gt;&gt;&gt;&gt; &nbsp; &nbsp; <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a> &lt;mailto:<a href="mailto:googletalk">googletalk</a>:<a href="mailto:conf%2B888@conference.freeswitch.org">conf+888@conference.freeswitch.org</a>&gt;<br>

<div class="Ih2E3d">&gt;&gt;&gt;&gt; &nbsp; &nbsp; pstn:213-799-1400<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; &nbsp; &nbsp; ________________________________<br>
&gt;&gt;&gt;&gt; &nbsp; &nbsp; _______________________________________________<br>
&gt;&gt;&gt;&gt; &nbsp; &nbsp; Freeswitch-users mailing list<br>
</div>&gt;&gt;&gt;&gt; &nbsp; &nbsp; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a> &lt;mailto:<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a>&gt;<br>

<div class="Ih2E3d">&gt;&gt;&gt;&gt; &nbsp; &nbsp; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt;&gt; &nbsp; &nbsp; 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;&gt;&gt; &nbsp; &nbsp; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; &nbsp; &nbsp; --<br>
&gt;&gt;&gt;&gt; &nbsp; &nbsp; -------------------------------------------<br>
&gt;&gt;&gt;&gt; &nbsp; &nbsp; Apostolos Pantsiopoulos<br>
&gt;&gt;&gt;&gt; &nbsp; &nbsp; Kinetix Tele.com R &amp; D<br>
</div>&gt;&gt;&gt;&gt; &nbsp; &nbsp; email: <a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a> &lt;mailto:<a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a>&gt;<br>
&gt;&gt;&gt;&gt; &nbsp; &nbsp; -------------------------------------------<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; &nbsp; &nbsp; _______________________________________________<br>
&gt;&gt;&gt;&gt; &nbsp; &nbsp; Freeswitch-users mailing list<br>
&gt;&gt;&gt;&gt; &nbsp; &nbsp; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a> &lt;mailto:<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a>&gt;<br>

<div class="Ih2E3d">&gt;&gt;&gt;&gt; &nbsp; &nbsp; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt;&gt; &nbsp; &nbsp; 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;&gt;&gt; &nbsp; &nbsp; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; --<br>
&gt;&gt;&gt; &nbsp; &nbsp; Anthony Minessale II<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
&gt;&gt;&gt; &nbsp; &nbsp; ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; AIM: anthm<br>
</div>&gt;&gt;&gt; &nbsp; &nbsp; <a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a> &lt;mailto:<a href="mailto:MSN">MSN</a>:<a href="mailto:anthony_minessale@hotmail.com">anthony_minessale@hotmail.com</a>&gt;<br>

&gt;&gt;&gt; &nbsp; &nbsp; GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a> &lt;mailto:<a href="mailto:GTALK">GTALK</a>/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a>&gt;<br>

&gt;&gt;&gt; &nbsp; &nbsp; IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> &lt;<a href="http://irc.freenode.net" target="_blank">http://irc.freenode.net</a>&gt; #freeswitch<br>
<div class="Ih2E3d">&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; FreeSWITCH Developer Conference<br>
&gt;&gt;&gt; &nbsp; &nbsp; <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
</div>&gt;&gt;&gt; &nbsp; &nbsp; <a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">iax:guest@conference.freeswitch.org/888</a> &lt;mailto:<a href="mailto:iax">iax</a>:<a href="http://guest@conference.freeswitch.org/888" target="_blank">guest@conference.freeswitch.org/888</a>&gt;<br>

&gt;&gt;&gt; &nbsp; &nbsp; <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a> &lt;mailto:<a href="mailto:googletalk">googletalk</a>:<a href="mailto:conf%2B888@conference.freeswitch.org">conf+888@conference.freeswitch.org</a>&gt;<br>

<div class="Ih2E3d">&gt;&gt;&gt; &nbsp; &nbsp; pstn:213-799-1400<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; ________________________________<br>
&gt;&gt;&gt; &nbsp; &nbsp; _______________________________________________<br>
&gt;&gt;&gt; &nbsp; &nbsp; Freeswitch-users mailing list<br>
</div>&gt;&gt;&gt; &nbsp; &nbsp; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a> &lt;mailto:<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a>&gt;<br>

<div class="Ih2E3d">&gt;&gt;&gt; &nbsp; &nbsp; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt; &nbsp; &nbsp; 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;&gt; &nbsp; &nbsp; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; --<br>
&gt;&gt;&gt; &nbsp; &nbsp; -------------------------------------------<br>
&gt;&gt;&gt; &nbsp; &nbsp; Apostolos Pantsiopoulos<br>
&gt;&gt;&gt; &nbsp; &nbsp; Kinetix Tele.com R &amp; D<br>
</div>&gt;&gt;&gt; &nbsp; &nbsp; email: <a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a> &lt;mailto:<a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a>&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; -------------------------------------------<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; _______________________________________________<br>
&gt;&gt;&gt; &nbsp; &nbsp; Freeswitch-users mailing list<br>
&gt;&gt;&gt; &nbsp; &nbsp; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a> &lt;mailto:<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a>&gt;<br>

<div class="Ih2E3d">&gt;&gt;&gt; &nbsp; &nbsp; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt; &nbsp; &nbsp; 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;&gt; &nbsp; &nbsp; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; _______________________________________________<br>
&gt;&gt; &nbsp; &nbsp; Freeswitch-users mailing list<br>
</div>&gt;&gt; &nbsp; &nbsp; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a> &lt;mailto:<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a>&gt;<br>

<div class="Ih2E3d">&gt;&gt; &nbsp; &nbsp; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; &nbsp; &nbsp; 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; &nbsp; &nbsp; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; --<br>
&gt; &nbsp; &nbsp; -------------------------------------------<br>
&gt; &nbsp; &nbsp; Apostolos Pantsiopoulos<br>
&gt; &nbsp; &nbsp; Kinetix Tele.com R &amp; D<br>
</div>&gt; &nbsp; &nbsp; email: <a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a> &lt;mailto:<a href="mailto:regs@kinetix.gr">regs@kinetix.gr</a>&gt;<br>
<div class="Ih2E3d">&gt; &nbsp; &nbsp; -------------------------------------------<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; _______________________________________________<br>
&gt; &nbsp; &nbsp; Freeswitch-users mailing list<br>
&gt; &nbsp; &nbsp; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
</div>&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a>&gt;<br>
<div><div></div><div class="Wj3C7c">&gt; &nbsp; &nbsp; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; &nbsp; &nbsp; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; &nbsp; &nbsp; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; ------------------------------------------------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Freeswitch-users mailing list<br>
&gt; <a 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>
<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>