Creating a Signaling Manipulation Script

Last Updated : Oct 06, 2020 |
Prolog information
  1. Log in to the Avaya Session Border Controller for Enterprise server as the administrator.
  2. Click Configuration ProfilesSignaling Manipulation.
  3. Click Add, set the title to RemoveGsid and add the following script:
    ADDITIONAL INFORMATION: within session "ALL"
    {
        act on request where %DIRECTION="OUTBOUND" and %ENTRY_POINT="POST_ROUTING"
        {
            remove(%HEADERS["Request_Line"][1].PARAMS["gsid"]);
            remove(%HEADERS["Request_Line"][1].PARAMS["asm"]);
        }
    }
  4. Click Save to save the script file.