when a PRI call must be moved to a different B channel at the request of the other endpoint, ensure that any DSP active on the original channel is moved to the new one
ast_log(LOG_WARNING,"Whoa, there's no owner, and we're having to fix up channel %d to channel %d\n",pri->pvts[x]->channel,pri->pvts[principle]->channel);
pri->pvts[principle]->call=pri->pvts[x]->call;
/* Free up the old channel, now not in use */
pri->pvts[x]->subs[SUB_REAL].owner=NULL;
pri->pvts[x]->owner=NULL;
pri->pvts[x]->call=NULL;
ast_log(LOG_WARNING,"Whoa, there's no owner, and we're having to fix up channel %d to channel %d\n",old->channel,new->channel);