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

Steve Akerman (JIRA) noreply at issues.asterisk.org
Wed May 4 01:30:56 CDT 2016


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

Steve Akerman edited comment on ASTERISK-25986 at 5/4/16 1:30 AM:
------------------------------------------------------------------

Is the issue actually that Asterisk stores the registration as the proxy and not as the registrar. See below registry entry.

{noformat}
Host                                    dnsmgr Username       Refresh State                Reg.Time                 
internet.p-cscf.sfr.net:5064            Y      +3399XXXXXXXXXX      3585 Registered           Wed, 04 May 2016 07:37:02
{noformat}

It then uses this host in all subsequent messages?


was (Author: stevena):
Is the issue actually that Asterisk stores the registration with the proxy and not with the registrar. See below registry entry.

{noformat}
Host                                    dnsmgr Username       Refresh State                Reg.Time                 
internet.p-cscf.sfr.net:5064            Y      +3399XXXXXXXXXX      3585 Registered           Wed, 04 May 2016 07:37:02
{noformat}

It then uses this host in all subsequent messages?

> 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
>         Attachments: Issue Log.txt
>
>
> 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-alives. 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