aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_misdn.c
diff options
context:
space:
mode:
authorcrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-07 13:01:02 +0000
committercrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-07 13:01:02 +0000
commit3e5a1d9c7011ea946724b2327409829c690b1b07 (patch)
tree97826d1e74e778a3eb8004f03cfa90c05b66a99c /channels/chan_misdn.c
parent7d9034e60820c582b12e8159c723c0a2c91899cc (diff)
changed the clean_up_bc function to work proper again. fixed the print with the conference nr. when bridged
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32779 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_misdn.c')
-rw-r--r--channels/chan_misdn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels/chan_misdn.c b/channels/chan_misdn.c
index 4631fa5e6..3eff6a351 100644
--- a/channels/chan_misdn.c
+++ b/channels/chan_misdn.c
@@ -2273,7 +2273,7 @@ static enum ast_bridge_result misdn_bridge (struct ast_channel *c0,
}
/* trying to make a mISDN_dsp conference */
- chan_misdn_log(1, ch1->bc->port, "I SEND: Making conference with Number:%d\n", (ch1->bc->pid<<1) +1);
+ chan_misdn_log(1, ch1->bc->port, "I SEND: Making conference with Number:%d\n", ch1->bc->pid +1);
misdn_lib_bridge(ch1->bc,ch2->bc);
}
@@ -2281,7 +2281,7 @@ static enum ast_bridge_result misdn_bridge (struct ast_channel *c0,
if (option_verbose > 2)
ast_verbose(VERBOSE_PREFIX_3 "Native bridging %s and %s\n", c0->name, c1->name);
- chan_misdn_log(1, ch1->bc->port, "* Makeing Native Bridge between %s and %s\n", ch1->bc->oad, ch2->bc->oad);
+ chan_misdn_log(1, ch1->bc->port, "* Making Native Bridge between %s and %s\n", ch1->bc->oad, ch2->bc->oad);
while(1) {
to=-1;