[Home]

Summary:ASTERISK-23982: CHANNEL(pjsip,local_addr) empty on UDP transport
Reporter:Sergio (53rg10)Labels:
Date Opened:2014-07-02 09:03:00Date Closed:
Priority:MinorRegression?
Status:Open/NewComponents:Channels/chan_pjsip
Versions:12.3.2 13.18.4 Frequency of
Occurrence
Constant
Related
Issues:
Environment:CentOS 6.5 x64 pjproject-2.2.1Attachments:
Description: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
Comments:By: Sergio (53rg10) 2014-07-02 09:05:25.232-0500

http://pastebin.com/mKcEj3gW

By: Joshua C. Colp (jcolp) 2014-07-02 09:09:31.047-0500

I can also confirm this.