Add a small message that we're doing something. On my systems, there's a long

dead period with a non-responsive CLI after I issue "load chan_sip.so"


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@62656 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Olle Johansson 2007-05-02 12:12:02 +00:00
parent 1d51b2e161
commit e1ec3f917c
1 changed files with 1 additions and 0 deletions

View File

@ -18263,6 +18263,7 @@ static struct ast_cli_entry cli_sip[] = {
/*! \brief PBX load module - initialization */
static int load_module(void)
{
ast_verbose("SIP channel loading...\n");
ASTOBJ_CONTAINER_INIT(&userl); /* User object list */
ASTOBJ_CONTAINER_INIT(&peerl); /* Peer object list */
ASTOBJ_CONTAINER_INIT(&regl); /* Registry object list */