<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I don't recall any commit adding such feature, but should be easy to
    add a new parameter to m_store() to control this behaviour -- it
    requires writing some c code, though.<br>
    <br>
    Cheers,<br>
    Daniel<br>
    <br>
    <div class="moz-cite-prefix">On 06/09/14 02:39, Anthony Messina
      wrote:<br>
    </div>
    <blockquote cite="mid:1881466.kgOBrqL788@linux-ws1.messinet.com"
      type="cite">
      <pre wrap="">Using Kamailio 4.2-dev and MSILO, is it possible to "toggle" the auto-
notification reply MESSAGE using something similar to the following where 
"$var(msilo_reply)" is emtpy at startup (or are there suggestions for a better 
method):

modparam("msilo", "from_address", "$var(msilo_reply)")
...

if(CONDITION WHERE I WANT THE AUTO-REPLY RETURNS POSITIVE) {
        $var(msilo_reply)=<a class="moz-txt-link-rfc2396E" href="mailto:$rU@example.net">"$rU@example.net"</a>;
}
m_store($rU)
...


My use case is that I would like the auto-notification reply to occur in some 
instances, but not others.  I also do not want to create a loop where the 
auto-notification replies are also stored.  I was originally using a simple 
test: if(src_ip!=myself), but I have begun to use the IMC module as well as 
the EXEC module and these MESSAGEs appear to originate from "myself."

Looking at the MSILO documentation I see there is "extra_hdrs(string)," but 
this appears to be designed to add headers to dumped MESSAGEs. I was hoping 
there would be a way to add a custom header to the auto-notification, on which 
I could filter/drop generated replies earlier in the route, but it doesn't 
appear that this exists.

My preference for the best-case scenario would be to control the generation of 
the auto-notification reply in the first place rather than having to add a 
control to detect the reply and drop it.

Thanks in advance for any recommendations.

</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:sr-users@lists.sip-router.org">sr-users@lists.sip-router.org</a>
<a class="moz-txt-link-freetext" href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla
<a class="moz-txt-link-freetext" href="http://twitter.com/#!/miconda">http://twitter.com/#!/miconda</a> - <a class="moz-txt-link-freetext" href="http://www.linkedin.com/in/miconda">http://www.linkedin.com/in/miconda</a>
Next Kamailio Advanced Trainings 2014 - <a class="moz-txt-link-freetext" href="http://www.asipto.com">http://www.asipto.com</a>
Sep 22-25, Berlin, Germany</pre>
  </body>
</html>