- Add MixMonitor integration for automatic call recording - Add voipctl rec commands: enable/disable/status/list/play/download/delete/cleanup - Add recordings.js LuCI view with audio player and date filtering - Add RPCD methods for recording management - Add UCI config section for recording settings (format, retention) - Fix OVH API signature to use openssl instead of sha1sum - Improve PJSIP trunk config with realm and qualify settings Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
57 lines
1.1 KiB
Plaintext
57 lines
1.1 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'
|
|
|
|
config recording 'recording'
|
|
option enabled '0'
|
|
option format 'wav'
|
|
option retention_days '30'
|