[asterisk-bugs] [JIRA] (ASTERISK-24005) CHANNEL(pjsip, local_addr) empty on UDP transport

Rusty Newton (JIRA) noreply at issues.asterisk.org
Tue Jul 8 18:45:58 CDT 2014


Rusty Newton created ASTERISK-24005:
---------------------------------------

             Summary: CHANNEL(pjsip,local_addr) empty on UDP transport
                 Key: ASTERISK-24005
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-24005
             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