summaryrefslogtreecommitdiff
path: root/wcfxo.c
diff options
context:
space:
mode:
Diffstat (limited to 'wcfxo.c')
-rwxr-xr-xwcfxo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wcfxo.c b/wcfxo.c
index 3c0785a..017ec5a 100755
--- a/wcfxo.c
+++ b/wcfxo.c
@@ -403,9 +403,9 @@ static int wcfxo_hooksig(struct zt_chan *chan, zt_txsig_t txsig)
static int wcfxo_initialize(struct wcfxo *wc)
{
/* Zapata stuff */
- sprintf(wc->span.name, "TjModem/%d", wc->pos);
+ sprintf(wc->span.name, "WCFXO/%d", wc->pos);
sprintf(wc->span.desc, "%s Board %d\n", wc->variety, wc->pos + 1);
- sprintf(wc->chan.name, "TjModem/%d/%d", wc->pos, 0);
+ sprintf(wc->chan.name, "WCFXO/%d/%d", wc->pos, 0);
wc->chan.sigcap = ZT_SIG_FXSKS | ZT_SIG_FXSLS;
wc->chan.chanpos = 1;
wc->span.chans = &wc->chan;