<div id="reply-content">
        0mq does hold the messages.&nbsp;
    </div>
    <div id="E3EDC92B39A34249BDF195CAB64733C6"><div><br></div>--&nbsp;<br>Gavin Henry<br><div>Sent with <a href="http://www.sparrowmailapp.com/?sig">Sparrow</a></div><div><br></div></div>
     
    <p style="color: #A0A0A8;">On Saturday, 7 July 2012 at 11:56, Michael Giagnocavo wrote:</p>
    <blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px;">
        <div id="quoted-message-content"><div>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->


<div>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">But 0MQ is just the transport. You still need a broker to persist messages, participate in transactions, and so on. That’s what I was referring to, not just
 the transport layer acknowledgements. So if you’re just taking CDRs from FS memory and sending them out over 0MQ, what if the other side is down? In that case, aren’t you risking a lot of data, should something happen before the receiver gets up and saves
 all the CDRs? 0MQ isn’t really an alternative to a broker like RabbitMQ or SSSB.<o:p></o:p></span></p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">CDRs should be going to a local, durable, message queue. This doesn’t mean that you need to hit disk; the messages can stay in RAM for a few seconds, under
 the assumption that during normal ops, they’ll get delivered immediately and there’s no need for local persistence. But when something breaks, then the CDRs can just pile up on disk, and get pumped out whenever things stabilize.<o:p></o:p></span></p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">Am I missing something?<o:p></o:p></span></p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">-Michael<o:p></o:p></span></p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><a name="_MailEndCompose"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></a></p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><b><span style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;">From:</span></b><span style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;"> freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org]
<b>On Behalf Of </b>João Mesquita<br>
<b>Sent:</b> Thursday, July 05, 2012 3:09 PM<br>
<b>To:</b> FreeSWITCH Users Help<br>
<b>Subject:</b> Re: [Freeswitch-users] Pushing CDR Information into Zeromq<o:p></o:p></span></p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><o:p>&nbsp;</o:p></p>
<div>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;">Michael,&nbsp;<o:p></o:p></span></p>
<div>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;"><o:p>&nbsp;</o:p></span></p>
</div>
<div>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;">You are partially correct because it depends on the socket type you use on ZeroMQ. Since the socket implemented on mod_zmq is a simple PUB/SUB, yes, messages would be discarded if
 they are not received by the other end. If we would use a XREQ/XREP then it would be queued until you are able to receive them.<o:p></o:p></span></p>
</div>
</div>
<div>
<div>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><o:p>&nbsp;</o:p></p>
</div>
<div>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">--&nbsp;<o:p></o:p></p>
</div>
<div>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">João Mesquita<o:p></o:p></p>
</div>
<div>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Sent with <a href="http://www.sparrowmailapp.com/?sig">Sparrow</a><o:p></o:p></p>
</div>
<div>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><o:p>&nbsp;</o:p></p>
</div>
</div>
<p><span style="color:#A0A0A8">On Thursday, July 5, 2012 at 3:08 PM, Michael Giagnocavo wrote:<o:p></o:p></span></p><blockquote style="border:none;border-left:solid windowtext 1.0pt;padding:0in 0in 0in 8.0pt;margin-left:0in;margin-top:5.0pt;margin-bottom:5.0pt">
<div>
<div>
<div>
<p style="margin:0in;margin-bottom:.0001pt"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">Wouldn’t the problem with ZeroMQ be no reliable delivery of CDRs? I was under the impression that 0MQ was more for high-performance,
 and things like guaranteed delivery are left as an exercise to the user.</span><o:p></o:p></p>
<p style="margin:0in;margin-bottom:.0001pt"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">-Michael</span><o:p></o:p></p>
<p style="margin:0in;margin-bottom:.0001pt"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">&nbsp;</span><o:p></o:p></p>
<p style="margin:0in;margin-bottom:.0001pt"><b><span style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;">From:</span></b><span style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;">
<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a> [<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">mailto:freeswitch-users-bounces@lists.freeswitch.org</a>]
<b>On Behalf Of </b>João Mesquita<br>
<b>Sent:</b> Thursday, July 05, 2012 9:56 AM<br>
<b>To:</b> FreeSWITCH Users Help<br>
<b>Subject:</b> Re: [Freeswitch-users] Pushing CDR Information into Zeromq</span><o:p></o:p></p>
<p style="margin:0in;margin-bottom:.0001pt">&nbsp;<o:p></o:p></p>
<div>
<p style="margin:0in;margin-bottom:.0001pt"><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;">I haven't actually looked at the code, but you have to look at the variables on CHANNEL_REPORTING for example. There you will see all the vars needed to produce
 CDR entries, but they won't be on XML format like xml_curl would create.</span><o:p></o:p></p>
<div>
<p style="margin:0in;margin-bottom:.0001pt"><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;">&nbsp;</span><o:p></o:p></p>
</div>
<div>
<p style="margin:0in;margin-bottom:.0001pt"><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;">Regards,</span><o:p></o:p></p>
</div>
</div>
<div>
<div>
<p style="margin:0in;margin-bottom:.0001pt">&nbsp;<o:p></o:p></p>
</div>
<div>
<p style="margin:0in;margin-bottom:.0001pt">--&nbsp;<o:p></o:p></p>
</div>
<div>
<p style="margin:0in;margin-bottom:.0001pt">João Mesquita<o:p></o:p></p>
</div>
<div>
<p style="margin:0in;margin-bottom:.0001pt">Sent with <a href="http://www.sparrowmailapp.com/?sig">
Sparrow</a><o:p></o:p></p>
</div>
<div>
<p style="margin:0in;margin-bottom:.0001pt">&nbsp;<o:p></o:p></p>
</div>
</div>
<p><span style="color:#A0A0A8">On Thursday, July 5, 2012 at 10:37 AM, Neo Cheema wrote:</span><o:p></o:p></p><blockquote style="border:none;border-left:solid windowtext 1.0pt;padding:0in 0in 0in 8.0pt;margin-left:0in;margin-top:5.0pt;margin-bottom:5.0pt">
<div>
<div>
<div>
<p style="margin:0in;margin-bottom:.0001pt">Hi all,<o:p></o:p></p>
</div>
<div>
<p style="margin:0in;margin-bottom:.0001pt">&nbsp;<o:p></o:p></p>
</div>
<div>
<p style="margin:0in;margin-bottom:.0001pt">I was hoping to find a way to push CDR information into a queue.<o:p></o:p></p>
</div>
<div>
<p style="margin:0in;margin-bottom:.0001pt">Zeromq comes out as an obvious choice because mod_event_zmq already<o:p></o:p></p>
</div>
<div>
<p style="margin:0in;margin-bottom:.0001pt">exits. However, I can't find a way to configure this module to push<o:p></o:p></p>
</div>
<div>
<p style="margin:0in;margin-bottom:.0001pt">CDR info. Have any of you guys tried it?<o:p></o:p></p>
</div>
<div>
<p style="margin:0in;margin-bottom:.0001pt">&nbsp;<o:p></o:p></p>
</div>
<div>
<p style="margin:0in;margin-bottom:.0001pt">Regards<o:p></o:p></p>
</div>
<div>
<p style="margin:0in;margin-bottom:.0001pt">&nbsp;<o:p></o:p></p>
</div>
<div>
<p style="margin:0in;margin-bottom:.0001pt">_________________________________________________________________________<o:p></o:p></p>
</div>
<div>
<p style="margin:0in;margin-bottom:.0001pt">Professional FreeSWITCH Consulting Services:<o:p></o:p></p>
</div>
<div>
<p style="margin:0in;margin-bottom:.0001pt"><a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><o:p></o:p></p>
</div>
<div>
<p style="margin:0in;margin-bottom:.0001pt"><a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><o:p></o:p></p>
</div>
<div>
<p style="margin:0in;margin-bottom:.0001pt">&nbsp;<o:p></o:p></p>
</div>
<div>
<p style="margin:0in;margin-bottom:.0001pt">FreeSWITCH-powered IP PBX: The CudaTel Communication Server<o:p></o:p></p>
</div>
<div>
<p style="margin:0in;margin-bottom:.0001pt"><a href="http://www.cudatel.com">http://www.cudatel.com</a><o:p></o:p></p>
</div>
<div>
<p style="margin:0in;margin-bottom:.0001pt">&nbsp;<o:p></o:p></p>
</div>
<div>
<p style="margin:0in;margin-bottom:.0001pt">Official FreeSWITCH Sites<o:p></o:p></p>
</div>
<div>
<p style="margin:0in;margin-bottom:.0001pt"><a href="http://www.freeswitch.org">http://www.freeswitch.org</a><o:p></o:p></p>
</div>
<div>
<p style="margin:0in;margin-bottom:.0001pt"><a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a><o:p></o:p></p>
</div>
<div>
<p style="margin:0in;margin-bottom:.0001pt"><a href="http://www.cluecon.com">http://www.cluecon.com</a><o:p></o:p></p>
</div>
<div>
<p style="margin:0in;margin-bottom:.0001pt">&nbsp;<o:p></o:p></p>
</div>
<div>
<p style="margin:0in;margin-bottom:.0001pt">Join Us At ClueCon - Aug 7-9, 2012<o:p></o:p></p>
</div>
<div>
<p style="margin:0in;margin-bottom:.0001pt">&nbsp;<o:p></o:p></p>
</div>
<div>
<p style="margin:0in;margin-bottom:.0001pt">FreeSWITCH-users mailing list<o:p></o:p></p>
</div>
<div>
<p style="margin:0in;margin-bottom:.0001pt"><a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><o:p></o:p></p>
</div>
<div>
<p style="margin:0in;margin-bottom:.0001pt"><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><o:p></o:p></p>
</div>
<div>
<p style="margin:0in;margin-bottom:.0001pt">UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><o:p></o:p></p>
</div>
<div>
<p style="margin:0in;margin-bottom:.0001pt"><a href="http://www.freeswitch.org">http://www.freeswitch.org</a><o:p></o:p></p>
</div>
</div>
</div>
</blockquote><div>
<p style="margin:0in;margin-bottom:.0001pt">&nbsp;<o:p></o:p></p>
</div>
</div>
</div>
<div>
<div>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">_________________________________________________________________________<o:p></o:p></p>
</div>
<div>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Professional FreeSWITCH Consulting Services:<o:p></o:p></p>
</div>
<div>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><o:p></o:p></p>
</div>
<div>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><o:p></o:p></p>
</div>
<div>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><o:p>&nbsp;</o:p></p>
</div>
<div>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">FreeSWITCH-powered IP PBX: The CudaTel Communication Server<o:p></o:p></p>
</div>
<div>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><a href="http://www.cudatel.com">http://www.cudatel.com</a><o:p></o:p></p>
</div>
<div>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><o:p>&nbsp;</o:p></p>
</div>
<div>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Official FreeSWITCH Sites<o:p></o:p></p>
</div>
<div>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><a href="http://www.freeswitch.org">http://www.freeswitch.org</a><o:p></o:p></p>
</div>
<div>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a><o:p></o:p></p>
</div>
<div>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><a href="http://www.cluecon.com">http://www.cluecon.com</a><o:p></o:p></p>
</div>
<div>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><o:p>&nbsp;</o:p></p>
</div>
<div>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Join Us At ClueCon - Aug 7-9, 2012<o:p></o:p></p>
</div>
<div>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><o:p>&nbsp;</o:p></p>
</div>
<div>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">FreeSWITCH-users mailing list<o:p></o:p></p>
</div>
<div>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><o:p></o:p></p>
</div>
<div>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><o:p></o:p></p>
</div>
<div>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><o:p></o:p></p>
</div>
<div>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><a href="http://www.freeswitch.org">http://www.freeswitch.org</a><o:p></o:p></p>
</div>
</div>
</div>
</blockquote><div>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><o:p>&nbsp;</o:p></p>
</div>
</div>


<div>_________________________________________________________________________</div><div>Professional FreeSWITCH Consulting Services:</div><div>consulting@freeswitch.org</div><div>http://www.freeswitchsolutions.com</div><div><br></div><div>FreeSWITCH-powered IP PBX: The CudaTel Communication Server</div><div>http://www.cudatel.com</div><div><br></div><div>Official FreeSWITCH Sites</div><div>http://www.freeswitch.org</div><div>http://wiki.freeswitch.org</div><div>http://www.cluecon.com</div><div><br></div><div>Join Us At ClueCon - Aug 7-9, 2012</div><div><br></div><div>FreeSWITCH-users mailing list</div><div>FreeSWITCH-users@lists.freeswitch.org</div><div>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</div><div>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users</div><div>http://www.freeswitch.org</div></div></div>
         
         
         
         
    </blockquote>
     
    <div>
        <br>
    </div>