Changeset 5189

Fixes from Brad Smith so the spool directory for smsq follows the system template

Committed by:  coppice
Date:  Aug 14 2008 * 16:57 (3 months ago)

Affected files:

callweaver/trunk/utils/Makefile.am (unified diff)

r5068r5189
1616
1717 if WANT_SMSQ
1818 cwutils_PROGRAMS += smsq
19 smsq_CFLAGS = $(AM_CFLAGS) -DSPOOLDIR=\"$(cwspooldir)\"
1920 smsq_SOURCES = smsq.c
2021 smsq_LDADD = -lpopt
2122 endif WANT_SMSQ

callweaver/trunk/utils/smsq.c (unified diff)

r2956r5189
434434 *queue = "",
435435 *udfile = 0,
436436 *process = 0,
437 *spooldir = "/var/spool/callweaver.org",
437 *spooldir = SPOOLDIR,
438438 *motxchannel = "Local/1709400X",
439439 *motxcallerid = 0,
440440 *mttxchannel = 0,