SPIROU
To enable SPIROU support in NSG version 4.1+, the following two options must be enabled
- Transparent IAM
- ITX/TXA Auto Reply
Transparent IAM
The purpose of transparent IAM is to pass-through all the information elements contents from the inbound IAM to the outbound IAM for SS7-to-SS7 calls
For transparent IAM to work, your target SIP gateway needs to passthrough the X-FreeTDM-IAM SIP header to the b-leg of the call. [from-nsg]When the Transparent IAM feature is enabled, on incoming calls, all the information received in the incoming IAM message are stored inside a channel variable. This allows the IAM message to be transmitted out with the exact same information if needed.
Transparent IAM is Sangoma proprietary version of SIP-I and SIP-T. It only works back to back between two Sangoma NSG gateways.
SIP Headers
For example, if using Asterisk:
in /etc/extensions.conf:
exten => _X.,1,SIPAddHeader(X-FreeTDM-IAM:${SIP_HEADER(X-FreeTDM-IAM)})
ITX and ITA Messages

When France Telecom send you an ITX ISUP message, NSG must reply with a TXA message.

