[][src]Module libsip::client

Structs

HeaderWriteConfig
InviteHelper

Structure to ease getting data from a Sip INVITE request.

MessageHelper

Structure to ease getting data from a Sip Message request.

MessageWriter

Structure to help when sending Sip messages. Handles the message CSeq, Call-Id and User-Agent headers.

RegistrationManager

Handle's the SIP registration process. This structure is designed to handle the authentication process from a SoftPhone's point of view.

SoftPhone

Simple SIP client for implementing softphones. Currently the only thing implemented is registration and sending text messages. The only other feature planned is an interface for sending & receiving calls.