Hello,
look at the uac module – there are uac_replace_from/to function to achieve this.
Cheers,
Henning
-- Henning Westerholt – https://skalatan.de/blog/ Kamailio services – https://gilawa.comhttps://gilawa.com/
From: sr-users sr-users-bounces@lists.kamailio.org On Behalf Of César Matheus Sent: Tuesday, August 17, 2021 10:26 PM To: sr-users@lists.kamailio.org Subject: [SR-Users] How to insert user=phone header INVITE TO FROM
Hi list.
mY provider asks me to insert user = phone in my header. because it requires to receive my INVITE with user = phone in TO and FROM
However, I add the user = phone in my configuration like this: $ ru = "sip:" + $ rU + "@" + $ sel (cfg_get.pstn1.gw_ip) + ":" + $ sel (cfg_get.pstn1.gw_port) + "; user = phone";
but only the INVITE appears, not in the TO or FROM.
INVITE sip: 09872323232@X.Y.X.Kmailto:09872323232@X.Y.X.K: 5060; user = phone SIP / 2.0
From: <sip: XXXXYYYYY@172.20.12.4mailto:XXXXYYYYY@172.20.12.4: 5060>; tag = 15552444533876 To: <sip: 09872323232@172.20.12.2mailto:09872323232@172.20.12.2: 5060>
You can help me solve it.
Thanks.
-- César Matheus