[asterisk-bugs] [JIRA] (ASTERISK-26735) res_pjsip_endpoint_identifier_ip: "srv_lookups" after match in .conf has no effect
Michael Maier (JIRA)
noreply at issues.asterisk.org
Mon Jan 23 11:56:10 CST 2017
[ https://issues.asterisk.org/jira/browse/ASTERISK-26735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=234818#comment-234818 ]
Michael Maier commented on ASTERISK-26735:
------------------------------------------
I tried to add it temporary here:
[telekomPJSIP-225]
type=endpoint
transport=0.0.0.0-udp
context=from-trunk
disallow=all
allow=g722,alaw,ulaw,g726,g729
aors=telekomPJSIP-225
language=de
outbound_auth=telekomPJSIP-225
from_domain=tel.t-online.de
from_user=+49....
t38_udptl=no
t38_udptl_ec=none
fax_detect=no
t38_udptl_nat=no
dtmf_mode=rfc4733
line=yes
endpoint=telekomPJSIP-225
but I got this error message:
config_options.c: Could not find option suitable for category 'telekomPJSIP-225' named 'line' at line 128 of /etc/asterisk/pjsip.endpoint.conf
in other words: the option line isn't known. Is there an extra patch needed?
> res_pjsip_endpoint_identifier_ip: "srv_lookups" after match in .conf has no effect
> ----------------------------------------------------------------------------------
>
> Key: ASTERISK-26735
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-26735
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Resources/res_pjsip_endpoint_identifier_ip
> Affects Versions: 13.13.1, 14.2.1
> Environment: Centos 6 / 64bit
> FreePBX 13.0.190.7
> Reporter: Michael Maier
> Assignee: Joshua Colp
>
> Using DNS SRV functionality with PJSIP leads to a wrong auto generated match entry, if DNS SRV results differ from standard resolution.
> Example:
> # dig tel.t-online.de
> ;; QUESTION SECTION:
> ;tel.t-online.de. IN A
> ;; ANSWER SECTION:
> tel.t-online.de. 584 IN CNAME ims.voip.t-ipnet.de.
> ims.voip.t-ipnet.de. 42403 IN CNAME ims001.voip.t-ipnet.de.
> ims001.voip.t-ipnet.de. 42403 IN CNAME s-epp-001.isp.t-ipnet.de.
> s-epp-001.isp.t-ipnet.de. 165 IN A 217.0.23.4
> Asterisk builds the auto generated match entry on base of tel.t-online.de (217.0.23.4).
> The SRV entries are like this:
> # dig _sip._udp.tel.t-online.de SRV
> ;; QUESTION SECTION:
> ;_sip._udp.tel.t-online.de. IN SRV
> ;; ANSWER SECTION:
> _sip._udp.tel.t-online.de. 3600 IN SRV 1 5 5060
> hh-epp-009.isp.t-ipnet.de.
> _sip._udp.tel.t-online.de. 3600 IN SRV 0 5 5060
> b-epp-009.isp.t-ipnet.de.
> # dig b-epp-009.isp.t-ipnet.de
> ;; QUESTION SECTION:
> ;b-epp-009.isp.t-ipnet.de. IN A
> ;; ANSWER SECTION:
> b-epp-009.isp.t-ipnet.de. 595 IN A 217.0.23.108
> # dig hh-epp-009.isp.t-ipnet.de
> ;; QUESTION SECTION:
> ;hh-epp-009.isp.t-ipnet.de. IN A
> ;; ANSWER SECTION:
> hh-epp-009.isp.t-ipnet.de. 246 IN A 217.0.23.140
> PJSIP now registers e.g. to 217.0.23.108. This means, all incoming calls are sent from this IP - which is refused by asterisk, because asterisk uses the standard resolution of tel.t-online.de, which is 217.0.23.4 (in my case).
> Please do an auto generated match entry on base of the IP address PJSIP registered to.
> Workaround:
> Manual definition of a huge Telekom net as match entry in pjsip.identify.conf (217.0.18.0/23,217.0.20.0/22,217.0.24.0/24) as nobody really knows which IPs Telekom will use.
> If used with stateful iptables rules not that big problem, nevertheless it would be good to have an accurate entry as it took me quite some time to get the reason!
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list