mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 10:34:54 +00:00
OPENZAP-66, thanks Moc
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@732 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
parent
e92f3a75e6
commit
bfc8ba629c
@ -200,12 +200,13 @@ static unsigned wp_open_range(zap_span_t *span, unsigned spanno, unsigned start,
|
|||||||
zap_copy_string(chan->chan_number, number, sizeof(chan->chan_number));
|
zap_copy_string(chan->chan_number, number, sizeof(chan->chan_number));
|
||||||
}
|
}
|
||||||
configured++;
|
configured++;
|
||||||
} else {
|
|
||||||
zap_log(ZAP_LOG_ERROR, "failure configuring device s%dc%d\n", spanno, x);
|
|
||||||
}
|
|
||||||
|
|
||||||
zap_log(ZAP_LOG_INFO, "configuring device s%dc%d as OpenZAP device %d:%d fd:%d DTMF: %s\n",
|
zap_log(ZAP_LOG_INFO, "configuring device s%dc%d as OpenZAP device %d:%d fd:%d DTMF: %s\n",
|
||||||
spanno, x, chan->span_id, chan->chan_id, sockfd, dtmf);
|
spanno, x, chan->span_id, chan->chan_id, sockfd, dtmf);
|
||||||
|
|
||||||
|
} else {
|
||||||
|
zap_log(ZAP_LOG_ERROR, "failure configuring device s%dc%d\n", spanno, x);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return configured;
|
return configured;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user