Index: channels/chan_skinny.c =================================================================== --- channels/chan_skinny.c (revision 53494) +++ channels/chan_skinny.c (working copy) @@ -1484,6 +1484,9 @@ { struct skinny_req *req; + if (skinnydebug) + ast_verbose("Setting Callinfo: %s(%s) to %s(%s) on %s(%d)\n", fromname, fromnum, toname, tonum, s->device->name, instance); + if (!(req = req_alloc(sizeof(struct call_info_message), CALL_INFO_MESSAGE))) return;