<div dir="auto">hi Dear Member can i have your helping i want to have a code which help me to taxe users services voip/toip each calling in asterisk.</div><br><div class="gmail_quote"><div dir="ltr">Le mer 12 sept. 2018 19:33, <a href="mailto:info@magnussolution.com">info@magnussolution.com</a> <<a href="mailto:info@magnussolution.com">info@magnussolution.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word;line-break:after-white-space">that’s correct. I wrote a ael context with func_odbc and this work very well.<div><br></div><div>But, using my app_mbilling.c work more faster than ael and func_odbc.</div><div><br></div><div>example:</div><div>agi 15 CPS</div><div>ael-func_odbc 30 CPS</div><div>native application 50 CPS</div><div><br></div><div>But my native application crash some times.</div><div><br></div><div>I add in my code many ast_log(LOG_ERROR,”LINE number”); to try fond the issue, but each crash the line is different. And in /var/log/asterisk/full Log file not show any additional information.</div><div><br></div><div>I’m test in production with more than 40 CPS. In test server I send 75 CPS with SIPP and work perfectly.</div><div><br></div><div><br></div><div>Best regards </div><div><br></div><div><br></div><div><br></div><div><div><br><blockquote type="cite"><div>On 12 Sep 2018, at 16:26, BJ Weschke <<a href="mailto:bweschke@btwtech.com" target="_blank" rel="noreferrer">bweschke@btwtech.com</a>> wrote:</div><br class="m_1654640061721967949Apple-interchange-newline"><div><div style="word-wrap:break-word;line-break:after-white-space"><div id="m_1654640061721967949bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px;margin:0px">AGI is limited in its TPS scalability because it needs to fork an external application to complete processing. func_odbc run from within the dial plan does not need to fork anything external so it does not have the same scalability issues that present with an AGI based solution.</div> <br> <div id="m_1654640061721967949bloop_sign_1536780118737426944" class="m_1654640061721967949bloop_sign"><div style="font-family:helvetica,arial;font-size:13px">-- <br>BJ Weschke<br>Sent with Airmail</div></div> <br><p class="m_1654640061721967949airmail_on">On September 12, 2018 at 3:22:33 PM, <a href="mailto:info@magnussolution.com" target="_blank" rel="noreferrer">info@magnussolution.com</a> (<a href="mailto:info@magnussolution.com" target="_blank" rel="noreferrer">info@magnussolution.com</a>) wrote:</p> <blockquote type="cite" class="m_1654640061721967949clean_bq"><span><div style="word-wrap:break-word;line-break:after-white-space"><div></div><div>






i’m developing a native application to billing in realtime.
<div><br></div>
<div>I work many years with Asterisk Billing via AGI. But
it is very limited to strong CPS. With 10-15 CPS the server crash.
Server with 2 core and 4 GB RAM.</div>
<div><br></div>
<div>With my actual native C application I can get on the
same server more than 40 CPS.</div>
<div><br></div>
<div>I wrote in C the same code that I have in php
AGI.</div>
<div><br></div>
<div><br></div>
<div>My name is Adilson Magnus, I’m developer from
<a href="http://www.magnusbilling.com/" target="_blank" rel="noreferrer">www.magnusbilling.com</a> Opensource project to Asterisk
Billing.</div>
<div><br></div>
<div><a href="https://github.com/magnussolution/magnusbilling6" target="_blank" rel="noreferrer">https://github.com/magnussolution/magnusbilling6</a></div>
<div><br></div>
<div>Best regards.</div>
<div><br></div>
<div><br></div>
<div><br></div>
<div><br></div>
<div><br></div>
<div><br>
<div><br>
<blockquote type="cite">
<div>On 12 Sep 2018, at 16:11, Gaston Draque <<a href="mailto:gaston.draque@gmail.com" target="_blank" rel="noreferrer">gaston.draque@gmail.com</a>> wrote:</div>
<br class="m_1654640061721967949Apple-interchange-newline">
<div>
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">From the Asterisk side, I would start by
looking into the different logging facilities provided[1] but as
stated, which Asterisk API you are using will determine which
logging facility to look for, how to complement it with your own
app.logging and maybe some capturing may be needed during the
learning process.
<div>
<div>
<div class="gmail_extra"><br></div>
<div class="gmail_extra">Cheers,</div>
<div class="gmail_extra">Gaston//</div>
<div class="gmail_extra"><br></div>
<div class="gmail_extra">[1] <a href="https://wiki.asterisk.org/wiki/display/AST/Logging" target="_blank" rel="noreferrer">https://wiki.asterisk.org/wiki/display/AST/Logging</a></div>
<div class="gmail_extra">[1] <a href="https://wiki.asterisk.org/wiki/display/AST/Logging+Configuration" target="_blank" rel="noreferrer">https://wiki.asterisk.org/wiki/display/AST/Logging+Configuration</a></div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Wed, Sep 12, 2018 at 3:11 PM, James
Finstrom <span dir="ltr"><<a href="mailto:jfinstrom@gmail.com" target="_blank" rel="noreferrer">jfinstrom@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
This is missing a lot of useful information.<br>
<br>
How is your app interfaced to asterisk?<br>
ARI?<br>
AGI?<br>
AMI?<br>
<br>
What language?<br>
Are you using a library?<br>
<br>
There simply isn't enough here to give a qualified answer<br>
On Wed, Sep 12, 2018 at 9:10 AM <a href="mailto:info@magnussolution.com" target="_blank" rel="noreferrer">info@magnussolution.com</a><br>
<<a href="mailto:info@magnussolution.com" target="_blank" rel="noreferrer">info@magnussolution.com</a>> wrote:<br>
><br>
> Hello.<br>
><br>
> I’m developing a new app. But i’m a problem. The app crash and
restart. This cause that all call hangup.<br>
><br>
> My question is about DEBUG, where or how, I can get details
about errors?<br>
><br>
> Exist any documentation to DEBUG.<br>
><br>
><br>
> My app overview:<br>
><br>
> Connect mysql via ODBC, mount the DIAL command and execute the
call, after save call data in my mysql database via ODBC.<br>
><br>
><br>
><br>
> Best regards.<br>
><br>
><br>
><br>
> --<br>
> _____________________________________________________________________<br>
> -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com/" rel="noreferrer noreferrer" target="_blank">http://www.api-digital.com</a> --<br>
><br>
> Astricon is coming up October 9-11!  Signup is available
at: <a href="https://www.asterisk.org/community/astricon-user-conference" rel="noreferrer noreferrer" target="_blank">https://www.asterisk.org/community/astricon-user-conference</a><br>
><br>
> asterisk-dev mailing list<br>
> To UNSUBSCRIBE or update options visit:<br>
>    <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev" rel="noreferrer noreferrer" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br>
<span class="m_1654640061721967949gmail-HOEnZb"><font color="#888888"><br>
<br>
<br>
--<br>
James Finstrom<br>
Guy who does stuff that is sometimes cool<br>
<br>
gpg: <a href="https://github.com/jfinstrom.gpg" rel="noreferrer noreferrer" target="_blank">https://github.com/jfinstrom.gpg</a><br>
<br>
This email was sent from a personal email account. The content of
this<br>
email is not endorsed by my employer or any project I may be a
part<br>
of. The contents of this email should be considered my opinion and
not<br>
taken as any form of official response. Please keep your hands
and<br>
feet in the ride while in motion. Please be sure to tip the
wait<br>
staff.<br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com/" rel="noreferrer noreferrer" target="_blank">http://www.api-digital.com</a> --<br>
<br>
Astricon is coming up October 9-11!  Signup is available at:
<a href="https://www.asterisk.org/community/astricon-user-conference" rel="noreferrer noreferrer" target="_blank">https://www.asterisk.org/community/astricon-user-conference</a><br>
<br>
asterisk-dev mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev" rel="noreferrer noreferrer" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-dev</a></font></span></blockquote>
</div>
<br>
<br clear="all">
<div><br></div>
--<br>
<div class="m_1654640061721967949gmail_signature">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<div>
<div style="font-size:small"><span style="font-family:"courier new",monospace">{</span><br></div>
<div style="font-size:small">
<div><font face="courier new, monospace"> 
"fullName" : "Gaston Draque",</font></div>
<div><font face="courier new, monospace"> 
"email"    : "<a href="mailto:gaston.draque@gmail.com" style="color:rgb(17,85,204)" target="_blank" rel="noreferrer">gaston.draque@gmail.com</a>",<br></font></div>
<div><font face="courier new, monospace"> 
"twitter"  : "@gdraque",</font></div>
<div><font face="courier new, monospace"><span style="font-size:12.8px">  "job"
 </span><span style="font-size:12.8px"> </span><span style="font-size:12.8px"> </span><span style="font-size:12.8px"> </span><span style="font-size:12.8px"> </span><span style="font-size:12.8px">: "VoIP
Space Monkey</span><span style="font-size:12.8px">",</span></font></div>
<div><font face="courier new, monospace"> 
"motto"    : "Clouds are made of pizza &
coffee"</font></div>
<div><font face="courier new, monospace">}</font></div>
</div>
</div>
<div>
<div><font face="courier new, monospace"><br></font></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
--<br>
_____________________________________________________________________<br>

-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com/" target="_blank" rel="noreferrer">http://www.api-digital.com</a> --<br>
<br>
Astricon is coming up October 9-11!  Signup is available at:
<a href="https://www.asterisk.org/community/astricon-user-conference" target="_blank" rel="noreferrer">https://www.asterisk.org/community/astricon-user-conference</a><br>

<br>
asterisk-dev mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
  <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev" target="_blank" rel="noreferrer">http://lists.digium.com/mailman/listinfo/asterisk-dev</a></div>
</blockquote>
</div>
<br></div>


-- <br>_____________________________________________________________________<br>-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank" rel="noreferrer">http://www.api-digital.com</a> --<br><br>Astricon is coming up October 9-11!  Signup is available at: <a href="https://www.asterisk.org/community/astricon-user-conference" target="_blank" rel="noreferrer">https://www.asterisk.org/community/astricon-user-conference</a><br><br>asterisk-dev mailing list<br>To UNSUBSCRIBE or update options visit:<br>   <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev" target="_blank" rel="noreferrer">http://lists.digium.com/mailman/listinfo/asterisk-dev</a></div></div></span></blockquote></div>-- <br>_____________________________________________________________________<br>-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank" rel="noreferrer">http://www.api-digital.com</a> --<br><br>Astricon is coming up October 9-11!  Signup is available at: <a href="https://www.asterisk.org/community/astricon-user-conference" target="_blank" rel="noreferrer">https://www.asterisk.org/community/astricon-user-conference</a><br><br>asterisk-dev mailing list<br>To UNSUBSCRIBE or update options visit:<br>   <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev" target="_blank" rel="noreferrer">http://lists.digium.com/mailman/listinfo/asterisk-dev</a></div></blockquote></div><br></div></div>-- <br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" rel="noreferrer noreferrer" target="_blank">http://www.api-digital.com</a> --<br>
<br>
Astricon is coming up October 9-11!  Signup is available at: <a href="https://www.asterisk.org/community/astricon-user-conference" rel="noreferrer noreferrer" target="_blank">https://www.asterisk.org/community/astricon-user-conference</a><br>
<br>
asterisk-dev mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev" rel="noreferrer noreferrer" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-dev</a></blockquote></div>