Discussion:
LCS RCC Routing
(too old to reply)
George
2006-02-15 17:49:30 UTC
Permalink
I am setting up a RCC with LCS and they can communicate with each other.
So, I receive LCS Requests, such as
RequestSystemStatus
GetCSTAFeatures
MonitorStart
SetForwarding
and able to send response on it.
But now I want to sent a direct request to LCS to inform Communicator client
on smth, e.g. SetMessageWaitingIndicator or whatever.

I try send CSTA request over INFO, but each time receive SIP route error,
could anybody explain what sip address should i use and in what format?

INFO sip:***@host.com SIP/2.0
INFO sip:***@host.com:port SIP/2.0
INFO sip:userip:port SIP/2.0


$$begin_record
LogType: diagnostic
Date: 2006/02/15 16:31:17
Severity: warning
Text: Unable to route the request
Result-Code: 0xc3e91002 SIPPROXY_E_ROUTING
SIP-Start-Line: INFO ****
SIP-Call-ID: d11b4a6e7b544d518ed7e8ea9052f086
SIP-CSeq: 4 INFO
Data: Non-trusted source sent an FQDN/IP that doesn't match a routing table
rule
$$end_record


Thanks
James Bond
2006-02-16 08:07:02 UTC
Permalink
we saw issue with similar symtoms. It was caused by communicator client
default calling device being set to computer.
the sip uri changed for the device was not matching the route since it
changed from
***@test.com;user=phone
to
***@testlcs.test.com;user=phone

Once we added sip:*@testlcs.test.com;user=phone to the routing table
everything started working.

Hope this helps

Loading...