Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 318535 | Differences between
and this patch

Collapse All | Expand All

(-)asterisk-1.6.2.6.ORIG/channels/chan_dahdi.c (-1 / +2 lines)
Lines 14398-14404 Link Here
14398
					confp->chan.sig = SIG_BRI_PTMP;
14398
					confp->chan.sig = SIG_BRI_PTMP;
14399
					confp->pri.nodetype = PRI_CPE;
14399
					confp->pri.nodetype = PRI_CPE;
14400
				} else if (!strcasecmp(v->value, "bri_net_ptmp")) {
14400
				} else if (!strcasecmp(v->value, "bri_net_ptmp")) {
14401
					ast_log(LOG_WARNING, "How cool would it be if someone implemented this mode!  For now, sucks for you. (line %d)\n", v->lineno);
14401
					confp->chan.sig = SIG_BRI_PTMP;
14402
					confp->pri.nodetype = PRI_NETWORK;
14402
				} else if (!strcasecmp(v->value, "gr303fxoks_net")) {
14403
				} else if (!strcasecmp(v->value, "gr303fxoks_net")) {
14403
					confp->chan.sig = SIG_GR303FXOKS;
14404
					confp->chan.sig = SIG_GR303FXOKS;
14404
					confp->pri.nodetype = PRI_NETWORK;
14405
					confp->pri.nodetype = PRI_NETWORK;

Return to bug 318535