Hello!
IPO500v2 9.1.10.0 build 192
I'm in the US and have a SIP trunk group with Primus. We're on a dynamic IP and they require us to register each DID to accept incoming calls. I had 9 DID's and recently added 30 more. Because each needs to register, I have a Credential completed for each DID. The SIP URI then uses the corresponding Credential to register that DID. An Incoming Call Route then controls where to route calls from that DID.
The problem is, I can define a max of 30 Credentials per line. I need 39. So to get around this, I duplicated the existing SIP line and setup the new block of 30 DID's there. All DID's register correctly but incoming calls to this second SIP Line are returned with 404 Not Found, like this:
If I move one of the new numbers to the original SIP Line (17) It works.
If I move one of the old numbers to the NEW SIP Line (18) it does NOT work.
The original (working) SIP Line is 17. The New SIP line is 18. On a hunch, I changed the new SIP line number from 18 to 16 (so that it's before the old SIP Line) and voila! those numbers WORK. But the OLD SIP line (17) STOPS working.
First, it doesn't make sense that I need to duplicate credentials for every SIP URI, but I can't get IPO to register each number any other way. If the numbers aren't registered, I can't dial in. I've tried wildcard SIP URI's, using the same credentials among multiple SIP URI's, all to no avail.
Second, why can't calls on a subsequent SIP Line (18) find the Incoming Call Route?
As always, thanks for your help!
IPO500v2 9.1.10.0 build 192
I'm in the US and have a SIP trunk group with Primus. We're on a dynamic IP and they require us to register each DID to accept incoming calls. I had 9 DID's and recently added 30 more. Because each needs to register, I have a Credential completed for each DID. The SIP URI then uses the corresponding Credential to register that DID. An Incoming Call Route then controls where to route calls from that DID.
The problem is, I can define a max of 30 Credentials per line. I need 39. So to get around this, I duplicated the existing SIP line and setup the new block of 30 DID's there. All DID's register correctly but incoming calls to this second SIP Line are returned with 404 Not Found, like this:
Code:
1113749mS SIP Tx: UDP 192.***.*.55:5060 -> 216.181.**.14:5060
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 216.181.**.14:5060;branch=z9hG4bK1nr7m100bomh2mk1p6k0.1
From: <sip:******5210@216.181.**.17;user=phone;Broadsoft=LINGO-81kbujqs025qc>;tag=SD9mu1101-1046964130-1492025583220-
Call-ID: SD9mu1101-33b4e5619db7760061cfe206028c82fc-oedv170
CSeq: 835965755 INVITE
Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,INFO,NOTIFY
Supported: timer
Server: IP Office 9.1.10.0 build 192
To: "*******" <sip:1******9660@primusxtension.com>;tag=f032a114841d2d4d
Content-Length: 0
1113750mS Sip: c0a8030c000006bf 17.1727.1 -1 SIPTrunk Endpoint(f17dc128) Present Call, no match (1******9660) from URI in To header or (1******9660) from request URI
1113750mS Sip: SIPTrunkEndpointDialogOwner::SetRemoteAddressForResponse from 216.181.**.14:5060 to 216.181.**.14:5060
1113751mS SIP Tx: UDP 192.168.*.55:5060 -> 216.181.**.14:5060
SIP/2.0 404 Not Found
Via: SIP/2.0/UDP 216.***.**.14:5060;branch=z9hG4bK1nr7m100bomh2mk1p6k0.1
From: <sip:******5210@216.181.31.17;user=phone;Broadsoft=LINGO-81kbujqs025qc>;tag=SD9mu1101-1046964130-1492025583220-
Call-ID: SD9mu1101-33b4e5619db7760061cfe206028c82fc-oedv170
CSeq: 835965755 INVITE
Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,INFO,NOTIFY
Supported: timer
Server: IP Office 9.1.10.0 build 192
Reason: Q.850;cause=1;text="Unallocated (unassigned) number"
To: "********" <sip:1*******9660@primusxtension.com>;tag=f032a114841d2d4d
Content-Length: 0
If I move one of the new numbers to the original SIP Line (17) It works.
If I move one of the old numbers to the NEW SIP Line (18) it does NOT work.
The original (working) SIP Line is 17. The New SIP line is 18. On a hunch, I changed the new SIP line number from 18 to 16 (so that it's before the old SIP Line) and voila! those numbers WORK. But the OLD SIP line (17) STOPS working.
First, it doesn't make sense that I need to duplicate credentials for every SIP URI, but I can't get IPO to register each number any other way. If the numbers aren't registered, I can't dial in. I've tried wildcard SIP URI's, using the same credentials among multiple SIP URI's, all to no avail.
Second, why can't calls on a subsequent SIP Line (18) find the Incoming Call Route?
As always, thanks for your help!