aboutsummaryrefslogtreecommitdiffstats
path: root/main/asterisk.exports
blob: 64a57e331cd4458faa98a1c223b5f28d05e55ef9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
	global:
		ast_*;
		_ast_*;
		__ast_*;
		pbx_*;
		astman_*;
		ao2_*;
		__ao2_*;
		option_debug;
		option_verbose;
		dahdi_chan_name;
		dahdi_chan_name_len;
		dahdi_chan_mode;
		callerid_*;
		cid_di;
		cid_dr;
		clidsb;
		MD5*;
		sched_*;
		io_*;
		jb_*;
		aes_*;
		config_*;
		tdd_*;
		term_*;
		channelreloadreason2txt;
		devstate2str;
		manager_event;
		dialed_interface_info;
	local:
		*;
};