Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
vendors:cisco:uc:cvp:cvp-ip-address [2018/05/17 19:56] – ↷ Page moved from code:java:vendors:cisco:uc:cvp:cvp-ip-address to vendors:cisco:uc:cvp:cvp-ip-address gerardorourkevendors:cisco:uc:cvp:cvp-ip-address [2018/05/17 20:00] (current) – ↷ Links adapted because of a move operation gerardorourke
Line 6: Line 6:
  
 Step 1 - Config CVP CallServer to pass in the SIP header "To"\\ Step 1 - Config CVP CallServer to pass in the SIP header "To"\\
-{{:cisco:uc:cvp:1-sip-headertoconfig.jpg|}}+{{vendors:cisco:uc:cvp:1-sip-headertoconfig.jpg|}}
  
 If you set Call.SIPHeader to a PV Variable, as in the below, you can now see the SIp To Header data\\ If you set Call.SIPHeader to a PV Variable, as in the below, you can now see the SIp To Header data\\
 Example for a Call which routes directly to CVP\\ Example for a Call which routes directly to CVP\\
-{{:cisco:uc:cvp:2-SIP-CVP.jpg|}}+{{vendors:cisco:uc:cvp:2-sip-cvp.jpg|}}
 Example for a Call which routes where CUCM is teh routing client and the you have a Send to VRU node to forward the call to CVP\\ Example for a Call which routes where CUCM is teh routing client and the you have a Send to VRU node to forward the call to CVP\\
-{{:cisco:uc:cvp:3-SIP-CUCM.jpg|}}+{{vendors:cisco:uc:cvp:3-sip-cucm.jpg|}}
  
 Step 2 - Clean up this data to ONLY retrieve the IP address using the below ICM code Step 2 - Clean up this data to ONLY retrieve the IP address using the below ICM code
Line 23: Line 23:
 mid(Call.SIPHeader,((find("@",Call.SIPHeader))+1),((find(">", Call.SIPHeader)-find("@",Call.SIPHeader)))-1) mid(Call.SIPHeader,((find("@",Call.SIPHeader))+1),((find(">", Call.SIPHeader)-find("@",Call.SIPHeader)))-1)
 </code> </code>
-{{:cisco:uc:cvp:4-CVP-IP-Address.jpg|}}+{{vendors:cisco:uc:cvp:4-cvp-ip-address.jpg|}}
  
 Step 3 - Test and confirm that only the IP address is now set Step 3 - Test and confirm that only the IP address is now set
-{{:cisco:uc:cvp:5-SIP-Header2.jpg|}}+{{vendors:cisco:uc:cvp:5-sip-header2.jpg|}}
  
  • vendors/cisco/uc/cvp/cvp-ip-address.1526583378.txt.gz
  • Last modified: 2018/05/17 19:56
  • by gerardorourke