Hello everyone again,
My trouble :I try to configuring my UC540 to allow call from outside to lync client through UC540
My goal : Set a SDA number on lync client and manage to call from outside to lync client
The following lync features have been installed:
- -
Front-end server
- Edge server
- Mediation role server collocated with front-end
-
Front-end @IP : 192.168.78.30
UC540 @ip
: 192.168.78.220
I set lync user extension number with 3XXX
I manage to set configuration for
call from lync client to outside
call from lync client to cisco phone
call from cisco phone to lync client
Here are my configuration on my UC540 for the trunk between UC540 and lync , with which i made available the features above
dial-peer voice 10 voip
description **Incoming Call from LYNC**
b2bua
session protocol sipv2
session target ipv4:192.168.78.30:5068
incoming called-number .%
voice-class codec 1
voice-class sip dtmf-relay force rtp-nte
dtmf-relay rtp-nte
no vad
!
--
dial-peer voice 8 voip
description ** SIP Trunk to Lync Core **
translation-profile outgoing LYNC_ADD_PLUS
destination-pattern 3...
notify redirect ip2pots
session protocol sipv2
session target ipv4:192.168.78.30:5068
session transport tcp
dtmf-relay rtp-nte
codec g711alaw
no vad
voice translation-profile LYNC_ADD_PLUS
translate called 4
!
voice translation-rule 4
rule 1 /\(3...\)/ /+\1/
--
Below the configuration i try to set to allow call from outside to lync client : where i set the SDA number to test "0170360276"
dial-peer voice 9 voip
description ** Test outside call to lync client**
translation-profile outgoing SDA_CALLING_TEST_TO_LYNC
destination-pattern 0170360276
notify redirect ip2pots
session protocol sipv2
session target ipv4:192.168.78.30:5068
session transport tcp
dtmf-relay rtp-nte
codec g711alaw
no vad
voice translation-profile SDA_CALLING_TEST_TO_LYNC
translate called 7
voice translation-rule 7
rule 1 /\(0170360276\)/ /+\1/
In the lync control panel , i configure the line URI of my user like this TEL:+0170360276 and enable enterprise voice.
When i phone outside to this SDA number, it can reach the UC540 : i can see it via debug voice dial-peer command.

But i get the lync client if i phone from a Cisco phone.
So i need help from cisco's user to see what is missing in my voice dial-peer configuration (dial-peer 9 voip)?
Thanks.