Isup.encode
From Yate Documentation
isup.encode is a message sent by a module wishing to encode a buffer containing an ISUP message.
Parameters
message-prefix
- Optional string indicating the prefix for 'protocol-type' and 'protocol-basetype' parameters and for all encoded parameters
protocol-type
- Keyword indicating the encoding standard used to create the data buffer to encode: ITU-T, ANSI
protocol-basetype
- Additional information about the encoding standard to be used when the protocol-type might indicate an unknown/unsupported encoding standard
rawdata
- Named pointer containing a data block buffer with the ISUP message to decode. The data buffer must contain the ISUP message starting from the message type byte
Return
True if the message was succesfully encoded. False on encoding failure.