update the other callerid check

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1245 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jeremy McNamara
2003-07-31 06:28:51 +00:00
parent 5fc9d43a99
commit e217072b8b

View File

@@ -405,7 +405,7 @@ static int oh323_call(struct ast_channel *c, char *dest, int timeout)
memcpy(called_addr, dest, sizeof(called_addr));
/* Copy callerid, if there is any */
if (strlen(c->callerid)) {
if (c->callerid) {
p->calloptions.callerid = strdup(c->callerid);
}