#include <frame.h>
Inheritance diagram for IAX2FullFrameSessionControl:
Public Types | |
enum | SessionSc { hangup = 1, ring = 2, ringing = 3, answer = 4, busy = 5, tkoffhk = 6, offhook = 7, congestion = 8, flashhook = 9, wink = 10, option = 11, keyRadio = 12, unkeyRadio = 13, callProgress = 14, callProceeding = 15, callOnHold = 16, callHoldRelease = 17, stopSounds = 255 } |
Public Member Functions | |
IAX2FullFrameSessionControl (IAX2Frame &srcFrame) | |
IAX2FullFrameSessionControl (IAX2FullFrame &srcFrame) | |
IAX2FullFrameSessionControl (IAX2Processor *processor, PINDEX subClassValue) | |
IAX2FullFrameSessionControl (IAX2Processor *processor, SessionSc subClassValue) | |
virtual | ~IAX2FullFrameSessionControl () |
virtual PString | GetSubClassName () const |
virtual BYTE | GetFullFrameType () |
Asterisk calls these AST_FRAME_CONTROLs
No data is carried in the data section
|
|
Construction from a supplied dataframe. In this case, this class is filled from an incoming data packet |
|
Construction from a supplied dataframe. In this case, this class is filled from an incoming data packet |
|
Construction from a Connection class. Classes generated from this are then on sent to a remote endpoint.
|
|
Construction from a Connection class. Classes generated from this are then on sent to a remote endpoint.
|
|
Declare an empty destructor |
|
Return the IAX2FullFrame type represented here (voice, protocol, session etc Reimplemented from IAX2FullFrame. |
|
Get text description of the subclass contents Reimplemented from IAX2FullFrame. |