[asterisk-bugs] [JIRA] (ASTERISK-23308) Unable to specify non-standard port if requested callback peer registration

Igor Nikolaev (JIRA) noreply at issues.asterisk.org
Fri Feb 14 02:05:03 CST 2014


     [ https://issues.asterisk.org/jira/browse/ASTERISK-23308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Nikolaev updated ASTERISK-23308:
-------------------------------------

    Attachment: asterisk-chan_sip-fix-registry-port.patch

Fix port number when requested remote registration by callback parameter.
                
> Unable to specify non-standard port if requested callback peer registration
> ---------------------------------------------------------------------------
>
>                 Key: ASTERISK-23308
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-23308
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Channels/chan_sip/Registration
>    Affects Versions: 11.7.0
>            Reporter: Igor Nikolaev
>            Severity: Minor
>         Attachments: asterisk-chan_sip-fix-registry-port.patch
>
>
> When required sip registration at remote system, we can't specify remote port number other than default value (i.e. 5060).
> Example of sip.conf or realtime database record:
> [device]
> callbackextension=1234
> fromuser=1234
> secret=password
> type=peer
> host=remote_system_address
> port=5068
> At this case asterisk try to register with remote_system_address:5060 insted of remote_system_address:5068

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list