]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Skinny: allow configuration of softkeys via xml
authorMathieu Parent <math.parent@gmail.com>
Sat, 4 Sep 2010 07:29:01 +0000 (09:29 +0200)
committerMathieu Parent <math.parent@gmail.com>
Sat, 4 Sep 2010 07:35:43 +0000 (09:35 +0200)
commitf5a6831ffcd01ce948edea25197b8d920fec1f07
treee27be568c697bacfc4c2870473841a856f4874c0
parent690ae1b313074efe8948faa539b6335c3140ca6b
Skinny: allow configuration of softkeys via xml

- enhance conf/skinny_profiles/internal.xml
- Sanity checks
  + softKeySet id < 16
  + less than 16 buttons per softKeySet
  + at least the default soft-key-set to load the profile
  + at least one profile to load mod_skinny
- Lower some ERRORs to WARNINGs as they don't prevent module loading
- Default skinny_str2soft_key_event to 0
conf/skinny_profiles/internal.xml
src/mod/endpoints/mod_skinny/mod_skinny.c
src/mod/endpoints/mod_skinny/mod_skinny.h
src/mod/endpoints/mod_skinny/skinny_protocol.h
src/mod/endpoints/mod_skinny/skinny_server.c
src/mod/endpoints/mod_skinny/skinny_tables.c