[OpenSIPS-Users] convert from tel: to sip: on To header
Alain Bieuzent
alain.bieuzent at free.fr
Thu Dec 13 05:56:56 EST 2018
Reply to myself, perhaps it can help someone
##### if we receive a call with "tel:" in To header we remove it
$var(str) = 'tel:';
$var(tu) = $tu;
if ($(var(tu){s.index, $var(str)}) >=0)
{
$var(reg) = "/tel://g";
$var(newtu) = $(var(tu){re.subst,$var(reg)});
uac_replace_to("","sip:$var(newtu)@$Ri");
}
De : Users <users-bounces at lists.opensips.org> au nom de Alain Bieuzent <alain.bieuzent at free.fr>
Répondre à : OpenSIPS users mailling list <users at lists.opensips.org>
Date : mercredi 12 décembre 2018 à 17:10
À : OpenSIPS users mailling list <users at lists.opensips.org>
Objet : [OpenSIPS-Users] convert from tel: to sip: on To header
Hi All,
what is the best way to convert « tel: » format to « sip: » on a To header.
For exemple :
INVITE sip:+33999999999 at mydomain.com;user=phone SIP/2.0
Via: SIP/2.0/UDP X.Y.Z.Z:5060;branch=z9hG4bKiqehr50040ilbvfkjfn0.1
To: <tel:+33999999999>
From: "De 0888888888"<sip:+33888888888 at otherdomain.com;user=phone>;tag=SDu2kba01-1653662573-1544626875515-
Call-ID: SDu2kba01-1317d56f03e5fc6d6dc2136c0254bed0-v300g00
CSeq: 293066302 INVITE
Max-Forwards: 67
Content-Length: 255
I want to convert : « To: tel:+33999999999 » to « To: sip:33999999999 at A.B.C.D:5060 »
Thanks for your help
_______________________________________________ Users mailing list Users at lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20181213/92f79bfb/attachment.html>
More information about the Users
mailing list