![]() |
Home page |
Mailing list |
Docs
Asterisk developer's documentation :: Codename Pineapple
cfsip_methods Struct Reference
#include <sip3.h>
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 |
|
|
Definition at line 368 of file chan_sip.c. |
|
|
|
|
|
Definition at line 365 of file chan_sip.c. Referenced by handle_request(). |
|
|
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(). |
|
|
|
|
|
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(). |