Call ast_stun_init() when we're initializing to get the 'stun debug set'

commands.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@196417 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Sean Bright
2009-05-22 21:11:03 +00:00
parent f50bb3bfa4
commit 3982b8c71b

View File

@@ -3648,6 +3648,8 @@ int main(int argc, char *argv[])
/* loads the cli_permissoins.conf file needed to implement cli restrictions. */ /* loads the cli_permissoins.conf file needed to implement cli restrictions. */
ast_cli_perms_init(0); ast_cli_perms_init(0);
ast_stun_init();
/* AMI is initialized after loading modules because of a potential /* AMI is initialized after loading modules because of a potential
* conflict between issuing a module reload from manager and * conflict between issuing a module reload from manager and
* registering manager actions. This will cause reversed locking * registering manager actions. This will cause reversed locking