Forum
Merhabalar,
Avaya’nın AES ürünü ile
Lync Remote Call Control entegrasyon yapıyorum. Routing için Lync Management
Shell üzerinden aşağıdaki komutları giriyorum. TLS route ile AES e
bağlanması gerekiyor ancak hiçbir hareket yok. Elimde daha
önce yaptığım bir demo var. Onunla tüm adımları kontrol ediyorum. Bire bir aynı
olmasına rağmen hata var. Aşağıda Lync Logging Tool ile aldığım loglar da var.
Kırmızı ve mavi olarak işaretlediğim şekilde sıra ile bağlanmaya çalışıyor
ancak INVITE sonrasında Non-trusted
source sent an FQDN/IP that doesn't match a routing table rule hatası alıyor ve bağlanamıyor. Wireshark ile de
izliyorum ancak hiçbir şekilde bağlantı isteği görmüyorum. Çalışan sistemde Log
lara baktığımda ise INVITE sonrasında "TLS negotiation started"
eventi alıyorum ve ardından wiresharkdan da Avaya'ya bağlanma isteğini görüyorum.
Bu konuda ne yapabilirim?
aeserver1= Avaya AES sunucunun hostname i
Route Komutları
$TLSRoute = New-CsStaticRoute -TLSRoute -Destination aeserver1.xxx.com
-Port 4723 -UseDefaultCertificate $true -MatchUri aeserver1.xxx.com
Set-CsStaticRoutingConfiguration -Route
@{Add=$TLSRoute}
New-CsTrustedApplicationPool
-Identity aeserver1.xxx.com -Registrar lyncsrv.xxx.com
-Site 1 -TreatAsAuthenticated $true -ThrottleAsServer $true
-RequiresReplication $false
New-CsTrustedApplication -ApplicationID aeserver1
-TrustedApplicationPoolFqdn aeserver1.xxx.com
-Port 4723
enable-cstopology
SIPStack Loglar
TL_INFO(TF_PROTOCOL)
[2]09E4.1648::01/16/2013-15:19:29.386.0004b251
(SIPStack,SIPAdminLog::TraceProtocolRecord:SIPAdminLog.cpp(125))$$begin_record
Trace-Correlation-Id: 3307550092
Instance-Id: 0000063B
Direction: incoming
Peer: 192.168.10.51:52950
Message-Type: request
Start-Line: INVITE sip:[email protected] SIP/2.0
From: <sip:[email protected]>;tag=d7a84be5e4;epid=1ea8c7ec90
To: <sip:aeserver1@aeserver1.xxx.com>
CSeq: 1 INVITE
Call-ID: 7151bdbe8f544beb927ca6973e80ee71
Via: SIP/2.0/TLS 192.168.10.51:52950
Max-Forwards: 70
Contact: <sip:[email protected];opaque=user:epid:olUv7XEL21KBXoI7YDaV8AAA;gruu>
User-Agent: UCCAPI/4.0.7577.4356 OC/4.0.7577.4356
(Microsoft Lync 2010)
Supported: ms-dialog-route-set-update
Content-Disposition: signal;handling=required
Supported: timer
Supported: histinfo
Supported: ms-safe-transfer
Supported: ms-sender
Supported: ms-early-media
ms-keep-alive: UAC;hop-hop=yes
Allow: INVITE, BYE, ACK, CANCEL, INFO, UPDATE,
REFER, NOTIFY, BENOTIFY, OPTIONS
ms-subnet: 192.168.10.0
Proxy-Authorization: TLS-DSK qop="auth",
realm="SIP Communications Service", opaque="EB56811C",
targetname="lyncsrv.xxx.com",
crand="e2612253", cnum="14",
response="ea50cc14aee0ef2fbdd2ba8d716c48127da02363"
Content-Type: application/csta+xml
Content-Length: 305
Message-Body: <?xml version="1.0"?>
<RequestSystemStatus xmlns=" http://www.ecma-international.org/standards/ecma-323/csta/ed3 "><extensions><privateData><private><lcs:line
xmlns:lcs=" http://schemas.microsoft.com/Lcs/2005/04/RCCExtension ">tel:+2057</lcs:line></private></privateData></extensions></RequestSystemStatus>
$$end_record
--//--//--//--//--//--//--//--//--//--//--//--//--//--//--//--//--//--//--//--//--//--//--//--//--//--//--//--//--//--//--//--//--//--//--//--//
TL_WARN(TF_DIAG)
[2]09E4.1284::01/16/2013-15:19:29.392.0004d0e4
(SIPStack,SIPAdminLog::TraceDiagRecord:SIPAdminLog.cpp(145))$$begin_record
LogType:
diagnostic
Severity:
warning
Text: Non-trusted source sent an FQDN/IP that doesn't match a routing table
rule
Result-Code:
0xc3e93c5e SIPPROXY_E_ROUTING
SIP-Start-Line:
ACK sip:aeserver1@aeserver1.xxx.com SIP/2.0
SIP-Call-ID:
7151bdbe8f544beb927ca6973e80ee71
SIP-CSeq: 1
ACK
Data:
user="aeserver1@aeserver1.xxx.com"
$$end_record
Merhaha,
http://mikestacy.typepad.com/mike-stacys-blog/2010/09/index.html makalesinin size yardımcı olabileceğini düşünüyorum.
Get-CsMediaConfiguration çıktısında EncryptionLevel : RequireEncryption olarak mı gelmektedir? Aşağıdaki komutu uygulayarak EncryptionLevel : SupportEncryption olarak değiştirmeyi deneyebilir misiniz?
set-CsMediaConfiguration -EncryptionLevel supportencryption
Ek olarak aşağıdaki forumları inceleyebilir misiniz?
http://microsoft.public.livecomm.developer.narkive.com/oo7LZ7Ro/lcs-rcc-routing
Kolay gelsin
Mike Stacy'nin makalesini daha önce inceledim ve uyguladım. Technet de de çok inceleme yaptım. Maalesef işe yaramıyor.
Bu konuyla ilgili net bir çözüm bulunmuyor görünmekte. International Avaya Users Group forumlarına da bakabilirsiniz
http://www.iaug.org/avayausers
Kolay gelsin