[asterisk-bugs] [JIRA] (ASTERISK-23332) [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
Rusty Newton created ASTERISK-23332:
---------------------------------------
Summary: [patch] Unable to specify non-standard destination port if requested callback peer registration
Key: ASTERISK-23332
URL: https://issues.asterisk.org/jira/browse/ASTERISK-23332
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Channels/chan_sip/Registration
Affects Versions: 11.7.0
Reporter: Igor Nikolaev
Severity: Minor
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