mirror of https://github.com/sipwise/sems.git
parent
68c85f9564
commit
487001bfcd
@ -0,0 +1,7 @@
|
||||
|
||||
# Account to use on the outgoing call leg. If this is not set,
|
||||
# the account is taken from P-App-Param header (see Readme.auth_b2b)
|
||||
#
|
||||
# user=someuser
|
||||
# domain=somedomain.net
|
||||
# pwd=sompwd
|
||||
@ -0,0 +1,13 @@
|
||||
|
||||
#
|
||||
# use_app_param=[yes|no]
|
||||
#
|
||||
# sets whether App-Param header is used for call time value
|
||||
# (or default_call_time below)
|
||||
#
|
||||
use_app_param=yes
|
||||
|
||||
#
|
||||
# call timer value used if not in P-App-Param. in seconds
|
||||
#
|
||||
default_call_time=1200
|
||||
@ -0,0 +1,9 @@
|
||||
callerdomain=192.168.0.15
|
||||
calleddomain=netitel.pl
|
||||
msn=6240495,6240496,6240497,6233270
|
||||
outprefixes=0*,1*,2*,3*,4*,5*,6*,7*,8*,9*,*
|
||||
defaultmsn=6240495
|
||||
auth_enable=yes
|
||||
auth_realm=netitel.pl
|
||||
auth_user=semsgw
|
||||
auth_pwd=***
|
||||
@ -1 +1,38 @@
|
||||
# script_path - *.py from this path is loaded as applications
|
||||
script_path=${SEMS_EXEC_PREFIX}/${SEMS_LIBDIR}/sems/ivr/
|
||||
|
||||
|
||||
###############################################################
|
||||
# RFC4028 Session Timer
|
||||
#
|
||||
|
||||
# - enables the session timer ([yes,no]; default: no)
|
||||
#
|
||||
# enable_session_timer=yes
|
||||
|
||||
# - set the "Session-Expires" parameter for the session timer.
|
||||
#
|
||||
# session_expires=240
|
||||
|
||||
# - set the "Min-SE" parameter for the session timer.
|
||||
#
|
||||
# minimum_timer=90
|
||||
|
||||
# session refresh (Session Timer, RFC4028) method
|
||||
#
|
||||
# INVITE - use re-INVITE
|
||||
# UPDATE - use UPDATE
|
||||
# UPDATE_FALLBACK_INVITE - use UPDATE if indicated in Allow, re-INVITE otherwise
|
||||
#
|
||||
# Default: UPDATE_FALLBACK_INVITE
|
||||
#
|
||||
# Note: Session Timers are only supported in some applications
|
||||
#
|
||||
#session_refresh_method=UPDATE
|
||||
|
||||
# accept_501_reply - accept 501 reply as successful refresh? [yes|no]
|
||||
#
|
||||
# Default: yes
|
||||
#
|
||||
#accept_501_reply=no
|
||||
|
||||
|
||||
@ -0,0 +1,13 @@
|
||||
# jsonrpc_port - json-rpc server port to listen on
|
||||
#
|
||||
# optional; default: 7080
|
||||
#
|
||||
# jsonrpc_port=7080
|
||||
|
||||
|
||||
# server_threads - json-rpc server threads to start
|
||||
#
|
||||
# optional; default: 5
|
||||
#
|
||||
# server_threads=5
|
||||
|
||||
@ -0,0 +1,14 @@
|
||||
|
||||
#run_garbage_collector=[yes | no]
|
||||
#
|
||||
# run garbage collection on expired session info?
|
||||
# Default: no
|
||||
#
|
||||
#run_garbage_collector = yes
|
||||
|
||||
#garbage_collector_interval=10
|
||||
#
|
||||
# run garbage collection every n seconds
|
||||
# Default: 10
|
||||
#
|
||||
#garbage_collector_interval = 20
|
||||
@ -0,0 +1,8 @@
|
||||
|
||||
#
|
||||
# storage_dir is where messages are saved on disk. this
|
||||
# folder must be writable.
|
||||
#
|
||||
# default: /var/spool/voicebox/
|
||||
#
|
||||
#storage_dir=/var/spool/voicebox/
|
||||
@ -0,0 +1,34 @@
|
||||
#
|
||||
#
|
||||
# Registrations at SIP registrar,
|
||||
# refreshed if necessary.
|
||||
#
|
||||
#
|
||||
|
||||
#domain=mydomain.net
|
||||
#user=myuser
|
||||
#display_name=myuser
|
||||
#auth_user=myuser
|
||||
#pwd=verysecret
|
||||
# optional:
|
||||
#proxy=sip.mydomain.net:5060
|
||||
|
||||
#
|
||||
# For multiple registrations add more entries
|
||||
#
|
||||
#domain1=iptel.org
|
||||
#user1=xyz
|
||||
#display_name1=xyz
|
||||
#auth_user1=xyz
|
||||
#pwd1=ppp
|
||||
# optional:
|
||||
#proxy1=sip.iptel.org:5060
|
||||
|
||||
#domain2=iptel.org
|
||||
#user2=xyz
|
||||
#display_name2=xyz
|
||||
#auth_user2=xyz
|
||||
#pwd2=ppp
|
||||
# optional:
|
||||
#proxy2=sip.iptel.org:5060
|
||||
|
||||
@ -0,0 +1,39 @@
|
||||
# RFC4028 Session Timer
|
||||
#
|
||||
|
||||
# - enables the session timer ([yes,no]; default: no)
|
||||
#
|
||||
enable_session_timer=yes
|
||||
|
||||
# - set the "Session-Expires" parameter for the session timer.
|
||||
#
|
||||
# session_expires=240
|
||||
|
||||
# - set the "Min-SE" parameter for the session timer.
|
||||
#
|
||||
# minimum_timer=90
|
||||
|
||||
# session refresh (Session Timer, RFC4028) method
|
||||
#
|
||||
# INVITE - use re-INVITE
|
||||
# UPDATE - use UPDATE
|
||||
# UPDATE_FALLBACK_INVITE - use UPDATE if indicated in Allow, re-INVITE otherwise
|
||||
#
|
||||
# Default: UPDATE_FALLBACK_INVITE
|
||||
#
|
||||
# Note: Session Timers are only supported in some applications
|
||||
#
|
||||
#session_refresh_method=UPDATE
|
||||
|
||||
# accept_501_reply - accept 501 reply as successful refresh? [yes|no]
|
||||
#
|
||||
# Default: yes
|
||||
#
|
||||
#accept_501_reply=no
|
||||
|
||||
######################################################
|
||||
#authentication (questionable whether that works)
|
||||
# user=someuser
|
||||
# domain=somedomain.net
|
||||
# pwd=sompwd
|
||||
|
||||
@ -0,0 +1,2 @@
|
||||
# the plugin to be used as accounting backend:
|
||||
acc_plugin = cc_acc
|
||||
@ -0,0 +1,38 @@
|
||||
# port to bind XMLRPC server to
|
||||
xmlrpc_port=8090
|
||||
|
||||
|
||||
# run multi-threaded server?
|
||||
# Default: yes
|
||||
#
|
||||
# multithreaded = yes
|
||||
|
||||
# threads to run - this many requests can be processed in parallel
|
||||
# Default: 5
|
||||
#
|
||||
# threads=5
|
||||
|
||||
# export all DI functions with the function call 'di'?
|
||||
# defaults to: yes
|
||||
# export_di=yes
|
||||
|
||||
#
|
||||
# these DI interfaces are searched for functions to
|
||||
# export under their proper function names
|
||||
# defaults to: none
|
||||
# direct_export=di_dial;registrar_client
|
||||
|
||||
# run the XMLRPC server at all (default: yes)
|
||||
#
|
||||
# run_server=yes
|
||||
|
||||
# timeout for client requests, in milliseconds (0 to disable)
|
||||
#
|
||||
# server_timeout=500
|
||||
|
||||
# print parameters of XMLRPC server calls into debug log [yes|no]
|
||||
# debug_server_params=yes
|
||||
#
|
||||
# print result of XMLRPC server calls into debug log [yes|no]
|
||||
# debug_server_result=yes
|
||||
#
|
||||
@ -0,0 +1,35 @@
|
||||
# Echo plug-in configuration file
|
||||
#
|
||||
|
||||
# RFC4028 Session Timer
|
||||
#
|
||||
|
||||
# - enables the session timer ([yes,no]; default: no)
|
||||
#
|
||||
# enable_session_timer=yes
|
||||
|
||||
# - set the "Session-Expires" parameter for the session timer.
|
||||
#
|
||||
# session_expires=240
|
||||
|
||||
# - set the "Min-SE" parameter for the session timer.
|
||||
#
|
||||
# minimum_timer=90
|
||||
|
||||
# session refresh (Session Timer, RFC4028) method
|
||||
#
|
||||
# INVITE - use re-INVITE
|
||||
# UPDATE - use UPDATE
|
||||
# UPDATE_FALLBACK_INVITE - use UPDATE if indicated in Allow, re-INVITE otherwise
|
||||
#
|
||||
# Default: UPDATE_FALLBACK_INVITE
|
||||
#
|
||||
# Note: Session Timers are only supported in some applications
|
||||
#
|
||||
#session_refresh_method=UPDATE
|
||||
|
||||
# accept_501_reply - accept 501 reply as successful refresh? [yes|no]
|
||||
#
|
||||
# Default: yes
|
||||
#
|
||||
#accept_501_reply=no
|
||||
@ -0,0 +1,9 @@
|
||||
set (g729_SRCS
|
||||
g729.c
|
||||
)
|
||||
|
||||
SET(sems_module_name g729)
|
||||
SET(sems_module_libs speech core)
|
||||
SET(doc_files Readme.g729codec)
|
||||
INCLUDE(${CMAKE_SOURCE_DIR}/cmake/module.rules.txt)
|
||||
INCLUDE(${CMAKE_SOURCE_DIR}/cmake/doc.rules.txt)
|
||||
@ -0,0 +1,2 @@
|
||||
monit_udp_ip=127.0.0.1
|
||||
monit_udp_port=5040
|
||||
Loading…
Reference in new issue