Asterisk - The Open Source Telephony Project
GIT-master-f36a736
res
res_pjsip_session
pjsip_session.h
Go to the documentation of this file.
1
/*
2
* Asterisk -- An open source telephony toolkit.
3
*
4
* Copyright (C) 2023, Sangoma Technologies Corporation
5
*
6
* George Joseph <gjoseph@sangoma.com>
7
*
8
* See http://www.asterisk.org for more information about
9
* the Asterisk project. Please do not directly contact
10
* any of the maintainers of this project for assistance;
11
* the project provides a web site, mailing lists and IRC
12
* channels for your use.
13
*
14
* This program is free software, distributed under the terms of
15
* the GNU General Public License Version 2. See the LICENSE file
16
* at the top of the source tree.
17
*/
18
19
#ifndef PJSIP_SESSION_H_
20
#define PJSIP_SESSION_H_
21
22
/*!
23
* \internal
24
* \brief Unregisters the session supplement
25
*/
26
void
pjsip_reason_header_unload
(
void
);
27
28
/*!
29
* \internal
30
* \brief Registers the session supplement
31
*/
32
void
pjsip_reason_header_load
(
void
);
33
34
#endif
/* PJSIP_SESSION_H_ */
pjsip_reason_header_unload
void pjsip_reason_header_unload(void)
Definition:
pjsip_session_reason_header.c:160
pjsip_reason_header_load
void pjsip_reason_header_load(void)
Definition:
pjsip_session_reason_header.c:165
Generated on Wed Dec 18 2024 20:04:21 for Asterisk - The Open Source Telephony Project by
1.9.4