Organizing Directories
To keep files segregated, Radio Gateways should always reside it their own directory. For best performance, create a new directory in your Home Directory (the default directory when you log in).
The code examples in this document use the following names for these directories. You are encouraged to use them to avoid confusion.

DFSI Gateway:
dfsig
ISSI Gateway:
issig
Telephony Gateway:
telephonyTo create a Gateway directory
1. Use the following command and replace <gateway name> with the desired name:
mkdir <gateway name>
2. Go to the newly created gateway directory:
cd <gateway name>
All files related to the ICE Gateway will be stored in this directory under your Home directory. When you run the code described in the instructions below, ensure you are in this directory.
Selecting a Type
After acquiring the data listed above, proceed to either of the following sections based on the type of Gateway you are deploying.