Codename Pineapple

Home page | Mailing list | Docs

Last updated: Sat Feb 3 05:02:01 2007

Asterisk developer's documentation :: Codename Pineapple


cfsip_methods Struct Reference

#include <sip3.h>


Detailed Description

Structure for parsing of SIP methods.

XXX Note that sip_methods[i].id == i must hold or the code breaks

Definition at line 364 of file chan_sip.c.

Data Fields

enum can_create_dialog can_create
int creates_dialog
enum sipmethod id
int need_rtp
char *const text
char *const text


Field Documentation

enum can_create_dialog can_create
 

Definition at line 368 of file chan_sip.c.

int creates_dialog
 

Definition at line 639 of file sip3.h.

enum sipmethod id
 

Definition at line 365 of file chan_sip.c.

Referenced by handle_request().

int need_rtp
 

when this is the 'primary' use for a pvt structure, does it need RTP?

Definition at line 366 of file chan_sip.c.

Referenced by sip_method_needrtp().

char* const text
 

Definition at line 638 of file sip3.h.

char* const text
 

Definition at line 367 of file chan_sip.c.

Referenced by __sip_semi_ack(), do_proxy_auth(), find_call(), handle_request(), handle_request_subscribe(), init_req(), match_or_create_dialog(), reqprep(), send_request(), send_response(), and transmit_register().


The documentation for this struct was generated from the following files:

Asterisk is a trademark for Digium, inc.. | Edvina.net | Asterisk.org | This documentation was generated with Doxygen