Isup.encode

From Yate Documentation
(Difference between revisions)
Jump to: navigation, search
(Created page with "'''isup.encode''' is a message sent by a module wishing to encode a buffer containing an ISUP message. === Parameters === '''message-prefix''' :::Optional string indicating ...")
 
 
Line 15: Line 15:
  
 
True if the message was succesfully encoded. False on encoding failure.
 
True if the message was succesfully encoded. False on encoding failure.
 
 
'''See also'''
 
 
* [[isup.mangle]]
 

Latest revision as of 15:49, 10 July 2013

isup.encode is a message sent by a module wishing to encode a buffer containing an ISUP message.

[edit] 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

[edit] Return

True if the message was succesfully encoded. False on encoding failure.

Personal tools
Namespaces

Variants
Actions
Preface
Configuration
Administrators
Developers