mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
/ fix for callerid configuration when opening channel driver
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4443 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2362,7 +2362,6 @@ int load_module()
|
||||
error = -1;
|
||||
goto done;
|
||||
}
|
||||
callerid = NULL;
|
||||
} else if (strcasecmp(v->name, "language") == 0) {
|
||||
strncpy(language, v->value, sizeof(language)-1);
|
||||
} else if (strcasecmp(v->name, "callerid") == 0) {
|
||||
|
Reference in New Issue
Block a user