Hello,

I've updated to 5.7 and the behaviour is the same. 

In order to rule out problems in the rest of my code i've used the base 
kamailio.cfg with minimum changes as possible and added this code right before 
PSTN being called : 

```
    $var(New_From_uri) = "sip:[email protected]" ;
    uac_replace_from("","$var(New_From_uri)");
```

I have the following configurations for uac : 

```
loadmodule "uac.so"
modparam("uac","restore_mode","auto")
modparam("uac","restore_from_avp","$avp(vsf)")
modparam("uac","restore_to_avp","$avp(vst)")
modparam("uac","restore_passwd","password123")

modparam("rr", "append_fromtag", 1)
```
If you need more testing from me please let me know and i'll be happy to help


-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3498#issuecomment-1613369404
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/issues/3498/[email protected]>
_______________________________________________
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to [email protected]

Reply via email to