diff --git a/telefon/freeswitch/einrichten.sh b/telefon/freeswitch/einrichten.sh index 85184b3..e8bb4af 100755 --- a/telefon/freeswitch/einrichten.sh +++ b/telefon/freeswitch/einrichten.sh @@ -52,10 +52,14 @@ fuelle() { # fuelle "$PROJEKT/telefon/freeswitch/plusnet.xml.tpl" "$FS_ETC/sip_profiles/external/plusnet.xml" chmod 600 "$FS_ETC/sip_profiles/external/plusnet.xml" # enthaelt das SIP-Passwort fuelle "$PROJEKT/telefon/freeswitch/praxis_ab.xml.tpl" "$FS_ETC/dialplan/public/00_praxis_ab.xml" +# Kontext fuer Taste 9 waehrend der Ansage - Top-Level unter dialplan/, +# nicht in public/ (siehe hauptnummer_menue.xml.tpl). +fuelle "$PROJEKT/telefon/freeswitch/hauptnummer_menue.xml.tpl" "$FS_ETC/dialplan/hauptnummer_menue.xml" echo "Trunk -> $FS_ETC/sip_profiles/external/plusnet.xml (Rechte 600)" echo "Dialplan -> $FS_ETC/dialplan/public/00_praxis_ab.xml" echo "Ansage -> $PROJEKT/telefon/ansage.wav" +echo "Menue -> $FS_ETC/dialplan/hauptnummer_menue.xml (Taste 9 -> Astra)" echo "Eingang -> $PROJEKT/telefon/eingang" if [ -n "${DW3_DDI:-}" ]; then diff --git a/telefon/freeswitch/hauptnummer_menue.xml.tpl b/telefon/freeswitch/hauptnummer_menue.xml.tpl new file mode 100644 index 0000000..83eb053 --- /dev/null +++ b/telefon/freeswitch/hauptnummer_menue.xml.tpl @@ -0,0 +1,24 @@ + + + + + + + + + + diff --git a/telefon/freeswitch/praxis_ab.xml.tpl b/telefon/freeswitch/praxis_ab.xml.tpl index 445f142..87a2480 100644 --- a/telefon/freeswitch/praxis_ab.xml.tpl +++ b/telefon/freeswitch/praxis_ab.xml.tpl @@ -9,7 +9,14 @@ - + + +