Hi! I've searched through several forums but I haven't been able to find 
an solution to my problem.
<br>
<br>I&#39;ve installed an Asterisk server with Voicemail service and I&#39;m trying 
to add one field in the INSERT query launched when a new voice mail 
message is stored. This field is the &quot;callid&quot; and I would like to have 
it in a database for accounting purposes.
<br>I think I&#39;ve found where the new message query appears in 
app_voicemail.c (store_file function) but don&#39;t know how to pass the 
callid variable, which appears in chan_sip.c 
(pbx_builtin_setvar_helper(tmp, &quot;SIPCALLID&quot;, i-&gt;callid);), to the INSERT 
query.
<br>
<br>Sorry for my bad English and thank you very much for you attention.
<br>
<br>Josep Canadell