mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-08 19:08:14 +00:00
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:
@@ -405,7 +405,7 @@ static int oh323_call(struct ast_channel *c, char *dest, int timeout)
|
|||||||
memcpy(called_addr, dest, sizeof(called_addr));
|
memcpy(called_addr, dest, sizeof(called_addr));
|
||||||
|
|
||||||
/* Copy callerid, if there is any */
|
/* Copy callerid, if there is any */
|
||||||
if (strlen(c->callerid)) {
|
if (c->callerid) {
|
||||||
p->calloptions.callerid = strdup(c->callerid);
|
p->calloptions.callerid = strdup(c->callerid);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user