[asterisk-bugs] [JIRA] (ASTERISK-23308) [patch] Unable to specify non-standard destination port if requested callback peer registration
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Wed Feb 19 15:12:04 CST 2014
[ https://issues.asterisk.org/jira/browse/ASTERISK-23308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rusty Newton updated ASTERISK-23308:
------------------------------------
Status: Open (was: Triage)
> [patch] Unable to specify non-standard destination 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