Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
send_request_data Struct Reference

Structure to hold information about an outbound request. More...

Data Fields

void(* callback )(void *token, pjsip_event *e)
 
unsigned int challenge_count
 
struct ast_sip_endpointendpoint
 
void * token
 

Detailed Description

Structure to hold information about an outbound request.

Definition at line 1516 of file res_pjsip.c.

Field Documentation

void(* callback) (void *token, pjsip_event *e)

The callback to be called upon receipt of a response

Definition at line 1522 of file res_pjsip.c.

unsigned int challenge_count

Number of challenges received.

Definition at line 1524 of file res_pjsip.c.

struct ast_sip_endpoint* endpoint

The endpoint associated with this request

Definition at line 1518 of file res_pjsip.c.

void* token

Information to be provided to the callback upon receipt of a response

Definition at line 1520 of file res_pjsip.c.


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