--- apps/app_queue.c.orig 2010-08-25 17:53:56.000000000 +0000 +++ apps/app_queue.c 2010-08-25 17:53:38.000000000 +0000 @@ -2557,6 +2557,8 @@ if (tmp->chan->cid.cid_ani) ast_free(tmp->chan->cid.cid_ani); tmp->chan->cid.cid_ani = ast_strdup(qe->chan->cid.cid_ani); + tmp->chan->cid.cid_pres = qe->chan->cid.cid_pres; + /* Inherit specially named variables from parent channel */ ast_channel_inherit_variables(qe->chan, tmp->chan);