dect
/
asterisk
Archived
13
0
Fork 0

Display which span/channel we're receiving restarts on

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3185 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2004-06-10 19:00:20 +00:00
parent 4a6b862a0e
commit 894fdbaf3f
1 changed files with 2 additions and 2 deletions

View File

@ -6867,8 +6867,8 @@ static void *pri_dchannel(void *vpri)
PRI_SPAN(e->restart.channel), PRI_CHANNEL(e->restart.channel), pri->span);
else {
if (option_verbose > 2)
ast_verbose(VERBOSE_PREFIX_3 "B-channel %d restarted on span %d\n",
e->restart.channel, pri->span);
ast_verbose(VERBOSE_PREFIX_3 "B-channel %d/%d restarted on span %d\n",
PRI_SPAN(e->restart.channel), PRI_CHANNEL(e->restart.channel), pri->span);
ast_mutex_lock(&pri->pvts[chanpos]->lock);
if (pri->pvts[chanpos]->call) {
pri_destroycall(pri->pri, pri->pvts[chanpos]->call);