-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathsip-fsms-receive.default
More file actions
28 lines (20 loc) · 922 Bytes
/
sip-fsms-receive.default
File metadata and controls
28 lines (20 loc) · 922 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Defaults for sip-fsms-receive initscript
# sourced by /etc/init.d/sip-fsms-receive
# installed at /etc/default/sip-fsms-receive by the maintainer scripts
#
# This is a POSIX shell fragment
#
# User under which is daemon running
#USER="nobody"
# Custom listen address or port range
#DAEMON_ARGS="$DAEMON_ARGS --sip-listen=127.0.0.1:5063 --rtp-listen=1.2.3.4:35000-35100"
# Persistent cache for parts of fragmented SMS
#DAEMON_ARGS="$DAEMON_ARGS --frag-cache=/var/cache/fsms_frag_cache"
# Country code for national telephone numbers
#DAEMON_ARGS="$DAEMON_ARGS --country=CZ"
# Overwrite telephone number of receiver and service center
#DAEMON_ARGS="$DAEMON_ARGS --local-te-number=123456789 --remote-sc-number=14700"
# Store received SMS to disk directory
#DAEMON_ARGS="$DAEMON_ARGS --store-to-dir=/var/sms/"
# Send received SMS via email
#DAEMON_ARGS="$DAEMON_ARGS --send-email=recipient@example.com,double-bounce"