I want to change from header by using *uac_replace_from*, but when I call it
from request route it's still the same. 

route[handle_presence]
{
 if (is_method("PUBLISH")) {
      handle_publish();
    } else

    if (is_method("SUBSCRIBE")) {
    xlog ("fu: $fu");
    uac_replace_from("","sip:[email protected]");
    xlog ("fu: $fu");
     handle_subscribe();
    }

    exit;
}





--
View this message in context: 
http://opensips-open-sip-server.1449251.n2.nabble.com/Can-t-change-From-header-tp7607691.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to