Skip to content
Snippets Groups Projects
Commit ac4b71a0 authored by Ben Kramer's avatar Ben Kramer
Browse files

/ fix for callerid configuration when opening channel driver

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4443 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent c9bc9e13
Branches
Tags
No related merge requests found
...@@ -2362,7 +2362,6 @@ int load_module() ...@@ -2362,7 +2362,6 @@ int load_module()
error = -1; error = -1;
goto done; goto done;
} }
callerid = NULL;
} else if (strcasecmp(v->name, "language") == 0) { } else if (strcasecmp(v->name, "language") == 0) {
strncpy(language, v->value, sizeof(language)-1); strncpy(language, v->value, sizeof(language)-1);
} else if (strcasecmp(v->name, "callerid") == 0) { } else if (strcasecmp(v->name, "callerid") == 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment