Hi All,
I have a server sip where are declared internal extensions (softphones that are registered on the previous sip server) and external extensions (independent Alcatel phones). I have a simple strategy that distributes the incoming call to a group of agents. When the place used by an agent is associated with the previous internal extension, the call is dispatched without problems. On the other hand, if this place is associated with the external extension, the URS send me the following error:
10:25:30.178_T_E_ [14:0c] EventError is received for ts SIPServer[SIPSwitch] - Invalid Destination DN
10:25:30.178_A_E_006d0297278610ab [14:32] <-----------ERROR
10:25:30.178 Std 21003 interaction 006d0297278610ab routing error 0415 Invalid Destination DN
Indeed, the logs of the SIP Server show :
10:25:29.950: Number: 0974250007 : checking for a softswitch configuration
10:25:29.950: Number:0974250007 did not find any softswitch with matching prefix to send this call to
10:25:29.950: Unable to resolve number for DN:0974250007
10:25:29.951: SIPDM: failed to get registration info for 0974250007
10:25:29.951: SIPDM: failed to get registration info for 0974250007
10:25:29.951: ERROR: 10000006, GetDeviceManager().ResolveCalledDevice(call, newDestination, result), SipCallManager.cpp,2433
10:25:29.951: ERROR: 10000006, ResolveNewDestinationDevice(call, party, destination, device), SipCallManagerCallControl.cpp,4443
10:25:29.951 Response (415): for CRequest@45fc230 RequestRouteCall-URS[26]/184
10:25:29.951 -- thisCall by party
10:25:29.951 Trc 36002 Request rejected: error code 415(Invalid Destination DN)
@10:25:29.9512 [0] 8.1.101.68 send_to_client: message EventError
(Invalid Destination DN)
AttributeEventSequenceNumber 000000000000089d
AttributeTimeinuSecs 951215
AttributeTimeinSecs 1486027529 (10:25:29)
AttributeExtensions [163] 00 08 00 00..
'CUSTOMER_ID' 'Resources'
'AGENT' '01'
'PLACE' 'Place1'
'DN' '0974250007'
'ACCESS' '0974250007'
'SWITCH' 'SIPSwitch'
'NVQ' 1
'TARGET' 'Place1@RoutingStatServer.GA'
AttributeErrorCode 415
AttributeErrorMessage 'Invalid Destination DN'
AttributeReferenceID 184
AttributeReason [14] 00 01 01 00..
'RTR' 112
AttributeRouteType 0 (RouteTypeUnknown)
AttributeOtherDN '0974250007'
AttributeConnID 006d0297278610ab
AttributeThisDN '8050'
AttributeClientID 5
10:25:29.951 Int 04545 Interaction message "EventError" sent to 26 ("URS")
Is there any option I can use that inform the SIP Server that a given extension is not internal ?
Thanks in advance for your help.
Best regards.