Attaching ISUP Body
The syntax of message manipulation for attaching ISUP body to a SIP message is as follows:
| ■ | 'Action Subject': body.isup.xxx |
Where xxx can be one of the following:
| ● | IAM |
| ● | ACM |
| ● | CPG |
| ● | ANM |
| ● | SUS |
| ● | RES |
| ● | REL |
| ● | RLC |
| ● | FAC |
| ■ | 'Action Type': Add |
Below is an example of a message manipulate rule that adds the ISUP Release message to the body of SIP CANCEL request:
MessageManipulations 8 = "Cancel add ISUP", 1, "cancel.request", "body.isup.rel !exists", "body.isup.rel", 0, "", 0;