On Monday, September 08, 2014 03:04:38 PM Daniel-Constantin Mierla wrote:
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.
Cheers, Daniel
On 06/09/14 02:39, Anthony Messina wrote: 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)="$rU@example.net"; } m_store($rU) ...
Thanks, Daniel. In the mean time, is it possible to alter the setting of a modparam at runtime as I suggested above? Or is *this* the ability that must be coded?