Asterisk - The Open Source Telephony Project
18.5.0
channels
sip
include
sip/include/dialplan_functions.h
Go to the documentation of this file.
1
/*
2
* Asterisk -- An open source telephony toolkit.
3
*
4
* Copyright (C) 2010, Digium, Inc.
5
*
6
* See http://www.asterisk.org for more information about
7
* the Asterisk project. Please do not directly contact
8
* any of the maintainers of this project for assistance;
9
* the project provides a web site, mailing lists and IRC
10
* channels for your use.
11
*
12
* This program is free software, distributed under the terms of
13
* the GNU General Public License Version 2. See the LICENSE file
14
* at the top of the source tree.
15
*/
16
17
/*!
18
* \file
19
* \brief SIP dialplan functions header file
20
*/
21
22
#include "
sip.h
"
23
24
#ifndef _SIP_DIALPLAN_FUNCTIONS_H
25
#define _SIP_DIALPLAN_FUNCTIONS_H
26
27
/*!
28
* \brief Channel read dialplan function for SIP
29
*/
30
int
sip_acf_channel_read
(
struct
ast_channel
*chan,
const
char
*funcname,
char
*preparse,
char
*
buf
,
size_t
buflen);
31
32
/*!
33
* \brief register dialplan function tests
34
*/
35
void
sip_dialplan_function_register_tests
(
void
);
36
/*!
37
* \brief unregister dialplan function tests
38
*/
39
void
sip_dialplan_function_unregister_tests
(
void
);
40
41
#endif
/* !defined(_SIP_DIALPLAN_FUNCTIONS_H) */
sip.h
chan_sip header file
ast_channel
Main Channel structure associated with a channel.
Definition:
channel_internal_api.c:73
buf
char buf[BUFSIZE]
Definition:
eagi_proxy.c:66
sip_dialplan_function_register_tests
void sip_dialplan_function_register_tests(void)
register dialplan function tests
Definition:
sip/dialplan_functions.c:502
sip_acf_channel_read
int sip_acf_channel_read(struct ast_channel *chan, const char *funcname, char *preparse, char *buf, size_t buflen)
Channel read dialplan function for SIP.
Definition:
sip/dialplan_functions.c:127
sip_dialplan_function_unregister_tests
void sip_dialplan_function_unregister_tests(void)
unregister dialplan function tests
Definition:
sip/dialplan_functions.c:508
Generated on Sun Aug 8 2021 19:43:42 for Asterisk - The Open Source Telephony Project by
1.8.13