Index: apps/app_queue.c =================================================================== --- apps/app_queue.c (revision 41764) +++ apps/app_queue.c (working copy) @@ -1824,6 +1824,7 @@ o->stillgoing = 0; numnochan++; } else { + ast_channel_inherit_variables(in, o->chan); if (o->chan->cid.cid_num) free(o->chan->cid.cid_num); o->chan->cid.cid_num = NULL;