Unit SIP

From Ultibo.org
Jump to: navigation, search

Return to Unit Reference


Description


Ultibo SIP Interface unit

Constants



[Expand]
SIP logging SIP_LOG_*


Type definitions


None defined

Public variables



SIP logging

SIP_DEFAULT_LOG_LEVEL:LongWord = SIP_LOG_LEVEL_DEBUG; Minimum level for SIP messages. Only messages with level greater than or equal to this will be printed.
SIP_LOG_ENABLED:Boolean;


Function declarations



Initialization functions

[Expand]
procedure SIPInit;
Description: To be documented


SIP helper functions

[Expand]
procedure SIPLog(Level:LongWord; const AText:String);
Description: To be documented


[Expand]
procedure SIPLogInfo(const AText:String); inline;
Description: To be documented


[Expand]
procedure SIPLogWarn(const AText:String); inline;
Description: To be documented


[Expand]
procedure SIPLogError(const AText:String); inline;
Description: To be documented


[Expand]
SIPLogDebug(const AText:String); inline;
Description: To be documented


Return to Unit Reference