mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 03:48:02 +00:00
Make compile again.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@276391 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -459,7 +459,7 @@ static u_char *ast_var_channels_table(struct variable *vp, oid *name, size_t *le
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case ASTCHANCIDPRES:
|
case ASTCHANCIDPRES:
|
||||||
long_ret = ast_party_id_presentation(chan->caller.id);
|
long_ret = ast_party_id_presentation(&chan->caller.id);
|
||||||
ret = (u_char *)&long_ret;
|
ret = (u_char *)&long_ret;
|
||||||
break;
|
break;
|
||||||
case ASTCHANCIDANI2:
|
case ASTCHANCIDANI2:
|
||||||
|
|||||||
Reference in New Issue
Block a user