cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

CPL VCS Control 8.1 issue with location Sourc URI modifications

frankwoelfel
Level 1
Level 1

Hello

I am trying to manipulate the source Address coming from a VCS Expressway to a VCS Control. Cisco TAC Support is not doing official Support for that.

I am using VCS X8.1 Software and CPL.

In the VCS administration manual the process for doing this is under the CPL "location" section.

The document says, that the source of H.323 IDs, URLs and E.164 numbers will be included in that change.

I am using source-url-for-message="String" to do this. But for some reason a Sip or H.323 is staying untouched and does still provide original numbers and aliases.

I also tried the source-url-for-message-regex="String" with Source-url-for-message-replace="String" with the same result.

Here is the complete CPL for that:

<?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="destination">
   <address regex=".*">    
    <taa:location clear="yes" source-url-for-message="55555@go.o"/>
   </address>
 </address-switch>
  </taa:routed>
</cpl>
 

Does someone have experiences with this?

Tx

 

 

Who Me Too'd this topic