# $Id: sems.conf.sample,v 1.1.2.1 2003/08/28 19:13:25 rco Exp $ # # sems.conf.sample # # Sip Express Media Server (sems) # # sample configuration file # # # whitespaces (spaces and tabs) are ignored # comments start with a "#" and may be used inline # # example: option=value1, value2 # i like this option # ################################## # global parameters # ################################## # optional parameter: fork={yes|no} # # - specifies if sems should run in daemon mode (background) fork=yes # optional parameter: stderr={yes|no} # # - debug mode: do not fork and log to stderr stderr=no # optional parameter: loglevel={0|1|2|3} # # - sets log level (error=0, warning=1, info=2, debug=3) loglevel=1 # optional parameter: fifo_name= # # - path and file name of our fifo file fifo_name=/tmp/am_fifo # optional parameter: ser_fifo_name= # # - path and file name of Ser's fifo file ser_fifo_name=/tmp/ser_fifo # optional parameter: plugin_path= # # - sets the path to the plug-ins # - may be absolute or relative to CWD plugin_path=/usr/local/lib/sems/plug-in/ ################################## # voicemail specific parameters # ################################## # optional parameter: announce_path= # # - sets the path where announce files are searched for announce_path=/usr/local/lib/sems/audio/ # optional parameter: default_announce= # # - sets the name of the default announce WAV file default_announce=default_en.wav # optional parameter: max_record= # # - maximum record time max_record=30 # optional parameter: smtp_server= # # - sets address of smtp server smtp_server=localhost # optional parameter: smtp_port= # # - sets port of smtp server smtp_port=25 ################################## # module specific parameters # ################################## # add more module configurations here (inline or external): # # config.mymodule= # or # config.mymodule=inline # ... # config.mymodule=end #isdngw module configuration (external file) config.isdngw=/root/ser/isdngw.conf