Asterisk - The Open Source Telephony Project  18.5.0
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  */
36 /*!
37  * \brief unregister dialplan function tests
38  */
40 
41 #endif /* !defined(_SIP_DIALPLAN_FUNCTIONS_H) */
chan_sip header file
Main Channel structure associated with a channel.
char buf[BUFSIZE]
Definition: eagi_proxy.c:66
void sip_dialplan_function_register_tests(void)
register dialplan function tests
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.
void sip_dialplan_function_unregister_tests(void)
unregister dialplan function tests