Skip to content
Snippets Groups Projects
Commit d5eb8f63 authored by George Yang (IOPSYS)'s avatar George Yang (IOPSYS)
Browse files

libvoice-broadcom: asterisk uci-defaults

Create voice extensions base on product data base
parent 0c09c104
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
hasVoice=$(db -q get hw.board.hasVoice)
[ "$hasVoice" = "1" ] || { rm -f "/etc/config/asterisk"; return; }
source /lib/voice/config_asterisk.sh
default_asterisk_config
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment