keywords: ip pbx voip gateway gsm gateway

×

Notice

The forum is in read only mode.
× Questions about B100/200/400/800 ISDN BRI Cards

patch for wcb4xxp with openvox B200p/B400P+NT mode

13 years 9 months ago #5859 by james.zhu
hello:
there is a patch for openvox B200P/B400P with wcb4xxp+NT mode. under asterisk-1.6.2 or elastix-2.0 environment, please add two lines in chan_dahdi.c
--- a/channels/chan_dahdi.c
+++ b/channels/chan_dahdi.c
@@ -16540,7 +16540,8 @@ static int process_dahdi(struct dahdi_ch
confp->chan.sig = SIG_BRI_PTMP;
confp->pri.nodetype = PRI_CPE;
} else if (!strcasecmp(v->value, "bri_net_ptmp")) {
- ast_log(LOG_WARNING, "How cool would it be if someone implemented this mode! For now, sucks for you. (line %d)\n", v->lineno);
+ confp->chan.sig = SIG_BRI_PTMP;
+ confp->pri.nodetype = PRI_NETWORK;
} else if (!strcasecmp(v->value, "gr303fxoks_net")) {
confp->chan.sig = SIG_GR303FXOKS;
confp->pri.nodetype = PRI_NETWORK;
==================================
more details, please refer this link:
http://patch-tracker.debian.org/patch/series/view/asterisk/1:1.6.2.7-1/dahdi_ptmp_nt

Time to create page: 0.045 seconds
Powered by Kunena Forum