| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
A refer technology. More...
#include <refer.h>
| Data Fields | |
| const char *const | name | 
| Name of this refer technology. | |
| int(*const | refer_send )(const struct ast_refer *refer) | 
| Send a refer. | |
A refer technology.
A refer technology is capable of transmitting text refers.
| const char* const name | 
Name of this refer technology.
This is the name that comes at the beginning of a URI for refers that should be sent to this refer technology implementation. For example, refers sent to "pjsip:m.fridrich@commend.com" would be passed to the ast_refer_tech with a name of "pjsip".
Definition at line 66 of file refer.h.
Referenced by ast_refer_tech_register(), ast_refer_tech_unregister(), PathSegment::get_child(), SwaggerType::load(), and refer_tech_cmp().
| int(*const refer_send) (const struct ast_refer *refer) | 
Send a refer.
| refer | The refer to send | 
The fields of the ast_refer are guaranteed not to change during the duration of this function call.
| 0 | success | 
| non-zero | failure | 
Definition at line 78 of file refer.h.
Referenced by ast_refer_send().