<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2769" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=674582905-08112005><FONT face=Arial size=2>Does anyone have a 
solution for eliminating multiple INVITE's in the accounting table (acc) as a 
result of the caller putting someone on hold?</FONT></SPAN></DIV>
<DIV><SPAN class=674582905-08112005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=674582905-08112005><FONT face=Arial size=2>Here's my accounting 
section:</FONT></SPAN></DIV>
<DIV><SPAN class=674582905-08112005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=674582905-08112005><FONT face=Arial 
size=2>...<BR>modparam("acc", "log_level", 1)<BR>modparam("acc", "log_flag", 
1)<BR>modparam("acc", "failed_transactions", 1)<BR>modparam("acc", "report_ack", 
0)<BR>...</FONT></SPAN></DIV>
<DIV><SPAN class=674582905-08112005><FONT face=Arial size=2><BR>route[1] {</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;# 
-----------------------------------------------------------------<BR>&nbsp;# 
Default Message Handler<BR>&nbsp;# 
-----------------------------------------------------------------</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;t_on_reply("1");</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;if (method=="INVITE" || method=="ACK" || method=="BYE" || 
method=="CANCEL") {<BR>&nbsp;&nbsp;setflag(1);<BR>&nbsp;};</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;if (!t_relay()) {</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;if (method=="INVITE" || method=="ACK") 
{<BR>&nbsp;&nbsp;&nbsp;end_media_session();<BR>&nbsp;&nbsp;};</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;sl_reply_error();<BR>&nbsp;};<BR>}</FONT></SPAN></DIV></BODY></HTML>