<br><font size=2 face="sans-serif">I figured out my confusion. has_totag()
is in the development side of the &quot;uri&quot; module.</font>
<br><font size=2 face="sans-serif">I am running the latest stable version
of sip, installed with the rpm package for RedHat 9. It does not have support
for the has_totag() command.</font>
<br>
<br><font size=2 face="sans-serif">Without trying to use the new modules,
is there any way to do what i was asking below? (things are running pretty
smoothly, and i don't really want to have to rewrite a lot of script or
stuff like that :)</font>
<br>
<br><font size=2 face="sans-serif">thanks for your help so far.</font>
<br><font size=2 face="sans-serif">-Jon</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td>
<td><font size=1 face="sans-serif"><b>Klaus Darilion &lt;klaus.mailinglists@pernau.at&gt;</b></font>
<p><font size=1 face="sans-serif">05/27/2004 02:19 PM</font>
<td><font size=1 face="Arial">&nbsp; &nbsp; &nbsp; &nbsp; </font>
<br><font size=1 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; To:
&nbsp; &nbsp; &nbsp; &nbsp;jon@bostontech.com</font>
<br><font size=1 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; cc:
&nbsp; &nbsp; &nbsp; &nbsp;serusers@lists.iptel.org</font>
<br><font size=1 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; Fax
to: &nbsp; &nbsp; &nbsp; &nbsp;</font>
<br><font size=1 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; Subject:
&nbsp; &nbsp; &nbsp; &nbsp;Re: [Serusers] Call Accounting - multiple
INVITE entries</font></table>
<br>
<br>
<br><font size=2><tt>sorry, it's called: has_totag().<br>
Take a look at the README in the &quot;uri&quot; module.<br>
<br>
regards,<br>
klaus<br>
<br>
jon@bostontech.com wrote:<br>
<br>
&gt; <br>
&gt; I'm not completely following you. Is has_to_tag() a regular command,
and <br>
&gt; which module is it in?<br>
&gt; thanks<br>
&gt; <br>
&gt; Jon<br>
&gt; <br>
&gt; <br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;*Klaus
Darilion &lt;klaus.mailinglists@pernau.at&gt;*<br>
&gt; <br>
&gt; 05/27/2004 05:41 AM<br>
&gt; <br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; <br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; To: &nbsp; &nbsp; &nbsp; &nbsp;jon@bostontech.com<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; cc: &nbsp; &nbsp; &nbsp; &nbsp;serusers@lists.iptel.org<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Fax to: &nbsp; &nbsp; &nbsp; &nbsp;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Subject: &nbsp; &nbsp; &nbsp; &nbsp;Re:
[Serusers] Call Accounting - multiple INVITE <br>
&gt; entries<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; You can check if the message has a to-tag has_to_tag() und in that
case:<br>
&gt; don't set the acc flag.<br>
&gt; <br>
&gt; klaus<br>
&gt; <br>
&gt; jon@bostontech.com wrote:<br>
&gt; &nbsp;&gt;<br>
&gt; &nbsp;&gt; I am running ser 0.8.12 (on RedHat 9) and have it set up
to log all<br>
&gt; &nbsp;&gt; invite and bye messages, so that I can use the accounting
feature in<br>
&gt; &nbsp;&gt; SerWeb. It's logging fine.<br>
&gt; &nbsp;&gt; My problem is that if there are multiple invites and only
one bye during<br>
&gt; &nbsp;&gt; a session, I get multiple entries in SerWeb with the same
sip_callid. I<br>
&gt; &nbsp;&gt; noticed that this happens when the hold feature is used
with the XTen<br>
&gt; &nbsp;&gt; soft phone.<br>
&gt; &nbsp;&gt; Is there any way I can avoid logging these subsequent INVITE
messages or<br>
&gt; &nbsp;&gt; stop from displaying them in the call log on SerWeb?<br>
&gt; &nbsp;&gt;<br>
&gt; &nbsp;&gt;<br>
&gt; &nbsp;&gt; My accounting routine:<br>
&gt; &nbsp;&gt;<br>
&gt; &nbsp;&gt; modparam(&quot;acc&quot;, &quot;log_level&quot;,1)<br>
&gt; &nbsp;&gt; modparam(&quot;acc&quot;, &quot;db_flag&quot;, 1)<br>
&gt; &nbsp;&gt; if ((method==&quot;INVITE&quot;) || (method==&quot;BYE&quot;))
{<br>
&gt; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp; setflag (1);<br>
&gt; &nbsp;&gt; };<br>
&gt; &nbsp;&gt;<br>
&gt; &nbsp;&gt;<br>
&gt; &nbsp;&gt; Serweb $q call to MySQL (4.0.18) db:<br>
&gt; &nbsp;&gt;<br>
&gt; &nbsp;&gt; $q=&quot;select t1.to_uri, t1.from_uri, t1.sip_callid,
t1.time, &quot;.<br>
&gt; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &quot;t1.fromtag as invft,
t2.fromtag as byeft, t2.totag as byett, &quot;.<br>
&gt; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &quot;sec_to_time(unix_timestamp(t2.time)-unix_timestamp(t1.time))
&quot;.<br>
&gt; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&quot;as length &quot;.<br>
&gt; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &quot;from &quot;.$config-&gt;table_accounting.&quot;
t1, &quot;.<br>
&gt; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
$config-&gt;table_accounting. &quot; t2 &quot;.<br>
&gt; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &quot;where t1.domain='&quot;.$config-&gt;realm.&quot;'
and &quot;.<br>
&gt; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&quot;t1.sip_callid=t2.sip_callid and &quot;.<br>
&gt; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&quot;t1.sip_method='INVITE' and t2.sip_method='BYE'&quot;.<br>
&gt; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &quot;order by t1.time desc&quot;;<br>
&gt; &nbsp;&gt;<br>
&gt; &nbsp;&gt;<br>
&gt; &nbsp;&gt;<br>
&gt; &nbsp;&gt; Thanks<br>
&gt; &nbsp;&gt; -Jon B<br>
&gt; &nbsp;&gt;<br>
&gt; &nbsp;&gt;<br>
&gt; &nbsp;&gt; ------------------------------------------------------------------------<br>
&gt; &nbsp;&gt;<br>
&gt; &nbsp;&gt; _______________________________________________<br>
&gt; &nbsp;&gt; Serusers mailing list<br>
&gt; &nbsp;&gt; serusers@lists.iptel.org<br>
&gt; &nbsp;&gt; http://lists.iptel.org/mailman/listinfo/serusers<br>
&gt; <br>
</tt></font>
<br>