cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2315
Views
0
Helpful
3
Replies

Cisco CUBE with Lync tel-uri ext=

ghaindl
Level 1
Level 1

Hi,

we have a Lync2010 Server, that sends the following tel-uri in the SIP FROM field to a Cisco CUBE:

FROM: <sip:+43123456789;ext=10101@server;user=phone>;epid=37D3B7C02C;tag=ad7a0684d

I need to modify this tel-uri into a valid sip-uri like this: sip:+4312345678910101

I tried the Conditional SIP Header Manipulation feature but wasn´t sucessfull.

Is there any way, to modify the incoming FROM field from the lync with the ;ext= in it into a useful from-number with the extension?

Thanks, Gerhard            

3 Replies 3

ghaindl
Level 1
Level 1

Hi,

I solved the problem.

The important thing is to configure a copy-list at the incoming dial-peer and define the parameter you want to modify (at the outgoing dial-peer):

voice class sip-copylist 10

sip-header FROM

!

dial-peer voice 10 voip

description Call-Leg from Lync Mediation-Server1

voice-class sip copy-list 10

Then it is possible to modify the FROM field at the outgoing dial-peer:

voice class sip-profiles 101

request INVITE peer-header sip FROM copy "ext=(.....)@" u01

request INVITE sip-header From modify "(43123456789)" "\1\u01"

!

dial-peer voice 101 voip

description Call-Leg to SIP-Provider

voice-class sip profiles 101

Cheers, Gerhard

Hi Gerhard,

I know this post is pretty old but hope you can help me.

Did you manage to get the video working with this solution?

Thanks

Hamed

Hi Hamed,

we had no video.

But you should be able to rewrite any parameter within the SIP header with this method.

Gerhard