Hi Andrei,

You MUST NOT change the auth username as you will break the whole authentication process. The username is part of alg. for computing the auth result. So, if you change the auth uername, the auth result will become invalid.

Regards,

Bogdan-Andrei Iancu

OpenSIPS Founder and Developer
  https://www.opensips-solutions.com
OpenSIPS eBootcamp 23rd May - 3rd June 2022
  https://opensips.org/training/OpenSIPS_eBootcamp_2022/

On 3/28/22 10:55 AM, Andrei G. wrote:
Hi,

How do I modify the field "Authorization: Digest username" in REGISTER packet?

tried with uac_replace_to(,"user@asterisk1") and uac_replace_from(,"user@asterisk1") but it does affect only to and from headers not digest username

thanks
Andrei




On Thu, Mar 24, 2022 at 4:20 AM Artiom Druz <artiom.d...@gmail.com <mailto:artiom.d...@gmail.com>> wrote:

    Hello, Andrei.
    You can do that by taking $tU (user from "To" header) and using
    some transformation function. In your example can be used s.select
    function.
    (https://www.opensips.org/Documentation/Script-Tran-3-2#toc7
    <https://www.opensips.org/Documentation/Script-Tran-3-2#toc7>)

    Best regards,
    Artiom Druz

    ср, 23 мар. 2022 г., 21:11 Andrei G. <andreig...@gmail.com
    <mailto:andreig...@gmail.com>>:

        Hey guys,

        I successfully tested opensips with mid_registrar for one domain

        Is it possible to use opensips in front of 2 asterisk boxes
        and redirect registrations based on a prefix username, not
        domain prefix?

        Something like
        asterisk1-user@mid-registrar.domain - where opensips manage
        registration for user@asterisk1
        asterisk2-user@mid-registrar.domain - where opensips manage
        registration for user@asterisk2

        Regards
        Andrei G.

        _______________________________________________
        Users mailing list
        Users@lists.opensips.org <mailto:Users@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@lists.opensips.org <mailto:Users@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@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to