[OpenSIPS-Users] convert from tel: to sip: on To header

Ben Newlin Ben.Newlin at genesys.com
Thu Dec 13 08:40:38 EST 2018


Alain,

Yes, I see now that is the case. My apologies for missing that.

Ben Newlin

From: Users <users-bounces at lists.opensips.org> on behalf of Alain Bieuzent <alain.bieuzent at free.fr>
Reply-To: OpenSIPS users mailling list <users at lists.opensips.org>
Date: Thursday, December 13, 2018 at 8:10 AM
To: OpenSIPS users mailling list <users at lists.opensips.org>
Subject: Re: [OpenSIPS-Users] convert from tel: to sip: on To header

Thanks Ben,

i see this function of uri module, but as I understand it convert only « tel » format on RURI and not on To (or From) header.

Regards

De : Users <users-bounces at lists.opensips.org> au nom de Ben Newlin <Ben.Newlin at genesys.com>
Répondre à : OpenSIPS users mailling list <users at lists.opensips.org>
Date : jeudi 13 décembre 2018 à 14:04
À : OpenSIPS users mailling list <users at lists.opensips.org>
Objet : Re: [OpenSIPS-Users] convert from tel: to sip: on To header

Alain,

The URI module also contains a tel2sip conversion function you may wish to use. It properly handles converting parameters from tel: to sip: format, which I don’t believe your solution does.

https://opensips.org/html/docs/modules/2.4.x/uri.html#func_tel2sip<https://opensips.org/html/docs/modules/2.4.x/uri.html#func_tel2sip>

Ben Newlin

From: Users <users-bounces at lists.opensips.org> on behalf of Alain Bieuzent <alain.bieuzent at free.fr>
Reply-To: OpenSIPS users mailling list <users at lists.opensips.org>
Date: Thursday, December 13, 2018 at 5:57 AM
To: OpenSIPS users mailling list <users at lists.opensips.org>
Subject: Re: [OpenSIPS-Users] convert from tel: to sip: on To header

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<http://lists.opensips.org/cgi-bin/mailman/listinfo/users>
_______________________________________________ Users mailing list Users at lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users<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/baf79e10/attachment-0001.html>


More information about the Users mailing list