mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
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:
@@ -3648,6 +3648,8 @@ int main(int argc, char *argv[])
|
||||
/* loads the cli_permissoins.conf file needed to implement cli restrictions. */
|
||||
ast_cli_perms_init(0);
|
||||
|
||||
ast_stun_init();
|
||||
|
||||
/* AMI is initialized after loading modules because of a potential
|
||||
* conflict between issuing a module reload from manager and
|
||||
* registering manager actions. This will cause reversed locking
|
||||
|
Reference in New Issue
Block a user