summaryrefslogtreecommitdiff
path: root/wcfxo.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2001-11-09 15:23:54 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2001-11-09 15:23:54 +0000
commit38bed60f5d8d4c0d75854538a9f905bfd33ec54f (patch)
treece044d4c7cd5db98632efc7b91120a59085374f0 /wcfxo.c
parentd454340c7de8ad923350e33223ebb14832446ff3 (diff)
Version 0.1.2 from FTP
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@27 5390a7c7-147a-4af0-8ec9-7488f05a26cb
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;