[asterisk-bugs] [JIRA] (ASTERISK-25986) Wrong request line with IMS and Proxy

Asterisk Team (JIRA) noreply at issues.asterisk.org
Tue May 3 11:17:57 CDT 2016


    [ https://issues.asterisk.org/jira/browse/ASTERISK-25986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=230473#comment-230473 ] 

Asterisk Team commented on ASTERISK-25986:
------------------------------------------

The severity of this issue has been automatically downgraded from "Blocker" to "Major". The "Blocker" severity is reserved for issues which have been determined to block the next release of Asterisk. This severity can only be set by privileged users. If this issue is deemed to block the next release it will be updated accordingly during the triage process.

> Wrong request line with IMS and Proxy
> -------------------------------------
>
>                 Key: ASTERISK-25986
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-25986
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Channels/chan_sip/General
>    Affects Versions: 13.8.2
>         Environment: RasPbx
>            Reporter: Steve Akerman
>
> Follow on from issue Asterisk-24509
> If setting up a trunk to an IMS where the registrar is behind a P-CSCF and not reachable directly, after initial registration, all INVITE and OPTION messages use the proxy domain and not the registrar domain. These are ignored by the P-CSCF and timeout after defined retransmits.
> FromDomain is set to REGISTRAR and used in FROM header, but proxy is used in Request-Line and To header.
> OutboundProxy cannot be set to REGISTRAR as DNS fails.
> Impact is that Outbound fails, and Inbound works until the registrar drops because of no keep-olives. Trunk is unusable.
> X-Lite, and Telephone can both be configured to work correctly (i.e. use the correct domain in RequestLine and To:Header.
> Registration is not an issue.
> Registrar: ims.mnc010.mcc208.3gppnetwork.org
> Proxy: internet.p-cscf.sfr.net
> {noformat}
> type=peer
> secret=MYPASS
> remotesecret=MYPASS
> port=5064
> outboundproxy=internet.p-cscf.sfr.net:5064,force
> media_address=MYPUBLICIP
> insecure=invite,port
> host=ims.mnc010.mcc208.3gppnetwork.org
> fromuser=+3399XXXXXXXXXX
> fromdomain=ims.mnc010.mcc208.3gppnetwork.org
> defaultuser=+3399XXXXXXXXXX at ims.mnc010.mcc208.3gppnetwork.org
> context=from-trunk
> canreinvite=no
> auth=NDIXXXXXXXXXX.LIBERTALK at sfr.fr:MYPASS at ims.mnc010.mcc208.3gppnetwork.org
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list