Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| vendors:cisco:uc:cvp:sip-headers [2018/05/17 19:56] – ↷ Page moved from code:java:vendors:cisco:uc:cvp:sip-headers to vendors:cisco:uc:cvp:sip-headers gerardorourke | vendors:cisco:uc:cvp:sip-headers [2025/09/18 17:11] (current) – gerardorourke | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| \\ | \\ | ||
| The amount of space available to send header data to Unified ICM is limited and is truncated to 255 bytes.\\ | The amount of space available to send header data to Unified ICM is limited and is truncated to 255 bytes.\\ | ||
| + | The amount of space available for SIP headers is **210** bytes.\\ | ||
| + | |||
| The SIP protocol RFC provides a function to represent common header field names in an abbreviated form.\\ | The SIP protocol RFC provides a function to represent common header field names in an abbreviated form.\\ | ||
| The compact header format as defined in [[https:// | The compact header format as defined in [[https:// | ||
| Line 30: | Line 32: | ||
| Reference: | Reference: | ||
| - | http:// | + | https:// |
| \\ | \\ | ||
| Line 59: | Line 61: | ||
| For a good example how to do this check out the below link\\ | For a good example how to do this check out the below link\\ | ||
| https:// | https:// | ||
| + | |||
| + | ==== Example of how to get a specific header value ==== | ||
| + | Below shows you an ICM formula to get the header value for the SIP header " | ||
| + | This approach works no matter how many sip headers you add (remember there is a lengthy limit) | ||
| + | If header is not the end one and there is more than one sip header CVP is getting - it will alwasy end with a ' | ||
| + | But even if its the last one - and there is no pipe - it will then return the value **after(" | ||
| + | I also recommend you use custom functions in your ICM script to get the SIP header values - in case your formula needs to be changed (but this one shouldn' | ||
| + | |||
| + | < | ||
| + | before(" | ||
| + | </ | ||