2004-02-20 Gernot Hillier <gernot@hillier.de>

* scripts/answering_machine.confin: remove spaces in example which
          confused the config file parser when not deleted by the user
        * scripts/fax.confin: Likewise.


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@235 4ebea2bb-67d4-0310-8558-a5799e421b66
This commit is contained in:
gernot 2004-02-20 14:12:20 +00:00
parent 9bd601160b
commit b38769100a
3 changed files with 21 additions and 16 deletions

View File

@ -1,3 +1,8 @@
2004-02-20 Gernot Hillier <gernot@hillier.de>
* scripts/answering_machine.confin: remove spaces in example which
confused the config file parser when not deleted by the user
* scripts/fax.confin: Likewise.
2004-02-20 Hartmut Goebel <h.goeben@goebel-consult.de>
* docs/Doxyfile.in: modified variable replacement for possible
change of build system

View File

@ -1,4 +1,4 @@
# $Id: answering_machine.confin,v 1.6 2003/10/03 13:42:09 gernot Exp $
# $Id: answering_machine.confin,v 1.7 2004/02/20 14:12:20 gernot Exp $
#
# This is the configuration file for the answering machine scripts distributed
# with CapiSuite
@ -135,13 +135,13 @@ voice_email_from="capisuite daemon <root>"
# be recorded
#
# Here's an example of a valid user configuration for "gernot" - just remove
# the leading #-signs and edit it:
# the leading #-signs and edit it (don't forget to change the pin!!):
#
# [gernot]
# voice_numbers="13,14"
# voice_action="MailAndSave"
# voice_delay="10"
# record_length="60"
# voice_email=""
# pin="99*45"
#[gernot]
#voice_numbers="13,14"
#voice_action="MailAndSave"
#voice_delay="10"
#record_length="60"
#voice_email=""
#pin="99*45"

View File

@ -1,4 +1,4 @@
# $Id: fax.confin,v 1.9 2003/10/03 13:42:09 gernot Exp $
# $Id: fax.confin,v 1.10 2004/02/20 14:12:20 gernot Exp $
#
# This is the fax configuration file for the scripts distributed with CapiSuite
#
@ -154,10 +154,10 @@ fax_email_from="capisuite daemon <root>"
# Here's an example of a valid user configuration for "gernot" - just remove
# the leading #-signs and edit it:
#
# [gernot]
# fax_numbers="11,12"
# fax_stationID="+49 89 123456"
# fax_headline="Gernot Hillier - sent by CapiSuite"
# fax_email=""
# fax_action="MailAndSave"
#[gernot]
#fax_numbers="11,12"
#fax_stationID="+49 89 123456"
#fax_headline="Gernot Hillier - sent by CapiSuite"
#fax_email=""
#fax_action="MailAndSave"