dect
/
asterisk
Archived
13
0
Fork 0

res_pktccops needs to be able to export a symbol for chan_mgcp

(closes issue #16782)
 Reported by: nahuelgreco
 Patches: 
       res_pktccops.exports uploaded by nahuelgreco (license 162)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@246208 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
tilghman 2010-02-10 21:55:42 +00:00
parent ee564ed269
commit 965e087bf8
1 changed files with 6 additions and 0 deletions

6
res/res_pktccops.exports Normal file
View File

@ -0,0 +1,6 @@
{
global:
ast_pktccops_gate_alloc;
local:
*;
};