4 cat > ~/.frameworkd.conf << EOT
7 log_destination=/tmp/frameworkd.log
11 modemtype = ti_calypso
12 ti_calypso_deep_sleep = adaptive
13 ti_calypso_dsp_mode = aec+nr
14 ti_calypso_muxer = fso-abyss
19 # At the start of zavai
28 # Run, blocking until the process ends
30 if [ -x /usr/bin/frameworkd ]
32 # Make default config if missing
33 test -e ~/.frameworkd.conf || make_default_conf
35 # Start frameworkd for GSM services only
36 exec /usr/bin/frameworkd -s ogsmd > /tmp/zavai-frameworkd.log 2>&1
43 echo "Usage: $0 {run|status}." >&2