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

VCS Expressway // - Change Source URI for outgoing call

 

Hi Experts,

I have VCS Control & VCS Expressway. All the end points are registered to VCS Control.

VCS Expressway version:x7.2.2

Am trying to modify the source-uri for outgoing internet call.

I tried below two cpl configuration. Created the cpl file (.txt) and uploaded to the VCS Expressway and call policy mode is set to Local cpl.

Option 1:

----------

<cpl xsi:schemaLocation="urn:ietf:params:xml:ns:cpl cpl.xsd">

<taa:routed><address-switch field="origin">

<address is="653@xx.local">

<taa:location clear="yes" regex="(.*)" replace="\1" source-url-for-message="653@xx.com">
</taa:location>

</address>

</address-switch>

</taa:routed>

</cpl>

 

////////

 

Option 2:

<?xml version="1.0" encoding="UTF-8" ?>
<cpl xmlns="urn:ietf:params:xml:ns:cpl"
xmlns:taa="http://www.tandberg.net/cpl-extensions"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:ietf:params:xml:ns:cpl cpl.xsd">
<taa:routed>
<address-switch field="origin">
<address is="653@xx.local">
<taa:location clear="yes"
url="653@xx.com"
source-url-for-message="653@xx.com">
</taa:location>
</address>
</address-switch>
</taa:routed>
</cpl>

 

But this did not help me. The exact requirement is  653@xx.local need to change to 653@xx.com while calling. Called party should get CLI as 653@xx.com to call back.

Any help on this is highly appreciated.

 

 

 

 

 

 

 

 

 

3 Replies 3

Lawrence James
Level 1
Level 1

Is this even possible - to change the source address using cpl, transforms or search rules? If this is even possible I would be interested in learning this as well.

 

FindMe may be able to allow this, but will require some other changes. Do you have the FindMe option?

Hi

http://www.cisco.com/c/dam/en/us/td/docs/telepresence/infrastructure/vcs/admin_guide/Cisco_VCS_Administrator_Guide_X7-2.pdf). On page 353/4 there is an example that shows you how to do this (I think - however, we have had no cause to do this personally).

Cheers,

Chris

 

pcusty.mcpc
Level 1
Level 1

Hello

and I was interested in your case.   Did you ever find a resolution or a CPL script to work? It is unbelieveable that Cisco do not support such an important feature.