From 5bb9534db73f3bade02c8f053fac23266a79123b Mon Sep 17 00:00:00 2001 From: Guillaume Knispel Date: Tue, 31 Jan 2012 20:26:30 +0100 Subject: uppercase XIVO in /proc/ interfaces and the like --- xivovp/base.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xivovp') diff --git a/xivovp/base.c b/xivovp/base.c index 4b64635..a945612 100644 --- a/xivovp/base.c +++ b/xivovp/base.c @@ -660,12 +660,12 @@ static int span_init(void) if (l->type == FXO_LINE) { /* /!\ FXO uses FXS sig and vice-versa */ - sprintf(l->chan.name, "XiVO/FXO"); + sprintf(l->chan.name, "XIVO/FXO"); l->chan.sigcap = DAHDI_SIG_FXSLS | DAHDI_SIG_FXSGS | DAHDI_SIG_FXSKS; } else if (l->type == FXS_LINE) { - sprintf(l->chan.name, "XiVO/FXS"); + sprintf(l->chan.name, "XIVO/FXS"); l->chan.sigcap = DAHDI_SIG_FXOLS | DAHDI_SIG_FXOGS | DAHDI_SIG_FXOKS; } else { -- cgit v1.2.3