本檔案介紹Cisco CallManager Express(CME)版本10.0中引入的新功能,其中包括對Windows版Cisco Jabber的支援。Jabber應用僅在「僅電話模式」下工作,在該模式下Jabber應用與常規會話發起協定(SIP)電話類似。線上狀態和即時消息(IM)不能用於此Jabber模式。
本文件沒有特定需求。
本文中的資訊係根據以下軟體和硬體版本:
本文中的資訊是根據特定實驗室環境內的裝置所建立。文中使用到的所有裝置皆從已清除(預設)的組態來啟動。如果您的網路正在作用,請確保您已瞭解任何指令可能造成的影響。
Cisco Jabber需要HTTPS才能工作。因此,您首先需要在CME上設定HTTPS伺服器,以便使用者可以登入Jabber終端。
CME(config)#ip http secure-server
CME(config)#ip http secure-port 8443
此部分配置Jabber終端將註冊為的池。
CME(config)#voice register dn 1
CME(config-register-dn)#number 9999
CME(config)#voice register pool 1
CME(config-register-pool)#id device-id-name J4W
CME(config-register-pool)#type Jabber-Win
CME(config-register-pool)#number 1 dn 1
CME(config-register-pool)#dtmf-relay rtp-nte
CME(config-register-pool)#username 9999 password 9999
CME(config-register-pool)#codec g711ulaw
CME(config-register-pool)#no vad
需要刪除並重新建立所有SIP電話的配置檔案,因為這不是自動過程。
CME(config)#voice register global
CME(config-register-global)#no create profile
CME(config-register-global)#create profile
完成以下說明以安裝Jabber:
等待安裝完成。
系統會彈出與CME的自簽名證書相關的警報。按一下Accept以接受憑證並允許Jabber驗證和登入。
Windows版Jabber現在已準備就緒,可以進行呼叫和接收呼叫。
嘗試登入Jabber時,系統會顯示有關憑證錯誤的訊息:
輸入debug ip http all命令可取得以下輸出:
019193: *Jul 1 08:59:02.561: %HTTPS: http ssl get context fail (-41104)
019194: *Jul 1 08:59:02.561: HTTP: ssl get context failed (-40407)
解決方案
如上圖所示,HTTPS憑證有問題。
為了解決此問題,請登入到CLI並刪除HTTPS配置命令。同時刪除CME為HTTPS生成的自簽名證書。
CMEconfig)#no ip http secure-server
CME(config)#no ip http secure-port 8443
CME(config)#no crypto pki certificate chain TP-self-signed-3120869618
This will remove all certificates for trustpoint TP-self-signed-3120869618
Are you sure you want to do this? [yes/no]: yes
然後,重新配置HTTPS配置並確認已建立新的自簽名證書。
CME(config)#ip http secure-server
CME(config)#ip http secure-port 8443
!
crypto pki trustpoint TP-self-signed-3120869618
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-3120869618
revocation-check none
rsakeypair TP-self-signed-3120869618
!
之後,Jabber將能夠在CME註冊。
新增了新的電話型別「Jabber-CSF-Client」,以在語音註冊池下配置Cisco Jabber客戶端。這可用於配置任何基於客戶端服務框架(CSF)的Cisco Jabber客戶端。在CME 10.0版中,型別「Jabber-Win」用於配置Cisco Jabber客戶端。在CME版本10.5中,此型別已棄用,並且新的「Jabber-CSF-Client」也應用於Cisco Jabber客戶端的配置。
有關詳細資訊,請參閱Cisco Jabber支援。
目前沒有適用於此組態的驗證程序。
目前尚無適用於此組態的具體疑難排解資訊。
修訂 | 發佈日期 | 意見 |
---|---|---|
1.0 |
14-Jan-2015 |
初始版本 |