[asterisk-bugs] [JIRA] (ASTERISK-24509) Wrong request Line with my ISP Sip Trunk

Filipe (JIRA) noreply at issues.asterisk.org
Sat Nov 8 14:52:29 CST 2014


Filipe created ASTERISK-24509:
---------------------------------

             Summary: Wrong request Line with my ISP Sip Trunk
                 Key: ASTERISK-24509
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-24509
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
    Affects Versions: 11.13.0
            Reporter: Filipe


I'm trying to configure my ISP sip trunk as follows:

insecure=invite,port
fromdomain=ims.domain.xxx
host=ims.domain.xxx
outboundproxy=proxy.ims.domain.xxx
username=MYUSER
type=peer
t38pt_udptl=yes
secret=107809833
registername=MYREGISTERNAME
port=5060
fromuser=MYNUMBER
from=MYNUMBER
dtmfmode=rfc2833
disallow=all
allow=ulaw&alaw
context=from-trunk
canreinvite=no
call-limit=2
authname=MYNUMBER
nat=yes

Register String:
+XXXXXXXXXX at ims.domain.xxx:MYPASSWORD at proxy.ims.domain.xxx/+XXXXXXXXXX

So I'm registered ok on my ISP sip trunk. Problem: I can't make outbound calls.

If I change host= to ims.domain.xxx I can make outbound calls but I can't receive inbound calls. If I change host= to proxy.ims.domain.xxx I can receive inbound calls but I can't make outbound calls.

I did some research with wireshark and found that with my current config I get

Request-Line: INVITE sip:XXXXX at proxy.ims.domain.xxx:5060 SIP/2.0

BUT I should get:

Request-Line: INVITE sip:XXXXX at ims.domain.xxx:5060 SIP/2.0


I tried to configure my SIP trunk directly on my X-lite softphone and I can make outbound calls and receive inbound calls and it originates correct request-line:

Request-Line: INVITE sip:XXXXX at ims.domain.xxx:5060 SIP/2.0




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



More information about the asterisk-bugs mailing list