[asterisk-bugs] [JIRA] (ASTERISK-29644) pgsjip: Can't register to sip if username has "@" in string

Asterisk Team (JIRA) noreply at issues.asterisk.org
Tue Sep 14 03:18:33 CDT 2021


    [ https://issues.asterisk.org/jira/browse/ASTERISK-29644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=256287#comment-256287 ] 

Asterisk Team commented on ASTERISK-29644:
------------------------------------------

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution. Please note that log messages and other files should not be sent to the Sangoma Asterisk Team unless explicitly asked for. All files should be placed on this issue in a sanitized fashion as needed.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

Please note that once your issue enters an open state it has been accepted. As Asterisk is an open source project there is no guarantee or timeframe on when your issue will be looked into. If you need expedient resolution you will need to find and pay a suitable developer. Asking for an update on your issue will not yield any progress on it and will not result in a response. All updates are posted to the issue when they occur.

Please note that by submitting data, code, or documentation to Sangoma through JIRA, you accept the Terms of Use present at [https://www.asterisk.org/terms-of-use/|https://www.asterisk.org/terms-of-use/].

> pgsjip: Can't register to sip if username has "@" in string
> -----------------------------------------------------------
>
>                 Key: ASTERISK-29644
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-29644
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Resources/res_pjsip_outbound_registration
>    Affects Versions: 16.2.1
>         Environment: Ubuntu 20.04.2 LTS
>            Reporter: George Kissandrakis
>
> https://github.com/pjsip/pjproject/issues/2814
> My SIP provider uses usernames that include @
> The full string (in chan_sip) is
> register => +XXXXXXXXXX at sip.server.com:PASSWORD:+XXXXXXXXXX at sip.server.com@sip.server.com:5060
> register => fromuser㊙️username at host
> fromuser and username are +XXXXXXXXXX at sip.server.com
> This works fine no problems here
> When I try to migrate to res_pjsip it seems that it has a problem dealing with @ in username
> I tried to backslash @ and tried to replace it with %40 (hex value) but again no luck
> Provider told me that I send only the +XXXXXXXXXX part
> I did not find any documetation neither a working example on this
> Steps to reproduce
> create a sip trunk with @ at username
> PJSIP version
> 2.5.0
> Context
> Ubuntu 20.04
> Asterisk 16.2.1 (shipped with Ubuntu)
> pjsip version. Whatever is shipped with asterisk. No way to identify it. Should be 2.5.0
> [mytrunk]
> type=registration
> retry_interval = 20
> max_retries = 0
> expiration = 120
> transport = transport-udp
> outbound_auth=mytrunk
> server_uri=sip:sip.server.com:5060
> client_uri=sip:+NNNNNNNN at sip.server.com@sip.server.com:506
> [mytrunk]
> type=auth
> auth_type=userpass
> username=+NNNNNNNN at sip.server.com
> password=PASSWORD



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list