[asterisk-bugs] [JIRA] (ASTERISK-23982) CHANNEL(pjsip, local_addr) empty on UDP transport
Sergio (JIRA)
noreply at issues.asterisk.org
Wed Jul 2 09:03:56 CDT 2014
Sergio created ASTERISK-23982:
---------------------------------
Summary: CHANNEL(pjsip,local_addr) empty on UDP transport
Key: ASTERISK-23982
URL: https://issues.asterisk.org/jira/browse/ASTERISK-23982
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Channels/chan_pjsip
Affects Versions: 12.3.2
Environment: CentOS 6.5 x64 pjproject-2.2.1
Reporter: Sergio
Severity: Minor
If you try to retrieve CHANNEL(pjsip,local_addr) on a transport with protocol udp which is bound to 0.0.0.0, value will be empty.
If an IP is specifically set it will be populated.
[transport-udp]
type=transport
protocol=udp
bind=0.0.0.0:5061 ;local_addr empty
bind=192.168.2.126:5061 ;local_addr populated correctly
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list