@ -180,7 +180,7 @@ int ast_park_call(struct ast_channel *chan, struct ast_channel *peer, int timeou
/* Wake up the (presumably select()ing) thread */
pthread_kill(parking_thread,SIGURG);
if(option_verbose>1)
ast_verbose(VERBOSE_PREFIX_2"Parked %s on %d\n",pu->chan->name,pu->parkingnum);
ast_verbose(VERBOSE_PREFIX_2"Parked %s on %d. Will timeout back to %s,%s,%d in %d seconds\n",pu->chan->name,pu->parkingnum,pu->context,pu->exten,pu->priority,(pu->parkingtime/1000));
ast_verbose(VERBOSE_PREFIX_2"Timeout for %s parked on %d. Returning to %s,%s,%d\n",pu->chan->name,pu->parkingnum,pu->chan->context,pu->chan->exten,pu->chan->priority);