secubox-openwrt/package/secubox/secubox-app-voip/files/etc/config/voip
CyberMind-FR e416fa14a6 feat(jabber): Add VoIP integration to LuCI dashboard
Add Jingle VoIP, SMS Relay, and Voicemail Notifications sections to
the Jabber overview.js. Expose 9 new RPC methods in api.js for VoIP
control. Also includes remaining VoIP package updates (dialer view,
asterisk-config.sh) from previous session.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-19 14:37:17 +01:00

52 lines
1.0 KiB
Plaintext

# SecuBox VoIP Configuration
config voip 'main'
option enabled '0'
option data_path '/srv/voip'
option memory_limit '512'
config asterisk 'asterisk'
option sip_port '5060'
option rtp_start '10000'
option rtp_end '20000'
option ari_enabled '1'
option ari_port '8089'
option ari_user 'admin'
option ari_password ''
config ovh 'ovh_telephony'
option enabled '0'
option endpoint 'ovh-eu'
option app_key ''
option app_secret ''
option consumer_key ''
option billing_account ''
option service_name ''
config trunk 'sip_trunk'
option enabled '0'
option provider 'ovh'
option host 'sip.ovh.net'
option username ''
option password ''
option outbound_proxy ''
option codecs 'ulaw,alaw,g729'
option dtmf_mode 'rfc4733'
config extension 'ext_100'
option name 'Admin'
option secret ''
option context 'internal'
option voicemail '1'
option vm_email ''
config ivr 'ivr'
option enabled '0'
option welcome_message '/srv/voip/sounds/welcome.wav'
option menu_timeout '10'
config haproxy 'ssl'
option enabled '0'
option domain ''
option webrtc '1'