From 5cd4ce1d8dc0dee9baa6ae3d2c433ad97379c492 Mon Sep 17 00:00:00 2001 From: Sukru Senli Date: Tue, 2 May 2023 11:21:10 +0200 Subject: [PATCH] evoice: remove package --- evoice/Makefile | 106 -- evoice/files/etc/config/voice | 334 ---- evoice/files/etc/evoice/tones.ini | 1564 ----------------- evoice/files/etc/evoice/voicedm | 181 -- evoice/files/etc/evoice/voicero | 56 - evoice/files/etc/init.d/evoice | 32 - evoice/files/lib/voice/codecs_airoha.json | 50 - evoice/files/lib/voice/codecs_brcm.json | 140 -- .../usr/share/evoice/sounds/activated.g711a | Bin 8640 -> 0 bytes .../usr/share/evoice/sounds/activated.g722 | 1 - .../usr/share/evoice/sounds/deactivated.g711a | Bin 12320 -> 0 bytes .../usr/share/evoice/sounds/deactivated.g722 | 1 - 12 files changed, 2465 deletions(-) delete mode 100644 evoice/Makefile delete mode 100644 evoice/files/etc/config/voice delete mode 100644 evoice/files/etc/evoice/tones.ini delete mode 100644 evoice/files/etc/evoice/voicedm delete mode 100644 evoice/files/etc/evoice/voicero delete mode 100755 evoice/files/etc/init.d/evoice delete mode 100644 evoice/files/lib/voice/codecs_airoha.json delete mode 100644 evoice/files/lib/voice/codecs_brcm.json delete mode 100644 evoice/files/usr/share/evoice/sounds/activated.g711a delete mode 100644 evoice/files/usr/share/evoice/sounds/activated.g722 delete mode 100644 evoice/files/usr/share/evoice/sounds/deactivated.g711a delete mode 100644 evoice/files/usr/share/evoice/sounds/deactivated.g722 diff --git a/evoice/Makefile b/evoice/Makefile deleted file mode 100644 index a2c0e5f6f..000000000 --- a/evoice/Makefile +++ /dev/null @@ -1,106 +0,0 @@ -# -# Copyright (C) 2022 IOPSYS Software Solutions AB -# - -include $(TOPDIR)/rules.mk - -PKG_NAME:=evoice -PKG_VERSION:=0.2.39 - -LOCAL_DEV=0 -LOCAL_DEV_EVOICE_DIR=~/voip/evoice - -ifneq ($(LOCAL_DEV),1) -PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/evoice.git -PKG_SOURCE_VERSION:=30d65330de0368f73ecf4a2e804c39a2ee280454 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz -PKG_MIRROR_HASH:=skip -endif - -PKG_LICENSE:=PROPRIETARY IOPSYS -PKG_LICENSE_FILES:=LICENSE - -# All config variable that are passed to the make invocation, directly or -# indirectly. This ensures that the package is rebuilt on config-changes. -#PKG_CONFIG_DEPENDS:=CONFIG_TARGET_BOARD - -include $(INCLUDE_DIR)/package.mk - -define Package/$(PKG_NAME) - CATEGORY:=Network - SUBMENU:=Telephony - TITLE:=Ensemble Voice - URL:= - DEPENDS:= +libubox +libubus +libpicoevent +libuci +libstdcpp +libopenssl +libjson-c +libblobmsg-json\ - +TARGET_brcmbca:bcmkernel\ - +TARGET_airoha:kmod-voip_driver\ - +TARGET_airoha:voip_app +libbbf_api -endef - -define Package/$(PKG_NAME)/description - Ensemble Voice. A stand alone SIP VoIP application. -endef - -ifeq ($(LOCAL_DEV),1) -# If you want to build the code from your own local repositiory enable -# LOCAL_DEV and set LOCAL_DEV_EVOICE_DIR to your own git repository. -define Build/Prepare - @echo "=======================================================" - @echo "DEVELOPMENT BUILD! rsync $(LOCAL_DEV_EVOICE_DIR) to $(PKG_BUILD_DIR)" - @echo "=======================================================" - rsync -a $(LOCAL_DEV_EVOICE_DIR)/* $(PKG_BUILD_DIR)/ -endef -endif - -IDIR = $(STAGING_DIR)/usr/include -TONES_INI_REQUIRED= - -ifeq ($(CONFIG_TARGET_brcmbca),y) - TARGET_PLATFORM=BROADCOM - BDIR = bcm963xx/userspace/private/apps/voice - CC_FLAGS = -I$(IDIR) -I$(IDIR)/$(BDIR)/inc\ - -I$(IDIR)/bcm963xx/xchg/bos/publicInc\ - -I$(IDIR)/bcm963xx/bcmdrivers/broadcom/include/bcm963xx - TRG=SVrgBcmFxs - JSONFILE=codecs_brcm.json -else ifeq ($(CONFIG_TARGET_airoha),y) - TARGET_PLATFORM=ECONET - TONES_INI_REQUIRED=y - TRG=SVrgMtekOwrt - JSONFILE=codecs_airoha.json -endif - -# disable temporarily some not important warnings, force PIC -CC_FLAGS_VS=$(CC_FLAGS) -Wno-unused-parameter -Wno-unused-function -fPIC - -export TARGET_PLATFORM - -#used and altered by BIDE makefiles -export _XFLAGS - -BIDE_MAKE_OPTS = -r -R -C $(PKG_BUILD_DIR) -f _bld/src/cdabs.mk\ - SWB=b_gxxqca6 HWA=a_openwrt HWC=c_hosted OSP=p_posix LIF=cerder DBG=dbg - -define Build/Compile - @echo "TARGET_PLATFORM=${TARGET_PLATFORM}" - +$(MAKE) $(BIDE_MAKE_OPTS) CC_FLAGS="$(CC_FLAGS)" TRG=$(TRG) - - @echo "clean libvoiceservice before building shared lib!" - +$(MAKE) $(BIDE_MAKE_OPTS) CC_FLAGS="$(CC_FLAGS_VS)" TRG=libvoiceservice cleanall - +$(MAKE) $(BIDE_MAKE_OPTS) CC_FLAGS="$(CC_FLAGS_VS)" TRG=libvoiceservice -endef - -define Package/evoice/install - $(CP) ./files/* $(1)/ - $(if $(TONES_INI_REQUIRED),,$(RM) $(1)/etc/evoice/tones.ini) - $(INSTALL_DIR) $(1)/usr/sbin - $(CP) $(1)/lib/voice/$(JSONFILE) $(1)/lib/voice/codecs_evoice.json - $(RM) $(1)/lib/voice/codecs_brcm.json - $(RM) $(1)/lib/voice/codecs_airoha.json - $(INSTALL_DIR) $(1)/usr/lib/bbfdm - $(INSTALL_BIN) $(PKG_BUILD_DIR)/_bin/a_openwrt/evoice $(1)/usr/sbin/ - $(INSTALL_BIN) $(PKG_BUILD_DIR)/_bin/a_openwrt/libvoiceservice.so $(1)/usr/lib/bbfdm/ -endef - -$(eval $(call BuildPackage,evoice)) diff --git a/evoice/files/etc/config/voice b/evoice/files/etc/config/voice deleted file mode 100644 index d677d7363..000000000 --- a/evoice/files/etc/config/voice +++ /dev/null @@ -1,334 +0,0 @@ - -config SIPClient 'Client1' - option Enable '1' - option RegisterMode 'RFC3261' - option AuthUserName '51234' - option AuthPassword '51234' - option Network 'Network1' - option MaxSessions '5' - option RegisiterURI '51234@sip-proxy.iopsys.eu' - option E164Format '1' - -config SIPClient 'Client2' - option Enable '1' - option RegisterMode 'RFC3261' - option AuthUserName '51235' - option AuthPassword '51235' - option Network 'Network1' - option MaxSessions '5' - option RegisiterURI '51235@sip-proxy.iopsys.eu' - option E164Format '1' - -config SIPNetwork 'Network1' - option Enable '1' - option ProxyServer 'sip-proxy.iopsys.eu' - option AcceptFromProxyOnly '0' - option ProxyServerPort '5060' - option ProxyServerTransport 'UDP' - option RegistrarServer 'sip-proxy.iopsys.eu' - option RegistrarServerPort '5060' - option RegistrarServerTransport 'UDP' - option RegistrationPeriod '3240' - option RegisterExpires '3600' - option UserAgentDomain ' ' - option TimerRegistrationFailed '120' - option TimerT1 '500' - option VoIPProfile 'VoIPProfile1' - option SIPSessionTimerEnable '0' - option SIPSessionExpireInterval '1800' - option SIPSessionMinimumTimer '90' - option SIPSessionRefresher 'NONE' - option SIPSessionTimerMode 'REQUEST' - option SIPSessionRefreshRequest 'UPDATE' - list CodecList '1CodecProfile1' - list CodecList '1CodecProfile2' - list CodecList '1CodecProfile3' - list CodecList '1CodecProfile5' - list CodecList '1CodecProfile4' - -config CodecProfile '1CodecProfile1' - option Enable '1' - option Codec 'G.711ALaw' - option PacketizationPeriod '20' - option SilenceSupression '1' - -config CodecProfile '1CodecProfile2' - option Enable '1' - option Codec 'G.711MuLaw' - option PacketizationPeriod '20' - option SilenceSupression '1' - -config CodecProfile '1CodecProfile3' - option Enable '1' - option Codec 'G.726' - option PacketizationPeriod '20' - option SilenceSupression '0' - -config CodecProfile '1CodecProfile4' - option Enable '1' - option Codec 'G.722' - option PacketizationPeriod '20' - option SilenceSupression '0' - -config CodecProfile '1CodecProfile5' - option Enable '1' - option Codec 'G.729' - option PacketizationPeriod '20' - option SilenceSupression '0' - -config VoIPProfile 'VoIPProfile1' - option Enable '1' - option DTMFMethod 'RFC4733' - option RTP '1RTP' - -config RTP '1RTP' - option LocalPortMin '10020' - option LocalPortMax '10039' - option JitterBufferType 'Static' - -config FXXPorts 'POTS' - option Region 'US' - -config FXSPorts 'FXS1' - option Enable '1' - option DialType 'Tone' - option TransmitGain '0' - option ReceiveGain '0' - option EchoCancellationEnable '1' - -config FXSPorts 'FXS2' - option Enable '1' - option DialType 'Tone' - option TransmitGain '0' - option ReceiveGain '0' - option EchoCancellationEnable '1' - -config Extension 'Extension1' - option Enable '1' - option ExtensionNumber '10#' - option Provider 'FXS1' - option CallingFeatures 'Set1' - option Name 'Phone 1' - -config Extension 'Extension2' - option Enable '1' - option ExtensionNumber '11#' - option Provider 'FXS2' - option CallingFeatures 'Set1' - option Name 'Phone 2' - -config Line 'Line1' - option Enable '1' - option Provider 'Client1' - option CallingFeatures 'Set1' - -config Line 'Line2' - option Enable '1' - option Provider 'Client2' - option CallingFeatures 'Set2' - -config IncomingMap 'IncomingMap1' - option Enable '1' - option Extension 'Extension1' - option Line 'Line1' - -config IncomingMap 'IncomingMap2' - option Enable '1' - option Extension 'Extension2' - option Line 'Line2' - -config IncomingMap 'IncomingMap3' - option Enable '0' - option Extension 'Extension2' - option Line 'Line1' - -config OutgoingMap 'OutgoingMap1' - option Enable '1' - option Extension 'Extension1' - option Line 'Line1' - -config OutgoingMap 'OutgoingMap2' - option Enable '1' - option Extension 'Extension2' - option Line 'Line2' - -config CallingFeatures 'Set1' - option CallerIDEnable '1' - option CallerIDNameEnable '1' - option CallForwardUnconditionalEnable '0' - option CallForwardUnconditionalNumber ' ' - option CallForwardOnBusyEnable '0' - option CallForwardOnBusyNumber ' ' - option CallForwardOnNoAnswerEnable '0' - option CallForwardOnNoAnswerRingTimeout '24' - option CallForwardOnNoAnswerNumber ' ' - option CallTransferEnable '1' - option MWIEnable '1' - option VMWIEnable '1' - option LineMessagesWaiting '0' - option AnonymousCallRejectionEnable '0' - option AnonymousCallEnable '1' - option DoNotDisturbEnable '1' - option RepeatDialEnable '1' - option VoiceMailEnable '1' - option CallPickUpEnable '1' - option CCBSEnable '1' - option CallWaitingEnable '0' - -config CallingFeatures 'Set2' - option CallerIDEnable '1' - option CallerIDNameEnable '1' - option CallForwardUnconditionalEnable '0' - option CallForwardUnconditionalNumber ' ' - option CallForwardOnBusyEnable '0' - option CallForwardOnBusyNumber ' ' - option CallForwardOnNoAnswerEnable '0' - option CallForwardOnNoAnswerRingTimeout '24' - option CallForwardOnNoAnswerNumber ' ' - option CallTransferEnable '1' - option MWIEnable '1' - option VMWIEnable '1' - option LineMessagesWaiting '0' - option AnonymousCallRejectionEnable '0' - option AnonymousCallEnable '1' - option DoNotDisturbEnable '1' - option RepeatDialEnable '1' - option VoiceMailEnable '1' - option CallPickUpEnable '1' - option CCBSEnable '1' - option CallWaitingEnable '1' - -config NumberingPlan 'NumberingPlan1' - option MinimumNumberOfDigits '1' - option MaximumNumberOfDigits '15' - option InterDigitTimerStd '2000' - option InterDigitTimerOpen '2000' - option TerminationDigit '#' - -config NumberingPlan 'NumberingPlan2' - option MinimumNumberOfDigits '5' - option MaximumNumberOfDigits '15' - option InterDigitTimerStd '2000' - option InterDigitTimerOpen '2000' - option TerminationDigit ' ' - list PrefixList '2PrefixInfo1' - list PrefixList '2PrefixInfo2' - list PrefixList '2PrefixInfo3' - list PrefixList '2PrefixInfo4' - list PrefixList '2PrefixInfo5' - list PrefixList '2PrefixInfo6' - list PrefixList '2PrefixInfo7' - list PrefixList '2PrefixInfo8' - list PrefixList '2PrefixInfo9' - -config NumberingPlan 'NumberingPlan3' - option MinimumNumberOfDigits '5' - option MaximumNumberOfDigits '15' - option InterDigitTimerStd '2000' - option InterDigitTimerOpen '2000' - option TerminationDigit '#' - list PrefixList '3PrefixInfo1' - -config PrefixInfo '2PrefixInfo1' - option Enable '1' - option PrefixRange '*43#' - option PrefixMinNumberOfDigits '4' - option PrefixMaxNumberOfDigits '4' - option NumberOfDigitsToRemove '0' - option PosOfDigitsToRemove '0' - option FacilityAction 'CW_ACTIVATE' - option FacilityActionArgument ' ' - -config PrefixInfo '2PrefixInfo2' - option Enable '1' - option PrefixRange '#43#' - option PrefixMinNumberOfDigits '4' - option PrefixMaxNumberOfDigits '4' - option NumberOfDigitsToRemove '0' - option PosOfDigitsToRemove '0' - option FacilityAction 'CW_DEACTIVATE' - option FacilityActionArgument ' ' - -config PrefixInfo '2PrefixInfo3' - option Enable '1' - option PrefixRange '*21*(X+)#' - option PrefixMinNumberOfDigits '9' - option PrefixMaxNumberOfDigits '9' - option NumberOfDigitsToRemove '0' - option PosOfDigitsToRemove '0' - option FacilityAction 'CFU_ACTIVATE' - option FacilityActionArgument ' ' - -config PrefixInfo '2PrefixInfo4' - option Enable '1' - option PrefixRange '#21#' - option PrefixMinNumberOfDigits '4' - option PrefixMaxNumberOfDigits '4' - option NumberOfDigitsToRemove '0' - option PosOfDigitsToRemove '0' - option FacilityAction 'CFU_DEACTIVATE' - option FacilityActionArgument ' ' - -config PrefixInfo '2PrefixInfo5' - option Enable '1' - option PrefixRange '*67*(X+)#' - option PrefixMinNumberOfDigits '9' - option PrefixMaxNumberOfDigits '9' - option NumberOfDigitsToRemove '0' - option PosOfDigitsToRemove '0' - option FacilityAction 'CFB_ACTIVATE' - option FacilityActionArgument ' ' - -config PrefixInfo '2PrefixInfo6' - option Enable '1' - option PrefixRange '#67#' - option PrefixMinNumberOfDigits '4' - option PrefixMaxNumberOfDigits '4' - option NumberOfDigitsToRemove '0' - option PosOfDigitsToRemove '0' - option FacilityAction 'CFB_DEACTIVATE' - option FacilityActionArgument ' ' - -config PrefixInfo '2PrefixInfo7' - option Enable '1' - option PrefixRange '*61*(X+(*X+)?)#' - option PrefixMinNumberOfDigits '15' - option PrefixMaxNumberOfDigits '15' - option NumberOfDigitsToRemove '0' - option PosOfDigitsToRemove '0' - option FacilityAction 'CFNR_ACTIVATE' - option FacilityActionArgument ' ' - -config PrefixInfo '2PrefixInfo8' - option Enable '1' - option PrefixRange '#61#' - option PrefixMinNumberOfDigits '4' - option PrefixMaxNumberOfDigits '4' - option NumberOfDigitsToRemove '0' - option PosOfDigitsToRemove '0' - option FacilityAction 'CFNR_DEACTIVATE' - option FacilityActionArgument ' ' - -config PrefixInfo '2PrefixInfo9' - option Enable '1' - option PrefixRange '*31*' - option PrefixMinNumberOfDigits '4' - option PrefixMaxNumberOfDigits '4' - option NumberOfDigitsToRemove '0' - option PosOfDigitsToRemove '0' - option FacilityAction 'CA_ACTIVATE' - option FacilityActionArgument ' ' - -config PrefixInfo '3PrefixInfo1' - option Enable '1' - option PrefixRange '110|112' - option PrefixMinNumberOfDigits '7' - option PrefixMaxNumberOfDigits '7' - option NumberOfDigitsToRemove '0' - option PosOfDigitsToRemove '0' - option FacilityAction 'X_IOPSYS_EU_EMERGENCY' - option FacilityActionArgument ' ' - -config DialPlan 'X_IOPSYS_EU_InternalNumber1' - option RegExp '1X#' - diff --git a/evoice/files/etc/evoice/tones.ini b/evoice/files/etc/evoice/tones.ini deleted file mode 100644 index 929a1d3c8..000000000 --- a/evoice/files/etc/evoice/tones.ini +++ /dev/null @@ -1,1564 +0,0 @@ -# Ring Sequence ------------------------------------------------------ -# Defines the sequence of ringing and silence -# The format is "rr:ss : rr:ss ... " -# rr is ring duration, ss is silence duration (both in ms) - -# Tones -------------------------------------------------------------- -# Format Rrr:Lll:[ff:dd][ff:dd]... -# rr = repetitions ll = level (dBm) ff = freqency dd = duration -# rr = 0 infinite rep ff = 0 silence -# Max 12 entries available (tones.h) -# 0x8000 32768 --> 2^15 + f1 // f1 mixed with freq in next entry. -# 0x4000 16384 --> 2^14 + f1 // silence mixed with speech. -# 0x2000 8192 --> 2^13 + f1 // Mix fx with fx+1 -# Second entry when mixed -# 0x0xxx 0 --> 2^13 + f2 // Mode 0. f1 and f2 juxtaposed same level -# 0x2xxx 8192 --> 2^13 + f2 // Mode 1. fi and f2 juxtaposed level in duration -# 0x4xxx 16384 --> 2^14 + f2 // Mode 2. Not defined -# 0x6xxx 24576 -->13|14 + f2 // Mode 3. f1 am with f2 -# 0x8xxx 32768 --> 2^15 + f2 // Mode 4. f1 am with f2/3 -# Examples -# 0x8000 33118 --> 2^15+350 // 350 mixed with f2 in next entry. -# 0x8000 33193 --> 2^15+425 // 425 mixed with f2 in next entry. -# 0x8000 33208 --> 2^15+440 // 440 mixed with f2 in next entry. -# 0x8000 33248 --> 2^15+480 // 480 mixed with f2 in next entry. -# 0x8000 34898 --> 2^15+480 // 480 mixed with f2 in next entry. -# [33193:0][24601:65492] 425Hz modulated with 25Hz level 2 dBm -# [9592:25][10252:25][10652:25][10792:25][0:100] Mix 1400, 2060, 2460 and 2600 - - -# GLOBAL -# Tones that are common to all countries. -Global_Silence = "R0:L 0 [0:0]" -Global_Tone_Off = "R1:L 0 [0:1]" -Global_BT_FSK_Alert = "R1:L -20 [0:110][34898:100][2750:100][0:45]" -Global_FSK_Alert = "R1:L -12 [0:45][34898:82][2750:0][0:250]" -Global_InterdigitTmo = "15000" -Global_ToneTmo = "15000" -Global_HookOffTmo = "60000" -Global_Positive = "R1:L -10 [425:200][16384:500][425:200]" -Global_Negative = "R1:L -10 [425:200][16384:500][425:200]" - - -# AUSTRALIA -Australia_Ring_Sequence = "400:200:400:2000" -Australia_Dial = "R0:L -11 [33193:0][24601:65492]" -Australia_Congestion = "R5:L -10 [400:375][0:375]" -Australia_Busy = "R0:L -10 [400:375][0:375]" -Australia_Special = "R5:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:2024]" -Australia_Unobtainable = "R2:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:5024]" -Australia_Waiting = "R0:L -10 [425:100][16384:100][525:100][16384:4700]" -Australia_Waiting_NCX = "R1:L -10 [425:100][16384:100][525:100][16384:4700]" -Australia_Ring = "R0:L -16 [33168:400][24593:65472][0:200][33168:400][24593:65472][0:2000]" -Australia_Conference = "R0:L -20 [16384:15000]" -Australia_Intervention = "R0:L -10 [1400:330][0:1500]" -Australia_CountryCode = "61" - -# Copied from United_Kingdom, change later to correct ones -Australia_Howler = "R0:L -1 [33568:100][2500:0][0:100]" -Australia_Ringing0 = "800:400:800:4000" -Australia_Ringing1 = "200:400:800:4000" -Australia_Ringing2 = "800:400:200:4000" -Australia_Ringing3 = "400:200:400:4000" -Australia_Ringing4 = "800:200:400:200:400:4000" -Australia_Ringing5 = "400:200:400:200:800:4000" -Australia_Ringing6 = "300:200:1000:200:300:4000" -Australia_Ringing7 = "250:250:250:250:250:1750" -Australia_Reorder = "R5:L -10 [400:375][0:375]" -Australia_Ring_Splash = "500:500" -Australia_Ring_Insistent = "300:400" -Australia_Stutter_Dial = "R0:L -7 [33118:750][450:0][0:750]" -Australia_Intercom_Dial = "R0:L -11 [33193:0][24601:65492]" -Australia_Message_Waiting = "R0:L -7 [33118:750][450:0][0:750]" -Australia_Waiting0 = "R2:L -13 [440:400][16384:200][440:400][16384:10000]" -Australia_Waiting1 = "R2:L -13 [440:100][16384:200][440:400][16384:10000]" -Australia_Waiting2 = "R2:L -13 [440:400][16384:200][440:100][16384:10000]" -Australia_Waiting3 = "R2:L -13 [440:200][16384:100][440:200][16384:10000]" -Australia_Waiting4 = "R2:L -13 [440:400][16384:100][440:200][16384:100][440:200][16384:10000]" -Australia_Waiting5 = "R2:L -13 [440:200][16384:100][440:200][16384:100][440:400][16384:10000]" -Australia_Waiting6 = "R2:L -13 [440:150][16384:100][440:500][16384:100][440:150][16384:10000]" -Australia_Waiting7 = "R2:L -13 [440:125][16384:125][440:125][16384:125][440:125][16384:5000]" -Australia_Confirmation = "R0:L -10 [425:100][16384:100][525:100][16384:4700]" -Australia_On_Hold = "R0:L -13 [880:200][0:100][880:200][0:8000]" - -# AUSTRIA -Austria_Ring_Sequence = "1000:5000" -Austria_Dial = "R0:L -10 [420:0]" -Austria_Ring = "R0:L -10 [420:1000][0:5000]" -Austria_Busy = "R0:L -10 [420:400][0:400]" -Austria_Congestion = "R5:L -10 [420:200][0:200]" -Austria_Special = "R5:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:2024]" -Austria_Unobtainable = "R2:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:5024]" -Austria_Waiting = "R0:L -20 [440:300][16384:200][440:300][16384:4700]" -Austria_Waiting_NCX = "R1:L -10 [425:100][16384:100][525:100][16384:4700]" -Austria_Conference = "R0:L -20 [16384:15000]" -Austria_Intervention = "R0:L -10 [1400:330][0:1500]" -Austria_CountryCode = "43" - -# Copied from United_Kingdom, change later to correct ones -Austria_Howler = "R0:L -1 [33568:100][2500:0][0:100]" -Austria_Ringing0 = "800:400:800:4000" -Austria_Ringing1 = "200:400:800:4000" -Austria_Ringing2 = "800:400:200:4000" -Austria_Ringing3 = "400:200:400:4000" -Austria_Ringing4 = "800:200:400:200:400:4000" -Austria_Ringing5 = "400:200:400:200:800:4000" -Austria_Ringing6 = "300:200:1000:200:300:4000" -Austria_Ringing7 = "250:250:250:250:250:1750" -Austria_Reorder = "R5:L -10 [400:375][0:375]" -Austria_Ring_Splash = "500:500" -Austria_Ring_Insistent = "300:400" -Austria_Stutter_Dial = "R0:L -7 [33118:750][450:0][0:750]" -Austria_Intercom_Dial = "R0:L -10 [420:0]" -Austria_Message_Waiting = "R0:L -7 [33118:750][450:0][0:750]" -Austria_Waiting0 = "R2:L -13 [440:400][16384:200][440:400][16384:10000]" -Austria_Waiting1 = "R2:L -13 [440:100][16384:200][440:400][16384:10000]" -Austria_Waiting2 = "R2:L -13 [440:400][16384:200][440:100][16384:10000]" -Austria_Waiting3 = "R2:L -13 [440:200][16384:100][440:200][16384:10000]" -Austria_Waiting4 = "R2:L -13 [440:400][16384:100][440:200][16384:100][440:200][16384:10000]" -Austria_Waiting5 = "R2:L -13 [440:200][16384:100][440:200][16384:100][440:400][16384:10000]" -Austria_Waiting6 = "R2:L -13 [440:150][16384:100][440:500][16384:100][440:150][16384:10000]" -Austria_Waiting7 = "R2:L -13 [440:125][16384:125][440:125][16384:125][440:125][16384:5000]" -Austria_Confirmation = "R0:L -20 [440:300][16384:200][440:300][16384:4700]" -Austria_On_Hold = "R0:L -13 [880:200][0:100][880:200][0:8000]" - -# BELGIUM -Belgium_Ring_Sequence = "1000:3000" -Belgium_Busy = "R0:L -5 [425:500][0:500]" -Belgium_Dial = "R0:L -5 [425:0]" -Belgium_Ring = "R0:L -5 [425:1000][0:3000]" -Belgium_Special = "R5:L -10 [900:333][1380:333][1860:333][0:1000]" -Belgium_Waiting = "R0:L -15 [1400:175][16384:175][1400:175][16384:3500]" -Belgium_Waiting_NCX = "R1:L -15 [1400:175][16384:175][1400:175][16384:3500]" -Belgium_Congestion = "R0:L -5 [425:167][0:167]" -Belgium_Conference = "R0:L -20 [16384:15000]" -Belgium_Unobtainable = "R2:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:5024]" -Belgium_Intervention = "R0:L -10 [1400:330][0:1500]" -Belgium_FSK_RP_AS = "350" -Belgium_CountryCode = "32" - -# Copied from United_Kingdom, change later to correct ones -Belgium_Howler = "R0:L -1 [33568:100][2500:0][0:100]" -Belgium_Ringing0 = "800:400:800:4000" -Belgium_Ringing1 = "200:400:800:4000" -Belgium_Ringing2 = "800:400:200:4000" -Belgium_Ringing3 = "400:200:400:4000" -Belgium_Ringing4 = "800:200:400:200:400:4000" -Belgium_Ringing5 = "400:200:400:200:800:4000" -Belgium_Ringing6 = "300:200:1000:200:300:4000" -Belgium_Ringing7 = "250:250:250:250:250:1750" -Belgium_Reorder = "R5:L -10 [425:167][0:167]" -Belgium_Ring_Splash = "500:500" -Belgium_Ring_Insistent = "300:400" -Belgium_Stutter_Dial = "R0:L -7 [33118:750][450:0][0:750]" -Belgium_Intercom_Dial = "R0:L -5 [425:0]" -Belgium_Message_Waiting = "R0:L -7 [33118:750][450:0][0:750]" -Belgium_Waiting0 = "R2:L -13 [440:400][16384:200][440:400][16384:10000]" -Belgium_Waiting1 = "R2:L -13 [440:100][16384:200][440:400][16384:10000]" -Belgium_Waiting2 = "R2:L -13 [440:400][16384:200][440:100][16384:10000]" -Belgium_Waiting3 = "R2:L -13 [440:200][16384:100][440:200][16384:10000]" -Belgium_Waiting4 = "R2:L -13 [440:400][16384:100][440:200][16384:100][440:200][16384:10000]" -Belgium_Waiting5 = "R2:L -13 [440:200][16384:100][440:200][16384:100][440:400][16384:10000]" -Belgium_Waiting6 = "R2:L -13 [440:150][16384:100][440:500][16384:100][440:150][16384:10000]" -Belgium_Waiting7 = "R2:L -13 [440:125][16384:125][440:125][16384:125][440:125][16384:5000]" -Belgium_Confirmation = "R0:L -15 [1400:175][16384:175][1400:175][16384:3500]" -Belgium_On_Hold = "R0:L -13 [880:200][0:100][880:200][0:8000]" - -# BRAZIL -Brazil_Ring_Sequence = "1000:4000" -Brazil_Dial = "R0:L -3 [425:0]" -Brazil_Busy = "R0:L -8 [425:250][0:250]" -Brazil_Ring = "R0:L -8 [425:1000][0:4000]" -Brazil_Special = "R5:L -10 [950:330][1400:330][1800:330][0:1000]" -Brazil_Waiting = "R0:L -10 [425:50][16384:1000]" -Brazil_Waiting_NCX = "R1:L -10 [425:50][16384:1000]" -Brazil_Congestion = "R0:L -8 [425:750][0:250][425:250][0:250]" -Brazil_Conference = "R0:L -20 [16384:15000]" -Brazil_Unobtainable = "R2:L -10 [425:750][0:250][425:250][0:250]" -Brazil_Intervention = "R0:L -10 [1400:330][0:1500]" -Brazil_CountryCode = "55" - -# Copied from United_Kingdom, change later to correct ones -Brazil_Howler = "R0:L -1 [33568:100][2500:0][0:100]" -Brazil_Ringing0 = "800:400:800:4000" -Brazil_Ringing1 = "200:400:800:4000" -Brazil_Ringing2 = "800:400:200:4000" -Brazil_Ringing3 = "400:200:400:4000" -Brazil_Ringing4 = "800:200:400:200:400:4000" -Brazil_Ringing5 = "400:200:400:200:800:4000" -Brazil_Ringing6 = "300:200:1000:200:300:4000" -Brazil_Ringing7 = "250:250:250:250:250:1750" -Brazil_Reorder = "R0:L -8 [425:750][0:250][425:250][0:250]" -Brazil_Ring_Splash = "500:500" -Brazil_Ring_Insistent = "300:400" -Brazil_Stutter_Dial = "R0:L -7 [33118:750][450:0][0:750]" -Brazil_Intercom_Dial = "R0:L -3 [425:0]" -Brazil_Message_Waiting = "R0:L -7 [33118:750][450:0][0:750]" -Brazil_Waiting0 = "R2:L -13 [440:400][16384:200][440:400][16384:10000]" -Brazil_Waiting1 = "R2:L -13 [440:100][16384:200][440:400][16384:10000]" -Brazil_Waiting2 = "R2:L -13 [440:400][16384:200][440:100][16384:10000]" -Brazil_Waiting3 = "R2:L -13 [440:200][16384:100][440:200][16384:10000]" -Brazil_Waiting4 = "R2:L -13 [440:400][16384:100][440:200][16384:100][440:200][16384:10000]" -Brazil_Waiting5 = "R2:L -13 [440:200][16384:100][440:200][16384:100][440:400][16384:10000]" -Brazil_Waiting6 = "R2:L -13 [440:150][16384:100][440:500][16384:100][440:150][16384:10000]" -Brazil_Waiting7 = "R2:L -13 [440:125][16384:125][440:125][16384:125][440:125][16384:5000]" -Brazil_Confirmation = "R0:L -10 [425:50][16384:1000]" -Brazil_On_Hold = "R0:L -13 [880:200][0:100][880:200][0:8000]" - -# CANADA -Canada_Ring_Sequence = "2000:4000" -Canada_Dial = "R0:L -13 [33118:0][450:0]" -Canada_Congestion = "R0:L -24 [33248:250][620:250][0:250]" -Canada_Busy = "R0:L -24 [33248:500][620:500][0:500]" -Canada_Special = "R5:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:2024]" -Canada_Unobtainable = "R2:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:5024]" -Canada_Waiting = "R0:L -13 [440:300][16384:10000]" -Canada_Waiting_NCX = "R1:L -13 [440:300][16384:10000]" -Canada_Ring = "R0:L -19 [33208:2000][480:2000][0:4000]" -Canada_Conference = "R0:L -20 [16384:15000]" -Canada_Intervention = "R0:L -10 [1400:330][0:1500]" -Canada_CountryCode = "1" - -# Copied from United_Kingdom, change later to correct ones. -Canada_Howler = "R0:L -1 [33568:100][2500:0][0:100]" -Canada_Ringing0 = "800:400:800:4000" -Canada_Ringing1 = "200:400:800:4000" -Canada_Ringing2 = "800:400:200:4000" -Canada_Ringing3 = "400:200:400:4000" -Canada_Ringing4 = "800:200:400:200:400:4000" -Canada_Ringing5 = "400:200:400:200:800:4000" -Canada_Ringing6 = "300:200:1000:200:300:4000" -Canada_Ringing7 = "250:250:250:250:250:1750" -Canada_Reorder = "R0:L -24 [33248:250][620:250][0:250]" -Canada_Ring_Splash = "500:5000" -Canada_Ring_Insistent = "300:400" -Canada_Stutter_Dial = "R0:L -7 [33118:750][450:0][0:750]" -Canada_Intercom_Dial = "R0:L -13 [33118:0][450:0]" -Canada_Message_Waiting = "R0:L -7 [33118:750][450:0][0:750]" -Canada_Waiting0 = "R2:L -13 [440:400][16384:200][440:400][16384:10000]" -Canada_Waiting1 = "R2:L -13 [440:100][16384:200][440:400][16384:10000]" -Canada_Waiting2 = "R2:L -13 [440:400][16384:200][440:100][16384:10000]" -Canada_Waiting3 = "R2:L -13 [440:200][16384:100][440:200][16384:10000]" -Canada_Waiting4 = "R2:L -13 [440:400][16384:100][440:200][16384:100][440:200][16384:10000]" -Canada_Waiting5 = "R2:L -13 [440:200][16384:100][440:200][16384:100][440:400][16384:10000]" -Canada_Waiting6 = "R2:L -13 [440:150][16384:100][440:500][16384:100][440:150][16384:10000]" -Canada_Waiting7 = "R2:L -13 [440:125][16384:125][440:125][16384:125][440:125][16384:5000]" -Canada_Confirmation = "R0:L -13 [440:300][16384:10000]" -Canada_On_Hold = "R0:L -13 [880:200][0:100][880:200][0:8000]" - -# CHINA -China_Ring_Sequence = "1000:4000" -China_Dial = "R0:L -5 [450:0]" -China_Busy = "R0:L -10 [450:350][0:350]" -China_Ring = "R0:L -10 [450:1000][0:4000]" -China_Special = "R1:L -10 [450:400][0:40]" -China_Waiting = "R0:L -10 [450:400][16384:4000]" -China_Waiting_NCX = "R1:L -10 [450:400][16384:4000]" -China_Congestion = "R0:L -10 [450:700][0:700]" -China_Conference = "R0:L -20 [16384:15000]" -China_Intervention = "R0:L -10 [1400:330][0:1500]" -China_Unobtainable = "R1:L -10 [450:100][0:100][450:100][0:100][450:400][0:400]" -China_CountryCode = "86" - -# Copied from United_Kingdom, change later to correct ones -China_Howler = "R0:L -1 [33568:100][2500:0][0:100]" -China_Ringing0 = "800:400:800:4000" -China_Ringing1 = "200:400:800:4000" -China_Ringing2 = "800:400:200:4000" -China_Ringing3 = "400:200:400:4000" -China_Ringing4 = "800:200:400:200:400:4000" -China_Ringing5 = "400:200:400:200:800:4000" -China_Ringing6 = "300:200:1000:200:300:4000" -China_Ringing7 = "250:250:250:250:250:1750" -China_Reorder = "R0:L -10 [450:700][0:700]" -China_Ring_Splash = "500:500" -China_Ring_Insistent = "300:400" -China_Stutter_Dial = "R0:L -7 [33118:750][450:0][0:750]" -China_Intercom_Dial = "R0:L -5 [450:0]" -China_Message_Waiting = "R0:L -7 [33118:750][450:0][0:750]" -China_Waiting0 = "R2:L -13 [440:400][16384:200][440:400][16384:10000]" -China_Waiting1 = "R2:L -13 [440:100][16384:200][440:400][16384:10000]" -China_Waiting2 = "R2:L -13 [440:400][16384:200][440:100][16384:10000]" -China_Waiting3 = "R2:L -13 [440:200][16384:100][440:200][16384:10000]" -China_Waiting4 = "R2:L -13 [440:400][16384:100][440:200][16384:100][440:200][16384:10000]" -China_Waiting5 = "R2:L -13 [440:200][16384:100][440:200][16384:100][440:400][16384:10000]" -China_Waiting6 = "R2:L -13 [440:150][16384:100][440:500][16384:100][440:150][16384:10000]" -China_Waiting7 = "R2:L -13 [440:125][16384:125][440:125][16384:125][440:125][16384:5000]" -China_Confirmation = "R0:L -10 [450:400][16384:4000]" -China_On_Hold = "R0:L -13 [880:200][0:100][880:200][0:8000]" - -# DENMARK -Denmark_Ring_Sequence = "1000:4000" -Denmark_Dial = "R0:L -5 [425:0]" -Denmark_Busy = "R0:L -10 [425:250][0:250]" -Denmark_Ring = "R0:L -10 [425:1000][0:4000]" -Denmark_Special = "R5:L -10 [950:333][0:24][1400:333][0:24][1800:333][0:1000]" -Denmark_Waiting = "R2:L -10 [425:200][16384:200][425:200][16384:3600]" -Denmark_Waiting_NCX = "R1:L -10 [425:200][16384:500][425:200]" -Denmark_Congestion = "R0:L -10 [425:250][0:250]" -Denmark_Conference = "R0:L -20 [16384:15000]" -Denmark_Intervention = "R0:L -10 [1400:330][0:1500]" -Denmark_Unobtainable = "R2:L -10 [950:330][0:24][1400:330][0:24][1800:330][0:1000]" -Denmark_CountryCode = "45" - -Denmark_Howler = "R0:L -1 [34168:100][2600:0][0:100]" -Denmark_Ringing0 = "800:400:800:4000" -Denmark_Ringing1 = "200:400:800:4000" -Denmark_Ringing2 = "800:400:200:4000" -Denmark_Ringing3 = "400:200:400:4000" -Denmark_Ringing4 = "800:200:400:200:400:4000" -Denmark_Ringing5 = "400:200:400:200:800:4000" -Denmark_Ringing6 = "300:200:1000:200:300:4000" -Denmark_Ringing7 = "250:250:250:250:250:1750" -Denmark_Reorder = "R0:L -10 [425:250][0:250]" -Denmark_Ring_Splash = "500:500" -Denmark_Ring_Insistent = "300:400" -Denmark_Stutter_Dial = "R0:L -13 [425:320][0:20]" -Denmark_Intercom_Dial = "R0:L -5 [425:0]" -Denmark_Message_Waiting = "R0:L -13 [425:425][0:25]" -Denmark_Waiting0 = "R2:L -13 [440:400][16384:200][440:400][16384:10000]" -Denmark_Waiting1 = "R2:L -13 [440:100][16384:200][440:400][16384:10000]" -Denmark_Waiting2 = "R2:L -13 [440:400][16384:200][440:100][16384:10000]" -Denmark_Waiting3 = "R2:L -13 [440:200][16384:100][440:200][16384:10000]" -Denmark_Waiting4 = "R2:L -13 [440:400][16384:100][440:200][16384:100][440:200][16384:10000]" -Denmark_Waiting5 = "R2:L -13 [440:200][16384:100][440:200][16384:100][440:400][16384:10000]" -Denmark_Waiting6 = "R2:L -13 [440:150][16384:100][440:500][16384:100][440:150][16384:10000]" -Denmark_Waiting7 = "R2:L -13 [440:125][16384:125][440:125][16384:125][440:125][16384:5000]" -Denmark_Confirmation = "R2:L -10 [425:200][16384:200][425:200][16384:3600]" -Denmark_On_Hold = "R0:L -13 [880:200][0:100][880:200][0:8000]" -Denmark_Closed_Dial_Plan = "1" - -# FINLAND -Finland_Ring_Sequence = "1000:4000" -Finland_Dial = "R0:L -5 [425:0]" -Finland_Congestion = "R0:L -10 [425:200][0:200]" -Finland_Busy = "R0:L -10 [425:300][0:300]" -Finland_Special = "R5:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:2024]" -Finland_Unobtainable = "R2:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:5024]" -Finland_Waiting = "R0:L -10 [425:150][16384:150][425:150][16384:8000]" -Finland_Waiting_NCX = "R1:L -10 [425:150][16384:150][425:150][16384:8000]" -Finland_Ring = "R0:L -10 [425:1000][0:4000]" -Finland_Conference = "R0:L -20 [16384:15000]" -Finland_Intervention = "R0:L -10 [1400:330][0:1500]" -Finland_CountryCode = "358" - -# Copied from United_Kingdom, change later to correct ones -Finland_Howler = "R0:L -1 [33568:100][2500:0][0:100]" -Finland_Ringing0 = "800:400:800:4000" -Finland_Ringing1 = "200:400:800:4000" -Finland_Ringing2 = "800:400:200:4000" -Finland_Ringing3 = "400:200:400:4000" -Finland_Ringing4 = "800:200:400:200:400:4000" -Finland_Ringing5 = "400:200:400:200:800:4000" -Finland_Ringing6 = "300:200:1000:200:300:4000" -Finland_Ringing7 = "250:250:250:250:250:1750" -Finland_Reorder = "R0:L -10 [425:200][0:200]" -Finland_Ring_Splash = "500:500" -Finland_Ring_Insistent = "300:400" -Finland_Stutter_Dial = "R0:L -7 [425:650][0:25]" -Finland_Intercom_Dial = "R0:L -5 [425:0]" -Finland_Message_Waiting = "R0:L -7 [425:650][0:25]" -Finland_Waiting0 = "R2:L -13 [440:400][16384:200][440:400][16384:10000]" -Finland_Waiting1 = "R2:L -13 [440:100][16384:200][440:400][16384:10000]" -Finland_Waiting2 = "R2:L -13 [440:400][16384:200][440:100][16384:10000]" -Finland_Waiting3 = "R2:L -13 [440:200][16384:100][440:200][16384:10000]" -Finland_Waiting4 = "R2:L -13 [440:400][16384:100][440:200][16384:100][440:200][16384:10000]" -Finland_Waiting5 = "R2:L -13 [440:200][16384:100][440:200][16384:100][440:400][16384:10000]" -Finland_Waiting6 = "R2:L -13 [440:150][16384:100][440:500][16384:100][440:150][16384:10000]" -Finland_Waiting7 = "R2:L -13 [440:125][16384:125][440:125][16384:125][440:125][16384:5000]" -Finland_Confirmation = "R0:L -10 [425:150][16384:150][425:150][16384:8000]" -Finland_On_Hold = "R0:L -13 [880:200][0:100][880:200][0:8000]" - -# FRANCE -France_Ring_Sequence = "1500:3500" -France_Dial = "R0:L -3.5 [440:0]" -France_Congestion = "R0:L -8 [440:500][0:500]" -France_Busy = "R0:L -8 [440:500][0:500]" -France_Special = "R5:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:2024]" -France_Unobtainable = "R2:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:5024]" -France_Waiting = "R0:L -8 [440:300][16384:10000]" -France_Waiting_NCX = "R1:L -8 [440:300][16384:10000]" -France_Ring = "R0:L -8 [440:1500][0:3500]" -France_Conference = "R0:L -20 [16384:15000]" -France_Intervention = "R0:L -10 [1400:330][0:1500]" -France_CountryCode = "33" - -# Copied from United_Kingdom, change later to correct ones -France_Howler = "R0:L -1 [33568:100][2500:0][0:100]" -France_Ringing0 = "800:400:800:4000" -France_Ringing1 = "200:400:800:4000" -France_Ringing2 = "800:400:200:4000" -France_Ringing3 = "400:200:400:4000" -France_Ringing4 = "800:200:400:200:400:4000" -France_Ringing5 = "400:200:400:200:800:4000" -France_Ringing6 = "300:200:1000:200:300:4000" -France_Ringing7 = "250:250:250:250:250:1750" -France_Reorder = "R0:L -8 [440:500][0:500]" -France_Ring_Splash = "500:500" -France_Ring_Insistent = "300:400" -France_Stutter_Dial = "R0:L -7 [33098:0][440:0]" -France_Intercom_Dial = "R0:L -3.5 [440:0]" -France_Message_Waiting = "R0:L -7 [33098:0][440:0]" -France_Waiting0 = "R2:L -13 [440:400][16384:200][440:400][16384:10000]" -France_Waiting1 = "R2:L -13 [440:100][16384:200][440:400][16384:10000]" -France_Waiting2 = "R2:L -13 [440:400][16384:200][440:100][16384:10000]" -France_Waiting3 = "R2:L -13 [440:200][16384:100][440:200][16384:10000]" -France_Waiting4 = "R2:L -13 [440:400][16384:100][440:200][16384:100][440:200][16384:10000]" -France_Waiting5 = "R2:L -13 [440:200][16384:100][440:200][16384:100][440:400][16384:10000]" -France_Waiting6 = "R2:L -13 [440:150][16384:100][440:500][16384:100][440:150][16384:10000]" -France_Waiting7 = "R2:L -13 [440:125][16384:125][440:125][16384:125][440:125][16384:5000]" -France_Confirmation = "R0:L -8 [440:300][16384:10000]" -France_On_Hold = "R0:L -13 [880:200][0:100][880:200][0:8000]" - -# GEORGIA (levels copied from Sweden) -Georgia_Ring_Sequence = "1000:4000" -Georgia_Dial = "R0:L -5 [425:0]" -Georgia_Busy = "R0:L -10 [425:500][0:500]" -Georgia_Ring = "R0:L -10 [425:1000][0:4000]" -Georgia_Waiting = "R1:L -10 [425:125]" -Georgia_Congestion = "R0:L -10 [425:1000][0:1000]" -Georgia_CountryCode = "995" - -# Copied from Sweden, change later to correct ones -Georgia_Special = "R5:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:2024]" -Georgia_Waiting_NCX = "R1:L -10 [425:200][16384:500][425:200]" -Georgia_Conference = "R0:L -20 [1400:330][16384:15000]" -Georgia_Unobtainable = "R2:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:5024]" -Georgia_Intervention = "R0:L -10 [1400:330][0:1500]" -Georgia_Howler = "R0:L -1 [34168:100][2600:0][0:100]" -Georgia_Ringing0 = "800:400:800:4000" -Georgia_Ringing1 = "200:400:800:4000" -Georgia_Ringing2 = "800:400:200:4000" -Georgia_Ringing3 = "400:200:400:4000" -Georgia_Ringing4 = "800:200:400:200:400:4000" -Georgia_Ringing5 = "400:200:400:200:800:4000" -Georgia_Ringing6 = "300:200:1000:200:300:4000" -Georgia_Ringing7 = "250:250:250:250:250:1750" -Georgia_Reorder = "R0:L -10 [425:250][0:750]" -Georgia_Ring_Splash = "500:500" -Georgia_Ring_Insistent = "300:400" -Georgia_Stutter_Dial = "R0:L -13 [425:320][0:20]" -Georgia_Intercom_Dial = "R0:L -5 [425:0]" -Georgia_Message_Waiting = "R0:L -13 [425:320][0:20]" -Georgia_Waiting0 = "R2:L -13 [440:400][16384:200][440:400][16384:10000]" -Georgia_Waiting1 = "R2:L -13 [440:100][16384:200][440:400][16384:10000]" -Georgia_Waiting2 = "R2:L -13 [440:400][16384:200][440:100][16384:10000]" -Georgia_Waiting3 = "R2:L -13 [440:200][16384:100][440:200][16384:10000]" -Georgia_Waiting4 = "R2:L -13 [440:400][16384:100][440:200][16384:100][440:200][16384:10000]" -Georgia_Waiting5 = "R2:L -13 [440:200][16384:100][440:200][16384:100][440:400][16384:10000]" -Georgia_Waiting6 = "R2:L -13 [440:150][16384:100][440:500][16384:100][440:150][16384:10000]" -Georgia_Waiting7 = "R2:L -13 [440:125][16384:125][440:125][16384:125][440:125][16384:5000]" -Georgia_Confirmation = "R1:L -10 [425:125]" -Georgia_On_Hold = "R0:L -13 [880:200][0:100][880:200][0:8000]" - -# GERMANY -Germany_Ring_Sequence = "1000:4000" -Germany_Dial = "R0:L -5 [425:0]" -Germany_Congestion = "R0:L -8 [425:240][0:240]" -Germany_Busy = "R0:L -8 [425:480][0:480]" -Germany_Special = "R5:L -10 [950:330][0:24][1400:330][0:24][1800:330][0:1000]" -Germany_Unobtainable = "R2:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:5024]" -Germany_Waiting = "R0:L -10 [425:200][16384:200][425:200][16384:5000]" -Germany_Waiting_NCX = "R1:L -10 [425:200][16384:200][425:200][16384:1000]" -Germany_Ring = "R0:L -8 [425:1000][0:4000]" -Germany_Conference = "R0:L -20 [16384:15000]" -Germany_Intervention = "R0:L -10 [1400:330][0:1500]" -Germany_Positive = "R1:L -10 [850:200][0:40][1320:200][0:40][1560:200][0:2000]" -Germany_Negative = "R1:L -10 [1320:400][0:40][850:800][0:2000]" - -Germany_CountryCode = "49" - -# Copied from United_Kingdom, change later to correct ones -Germany_Howler = "R0:L -1 [33568:100][2500:0][0:100]" -Germany_Ringing0 = "800:400:800:4000" -Germany_Ringing1 = "200:400:800:4000" -Germany_Ringing2 = "800:400:200:4000" -Germany_Ringing3 = "400:200:400:4000" -Germany_Ringing4 = "800:200:400:200:400:4000" -Germany_Ringing5 = "400:200:400:200:800:4000" -Germany_Ringing6 = "300:200:1000:200:300:4000" -Germany_Ringing7 = "250:250:250:250:250:1750" -Germany_Reorder = "R0:L -8 [425:240][0:240]" -Germany_Ring_Splash = "500:500" -Germany_Ring_Insistent = "300:400" -Germany_Stutter_Dial = "R0:L -8 [33193:0][400:0]" -Germany_Intercom_Dial = "R0:L -5 [425:400][0:400][425:400][0:400][425:400][0:2000]" -Germany_Message_Waiting = "R0:L -7 [33193:0][400:0]" -Germany_Waiting0 = "R2:L -13 [440:400][16384:200][440:400][16384:10000]" -Germany_Waiting1 = "R2:L -13 [440:100][16384:200][440:400][16384:10000]" -Germany_Waiting2 = "R2:L -13 [440:400][16384:200][440:100][16384:10000]" -Germany_Waiting3 = "R2:L -13 [440:200][16384:100][440:200][16384:10000]" -Germany_Waiting4 = "R2:L -13 [440:400][16384:100][440:200][16384:100][440:200][16384:10000]" -Germany_Waiting5 = "R2:L -13 [440:200][16384:100][440:200][16384:100][440:400][16384:10000]" -Germany_Waiting6 = "R2:L -13 [440:150][16384:100][440:500][16384:100][440:150][16384:10000]" -Germany_Waiting7 = "R2:L -13 [440:125][16384:125][440:125][16384:125][440:125][16384:5000]" -Germany_Confirmation = "R1:L -10 [850:200][0:40][1320:200][0:40][1560:200][0:2000]" -Germany_On_Hold = "R0:L -13 [425:100][0:20][425:100][0:20][425:100][0:4000]" -# New tones for Versatel/Siemens -Germany_Recognition = "R5:L -10 [1633:200][16384:200][1336:200][16384:2000]" -Germany_Locking = "R5:L -10 [425:240][0:240][425:240][0:1200]" -Germany_Continuity_Check = "R0:L -13 [2010:0]" -Germany_Search = "R5:L -5 [1200:248][1290:248]" -Germany_Test = "R0:L -5 [1000:0]" - -# GREECE (levels copied from Sweden) -Greece_Ring_Sequence = "1000:4000" -Greece_Dial = "R0:L -5 [425:200][0:300][425:700][0:800]" -Greece_Busy = "R0:L -10 [425:300][0:300]" -Greece_Ring = "R0:L -10 [425:1000][0:4000]" -Greece_Congestion = "R0:L -10 [425:200][0:200]" -# Not sure about the repetition here but it is more than once -Greece_Waiting = "R0:L -10 [425:150][0:150][425:150][0:8000]" -Greece_CountryCode = "30" - -# Copied from Sweden, change later to correct ones -Greece_Special = "R5:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:2024]" -Greece_Waiting_NCX = "R1:L -10 [425:200][16384:500][425:200]" -Greece_Conference = "R0:L -20 [1400:330][16384:15000]" -Greece_Unobtainable = "R2:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:5024]" -Greece_Intervention = "R0:L -10 [1400:330][0:1500]" - -# Copied from Sweden, change later to correct ones -Greece_Howler = "R0:L -1 [34168:100][2600:0][0:100]" -Greece_Ringing0 = "800:400:800:4000" -Greece_Ringing1 = "200:400:800:4000" -Greece_Ringing2 = "800:400:200:4000" -Greece_Ringing3 = "400:200:400:4000" -Greece_Ringing4 = "800:200:400:200:400:4000" -Greece_Ringing5 = "400:200:400:200:800:4000" -Greece_Ringing6 = "300:200:1000:200:300:4000" -Greece_Ringing7 = "250:250:250:250:250:1750" -Greece_Reorder = "R0:L -10 [425:250][0:750]" -Greece_Ring_Splash = "500:500" -Greece_Ring_Insistent = "300:400" -Greece_Stutter_Dial = "R0:L -13 [425:320][0:20]" -Greece_Intercom_Dial = "R0:L -5 [425:200][0:300][425:700][0:800]" -Greece_Message_Waiting = "R0:L -13 [425:320][0:20]" -Greece_Waiting0 = "R2:L -13 [440:400][16384:200][440:400][16384:10000]" -Greece_Waiting1 = "R2:L -13 [440:100][16384:200][440:400][16384:10000]" -Greece_Waiting2 = "R2:L -13 [440:400][16384:200][440:100][16384:10000]" -Greece_Waiting3 = "R2:L -13 [440:200][16384:100][440:200][16384:10000]" -Greece_Waiting4 = "R2:L -13 [440:400][16384:100][440:200][16384:100][440:200][16384:10000]" -Greece_Waiting5 = "R2:L -13 [440:200][16384:100][440:200][16384:100][440:400][16384:10000]" -Greece_Waiting6 = "R2:L -13 [440:150][16384:100][440:500][16384:100][440:150][16384:10000]" -Greece_Waiting7 = "R2:L -13 [440:125][16384:125][440:125][16384:125][440:125][16384:5000]" -Greece_Confirmation = "R0:L -10 [425:150][0:150][425:150][0:8000]" -Greece_On_Hold = "R0:L -13 [880:200][0:100][880:200][0:8000]" - -# HONG KONG -Hong_Kong_Ring_Sequence = "400:200:400:3000" -Hong_Kong_Dial = "R0:L -13 [33118:0][440:0]" -Hong_Kong_Busy = "R0:L -24 [33248:500][620:500][0:500]" -Hong_Kong_Ring = "R0:L -19 [33208:400][480:400][0:200][33208:400][480:400][0:3000]" -Hong_Kong_Special = "R5:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:2024]" -Hong_Kong_Waiting = "R0:L -13 [440:500][16384:500][440:500][16384:500][440:500][16384:8500]" -Hong_Kong_Waiting_NCX = "R1:L -13 [440:500][16384:500][440:500][16384:500][440:500][16384:8500]" -Hong_Kong_Congestion = "R0:L -24 [33248:250][620:250][0:250]" -Hong_Kong_Conference = "R0:L -20 [16384:15000]" -Hong_Kong_Unobtainable = "R0:L -24 [33248:0][620:0]" -Hong_Kong_Intervention = "R0:L -10 [1400:330][0:1500]" -Hong_Kong_CountryCode = "852" - -# Copied from United_Kingdom, change later to correct ones -Hong_Kong_Howler = "R0:L -1 [33568:100][2500:0][0:100]" -Hong_Kong_Ringing0 = "800:400:800:4000" -Hong_Kong_Ringing1 = "200:400:800:4000" -Hong_Kong_Ringing2 = "800:400:200:4000" -Hong_Kong_Ringing3 = "400:200:400:4000" -Hong_Kong_Ringing4 = "800:200:400:200:400:4000" -Hong_Kong_Ringing5 = "400:200:400:200:800:4000" -Hong_Kong_Ringing6 = "300:200:1000:200:300:4000" -Hong_Kong_Ringing7 = "250:250:250:250:250:1750" -Hong_Kong_Reorder = "R0:L -24 [33248:250][620:250][0:250]" -Hong_Kong_Ring_Splash = "500:500" -Hong_Kong_Ring_Insistent = "300:400" -Hong_Kong_Stutter_Dial = "R0:L -7 [33118:750][450:0][0:750]" -Hong_Kong_Intercom_Dial = "R0:L -13 [33118:0][450:0]" -Hong_Kong_Message_Waiting = "R0:L -13 [33118:100][440:0][0:100]" -Hong_Kong_Waiting0 = "R2:L -13 [440:400][16384:200][440:400][16384:10000]" -Hong_Kong_Waiting1 = "R2:L -13 [440:100][16384:200][440:400][16384:10000]" -Hong_Kong_Waiting2 = "R2:L -13 [440:400][16384:200][440:100][16384:10000]" -Hong_Kong_Waiting3 = "R2:L -13 [440:200][16384:100][440:200][16384:10000]" -Hong_Kong_Waiting4 = "R2:L -13 [440:400][16384:100][440:200][16384:100][440:200][16384:10000]" -Hong_Kong_Waiting5 = "R2:L -13 [440:200][16384:100][440:200][16384:100][440:400][16384:10000]" -Hong_Kong_Waiting6 = "R2:L -13 [440:150][16384:100][440:500][16384:100][440:150][16384:10000]" -Hong_Kong_Waiting7 = "R2:L -13 [440:125][16384:125][440:125][16384:125][440:125][16384:5000]" -Hong_Kong_Confirmation = "R0:L -13 [440:500][16384:500][440:500][16384:500][440:500][16384:8500]" -Hong_Kong_On_Hold = "R0:L -13 [880:200][0:100][880:200][0:8000]" - -# HUNGARY -Hungary_Ring_Sequence = "1000:4000" -Hungary_Dial = "R0:L -5 [450:0]" -Hungary_Busy = "R0:L -10 [450:350][0:350]" -Hungary_Ring = "R0:L -10 [450:1000][0:4000]" -Hungary_Special = "R1:L -10 [450:400][0:40]" -Hungary_Waiting = "R0:L -10 [450:400][16384:4000]" -Hungary_Waiting_NCX = "R1:L -10 [450:400][16384:4000]" -Hungary_Congestion = "R0:L -10 [450:700][0:700]" -Hungary_Conference = "R0:L -20 [16384:15000]" -Hungary_Intervention = "R0:L -10 [1400:330][0:1500]" -Hungary_Unobtainable = "R1:L -10 [450:100][0:100][450:100][0:100][450:400][0:400]" -Hungary_CountryCode = "36" - -# Copied from United_Kingdom, change later to correct ones -Hungary_Howler = "R0:L -1 [33568:100][2500:0][0:100]" -Hungary_Ringing0 = "800:400:800:4000" -Hungary_Ringing1 = "200:400:800:4000" -Hungary_Ringing2 = "800:400:200:4000" -Hungary_Ringing3 = "400:200:400:4000" -Hungary_Ringing4 = "800:200:400:200:400:4000" -Hungary_Ringing5 = "400:200:400:200:800:4000" -Hungary_Ringing6 = "300:200:1000:200:300:4000" -Hungary_Ringing7 = "250:250:250:250:250:1750" -Hungary_Reorder = "R0:L -10 [450:700][0:700]" -Hungary_Ring_Splash = "500:500" -Hungary_Ring_Insistent = "300:400" -Hungary_Stutter_Dial = "R0:L -7 [33118:750][450:0][0:750]" -Hungary_Intercom_Dial = "R0:L -5 [450:0]" -Hungary_Message_Waiting = "R0:L -7 [33118:750][450:0][0:750]" -Hungary_Waiting0 = "R2:L -13 [440:400][16384:200][440:400][16384:10000]" -Hungary_Waiting1 = "R2:L -13 [440:100][16384:200][440:400][16384:10000]" -Hungary_Waiting2 = "R2:L -13 [440:400][16384:200][440:100][16384:10000]" -Hungary_Waiting3 = "R2:L -13 [440:200][16384:100][440:200][16384:10000]" -Hungary_Waiting4 = "R2:L -13 [440:400][16384:100][440:200][16384:100][440:200][16384:10000]" -Hungary_Waiting5 = "R2:L -13 [440:200][16384:100][440:200][16384:100][440:400][16384:10000]" -Hungary_Waiting6 = "R2:L -13 [440:150][16384:100][440:500][16384:100][440:150][16384:10000]" -Hungary_Waiting7 = "R2:L -13 [440:125][16384:125][440:125][16384:125][440:125][16384:5000]" -Hungary_Confirmation = "R0:L -10 [450:400][16384:4000]" -Hungary_On_Hold = "R0:L -13 [880:200][0:100][880:200][0:8000]" - -# INDIA -India_Ring_Sequence = "400:200:400:2600" -India_Dial = "R0:L -3 [33168:0][24601:65492]" -India_Busy = "R0:L -8 [400:750][0:750]" -India_Ring = "R0:L -8 [33168:400][24601:65492][0:200][33168:400][24601:65492][0:2600]" -India_Special = "R5:L -10 [950:330][1400:330][1800:330][0:1000]" -India_Waiting = "R0:L -10 [425:50][16384:1000]" -India_Waiting_NCX = "R1:L -10 [425:50][16384:1000]" -India_Congestion = "R0:L -8 [400:600][0:600]" -India_Conference = "R0:L -20 [16384:15000]" -India_Unobtainable = "R2:L -10 [400:2500][0:500]" -India_Intervention = "R0:L -10 [1400:330][0:1500]" -India_CountryCode = "91" - -# Copied from United_Kingdom, change later to correct ones -India_Howler = "R0:L -1 [33568:100][2500:0][0:100]" -India_Ringing0 = "800:400:800:4000" -India_Ringing1 = "200:400:800:4000" -India_Ringing2 = "800:400:200:4000" -India_Ringing3 = "400:200:400:4000" -India_Ringing4 = "800:200:400:200:400:4000" -India_Ringing5 = "400:200:400:200:800:4000" -India_Ringing6 = "300:200:1000:200:300:4000" -India_Ringing7 = "250:250:250:250:250:1750" -India_Reorder = "R0:L -8 [400:600][0:600]" -India_Ring_Splash = "500:500" -India_Ring_Insistent = "300:400" -India_Stutter_Dial = "R0:L -7 [33118:750][450:0][0:750]" -India_Intercom_Dial = "R0:L -3 [33168:0][24601:65492]" -India_Message_Waiting = "R0:L -7 [33118:750][450:0][0:750]" -India_Waiting0 = "R2:L -13 [440:400][16384:200][440:400][16384:10000]" -India_Waiting1 = "R2:L -13 [440:100][16384:200][440:400][16384:10000]" -India_Waiting2 = "R2:L -13 [440:400][16384:200][440:100][16384:10000]" -India_Waiting3 = "R2:L -13 [440:200][16384:100][440:200][16384:10000]" -India_Waiting4 = "R2:L -13 [440:400][16384:100][440:200][16384:100][440:200][16384:10000]" -India_Waiting5 = "R2:L -13 [440:200][16384:100][440:200][16384:100][440:400][16384:10000]" -India_Waiting6 = "R2:L -13 [440:150][16384:100][440:500][16384:100][440:150][16384:10000]" -India_Waiting7 = "R2:L -13 [440:125][16384:125][440:125][16384:125][440:125][16384:5000]" -India_Confirmation = "R0:L -10 [425:50][16384:1000]" -India_On_Hold = "R0:L -13 [880:200][0:100][880:200][0:8000]" - -# IRELAND -Ireland_Ring_Sequence = "400:200:400:2000" -Ireland_Dial = "R0:L -5 [425:0]" -Ireland_Busy = "R0:L -10 [425:500][0:500]" -Ireland_Ring = "R0:L -10 [450:400][0:200][450:400][0:2000]" -Ireland_Special = "R5:L -10 [950:333][1400:333][1800:333][0:1000]" -Ireland_Waiting = "R1:L -10 [425:200][16384:500][425:200]" -Ireland_Waiting_NCX = "R1:L -10 [425:200][16384:500][425:200]" -Ireland_Congestion = "R0:L -10 [425:250][0:750]" -Ireland_Conference = "R0:L -20 [16384:15000]" -Ireland_Unobtainable = "R0:L -10 [425:6000][0:1000]" -Ireland_Intervention = "R0:L -10 [1400:330][0:1500]" -Ireland_CountryCode = "353" - -# Copied from United_Kingdom, change later to correct ones -Ireland_Howler = "R0:L -1 [33568:100][2500:0][0:100]" -Ireland_Ringing0 = "800:400:800:4000" -Ireland_Ringing1 = "200:400:800:4000" -Ireland_Ringing2 = "800:400:200:4000" -Ireland_Ringing3 = "400:200:400:4000" -Ireland_Ringing4 = "800:200:400:200:400:4000" -Ireland_Ringing5 = "400:200:400:200:800:4000" -Ireland_Ringing6 = "300:200:1000:200:300:4000" -Ireland_Ringing7 = "250:250:250:250:250:1750" -Ireland_Reorder = "R0:L -10 [425:250][0:750]" -Ireland_Ring_Splash = "500:500" -Ireland_Ring_Insistent = "300:400" -Ireland_Stutter_Dial = "R0:L -7 [33118:750][450:0][0:750]" -Ireland_Intercom_Dial = "R0:L -5 [425:0]" -Ireland_Message_Waiting = "R0:L -7 [33118:750][450:0][0:750]" -Ireland_Waiting0 = "R2:L -13 [440:400][16384:200][440:400][16384:10000]" -Ireland_Waiting1 = "R2:L -13 [440:100][16384:200][440:400][16384:10000]" -Ireland_Waiting2 = "R2:L -13 [440:400][16384:200][440:100][16384:10000]" -Ireland_Waiting3 = "R2:L -13 [440:200][16384:100][440:200][16384:10000]" -Ireland_Waiting4 = "R2:L -13 [440:400][16384:100][440:200][16384:100][440:200][16384:10000]" -Ireland_Waiting5 = "R2:L -13 [440:200][16384:100][440:200][16384:100][440:400][16384:10000]" -Ireland_Waiting6 = "R2:L -13 [440:150][16384:100][440:500][16384:100][440:150][16384:10000]" -Ireland_Waiting7 = "R2:L -13 [440:125][16384:125][440:125][16384:125][440:125][16384:5000]" -Ireland_Confirmation = "R1:L -10 [425:200][16384:500][425:200]" -Ireland_On_Hold = "R0:L -13 [880:200][0:100][880:200][0:8000]" - -# ISRAEL Golan tones. See 1073.pdf in Jira VTECHGL-6 -Israel_Howler = "R0:L -6 [9592:30][10252:30][10734:30][10792:30][0:80]" -Israel_Ring_Sequence = "1000:3000" -Israel_Dial = "R0:L -6 [414:0]" -Israel_Congestion = "R0:L -6 [414:250][0:250]" -Israel_Busy = "R0:L -6 [414:500][0:500]" -Israel_Special = "R5:L -6 [1000:332][1400:332][1800:332][0:1000]" -Israel_Unobtainable = "R5:L -6 [1000:332][1400:332][1800:332][0:1000]" -Israel_Waiting = "R0:L -13 [414:400][16384:12500]" -Israel_Waiting_NCX = "R1:L -10 [425:150][16384:10000][425:150]" -Israel_Ring = "R0:L -6 [414:1000][0:3000]" -Israel_Conference = "R0:L -20 [16384:15000]" -Israel_Intervention = "R0:L -10 [1400:330][0:1500]" -Israel_CountryCode = "972" -Israel_InterdigitTmo = "20000" -Israel_ToneTmo = "20000" -Israel_HookOffTmo = "240000" - -# Copied from United_Kingdom, change later to correct ones -Israel_Ringing0 = "800:400:800:4000" -Israel_Ringing1 = "200:400:800:4000" -Israel_Ringing2 = "800:400:200:4000" -Israel_Ringing3 = "400:200:400:4000" -Israel_Ringing4 = "800:200:400:200:400:4000" -Israel_Ringing5 = "400:200:400:200:800:4000" -Israel_Ringing6 = "300:200:1000:200:300:4000" -Israel_Ringing7 = "250:250:250:250:250:1750" -Israel_Reorder = "R0:L -10 [425:250][0:750]" -Israel_Ring_Splash = "500:500" -Israel_Ring_Insistent = "300:400" -Israel_Stutter_Dial = "R0:L -6 [414:100][0:100]" -Israel_Message_Waiting = "R7:L -6 [414:160][0:160]" -Israel_Waiting0 = "R2:L -13 [440:400][16384:200][440:400][16384:10000]" -Israel_Waiting1 = "R2:L -13 [440:100][16384:200][440:400][16384:10000]" -Israel_Waiting2 = "R2:L -13 [440:400][16384:200][440:100][16384:10000]" -Israel_Waiting3 = "R2:L -13 [440:200][16384:100][440:200][16384:10000]" -Israel_Waiting4 = "R2:L -13 [440:400][16384:100][440:200][16384:100][440:200][16384:10000]" -Israel_Waiting5 = "R2:L -13 [440:200][16384:100][440:200][16384:100][440:400][16384:10000]" -Israel_Waiting6 = "R2:L -13 [440:150][16384:100][440:500][16384:100][440:150][16384:10000]" -Israel_Waiting7 = "R2:L -13 [440:125][16384:125][440:125][16384:125][440:125][16384:5000]" -Israel_Confirmation = "R1:L -10 [414:170][0:155][414:340][0:400]" -Israel_On_Hold = "R0:L -13 [880:200][0:100][880:200][0:8000]" -Israel_Intercom_Dial = "R0:L 0 [0:0]" - -# ITALY -Italy_Ring_Sequence = "1000:4000" -Italy_Dial = "R0:L -10 [425:200][0:200][425:600][0:1000]" -Italy_Congestion = "R0:L -10 [425:200][0:200]" -Italy_Busy = "R0:L -10 [425:500][0:500]" -Italy_Special = "R5:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:2024]" -Italy_Unobtainable = "R2:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:5024]" -Italy_Waiting = "R1:L -10 [425:400][0:100][425:250][0:100][425:150]" -Italy_Waiting_NCX = "R1:L -10 [425:400][0:100][425:250][0:100][425:150]" -Italy_Ring = "R0:L -10 [425:1000][0:4000]" -Italy_Conference = "R0:L -20 [16384:15000]" -Italy_Intervention = "R0:L -10 [1400:330][0:1500]" -Italy_CountryCode = "39" - -# Copied from United_Kingdom, change later to correct ones -Italy_Howler = "R0:L -1 [33568:100][2500:0][0:100]" -Italy_Ringing0 = "800:400:800:4000" -Italy_Ringing1 = "200:400:800:4000" -Italy_Ringing2 = "800:400:200:4000" -Italy_Ringing3 = "400:200:400:4000" -Italy_Ringing4 = "800:200:400:200:400:4000" -Italy_Ringing5 = "400:200:400:200:800:4000" -Italy_Ringing6 = "300:200:1000:200:300:4000" -Italy_Ringing7 = "250:250:250:250:250:1750" -Italy_Reorder = "R0:L -10 [425:250][0:750]" -Italy_Ring_Splash = "500:500" -Italy_Ring_Insistent = "300:400" -Italy_Stutter_Dial = "R0:L -7 [33118:750][450:0][0:750]" -Italy_Intercom_Dial = "R0:L -10 [425:200][0:200][425:600][0:1000]" -Italy_Message_Waiting = "R0:L -7 [33118:750][450:0][0:750]" -Italy_Waiting0 = "R2:L -13 [440:400][16384:200][440:400][16384:10000]" -Italy_Waiting1 = "R2:L -13 [440:100][16384:200][440:400][16384:10000]" -Italy_Waiting2 = "R2:L -13 [440:400][16384:200][440:100][16384:10000]" -Italy_Waiting3 = "R2:L -13 [440:200][16384:100][440:200][16384:10000]" -Italy_Waiting4 = "R2:L -13 [440:400][16384:100][440:200][16384:100][440:200][16384:10000]" -Italy_Waiting5 = "R2:L -13 [440:200][16384:100][440:200][16384:100][440:400][16384:10000]" -Italy_Waiting6 = "R2:L -13 [440:150][16384:100][440:500][16384:100][440:150][16384:10000]" -Italy_Waiting7 = "R2:L -13 [440:125][16384:125][440:125][16384:125][440:125][16384:5000]" -Italy_Confirmation = "R1:L -10 [425:400][0:100][425:250][0:100][425:150]" -Italy_On_Hold = "R0:L -13 [880:200][0:100][880:200][0:8000]" - -# JAPAN -Japan_Ring_Sequence = "1000:2000" -Japan_Dial = "R0:L -3 [400:0]" -Japan_Busy = "R0:L -8 [400:500][0:500]" -Japan_Ring = "R0:L -8 [33168:1000][24592:65492][0:2000]" -Japan_Special = "R5:L -10 [400:100][0:100]" -Japan_Waiting = "R0:L -10 [440:100][16384:100][440:100][16384:1000]" -Japan_Waiting_NCX = "R1:L -10 [440:100][16384:100][440:100][16384:1000]" -Japan_Congestion = "R0:L -8 [400:500][0:500]" -Japan_Conference = "R0:L -20 [16384:15000]" -Japan_Unobtainable = "R2:L -10 [400:2500][0:500]" -Japan_Intervention = "R0:L -10 [1400:330][0:1500]" -Japan_CountryCode = "81" - -# Copied from United_Kingdom, change later to correct ones -Japan_Howler = "R0:L -1 [33568:100][2500:0][0:100]" -Japan_Ringing0 = "800:400:800:4000" -Japan_Ringing1 = "200:400:800:4000" -Japan_Ringing2 = "800:400:200:4000" -Japan_Ringing3 = "400:200:400:4000" -Japan_Ringing4 = "800:200:400:200:400:4000" -Japan_Ringing5 = "400:200:400:200:800:4000" -Japan_Ringing6 = "300:200:1000:200:300:4000" -Japan_Ringing7 = "250:250:250:250:250:1750" -Japan_Reorder = "R0:L -8 [400:500][0:500]" -Japan_Ring_Splash = "500:500" -Japan_Ring_Insistent = "300:400" -Japan_Stutter_Dial = "R0:L -7 [33118:750][450:0][0:750]" -Japan_Intercom_Dial = "R0:L -3 [400:0]" -Japan_Message_Waiting = "R0:L -7 [33118:750][450:0][0:750]" -Japan_Waiting0 = "R2:L -13 [440:400][16384:200][440:400][16384:10000]" -Japan_Waiting1 = "R2:L -13 [440:100][16384:200][440:400][16384:10000]" -Japan_Waiting2 = "R2:L -13 [440:400][16384:200][440:100][16384:10000]" -Japan_Waiting3 = "R2:L -13 [440:200][16384:100][440:200][16384:10000]" -Japan_Waiting4 = "R2:L -13 [440:400][16384:100][440:200][16384:100][440:200][16384:10000]" -Japan_Waiting5 = "R2:L -13 [440:200][16384:100][440:200][16384:100][440:400][16384:10000]" -Japan_Waiting6 = "R2:L -13 [440:150][16384:100][440:500][16384:100][440:150][16384:10000]" -Japan_Waiting7 = "R2:L -13 [440:125][16384:125][440:125][16384:125][440:125][16384:5000]" -Japan_Confirmation = "R0:L -10 [440:100][16384:100][440:100][16384:1000]" -Japan_On_Hold = "R0:L -13 [880:200][0:100][880:200][0:8000]" - -# LITHUANIA -Lithuania_Ring_Sequence = "800:3200" -Lithuania_Dial = "R0:L -5 [425:0]" -Lithuania_Congestion = "R0:L -10 [425:250][0:750]" -Lithuania_Busy = "R0:L -10 [425:400][0:400]" -Lithuania_Special = "R5:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:2024]" -Lithuania_Unobtainable = "R2:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:5024]" -Lithuania_Waiting = "R1:L -10 [425:150][16384:10000][425:150]" -Lithuania_Waiting_NCX = "R1:L -10 [425:150][16384:10000][425:150]" -Lithuania_Ring = "R0:L -10 [425:800][0:3200]" -Lithuania_Conference = "R0:L -20 [16384:15000]" -Lithuania_Intervention = "R0:L -10 [1400:330][0:1500]" -Lithuania_CountryCode = "370" - -# Copied from United_Kingdom, change later to correct ones -Lithuania_Howler = "R0:L -1 [33568:100][2500:0][0:100]" -Lithuania_Ringing0 = "800:400:800:4000" -Lithuania_Ringing1 = "200:400:800:4000" -Lithuania_Ringing2 = "800:400:200:4000" -Lithuania_Ringing3 = "400:200:400:4000" -Lithuania_Ringing4 = "800:200:400:200:400:4000" -Lithuania_Ringing5 = "400:200:400:200:800:4000" -Lithuania_Ringing6 = "300:200:1000:200:300:4000" -Lithuania_Ringing7 = "250:250:250:250:250:1750" -Lithuania_Reorder = "R0:L -10 [425:250][0:750]" -Lithuania_Ring_Splash = "500:500" -Lithuania_Ring_Insistent = "300:400" -Lithuania_Stutter_Dial = "R0:L -7 [33118:750][450:0][0:750]" -Lithuania_Intercom_Dial = "R0:L -5 [425:0]" -Lithuania_Message_Waiting = "R0:L -7 [33118:750][450:0][0:750]" -Lithuania_Waiting0 = "R2:L -13 [440:400][16384:200][440:400][16384:10000]" -Lithuania_Waiting1 = "R2:L -13 [440:100][16384:200][440:400][16384:10000]" -Lithuania_Waiting2 = "R2:L -13 [440:400][16384:200][440:100][16384:10000]" -Lithuania_Waiting3 = "R2:L -13 [440:200][16384:100][440:200][16384:10000]" -Lithuania_Waiting4 = "R2:L -13 [440:400][16384:100][440:200][16384:100][440:200][16384:10000]" -Lithuania_Waiting5 = "R2:L -13 [440:200][16384:100][440:200][16384:100][440:400][16384:10000]" -Lithuania_Waiting6 = "R2:L -13 [440:150][16384:100][440:500][16384:100][440:150][16384:10000]" -Lithuania_Waiting7 = "R2:L -13 [440:125][16384:125][440:125][16384:125][440:125][16384:5000]" -Lithuania_Confirmation = "R1:L -10 [425:150][16384:10000][425:150]" -Lithuania_On_Hold = "R0:L -13 [880:200][0:100][880:200][0:8000]" - -# MEXICO -Mexico_Ring_Sequence = "1000:4000" -Mexico_Dial = "R0:L -5 [425:0]" -Mexico_Busy = "R0:L -10 [425:250][0:250]" -Mexico_Ring = "R0:L -10 [425:1000][0:4000]" -Mexico_Special = "R5:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:2024]" -Mexico_Waiting = "R1:L -10 [425:200][16384:500][425:200]" -Mexico_Waiting_NCX = "R1:L -10 [425:200][16384:500][425:200]" -Mexico_Congestion = "R0:L -10 [425:250][0:250]" -Mexico_Conference = "R0:L -20 [16384:15000]" -Mexico_Unobtainable = "R2:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:5024]" -Mexico_Intervention = "R0:L -10 [425:500][0:170][425:170][0:170]" -Mexico_CountryCode = "52" - -Mexico_Howler = "R0:L -1 [34168:100][2600:0][0:100]" -Mexico_Ringing0 = "800:400:800:4000" -Mexico_Ringing1 = "200:400:800:4000" -Mexico_Ringing2 = "800:400:200:4000" -Mexico_Ringing3 = "400:200:400:4000" -Mexico_Ringing4 = "800:200:400:200:400:4000" -Mexico_Ringing5 = "400:200:400:200:800:4000" -Mexico_Ringing6 = "300:200:1000:200:300:4000" -Mexico_Ringing7 = "250:250:250:250:250:1750" -Mexico_Reorder = "R0:L -10 [425:250][0:250]" -Mexico_Ring_Splash = "500:500" -Mexico_Ring_Insistent = "300:400" -Mexico_Stutter_Dial = "R0:L -13 [425:320][0:20]" -Mexico_Intercom_Dial = "R0:L -5 [425:0]" -Mexico_Message_Waiting = "R0:L -13 [425:320][0:20]" -Mexico_Waiting0 = "R2:L -13 [440:400][16384:200][440:400][16384:10000]" -Mexico_Waiting1 = "R2:L -13 [440:100][16384:200][440:400][16384:10000]" -Mexico_Waiting2 = "R2:L -13 [440:400][16384:200][440:100][16384:10000]" -Mexico_Waiting3 = "R2:L -13 [440:200][16384:100][440:200][16384:10000]" -Mexico_Waiting4 = "R2:L -13 [440:400][16384:100][440:200][16384:100][440:200][16384:10000]" -Mexico_Waiting5 = "R2:L -13 [440:200][16384:100][440:200][16384:100][440:400][16384:10000]" -Mexico_Waiting6 = "R2:L -13 [440:150][16384:100][440:500][16384:100][440:150][16384:10000]" -Mexico_Waiting7 = "R2:L -13 [440:125][16384:125][440:125][16384:125][440:125][16384:5000]" -Mexico_Confirmation = "R1:L -10 [425:200][16384:500][425:200]" -Mexico_On_Hold = "R0:L -13 [880:200][0:100][880:200][0:8000]" - -# NETHERLANDS, Note that the Relative output level (RX) is -11 dBr -Netherlands_Ring_Sequence = "1000:4000" -Netherlands_Dial = "R0:L -5 [425:0]" -Netherlands_Busy = "R0:L -5 [425:500][0:500]" -Netherlands_Ring = "R0:L -5 [425:1000][0:4000]" -Netherlands_Special = "R5:L -5 [950:333][0:24][1400:333][0:24][1800:333][0:1000]" -Netherlands_Waiting = "R0:L -5 [425:500][16384:9500]" -Netherlands_Waiting_NCX = "R1:L -5 [425:500][16384:9500]" -Netherlands_Congestion = "R0:L -5 [425:250][0:250]" -Netherlands_Conference = "R0:L -5 [16384:15000]" -Netherlands_Intervention = "R0:L -5 [1400:330][0:1500]" -Netherlands_Unobtainable = "R15:L -5 [950:330][1400:330][1800:330][0:1000]" -Netherlands_CountryCode = "31" -Netherlands_ToneTmo = "30000" - -Netherlands_Howler = "R0:L -1 [34168:100][2600:0][0:100]" -Netherlands_Ringing0 = "800:400:800:4000" -Netherlands_Ringing1 = "200:400:800:4000" -Netherlands_Ringing2 = "800:400:200:4000" -Netherlands_Ringing3 = "400:200:400:4000" -Netherlands_Ringing4 = "800:200:400:200:400:4000" -Netherlands_Ringing5 = "400:200:400:200:800:4000" -Netherlands_Ringing6 = "300:200:1000:200:300:4000" -Netherlands_Ringing7 = "250:250:250:250:250:1750" -Netherlands_Reorder = "R0:L -5 [425:250][0:250]" -Netherlands_Ring_Splash = "500:500" -Netherlands_Ring_Insistent = "300:400" -Netherlands_Stutter_Dial = "R0:L -5 [425:500][0:50]" -Netherlands_Intercom_Dial = "R0:L -5 [425:0]" -Netherlands_Message_Waiting = "R0:L -5 [425:500][0:50]" -Netherlands_Waiting0 = "R2:L -13 [440:400][16384:200][440:400][16384:10000]" -Netherlands_Waiting1 = "R2:L -13 [440:100][16384:200][440:400][16384:10000]" -Netherlands_Waiting2 = "R2:L -13 [440:400][16384:200][440:100][16384:10000]" -Netherlands_Waiting3 = "R2:L -13 [440:200][16384:100][440:200][16384:10000]" -Netherlands_Waiting4 = "R2:L -13 [440:400][16384:100][440:200][16384:100][440:200][16384:10000]" -Netherlands_Waiting5 = "R2:L -13 [440:200][16384:100][440:200][16384:100][440:400][16384:10000]" -Netherlands_Waiting6 = "R2:L -13 [440:150][16384:100][440:500][16384:100][440:150][16384:10000]" -Netherlands_Waiting7 = "R2:L -13 [440:125][16384:125][440:125][16384:125][440:125][16384:5000]" -Netherlands_Confirmation = "R0:L -5 [425:500][16384:9500]" -Netherlands_On_Hold = "R0:L -13 [880:200][0:100][880:200][0:8000]" - -# NORWAY -Norway_Ring_Sequence = "1000:4000" -Norway_Dial = "R0:L -5 [425:0]" -Norway_Busy = "R0:L -10 [425:500][0:500]" -Norway_Ring = "R0:L -10 [425:1000][0:4000]" -Norway_Special = "R5:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:2024]" -Norway_Waiting = "R1:L -10 [425:200][16384:500][425:200]" -Norway_Waiting_NCX = "R1:L -10 [425:200][16384:500][425:200]" -Norway_Congestion = "R0:L -10 [425:250][0:250]" -Norway_Conference = "R0:L -20 [16384:15000]" -Norway_Intervention = "R0:L -10 [1400:330][0:1500]" -Norway_Unobtainable = "R2:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:5024]" -Norway_CountryCode = "47" - -Norway_Howler = "R0:L -1 [34168:100][2600:0][0:100]" -Norway_Ringing0 = "800:400:800:4000" -Norway_Ringing1 = "200:400:800:4000" -Norway_Ringing2 = "800:400:200:4000" -Norway_Ringing3 = "400:200:400:4000" -Norway_Ringing4 = "800:200:400:200:400:4000" -Norway_Ringing5 = "400:200:400:200:800:4000" -Norway_Ringing6 = "300:200:1000:200:300:4000" -Norway_Ringing7 = "250:250:250:250:250:1750" -Norway_Reorder = "R0:L -10 [425:250][0:250]" -Norway_Ring_Splash = "500:500" -Norway_Ring_Insistent = "300:400" -Norway_Stutter_Dial = "R0:L -13 [425:320][0:20]" -Norway_Intercom_Dial = "R0:L -5 [425:0]" -Norway_Message_Waiting = "R0:L -13 [425:320][0:20]" -Norway_Waiting0 = "R2:L -13 [440:400][16384:200][440:400][16384:10000]" -Norway_Waiting1 = "R2:L -13 [440:100][16384:200][440:400][16384:10000]" -Norway_Waiting2 = "R2:L -13 [440:400][16384:200][440:100][16384:10000]" -Norway_Waiting3 = "R2:L -13 [440:200][16384:100][440:200][16384:10000]" -Norway_Waiting4 = "R2:L -13 [440:400][16384:100][440:200][16384:100][440:200][16384:10000]" -Norway_Waiting5 = "R2:L -13 [440:200][16384:100][440:200][16384:100][440:400][16384:10000]" -Norway_Waiting6 = "R2:L -13 [440:150][16384:100][440:500][16384:100][440:150][16384:10000]" -Norway_Waiting7 = "R2:L -13 [440:125][16384:125][440:125][16384:125][440:125][16384:5000]" -Norway_Confirmation = "R3:L -13 [33118:100][450:0][0:100]" -Norway_On_Hold = "R0:L -13 [880:200][0:100][880:200][0:8000]" - -# POLAND -Poland_Ring_Sequence = "1000:4000" -Poland_Dial = "R0:L -3 [425:0]" -Poland_Busy = "R0:L -8 [425:500][0:500]" -Poland_Ring = "R0:L -8 [425:1000][0:4000]" -Poland_Special = "R5:L -10 [950:330][1400:330][1800:330][0:1000]" -Poland_Waiting = "R0:L -10 [425:150][16384:150][425:150][16384:4000]" -Poland_Waiting_NCX = "R1:L -10 [425:150][16384:150][425:150][16384:4000]" -Poland_Congestion = "R0:L -8 [425:500][0:500]" -Poland_Conference = "R0:L -20 [16384:15000]" -Poland_Unobtainable = "R2:L -10 [425:750][0:250][425:250][0:250]" -Poland_Intervention = "R0:L -10 [1400:330][0:1500]" -Poland_CountryCode = "48" - -# Copied from United_Kingdom, change later to correct ones -Poland_Howler = "R0:L -1 [33568:100][2500:0][0:100]" -Poland_Ringing0 = "800:400:800:4000" -Poland_Ringing1 = "200:400:800:4000" -Poland_Ringing2 = "800:400:200:4000" -Poland_Ringing3 = "400:200:400:4000" -Poland_Ringing4 = "800:200:400:200:400:4000" -Poland_Ringing5 = "400:200:400:200:800:4000" -Poland_Ringing6 = "300:200:1000:200:300:4000" -Poland_Ringing7 = "250:250:250:250:250:1750" -Poland_Reorder = "R0:L -8 [425:500][0:500]" -Poland_Ring_Splash = "500:500" -Poland_Ring_Insistent = "300:400" -Poland_Stutter_Dial = "R0:L -7 [33193:0][350:0]" -Poland_Intercom_Dial = "R0:L -3 [425:0]" -Poland_Message_Waiting = "R0:L -7 [33193:0][350:0]" -Poland_Waiting0 = "R2:L -13 [440:400][16384:200][440:400][16384:10000]" -Poland_Waiting1 = "R2:L -13 [440:100][16384:200][440:400][16384:10000]" -Poland_Waiting2 = "R2:L -13 [440:400][16384:200][440:100][16384:10000]" -Poland_Waiting3 = "R2:L -13 [440:200][16384:100][440:200][16384:10000]" -Poland_Waiting4 = "R2:L -13 [440:400][16384:100][440:200][16384:100][440:200][16384:10000]" -Poland_Waiting5 = "R2:L -13 [440:200][16384:100][440:200][16384:100][440:400][16384:10000]" -Poland_Waiting6 = "R2:L -13 [440:150][16384:100][440:500][16384:100][440:150][16384:10000]" -Poland_Waiting7 = "R2:L -13 [440:125][16384:125][440:125][16384:125][440:125][16384:5000]" -Poland_Confirmation = "R0:L -10 [425:150][16384:150][425:150][16384:4000]" -Poland_On_Hold = "R0:L -13 [880:200][0:100][880:200][0:8000]" - -# PORTUGAL -Portugal_Ring_Sequence = "1000:4000" -Portugal_Dial = "R0:L -3 [425:0]" -Portugal_Congestion = "R0:L -8 [425:500][0:500]" -Portugal_Busy = "R0:L -8 [425:500][0:500]" -Portugal_Special = "R5:L -10 [950:330][1400:330][1800:330][0:1000]" -Portugal_Unobtainable = "R2:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:2024]" -Portugal_Waiting = "R0:L -10 [425:150][16384:150][425:150][16384:4000]" -Portugal_Waiting_NCX = "R1:L -10 [425:150][16384:150][425:150][16384:4000]" -Portugal_Ring = "R0:L -8 [425:1000][0:4000]" -Portugal_Conference = "R0:L -20 [16384:15000]" -Portugal_Intervention = "R0:L -10 [1400:330][0:1500]" -Portugal_CountryCode = "351" - -# Copied from United_Kingdom, change later to correct ones -Portugal_Howler = "R0:L -1 [33568:100][2500:0][0:100]" -Portugal_Ringing0 = "800:400:800:4000" -Portugal_Ringing1 = "200:400:800:4000" -Portugal_Ringing2 = "800:400:200:4000" -Portugal_Ringing3 = "400:200:400:4000" -Portugal_Ringing4 = "800:200:400:200:400:4000" -Portugal_Ringing5 = "400:200:400:200:800:4000" -Portugal_Ringing6 = "300:200:1000:200:300:4000" -Portugal_Ringing7 = "250:250:250:250:250:1750" -Portugal_Reorder = "R0:L -8 [425:500][0:500]" -Portugal_Ring_Splash = "500:500" -Portugal_Ring_Insistent = "300:400" -Portugal_Stutter_Dial = "R0:L -7 [425:1000][0:200]" -Portugal_Intercom_Dial = "R0:L -3 [425:0]" -Portugal_Message_Waiting = "R0:L -7 [425:1000][0:200]" -Portugal_Waiting0 = "R2:L -13 [440:400][16384:200][440:400][16384:10000]" -Portugal_Waiting1 = "R2:L -13 [440:100][16384:200][440:400][16384:10000]" -Portugal_Waiting2 = "R2:L -13 [440:400][16384:200][440:100][16384:10000]" -Portugal_Waiting3 = "R2:L -13 [440:200][16384:100][440:200][16384:10000]" -Portugal_Waiting4 = "R2:L -13 [440:400][16384:100][440:200][16384:100][440:200][16384:10000]" -Portugal_Waiting5 = "R2:L -13 [440:200][16384:100][440:200][16384:100][440:400][16384:10000]" -Portugal_Waiting6 = "R2:L -13 [440:150][16384:100][440:500][16384:100][440:150][16384:10000]" -Portugal_Waiting7 = "R2:L -13 [440:125][16384:125][440:125][16384:125][440:125][16384:5000]" -Portugal_Confirmation = "R0:L -10 [425:150][16384:150][425:150][16384:4000]" -Portugal_On_Hold = "R0:L -13 [880:200][0:100][880:200][0:8000]" - -# RUSSIA (levels copied from Sweden) -Russia_Ring_Sequence = "800:3200" -Russia_Busy = "R0:L -10 [425:400][0:400]" -Russia_Ring = "R0:L -10 [425:800][0:3200]" -Russia_Waiting = "R1:L -10 [950:333][1400:333][1800:333]" -Russia_CountryCode = "7" - -# Copied from Sweden, change later to correct ones -Russia_Dial = "R0:L -5 [425:0]" -Russia_Special = "R5:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:2024]" -Russia_Waiting_NCX = "R1:L -10 [425:200][16384:500][425:200]" -Russia_Congestion = "R0:L -10 [425:250][0:750]" -Russia_Conference = "R0:L -20 [1400:330][16384:15000]" -Russia_Unobtainable = "R2:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:5024]" -Russia_Intervention = "R0:L -10 [1400:330][0:1500]" -Russia_Howler = "R0:L -1 [34168:100][2600:0][0:100]" -Russia_Ringing0 = "800:400:800:4000" -Russia_Ringing1 = "200:400:800:4000" -Russia_Ringing2 = "800:400:200:4000" -Russia_Ringing3 = "400:200:400:4000" -Russia_Ringing4 = "800:200:400:200:400:4000" -Russia_Ringing5 = "400:200:400:200:800:4000" -Russia_Ringing6 = "300:200:1000:200:300:4000" -Russia_Ringing7 = "250:250:250:250:250:1750" -Russia_Reorder = "R0:L -10 [425:250][0:750]" -Russia_Ring_Splash = "500:500" -Russia_Ring_Insistent = "300:400" -Russia_Stutter_Dial = "R0:L -13 [425:320][0:20]" -Russia_Intercom_Dial = "R0:L -5 [425:0]" -Russia_Message_Waiting = "R0:L -13 [425:320][0:20]" -Russia_Waiting0 = "R2:L -13 [440:400][16384:200][440:400][16384:10000]" -Russia_Waiting1 = "R2:L -13 [440:100][16384:200][440:400][16384:10000]" -Russia_Waiting2 = "R2:L -13 [440:400][16384:200][440:100][16384:10000]" -Russia_Waiting3 = "R2:L -13 [440:200][16384:100][440:200][16384:10000]" -Russia_Waiting4 = "R2:L -13 [440:400][16384:100][440:200][16384:100][440:200][16384:10000]" -Russia_Waiting5 = "R2:L -13 [440:200][16384:100][440:200][16384:100][440:400][16384:10000]" -Russia_Waiting6 = "R2:L -13 [440:150][16384:100][440:500][16384:100][440:150][16384:10000]" -Russia_Waiting7 = "R2:L -13 [440:125][16384:125][440:125][16384:125][440:125][16384:5000]" -Russia_Confirmation = "R1:L -10 [950:333][1400:333][1800:333]" -Russia_On_Hold = "R0:L -13 [880:200][0:100][880:200][0:8000]" - -# SERBIA -Serbia_Ring_Sequence = "1000:4000" -Serbia_Dial = "R0:L -1 [425:700][0:800][425:200][0:300]" -Serbia_Busy = "R0:L -1 [425:500][0:500]" -Serbia_Ring = "R0:L -1 [425:1000][0:4000]" -Serbia_Special = "R0:L -1 [950:333][1400:333][1600:333][0:1000]" -Serbia_Waiting = "R0:L -11 [425:175][16384:175][425:175][16384:3500]" -Serbia_Waiting_NCX = "R1:L -11 [425:175][16384:175][425:175][16384:3500]" -Serbia_Congestion = "R0:L -1 [425:200][0:200]" -Serbia_Conference = "R0:L -20 [16384:15000]" -Serbia_Unobtainable = "R2:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:5024]" -Serbia_Intervention = "R0:L -11 [1400:400][0:5000]" -Serbia_CountryCode = "381" - -# Copied from United_Kingdom, change later to correct ones -Serbia_Howler = "R0:L -1 [33568:100][2500:0][0:100]" -Serbia_Ringing0 = "800:400:800:4000" -Serbia_Ringing1 = "200:400:800:4000" -Serbia_Ringing2 = "800:400:200:4000" -Serbia_Ringing3 = "400:200:400:4000" -Serbia_Ringing4 = "800:200:400:200:400:4000" -Serbia_Ringing5 = "400:200:400:200:800:4000" -Serbia_Ringing6 = "300:200:1000:200:300:4000" -Serbia_Ringing7 = "250:250:250:250:250:1750" -Serbia_Reorder = "R0:L -1 [425:200][0:200][425:200][0:200][425:200][0:600]" -Serbia_Ring_Splash = "500:500" -Serbia_Ring_Insistent = "300:400" -Serbia_Stutter_Dial = "R0:L -7 [425:1000][0:100]" -Serbia_Intercom_Dial = "R0:L -1 [425:700][0:800][425:200][0:300]" -Serbia_Message_Waiting = "R0:L -7 [425:1000][0:100]" -Serbia_Waiting0 = "R2:L -13 [440:400][16384:200][440:400][16384:10000]" -Serbia_Waiting1 = "R2:L -13 [440:100][16384:200][440:400][16384:10000]" -Serbia_Waiting2 = "R2:L -13 [440:400][16384:200][440:100][16384:10000]" -Serbia_Waiting3 = "R2:L -13 [440:200][16384:100][440:200][16384:10000]" -Serbia_Waiting4 = "R2:L -13 [440:400][16384:100][440:200][16384:100][440:200][16384:10000]" -Serbia_Waiting5 = "R2:L -13 [440:200][16384:100][440:200][16384:100][440:400][16384:10000]" -Serbia_Waiting6 = "R2:L -13 [440:150][16384:100][440:500][16384:100][440:150][16384:10000]" -Serbia_Waiting7 = "R2:L -13 [440:125][16384:125][440:125][16384:125][440:125][16384:5000]" -Serbia_Confirmation = "R0:L -11 [425:175][16384:175][425:175][16384:3500]" -Serbia_On_Hold = "R0:L -13 [880:200][0:100][880:200][0:8000]" - -# SLOVENIA -Slovenia_Ring_Sequence = "1000:4000" -Slovenia_Dial = "R0:L -1 [425:700][0:800][425:200][0:300]" -Slovenia_Busy = "R0:L -1 [425:500][0:500]" -Slovenia_Ring = "R0:L -1 [425:1000][0:4000]" -Slovenia_Special = "R0:L -1 [950:333][1400:333][1600:333][0:1000]" -Slovenia_Waiting = "R0:L -11 [425:175][16384:175][425:175][16384:3500]" -Slovenia_Waiting_NCX = "R1:L -11 [425:175][16384:175][425:175][16384:3500]" -Slovenia_Congestion = "R0:L -1 [425:200][0:200]" -Slovenia_Conference = "R0:L -20 [16384:15000]" -Slovenia_Unobtainable = "R2:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:5024]" -Slovenia_Intervention = "R0:L -11 [1400:400][0:5000]" -Slovenia_CountryCode = "386" - -# Copied from United_Kingdom, change later to correct ones -Slovenia_Howler = "R0:L -1 [33568:100][2500:0][0:100]" -Slovenia_Ringing0 = "800:400:800:4000" -Slovenia_Ringing1 = "200:400:800:4000" -Slovenia_Ringing2 = "800:400:200:4000" -Slovenia_Ringing3 = "400:200:400:4000" -Slovenia_Ringing4 = "800:200:400:200:400:4000" -Slovenia_Ringing5 = "400:200:400:200:800:4000" -Slovenia_Ringing6 = "300:200:1000:200:300:4000" -Slovenia_Ringing7 = "250:250:250:250:250:1750" -Slovenia_Reorder = "R0:L -1 [425:200][0:200][425:200][0:200][425:200][0:600]" -Slovenia_Ring_Splash = "500:500" -Slovenia_Ring_Insistent = "300:400" -Slovenia_Stutter_Dial = "R0:L -7 [425:1000][0:100]" -Slovenia_Intercom_Dial = "R0:L -1 [425:700][0:800][425:200][0:300]" -Slovenia_Message_Waiting = "R0:L -7 [425:1000][0:100]" -Slovenia_Waiting0 = "R2:L -13 [440:400][16384:200][440:400][16384:10000]" -Slovenia_Waiting1 = "R2:L -13 [440:100][16384:200][440:400][16384:10000]" -Slovenia_Waiting2 = "R2:L -13 [440:400][16384:200][440:100][16384:10000]" -Slovenia_Waiting3 = "R2:L -13 [440:200][16384:100][440:200][16384:10000]" -Slovenia_Waiting4 = "R2:L -13 [440:400][16384:100][440:200][16384:100][440:200][16384:10000]" -Slovenia_Waiting5 = "R2:L -13 [440:200][16384:100][440:200][16384:100][440:400][16384:10000]" -Slovenia_Waiting6 = "R2:L -13 [440:150][16384:100][440:500][16384:100][440:150][16384:10000]" -Slovenia_Waiting7 = "R2:L -13 [440:125][16384:125][440:125][16384:125][440:125][16384:5000]" -Slovenia_Confirmation = "R0:L -11 [425:175][16384:175][425:175][16384:3500]" -Slovenia_On_Hold = "R0:L -13 [880:200][0:100][880:200][0:8000]" - -# South Africa -South_Africa_Ring_Sequence = "400:200:400:2000" -South_Africa_Dial = "R0:L -10 [33168:0][24609:65492]" -South_Africa_Busy = "R0:L -5 [400:500][0:500]" -South_Africa_Ring = "R0:L -10 [33168:400][24609:65492][0:200][33168:400][24609:65492][0:2000]" -South_Africa_Special = "R0:L -5 [950:330][1400:330][1800:332][0:1000]" -South_Africa_Waiting = "R4:L -10 [33168:250][24609:65492][0:250]" -South_Africa_Stutter_Dial = "R0:L -10 [33168:100][24609:65492][0:100]" -South_Africa_Intercom_Dial = "R0:L -10 [33168:0][24609:65492]" -South_Africa_Congestion = "R0:L -5 [400:250][0:250]" -South_Africa_Conference = "R0:L -5 [16384:15000]" -South_Africa_Unobtainable = "R2:L -5 [400:2500][0:500]" -South_Africa_Intervention = "R0:L -5 [400:150][0:250][400:150][0:1450]" -South_Africa_CountryCode = "27" - -South_Africa_Ringing0 = "800:400:800:4000" -South_Africa_Ringing1 = "200:400:800:4000" -South_Africa_Ringing2 = "800:400:200:4000" -South_Africa_Ringing3 = "400:200:400:4000" -South_Africa_Ringing4 = "800:200:400:200:400:4000" -South_Africa_Ringing5 = "400:200:400:200:800:4000" -South_Africa_Ringing6 = "300:200:1000:200:300:4000" -South_Africa_Ringing7 = "250:250:250:250:250:1750" - -South_Africa_Waiting0 = "R2:L -13 [440:400][16384:200][440:400][16384:10000]" -South_Africa_Waiting1 = "R2:L -13 [440:100][16384:200][440:400][16384:10000]" -South_Africa_Waiting2 = "R2:L -13 [440:400][16384:200][440:100][16384:10000]" -South_Africa_Waiting3 = "R2:L -13 [440:200][16384:100][440:200][16384:10000]" -South_Africa_Waiting4 = "R2:L -13 [440:400][16384:100][440:200][16384:100][440:200][16384:10000]" -South_Africa_Waiting5 = "R2:L -13 [440:200][16384:100][440:200][16384:100][440:400][16384:10000]" -South_Africa_Waiting6 = "R2:L -13 [440:150][16384:100][440:500][16384:100][440:150][16384:10000]" -South_Africa_Waiting7 = "R2:L -13 [440:125][16384:125][440:125][16384:125][440:125][16384:5000]" -South_Africa_Confirmation = "R4:L -10 [33168:250][24609:65492][0:250]" -South_Africa_On_Hold = "R0:L -13 [880:200][0:100][880:200][0:8000]" - - -# SPAIN -Spain_Ring_Sequence = "1500:3000" -Spain_Dial = "R0:L -1 [425:0]" -Spain_Busy = "R0:L -1 [425:200][0:200]" -Spain_Ring = "R0:L -1 [425:1500][0:3000]" -Spain_Special = "R0:L -1 [950:330][1400:330][1800:332][0:1000]" -Spain_Waiting = "R0:L -11 [425:175][16384:175][425:175][16384:3500]" -Spain_Waiting_NCX = "R1:L -11 [425:175][16384:175][425:175][16384:3500]" -Spain_Congestion = "R0:L -1 [425:200][0:200][425:200][0:200][425:200][0:600]" -Spain_Conference = "R0:L -20 [16384:15000]" -Spain_Unobtainable = "R2:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:5024]" -Spain_Intervention = "R0:L -11 [1400:400][0:5000]" -Spain_CountryCode = "34" - -# Copied from United_Kingdom, change later to correct ones -Spain_Howler = "R0:L -1 [33568:100][2500:0][0:100]" -Spain_Ringing0 = "800:400:800:4000" -Spain_Ringing1 = "200:400:800:4000" -Spain_Ringing2 = "800:400:200:4000" -Spain_Ringing3 = "400:200:400:4000" -Spain_Ringing4 = "800:200:400:200:400:4000" -Spain_Ringing5 = "400:200:400:200:800:4000" -Spain_Ringing6 = "300:200:1000:200:300:4000" -Spain_Ringing7 = "250:250:250:250:250:1750" -Spain_Reorder = "R0:L -1 [425:200][0:200][425:200][0:200][425:200][0:600]" -Spain_Ring_Splash = "500:500" -Spain_Ring_Insistent = "300:400" -Spain_Stutter_Dial = "R0:L -7 [425:1000][0:100]" -Spain_Intercom_Dial = "R0:L -1 [425:0]" -Spain_Message_Waiting = "R0:L -7 [425:1000][0:100]" -Spain_Waiting0 = "R2:L -13 [440:400][16384:200][440:400][16384:10000]" -Spain_Waiting1 = "R2:L -13 [440:100][16384:200][440:400][16384:10000]" -Spain_Waiting2 = "R2:L -13 [440:400][16384:200][440:100][16384:10000]" -Spain_Waiting3 = "R2:L -13 [440:200][16384:100][440:200][16384:10000]" -Spain_Waiting4 = "R2:L -13 [440:400][16384:100][440:200][16384:100][440:200][16384:10000]" -Spain_Waiting5 = "R2:L -13 [440:200][16384:100][440:200][16384:100][440:400][16384:10000]" -Spain_Waiting6 = "R2:L -13 [440:150][16384:100][440:500][16384:100][440:150][16384:10000]" -Spain_Waiting7 = "R2:L -13 [440:125][16384:125][440:125][16384:125][440:125][16384:5000]" -Spain_Confirmation = "R0:L -11 [425:175][16384:175][425:175][16384:3500]" -Spain_On_Hold = "R0:L -13 [880:200][0:100][880:200][0:8000]" - -# SWEDEN -Sweden_Ring_Sequence = "1000:5000" -Sweden_Dial = "R0:L -5 [425:0]" -Sweden_Busy = "R0:L -10 [425:250][0:250]" -Sweden_Ring = "R0:L -10 [425:1000][0:5000]" -Sweden_Special = "R5:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:2024]" -Sweden_Waiting = "R1:L -10 [425:200][16384:500][425:200]" -Sweden_Waiting_NCX = "R1:L -10 [425:200][16384:500][425:200]" -Sweden_Congestion = "R0:L -10 [425:250][0:750]" -Sweden_Conference = "R0:L -20 [1400:330][16384:15000]" -Sweden_Unobtainable = "R2:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:5024]" -Sweden_Intervention = "R0:L -10 [1400:330][0:1500]" -Sweden_CountryCode = "46" - -Sweden_Howler = "R0:L -1 [34168:100][2600:0][0:100]" -Sweden_Ringing0 = "800:400:800:4000" -Sweden_Ringing1 = "200:400:800:4000" -Sweden_Ringing2 = "800:400:200:4000" -Sweden_Ringing3 = "400:200:400:4000" -Sweden_Ringing4 = "800:200:400:200:400:4000" -Sweden_Ringing5 = "400:200:400:200:800:4000" -Sweden_Ringing6 = "300:200:1000:200:300:4000" -Sweden_Ringing7 = "250:250:250:250:250:1750" -Sweden_Reorder = "R0:L -10 [425:250][0:750]" -Sweden_Ring_Splash = "500:500" -Sweden_Ring_Insistent = "300:400" -Sweden_Stutter_Dial = "R0:L -13 [425:320][0:20]" -Sweden_Intercom_Dial = "R0:L -5 [425:0]" -Sweden_Message_Waiting = "R0:L -13 [425:320][0:20]" -Sweden_Waiting0 = "R2:L -13 [440:400][16384:200][440:400][16384:10000]" -Sweden_Waiting1 = "R2:L -13 [440:100][16384:200][440:400][16384:10000]" -Sweden_Waiting2 = "R2:L -13 [440:400][16384:200][440:100][16384:10000]" -Sweden_Waiting3 = "R2:L -13 [440:200][16384:100][440:200][16384:10000]" -Sweden_Waiting4 = "R2:L -13 [440:400][16384:100][440:200][16384:100][440:200][16384:10000]" -Sweden_Waiting5 = "R2:L -13 [440:200][16384:100][440:200][16384:100][440:400][16384:10000]" -Sweden_Waiting6 = "R2:L -13 [440:150][16384:100][440:500][16384:100][440:150][16384:10000]" -Sweden_Waiting7 = "R2:L -13 [440:125][16384:125][440:125][16384:125][440:125][16384:5000]" -Sweden_Confirmation = "R1:L -10 [425:200][16384:500][425:200]" -Sweden_On_Hold = "R0:L -13 [880:200][0:100][880:200][0:8000]" - -# SWITZERLAND -Switzerland_Ring_Sequence = "1000:4000" -Switzerland_Dial = "R0:L -5 [425:0]" -Switzerland_Busy = "R0:L -10 [425:500][0:500]" -Switzerland_Ring = "R0:L -10 [425:1000][0:4000]" -Switzerland_Special = "R5:L -10 [950:333][1400:333][1800:333][0:1000]" -Switzerland_Waiting = "R1:L -10 [425:200][16384:500][425:200]" -Switzerland_Waiting_NCX = "R1:L -10 [425:200][16384:500][425:200]" -Switzerland_Congestion = "R0:L -10 [425:200][0:200]" -Switzerland_Conference = "R0:L -20 [16384:15000]" -Switzerland_Unobtainable = "R2:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:5024]" -Switzerland_Intervention = "R0:L -10 [1400:330][0:1500]" -Switzerland_CountryCode = "41" - -Switzerland_Howler = "R0:L -1 [34168:100][2600:0][0:100]" -Switzerland_Ringing0 = "800:400:800:4000" -Switzerland_Ringing1 = "200:400:800:4000" -Switzerland_Ringing2 = "800:400:200:4000" -Switzerland_Ringing3 = "400:200:400:4000" -Switzerland_Ringing4 = "800:200:400:200:400:4000" -Switzerland_Ringing5 = "400:200:400:200:800:4000" -Switzerland_Ringing6 = "300:200:1000:200:300:4000" -Switzerland_Ringing7 = "250:250:250:250:250:1750" -Switzerland_Reorder = "R0:L -10 [425:200][0:200]" -Switzerland_Ring_Splash = "500:500" -Switzerland_Ring_Insistent = "300:400" -Switzerland_Stutter_Dial = "R0:L -13 [425:320][0:20]" -Switzerland_Intercom_Dial = "R0:L -5 [425:0]" -Switzerland_Message_Waiting = "R0:L -13 [425:320][0:20]" -Switzerland_Waiting0 = "R2:L -13 [440:400][16384:200][440:400][16384:10000]" -Switzerland_Waiting1 = "R2:L -13 [440:100][16384:200][440:400][16384:10000]" -Switzerland_Waiting2 = "R2:L -13 [440:400][16384:200][440:100][16384:10000]" -Switzerland_Waiting3 = "R2:L -13 [440:200][16384:100][440:200][16384:10000]" -Switzerland_Waiting4 = "R2:L -13 [440:400][16384:100][440:200][16384:100][440:200][16384:10000]" -Switzerland_Waiting5 = "R2:L -13 [440:200][16384:100][440:200][16384:100][440:400][16384:10000]" -Switzerland_Waiting6 = "R2:L -13 [440:150][16384:100][440:500][16384:100][440:150][16384:10000]" -Switzerland_Waiting7 = "R2:L -13 [440:125][16384:125][440:125][16384:125][440:125][16384:5000]" -Switzerland_Confirmation = "R1:L -10 [425:200][16384:500][425:200]" -Switzerland_On_Hold = "R0:L -13 [880:200][0:100][880:200][0:8000]" - -# TURKEY -Turkey_Ring_Sequence = "2000:4000" -Turkey_Dial = "R0:L -7 [450:0]" -Turkey_Busy = "R0:L -6 [450:500][0:500]" -Turkey_Ring = "R0:L -6 [450:2000][0:4000]" -Turkey_Special = "R0:L -6 [950:300][1400:300][1800:300][0:1000]" -Turkey_Waiting = "R0:L -10 [450:200][16384:600][450:200][16384:8000]" -Turkey_Waiting_NCX = "R1:L -8 [450:200][16384:600][450:200][16384:8000]" -Turkey_Congestion = "R0:L -6 [450:200][0:200][450:200][0:200][450:600][0:200]" -Turkey_Conference = "R0:L -20 [1400:330][16384:15000]" -Turkey_Unobtainable = "R0:L -6 [450:200][0:200]" -Turkey_Intervention = "R0:L -8 [450:200][0:200][450:600][450:200]" -Turkey_CountryCode = "90" - -#Turkey_Off_Hook_Warning = "R0:L 0 [34168:100][34828:0][35228:0][2600:0][0:100]" -Turkey_Howler = "R0:L 0 [9592:25][10252:25][10652:25][10792:25][0:100]" -Turkey_Ringing0 = "800:400:800:4000" -Turkey_Ringing1 = "200:400:800:4000" -Turkey_Ringing2 = "800:400:200:4000" -Turkey_Ringing3 = "400:200:400:4000" -Turkey_Ringing4 = "800:200:400:200:400:4000" -Turkey_Ringing5 = "400:200:400:200:800:4000" -Turkey_Ringing6 = "300:200:1000:200:300:4000" -Turkey_Ringing7 = "250:250:250:250:250:1750" -Turkey_Reorder = "R0:L -6 [450:200][0:200][450:200][0:200][450:600][0:200]" -Turkey_Ring_Splash = "500:500" -Turkey_Ring_Insistent = "300:400" -Turkey_Stutter_Dial = "R0:L -6 [450:320][0:20]" -Turkey_Intercom_Dial = "R0:L -6 [450:0]" -Turkey_Message_Waiting = "R0:L -6 [450:200][0:200][450:200][0:600]" -Turkey_Waiting0 = "R2:L -8 [440:400][16384:200][440:400][16384:10000]" -Turkey_Waiting1 = "R2:L -8 [440:100][16384:200][440:400][16384:10000]" -Turkey_Waiting2 = "R2:L -8 [440:400][16384:200][440:100][16384:10000]" -Turkey_Waiting3 = "R2:L -8 [440:200][16384:100][440:200][16384:10000]" -Turkey_Waiting4 = "R2:L -8 [440:400][16384:100][440:200][16384:100][440:200][16384:10000]" -Turkey_Waiting5 = "R2:L -8 [440:200][16384:100][440:200][16384:100][440:400][16384:10000]" -Turkey_Waiting6 = "R2:L -8 [440:150][16384:100][440:500][16384:100][440:150][16384:10000]" -Turkey_Waiting7 = "R2:L -8 [440:125][16384:125][440:125][16384:125][440:125][16384:5000]" -Turkey_Confirmation = "R0:L -6 [450:40][16384:40]" -Turkey_On_Hold = "R0:L -8 [33118:500][450:0][16384:500][450:500][16384:2500]" - -# UNITED ARAB EMIRATES -UAE_Ring_Sequence = "400:200:400:2000" -UAE_Dial = "R0:L -10 [33118:0][440:0]" -UAE_Busy = "R0:L -20 [400:375][0:375]" -UAE_Ring = "R0:L -20 [425:400][0:200][425:400][0:2000]" -UAE_Special = "R5:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:2024]" -UAE_Waiting = "R0:L -13 [440:300][16384:10000]" -UAE_Waiting_NCX = "R1:L -13 [440:300][16384:10000]" -UAE_Congestion = "R0:L -26 [400:400][0:350][400:225][0:525]" -UAE_Conference = "R0:L -20 [16384:15000]" -UAE_Intervention = "R0:L -10 [1400:330][0:1500]" -UAE_Unobtainable = "R2:L -10 [400:0]" -UAE_CountryCode = "971" - -UAE_Howler = "R0:L -1 [33568:100][2500:0][0:100]" -UAE_Ringing0 = "800:400:800:4000" -UAE_Ringing1 = "200:400:800:4000" -UAE_Ringing2 = "800:400:200:4000" -UAE_Ringing3 = "400:200:400:4000" -UAE_Ringing4 = "800:200:400:200:400:4000" -UAE_Ringing5 = "400:200:400:200:800:4000" -UAE_Ringing6 = "300:200:1000:200:300:4000" -UAE_Ringing7 = "250:250:250:250:250:1750" -UAE_Reorder = "R0:L -26 [400:400][0:350][400:225][0:525]" -UAE_Ring_Splash = "500:500" -UAE_Ring_Insistent = "300:400" -UAE_Stutter_Dial = "R0:L -7 [33118:750][450:0][0:750]" -UAE_Intercom_Dial = "R0:L -10 [33118:0][440:0]" -UAE_Message_Waiting = "R0:L -7 [33118:750][450:0][0:750]" -UAE_Waiting0 = "R2:L -13 [440:400][16384:200][440:400][16384:10000]" -UAE_Waiting1 = "R2:L -13 [440:100][16384:200][440:400][16384:10000]" -UAE_Waiting2 = "R2:L -13 [440:400][16384:200][440:100][16384:10000]" -UAE_Waiting3 = "R2:L -13 [440:200][16384:100][440:200][16384:10000]" -UAE_Waiting4 = "R2:L -13 [440:400][16384:100][440:200][16384:100][440:200][16384:10000]" -UAE_Waiting5 = "R2:L -13 [440:200][16384:100][440:200][16384:100][440:400][16384:10000]" -UAE_Waiting6 = "R2:L -13 [440:150][16384:100][440:500][16384:100][440:150][16384:10000]" -UAE_Waiting7 = "R2:L -13 [440:125][16384:125][440:125][16384:125][440:125][16384:5000]" -UAE_Confirmation = "R0:L -13 [440:300][16384:10000]" -UAE_On_Hold = "R0:L -13 [880:200][0:100][880:200][0:8000]" - -# UNITED ARAB EMIRATES 2 (From Marconi Spec /IPN/TP/BR/0001 Issue 1 Draft A) -UAE2_Ring_Sequence = "2000:4000" -UAE2_Dial = "R0:L -13 [33118:0][450:0]" -UAE2_Busy = "R0:L -13 [425:375][0:375]" -UAE2_Ring = "R0:L -13 [425:400][0:200][425:400][0:2000]" -UAE2_Special = "R1:L -10 [950:330][1400:330][1800:330][0:1000]" -UAE2_Waiting = "R1:L -13 [425:200][16384:100]" -UAE2_Waiting_NCX = "R1:L -13 [425:200][16384:100]" -UAE2_Congestion = "R0:L -26 [400:400][0:350][400:225][0:525]" -UAE2_Conference = "R0:L -20 [16384:15000]" -UAE2_Intervention = "R0:L -10 [1400:330][0:1500]" -UAE2_Unobtainable = "R2:L -10 [400:0]" -UAE2_CountryCode = "971" - -UAE2_Howler = "R0:L -1 [800:500][1366:500][1933:500][2500:500]" -UAE2_Ringing0 = "800:400:800:4000" -UAE2_Ringing1 = "200:400:800:4000" -UAE2_Ringing2 = "800:400:200:4000" -UAE2_Ringing3 = "400:200:400:4000" -UAE2_Ringing4 = "800:200:400:200:400:4000" -UAE2_Ringing5 = "400:200:400:200:800:4000" -UAE2_Ringing6 = "300:200:1000:200:300:4000" -UAE2_Ringing7 = "250:250:250:250:250:1750" -UAE2_Reorder = "R0:L -13 [425:400][0:350][400:225][0:525]" -UAE2_Ring_Splash = "500:500" -UAE2_Ring_Insistent = "300:400" -UAE2_Stutter_Dial = "R0:L -13 [33118:400][450:0][0:40]" -UAE2_Intercom_Dial = "R0:L -13 [33118:0][450:0]" -UAE2_Message_Waiting = "R0:L -7 [33118:1200][450:0][0:300]" -UAE2_Waiting0 = "R2:L -13 [440:400][16384:200][440:400][16384:10000]" -UAE2_Waiting1 = "R2:L -13 [440:100][16384:200][440:400][16384:10000]" -UAE2_Waiting2 = "R2:L -13 [440:400][16384:200][440:100][16384:10000]" -UAE2_Waiting3 = "R2:L -13 [440:200][16384:100][440:200][16384:10000]" -UAE2_Waiting4 = "R2:L -13 [440:400][16384:100][440:200][16384:100][440:200][16384:10000]" -UAE2_Waiting5 = "R2:L -13 [440:200][16384:100][440:200][16384:100][440:400][16384:10000]" -UAE2_Waiting6 = "R2:L -13 [440:150][16384:100][440:500][16384:100][440:150][16384:10000]" -UAE2_Waiting7 = "R2:L -13 [440:125][16384:125][440:125][16384:125][440:125][16384:5000]" -UAE2_Confirmation = "R1:L -13 [425:200][16384:100]" -UAE2_On_Hold = "R0:L -13 [880:200][0:100][880:200][0:8000]" - -# UNITED KINGDOM -United_Kingdom_Ring_Sequence = "400:200:400:2000" -United_Kingdom_Dial = "R0:L -10 [33118:0][440:0]" -United_Kingdom_Busy = "R0:L -10 [400:375][0:375]" -United_Kingdom_Ring = "R0:L -10 [33168:400][450:400][0:200][33168:400][450:400][0:2000]" -United_Kingdom_Special = "R5:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:2024]" -United_Kingdom_Waiting = "R0:L -13 [440:300][16384:5000]" -United_Kingdom_Waiting_NCX = "R1:L -13 [440:300][16384:5000]" -United_Kingdom_Congestion = "R0:L -10 [400:400][0:350][400:225][0:525]" -United_Kingdom_Conference = "R0:L -20 [16384:15000]" -United_Kingdom_Intervention = "R0:L -10 [1400:330][0:1500]" -United_Kingdom_Unobtainable = "R2:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:5024]" -United_Kingdom_CountryCode = "44" - -United_Kingdom_Howler = "R0:L -1 [33568:100][2500:0][0:100]" -United_Kingdom_Ringing0 = "800:400:800:4000" -United_Kingdom_Ringing1 = "200:400:800:4000" -United_Kingdom_Ringing2 = "800:400:200:4000" -United_Kingdom_Ringing3 = "400:200:400:4000" -United_Kingdom_Ringing4 = "800:200:400:200:400:4000" -United_Kingdom_Ringing5 = "400:200:400:200:800:4000" -United_Kingdom_Ringing6 = "300:200:1000:200:300:4000" -United_Kingdom_Ringing7 = "250:250:250:250:250:1750" -United_Kingdom_Reorder = "R0:L -20 [400:400][0:350][400:225][0:525]" -United_Kingdom_Ring_Splash = "500:500" -United_Kingdom_Ring_Insistent = "300:400" -United_Kingdom_Stutter_Dial = "R0:L -7 [33118:750][450:0][0:750]" -United_Kingdom_Intercom_Dial = "R0:L -10 [33118:0][440:0]" -United_Kingdom_Message_Waiting = "R0:L -7 [33118:1200][450:0][0:300]" -United_Kingdom_Waiting0 = "R2:L -13 [440:400][16384:200][440:400][16384:10000]" -United_Kingdom_Waiting1 = "R2:L -13 [440:100][16384:200][440:400][16384:10000]" -United_Kingdom_Waiting2 = "R2:L -13 [440:400][16384:200][440:100][16384:10000]" -United_Kingdom_Waiting3 = "R2:L -13 [440:200][16384:100][440:200][16384:10000]" -United_Kingdom_Waiting4 = "R2:L -13 [440:400][16384:100][440:200][16384:100][440:200][16384:10000]" -United_Kingdom_Waiting5 = "R2:L -13 [440:200][16384:100][440:200][16384:100][440:400][16384:10000]" -United_Kingdom_Waiting6 = "R2:L -13 [440:150][16384:100][440:500][16384:100][440:150][16384:10000]" -United_Kingdom_Waiting7 = "R2:L -13 [440:125][16384:125][440:125][16384:125][440:125][16384:5000]" -United_Kingdom_Confirmation = "R0:L -13 [440:300][16384:5000]" -United_Kingdom_On_Hold = "R0:L -13 [880:200][0:100][880:200][0:8000]" - -# USA -USA_Ring_Sequence = "2000:4000" -USA_Dial = "R0:L -13 [33118:0][440:0]" -USA_Congestion = "R0:L -24 [33248:250][620:250][0:250]" -USA_Busy = "R0:L -24 [33248:500][620:500][0:500]" -USA_Special = "R5:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:2024]" -USA_Unobtainable = "R2:L -10 [950:332][0:24][1400:332][0:24][1800:332][0:5024]" -USA_Waiting = "R2:L -13 [440:300][16384:10000]" -USA_Waiting_NCX = "R1:L -13 [440:300][16384:10000]" -USA_Ring = "R0:L -19 [33208:2000][480:2000][0:4000]" -USA_Conference = "R0:L -20 [16384:15000]" -USA_Intervention = "R0:L -10 [1400:330][0:1500]" -USA_CountryCode = "1" - -# Copied from United_Kingdom, change later to correct ones. -USA_Howler = "R0:L -1 [33568:100][2500:0][0:100]" -USA_Ringing0 = "800:400:800:4000" -USA_Ringing1 = "200:400:800:4000" -USA_Ringing2 = "800:400:200:4000" -USA_Ringing3 = "400:200:400:4000" -USA_Ringing4 = "800:200:400:200:400:4000" -USA_Ringing5 = "400:200:400:200:800:4000" -USA_Ringing6 = "300:200:1000:200:300:4000" -USA_Ringing7 = "250:250:250:250:250:1750" -USA_Reorder = "R0:L -24 [33248:250][620:250][0:250]" -USA_Ring_Splash = "500:5000" -USA_Ring_Insistent = "300:400" -USA_Stutter_Dial = "R0:L -13 [33118:100][440:0][0:100]" -USA_Intercom_Dial = "R0:L -13 [33118:0][440:0]" -USA_Message_Waiting = "R0:L -13 [33118:110][440:0][0:110]" -USA_Waiting0 = "R2:L -13 [440:400][16384:200][440:400][16384:10000]" -USA_Waiting1 = "R2:L -13 [440:100][16384:200][440:400][16384:10000]" -USA_Waiting2 = "R2:L -13 [440:400][16384:200][440:100][16384:10000]" -USA_Waiting3 = "R2:L -13 [440:200][16384:100][440:200][16384:10000]" -USA_Waiting4 = "R2:L -13 [440:400][16384:100][440:200][16384:100][440:200][16384:10000]" -USA_Waiting5 = "R2:L -13 [440:200][16384:100][440:200][16384:100][440:400][16384:10000]" -USA_Waiting6 = "R2:L -13 [440:150][16384:100][440:500][16384:100][440:150][16384:10000]" -USA_Waiting7 = "R2:L -13 [440:125][16384:125][440:125][16384:125][440:125][16384:5000]" -USA_Confirmation = "R3:L -13 [33118:100][440:0][0:100]" -USA_On_Hold = "R0:L -13 [880:200][0:100][880:200][0:8000]" - - diff --git a/evoice/files/etc/evoice/voicedm b/evoice/files/etc/evoice/voicedm deleted file mode 100644 index 3b84bbfa7..000000000 --- a/evoice/files/etc/evoice/voicedm +++ /dev/null @@ -1,181 +0,0 @@ -# RO (Main) -config account 'map_board' - option HW_Has_Voice 'hw.board.hasVoice' - option HW_Has_DECT 'hw.board.hasDect' - option HW_Nr_Of_POTS_Ports 'hw.board.VoicePorts' - option HW_VoiceDSP 'hw.board.VoiceDSP' - option ProductID 'device.deviceinfo.ModelName' - option I3_VERSION 'device.deviceinfo.SoftwareVersion' - option SerialNumber 'device.deviceinfo.SerialNumber' - -config account 'map_pots' - option Country 'voice.POTS.Region' - -# Voice Service navigation paths -# Not used to initialize internal configuration -config navigation 'map_vs' - option Account 'voice.Client@.' - option Network 'voice.Client@.Network' - option VoIPProfile 'voice.Network@.VoIPProfile' - option CfAccount 'voice.Line@.CallingFeatures' - option CfPhone 'voice.Extension@.CallingFeatures' - option CodecList 'voice.Network@.CodecList' - option Codec 'voice.Codec@.Codec' - option OutgoingMapEnabled 'voice.OutgoingMap@.Enable' - option From_Phone 'voice.OutgoingMap@.Extension' - option Extension 'voice.Extension@.Provider' - option To_Account 'voice.OutgoingMap@.Line' - option Line 'voice.Line@.Provider' - option LineEnable 'voice.Line@.Enable' - option LineProvider 'voice.Line@.Provider' - option IncomingMapEnabled 'voice.IncomingMap@.Enable' - option From_Account 'voice.IncomingMap@.Line' - option To_Phone 'voice.IncomingMap@.Extension' - option ExtensionEnable 'voice.Extension@.Enable' - option ExtensionProvider 'voice.Extension@.Provider' - -# Registration for account A-Z is associate with SIP.Clienti.Enable -# All parameters in this table are written to internal configuration -config account 'map_account' - option Registration 'voice.Client@.Enable' - option Display_Name '' - option PhoneNumber 'voice.Client@.RegisiterURI' - option Username 'voice.Client@.AuthUserName' - option Password 'voice.Client@.AuthPassword' - option SIP_Telephone_Syntax 'voice.Client@.E164Format' - option Device_Description 'voice.Client@.UserAgent' - -# Network stuff associated with an account. -# All parameters in this table are written to internal configuration -config network 'map_net' - option Enable 'voice.Network@.Enable' - option Registration_Server 'voice.Network@.RegistrarServer' - option Outbound_Proxy 'voice.Network@.ProxyServer' - option Accept_From_Registered 'voice.Network@.AcceptFromProxyOnly' - option SIP_Port 'voice.Network@.RegistrarServerPort' - option SIP_Transport 'voice.Network@.RegistrarServerTransport' - option RegistrationPeriod 'voice.Network@.RegistrationPeriod' - option Registration_Interval 'voice.Network@.RegisterExpires' - option Reg_Failure_Interval 'voice.Network@.TimerRegistrationFailed' - option T1 'voice.Network@.TimerT1' - option UserAgentDomain 'voice.Network@.UserAgentDomain' - option SIP_SessTmrEnable 'voice.Network@.SIPSessionTimerEnable' - option SIP_SessTmrMode 'voice.Network@.SIPSessionTimerMode' - option SIP_SessTmrMsg 'voice.Network@.SIPSessionRefreshRequest' - option SIP_SessTmrRefresher 'voice.Network@.SIPSessionRefresher' - option SIP_MinSE 'voice.Network@.SIPSessionMinimumTimer' - option SIP_SessInterval 'voice.Network@.SIPSessionExpireInterval' - -config VoIPProfile 'map_voip' - option Enable 'voice.VoIPProfile@.Enable' - option DTMF_Method 'voice.VoIPProfile@.DTMFMethod' - option RTP 'voice.VoIPProfile@.RTP' - -config RTP 'map_rtp' - option RTP_Port_Base 'voice.@RTP@.LocalPortMin' - option RTP_Port_End 'voice.@RTP@.LocalPortMax' - -config codecs 'map_codec' - option Codec 'voice.CodecProfile@.Codec' - option enable 'voice.CodecProfile@.Enable' - option ptime 'voice.CodecProfile@.PacketizationPeriod' - option dtx 'voice.CodecProfile@.SilenceSupression' - -config fxsinfo 'map_fxs' - option Enable 'voice.FXS@.Enable' - option DialType 'voice.FXS@.DialType' - option TransmitGain 'voice.FXS@.TransmitGain' - option ReceiveGain 'voice.FXS@.ReceiveGain' - option EchoCancellationEnable 'voice.FXS@.EchoCancellationEnable' - -config extensioninfo 'map_ext' - option Enable 'voice.Extension@.Enable' - option Internal_Number_Phone 'voice.Extension@.ExtensionNumber' - option Display_Name_Phone 'voice.Extension@.Name' - -config capabilities 'map_capa' - option Call_Waiting_Enable 'voice.Capabilities@FacilityActions' - option Enable_Call_Diversion 'voice.Capabilities@FacilityActions' - -config cs_account 'map_set' - option BusyCallWait 'voice.Set@.CallWaitingEnable' - option AlwaysDivert 'voice.Set@.CallForwardUnconditionalEnable' - option CFU_Number 'voice.Set@.CallForwardUnconditionalNumber' - option BusyDivert 'voice.Set@.CallForwardOnBusyEnable' - option CFB_Number 'voice.Set@.CallForwardOnBusyNumber' - option NoAnswDivert 'voice.Set@.CallForwardOnNoAnswerEnable' - option CFNR_Number 'voice.Set@.CallForwardOnNoAnswerNumber' - option CFNR_Timeout 'voice.Set@.CallForwardOnNoAnswerRingTimeout' - option Enable_Call_Transfer 'voice.Set@.CallTransferEnable' - option AnonymousReject 'voice.Set@.AnonymousCallRejectionEnable' - option AllowAnonymousConf 'voice.Set@.AnonymousCallEnable' - option CallerIDEnable 'voice.Set@.CallerIDEnable' - -config cs_xvendor 'map_np_cs' - option np_sc_actCW 'voice.X_IOPSYS_EU_NpSc@.CW_ACT' - option np_sc_actCW_output 'voice.X_IOPSYS_EU_NpSc@.CW_OUT' - option np_sc_deactCW 'voice.X_IOPSYS_EU_NpSc@.CW_DEACT' - option np_sc_isactCW 'voice.X_IOPSYS_EU_NpSc@.CW_ISACT' - option np_sc_actCFU 'voice.X_IOPSYS_EU_NpSc@.CFU_ACT' - option np_sc_actCFU_output 'voice.X_IOPSYS_EU_NpSc@.CFU_OUT' - option np_sc_deactCFU 'voice.X_IOPSYS_EU_NpSc@.CFU_DEACT' - option np_sc_actCFB 'voice.X_IOPSYS_EU_NpSc@.CFB_ACT' - option np_sc_actCFB_output 'voice.X_IOPSYS_EU_NpSc@.CFB_OUT' - option np_sc_deactCFB 'voice.X_IOPSYS_EU_NpSc@.CFB_DEACT' - option np_sc_actCFNR 'voice.X_IOPSYS_EU_NpSc@.CFNR_ACT' - option np_sc_actCFNR_output 'voice.X_IOPSYS_EU_NpSc@.CFNR_OUT' - option np_sc_deactCFNR 'voice.X_IOPSYS_EU_NpSc@.CFNR_DEACT' - option np_sc_actRA 'voice.X_IOPSYS_EU_NpSc@.RA_ACT' - option np_sc_deactRA 'voice.X_IOPSYS_EU_NpSc@.RA_DEACT' - option np_sc_actAC 'voice.X_IOPSYS_EU_NpSc@.AC_ACT' - option np_sc_deactAC 'voice.X_IOPSYS_EU_NpSc@.AC_DEACT' - option np_sc_actAA 'voice.X_IOPSYS_EU_NpSc@.AA_ACT' - option np_sc_deactAA 'voice.X_IOPSYS_EU_NpSc@.AA_DEACT' - option np_sc_actAD 'voice.X_IOPSYS_EU_NpSc@.AD_ACT' - option np_sc_actAD_output 'voice.X_IOPSYS_EU_NpSc@.AD_OUT' - option np_sc_deactAD 'voice.X_IOPSYS_EU_NpSc@.AD_DEACT' - option np_sc_actMWSplash 'voice.X_IOPSYS_EU_NpSc@.MWI_SPLASH_ACT' - option np_sc_deactMWSplash 'voice.X_IOPSYS_EU_NpSc@.MWI_SPLASH_DEACT' - option np_sc_actMWTone 'voice.X_IOPSYS_EU_NpSc@.MWI_TONE_ACT' - option np_sc_deactMWTone 'voice.X_IOPSYS_EU_NpSc@.MWI_TONE_DEACT' - option np_sc_redial 'voice.X_IOPSYS_EU_NpSc@.REDIAL' - option np_sc_setMiscConf 'voice.X_IOPSYS_EU_NpSc@.SET_MISC' - -config cc_xvendor 'map_np_in' - option np_in_limitExp 'voice.X_IOPSYS_EU_InternalNumber@.RegExp' - -config cc_xvendor 'map_np_sh' - option sh_no_str 'voice.X_IOPSYS_EU_ShortNumber@.RegExp' - -config cc_xvendor 'map_np_eme' - option np_eme 'voice.X_IOPSYS_EU_EmergencyNumber@.RegExp' - option np_eme_out 'voice.X_IOPSYS_EU_EmergencyNumber@.OutStr' - -config cc_xvendor 'map_np_rn' - option np_rn 'voice.X_IOPSYS_EU_RegularNumber@.RegExp' - option np_rn_out 'voice.X_IOPSYS_EU_RegularNumber@.OutStr' - option np_rn_account 'voice.X_IOPSYS_EU_RegularNumber@.AccStr' - -config cc_xvendor 'map_np_bn' - option np_bn 'voice.X_IOPSYS_EU_BarredNumber@.RegExp' - option np_bn_out 'voice.X_IOPSYS_EU_BarredNumber@.OutStr' - -config TR104NumberingPlan 'map_np_tr' - option min_digits 'voice.NumberingPlan@.MinimumNumberOfDigits' - option max_digits 'voice.NumberingPlan@.MaximumNumberOfDigits' - option tmo_std 'voice.NumberingPlan@.InterDigitTimerStd' - option tmo_open 'voice.NumberingPlan@.InterDigitTimerOpen' - option term_digit 'voice.NumberingPlan@.TerminationDigit' - option prefix_list 'voice.NumberingPlan@.PrefixList' - -config TR104NumberingPlanPrefix 'map_np_pf' - option enable 'voice.@PrefixInfo@.Enable' - option range 'voice.@PrefixInfo@.PrefixRange' - option prefix_min_digits 'voice.@PrefixInfo@.PrefixMinNumberOfDigits' - option prefix_max_digits 'voice.@PrefixInfo@.PrefixMaxNumberOfDigits' - option remove_digits 'voice.@PrefixInfo@.NumberOfDigitsToRemove' - option remove_pos 'voice.@PrefixInfo@.NumberOfDigitsToRemove' - option facility_act 'voice.@PrefixInfo@.FacilityAction' - option facility_arg 'voice.@PrefixInfo@.FacilityActionArgument' - - diff --git a/evoice/files/etc/evoice/voicero b/evoice/files/etc/evoice/voicero deleted file mode 100644 index bb005118e..000000000 --- a/evoice/files/etc/evoice/voicero +++ /dev/null @@ -1,56 +0,0 @@ -config static_prm 'defaults' - option Print_Control '4' - option Print_UDP_Addr '192.168.1.3' - option Print_UDP_Port '60000' - option Verbosity 'On' - option Failure_Log 'On' - option Message_Log 'On' - option Method_Trace 'Off' - option Dial_Cache_Size '0' - option Reverse_Fax_Detection '0' - option DSP_24 '0' - option DSP_36 '0' - option DSP_43 '0' - option Swap_Name_Nr_CID '0' - option R_Button_Lower_Lim '100' - option R_Button_Upper_Lim '800' - option HookOn_Delay '0' - option SupportLDD '0' - option LDD_Min_Break_Time '41' - option LDD_Max_Break_Time '94' - option LDD_Percent_Break '55' - option Tone_On_Hangup '1' - option BusyTone_On_Hangup '1' - option Enable_Analouge_Conf '0' - option PrackUsage '1' - option SIP_SupportedPath '0' - option IMS_Access_Network_Info ' ' - option SIP_Reason_Protocol '0' - option SIP_Body_QOST '0' - option SIP_HistoryInfo '0' - option Customer_Spec2 '1' - option UTF8_Enable '0' - option RFC3325 '0' - option Accept_From_Registered '0' - option Polarity_Reversal '0' - option Closed_Dial_Plan '0' - option Netw_Dial '0' - option No_Answer_Tmo '180' - option UPnP_Enabled '0' - option NAT_Address ' ' - option NAT_Address_From_SIP '0' - option HookOn_Transfer '0' - option Enable_Call_Transfer '1' - option CallerIDEnable '1' - option Multiparty_Transp '0' - option Presence_Indication '0' - option Login_Note ' ' - option Login_Description ' ' - option Logout_Note ' ' - option Logout_Description ' ' - option Resolve_Every_Transaction '2' - option Translate_Plus '1' - option Mid_Call_Services '0' - option Account_Restriction '0' - option Answering_Machine_Enable '0' - diff --git a/evoice/files/etc/init.d/evoice b/evoice/files/etc/init.d/evoice deleted file mode 100755 index f3cc5ec1b..000000000 --- a/evoice/files/etc/init.d/evoice +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/sh /etc/rc.common - -START=68 -STOP=12 - -USE_PROCD=1 -NAME=evoice -VOICE_UCI_CONFIG=voice - -start_service() { - [ "$(db -q get hw.board.hasVoice)" = "1" ] || return - - - which endptmngr >/dev/null 2>&1 && { - echo "evoice can't be started since endptmngr is installed. Please remove endptmngr and retry" - return - } - - procd_open_instance - procd_set_param command $NAME - procd_set_param respawn "5" "0" "3" - procd_close_instance -} - -reload_service() { - stop - start -} - -service_triggers() { - procd_add_reload_trigger $VOICE_UCI_CONFIG -} diff --git a/evoice/files/lib/voice/codecs_airoha.json b/evoice/files/lib/voice/codecs_airoha.json deleted file mode 100644 index 743004a94..000000000 --- a/evoice/files/lib/voice/codecs_airoha.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "G.711ALaw": [ - { - "BitRate": 64000, - "PacketizationPeriod": "20", - "SilenceSuppression": false - } - ], - "G.711MuLaw": [ - { - "BitRate": 64000, - "PacketizationPeriod": "20", - "SilenceSuppression": false - } - ], - "G.722": [ - { - "BitRate": 64000, - "PacketizationPeriod": "20", - "SilenceSuppression": false - } - ], - "G.726": [ - { - "BitRate": 32000, - "PacketizationPeriod": "20", - "SilenceSuppression": false - }, - { - "BitRate": 24000, - "PacketizationPeriod": "20", - "SilenceSuppression": false - } - ], - "G.729": [ - { - "BitRate": 8000, - "PacketizationPeriod": "20", - "SilenceSuppression": false - } - ], - "AMR": [ - { - "BitRate": 7400, - "PacketizationPeriod": "20", - "SilenceSuppression": false - } - ] -} - diff --git a/evoice/files/lib/voice/codecs_brcm.json b/evoice/files/lib/voice/codecs_brcm.json deleted file mode 100644 index e4ecdb7eb..000000000 --- a/evoice/files/lib/voice/codecs_brcm.json +++ /dev/null @@ -1,140 +0,0 @@ -{ - "G.711MuLaw": [ - { - "BitRate": 64000, - "PacketizationPeriod": "10-30", - "SilenceSuppression": true - } - ], - "G.711ALaw": [ - { - "BitRate": 64000, - "PacketizationPeriod": "10-30", - "SilenceSuppression": true - } - ], - "G.726": [ - { - "BitRate": 16000, - "PacketizationPeriod": "10-30", - "SilenceSuppression": true - }, - { - "BitRate": 24000, - "PacketizationPeriod": "10-30", - "SilenceSuppression": true - }, - { - "BitRate": 32000, - "PacketizationPeriod": "10-30", - "SilenceSuppression": true - }, - { - "BitRate": 40000, - "PacketizationPeriod": "10-30", - "SilenceSuppression": true - } - ], - "G.723.1": [ - { - "BitRate": 5300, - "PacketizationPeriod": "10-30", - "SilenceSuppression": true - }, - { - "BitRate": 6300, - "PacketizationPeriod": "10-30", - "SilenceSuppression": true - } - ], - "G.729": [ - { - "BitRate": 8000, - "PacketizationPeriod": "10-30", - "SilenceSuppression": true - } - ], - "iLBC": [ - { - "BitRate": 15200, - "PacketizationPeriod": "10-30", - "SilenceSuppression": true - }, - { - "BitRate": 13300, - "PacketizationPeriod": "10-30", - "SilenceSuppression": true - } - ], - "G.722": [ - { - "BitRate": 64000, - "PacketizationPeriod": "10-30", - "SilenceSuppression": true - } - ], - "AMR": [ - { - "BitRate": 12200, - "PacketizationPeriod": "10-30", - "SilenceSuppression": true - }, - { - "BitRate": 10200, - "PacketizationPeriod": "10-30", - "SilenceSuppression": true - }, - { - "BitRate": 7950, - "PacketizationPeriod": "10-30", - "SilenceSuppression": true - }, - { - "BitRate": 7400, - "PacketizationPeriod": "10-30", - "SilenceSuppression": true - }, - { - "BitRate": 6700, - "PacketizationPeriod": "10-30", - "SilenceSuppression": true - }, - { - "BitRate": 5900, - "PacketizationPeriod": "10-30", - "SilenceSuppression": true - }, - { - "BitRate": 5150, - "PacketizationPeriod": "10-30", - "SilenceSuppression": true - }, - { - "BitRate": 4750, - "PacketizationPeriod": "10-30", - "SilenceSuppression": true - } - ], - "GSM-EFR": [ - { - "BitRate": 12200, - "PacketizationPeriod": "10-30", - "SilenceSuppression": true - } - ], - "GSM-FR": [ - { - "BitRate": 13200, - "PacketizationPeriod": "10-30", - "SilenceSuppression": true - } - ], - "GSM-HR": [ - { - "BitRate": 5600, - "PacketizationPeriod": "10-30", - "SilenceSuppression": true - } - ] -} - diff --git a/evoice/files/usr/share/evoice/sounds/activated.g711a b/evoice/files/usr/share/evoice/sounds/activated.g711a deleted file mode 100644 index 27af6c062ddfdd9e67e0a975ac2d1f879e006963..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8640 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 tl!gA~7ii[zaZto}]zVY\^Xh|^sr_[:XuXTs8^sxt|~}^R׺Wzz3q[9Ζz:WsX$wX۸ps{w~|ܷ֔Xc=r7Vw\Y]י|YbZYqz߹V~Zܖܒߞ~b}~uv7xyXVV}u~Y8WVړx]Za~ywu]^XxZS^՞}Pݷ">v^|]Z[^)[~4ٖ8~Qږav|9Z[|{?QYqxܙ^Z[z3sg[{z}{yݾ];T7Nu]P}szx_^XvܝyS֟r^s^pw^՘zox]uzz~}Vԝonzs}\o8ghZs\}vsXUT~i*7_y{w{TR]w:{۳3y_rzV_jgZxwv\_Zܞ]v}ntvn\s~Z\ݕkwZ|Zw޾^wzv_r[py:x^{\;}_sxn~v۸_\{vlt\~zyw_ZXyYھpvr^zu߼[v}{ڸܟ^u|޳^z]򘽝w{֞ty{~޷~vt{ޟtu\xosUmm]{wutqWp{|jr^_|qwp/Y^{~|o[_rzqYmy|1\y||t_Zn]sxtwZ1zVxqvyvr{yuV>ݵvz~ޞ{z~V]_owkq~]t~<spx}|׽_ٽYqzu^w|{]][owtZqwt_rs~v_ޞw=uy_xZ]uyzzjv_v{؛{߹uv[߸y_pu;|{\[s[^ݴ~ߵp[{Xzz|߻s}]tmhvrusd8[|l2ZxpZy}{vkyq[|]]_T|R)i*x]:XZ0]Z#x}^\Vyqy9TX[gzsps~XX8ٟzw]x\W۝|$ov~T=r[޷UVzxfk]VZ]s]Z߲\߽}x|~zٞ[\eqzw[YyYuޞv[ݼ]lߺwxYt\}xәUڏ^zhstr\nty^ݶy]|Uujqzrv޾|\?כ[~]v}pyq}z|^vTgmz}nxܔܼ]mxlrs}y0ռ]uyiyyo_w޼{Wޗؘnjwvq{kٕ~suܙn|zq~{yhivsw[]z]]yxh|vxu}W^9rwy؛p]v0znw=^~#Wy>}xdsr^t^v[޿Ԗr^\r ,u7PW\w~rV;ژҝ^6{k|1|Y]~ݻ|rYv7O]`n~~{wؕ\wܛnzqWZVT]<\"osݾ~(pUXTX[8"rws|=^}YkwQT\ї՗uufwnx_}~^\nr^YQO9S>_{"ouw[\_{x[s{]VVYޔ?grpy\7u5xMZ]VRxyi8z[\X4^ݸx1sړYuyjj{>w2/x|Vyߒxݞu&m{}\ۜ|۝qxy~:|WT۳[)ikq2ܗ}Z\\OV9bi2{XZ߼.xZzYW߽ٞx,u.yvx]q~vzp8Y[mXؒ{xԼwpmv|װSx~ztwԝ0tw?{_+p~Rp~x|}]ݞq}Zzۻ^NR\ܕ\kr,\{x}}rXN[_YvXfulnp|u}[۷~[ܐZRՔro1xv^ݜ}]qݚ{^p^Y{p{xm1_||?ؿz]P}yݴs0ml7xߚxv9ܙߛXU[qW,i|ulq0#X&^m+u|lUqRYA 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 diff --git a/evoice/files/usr/share/evoice/sounds/deactivated.g722 b/evoice/files/usr/share/evoice/sounds/deactivated.g722 deleted file mode 100644 index f9b3ddd1b..000000000 --- a/evoice/files/usr/share/evoice/sounds/deactivated.g722 +++ /dev/null @@ -1 +0,0 @@ -zwޯm|޺]vݟ߻wx^z~ttqvZ^tvt{xx{yw]yz|۳yXxvs{YUY\Sx\|uTyؼ_xuvw~v۵Y]wwxzuruxy޳t^۲rvsZߴ޵uuq[vzwܝٙ~\XuVsߟy{y|urvxYv~uusyݷwvt~zuyx_qܵzvqSsn\ڱvܻ{t{Z|r^xxytxxv||z]ysxqx|vټUpo\tyq|swyٴxYuwu{z|xuuzzx{xttx~o\yv_v~߱ztYx_]ެ_]ܹp]^]q^\ٷZzX[v|s|n|]r_vxޚۺxvq_ܙ~߻ھt^~rwq[ߛYrlsx^tۺXQߒ}՘Z\ltr^ߺ]Yؖt]wqst_v^Z֝^ytylw_՛ӟ]sltuou-_~Ԗx_xvru\r[ܛ\ޛT]ߐtWw2^q}~UX؛wvor4rܕWֻor|{q_u޽y}^~8tvqX_Ӻ}vն{yqs1_~zټV}[|x|tou^}zܞ[z[߹x}_ݛX^ݾZܻx{{oZn]w^ޚuٚyܼps{ٷTk[^t^tۻ_#YkYx\zx:{~}sv4su\v2lvu^~/}z*W~1$[Ytt:\w8&W9mS}r\YX7Zvvp{_;/vXYW(o,opzzXTח^y[ڽlq4pn}x}]}TS]ٕ{x]^hhm:_qZu\Yߕ_1'VppswU;]ߖߟܙ}n*[syzyZm̒muut=in1[mzr^^;U}زl{qu9r8Pq8w8y(pozuz~TTژ}_v<'m0jYvڝ{WYV:^5zp.-~<]VRx3[|鞱m1ZۖZQ{5|>&Zv)lmyqZ=UWX^4}mppn^9VWߜ~8lyvpiswzYXW\wy;&t(j_rYW9}{s)v{\s~x>QXTyzZd|]=yzyp'|xq_Yr_Ywu~u#/Yp\?S\]}{}ݷ3{m*wmr_WVUWYwrvpimv2^ZYU{8-umoz1U[VVٝwwڙ-vlp|mx.Z~N[ٓ\Xu[u~fno]7WYRYZzz[-xrw^ؒt}w$n{Rە\xޛ3srqovwܘ_{Zv]s~:gmnw\\{W~ߛڻ=xkqn}v[~R^:~}8go-\_~Q]o=|7fymy[zZ=Q\^}tdnorz}3|_^RV8tm\ݟi,kyxYxnxvۖ{XT!{/x^W.tX7Wx|zYS{}!w|x>~[{zV_ْ۽m|4wV|PVvv[5YT\؜cs9Xzv}9x[W=zϜx6 ?tq_rwzZ~<y]ٞgh^:-wR}R\\Xݿ*"syqTX_ݾ^5V_X|ޓ>2":^[T\y]uV8ZY3b|vquoYھ{vV~XYU]#}w؟\v^Wqؐboxu|q]\T{XםZґٰev7\t^]Tx\W{Бiyym\Y޿V]VxY֛uioVtvݟ[WZyڛX,VpY|ޒ~Y;>Ӥxxy^{ԕxۼ\ܜ]_Tdvvup_|܏_P}ԗu-eWwtW~QќVv[{_r4Z}zXZzߞЏrTӲ]Xwwt[}X~VR\ןO_ycxu}u|w\XWWRd|ptXVNW׺T[TOڵ"xw3ZݜT}ܜ_XϱYx,{pY\QquxvqXZuX~ZQza}v؛nv|ۙ]Xtә_^ط0`Xrؘozw__}k"z2q|7{uU][ZZڽm!{vz[~XZ\[ܓ\t"t^uq_Z>v\sZ;;>}3 k]px_\6][x[^wݖy{ycq}>}ޝ{_<[T}xzok|\|Y~ڞ|sYz{~u~\qݻyWޏߟ^yx[ؽ}ٚtvnwyޛtݛw|߻]ߘ\k~_xy{Xzvןr_߷ytTrzruޝ{ޜ߱׹ݛxXqr۷]]r\׹|}zno\r{]]wy|mzuYښ[tr^v{]^\yswtwߛzwywpv~swz]plxuw_xriu]qt|0\u~~\zqrv^urwxuWz~y{]ڟٟ~޻wvzyv؜uw:o^qޔwuwtn۹w^{{[ݰwo{޴s{xޞxq_rl}xn]t]vp^wٺ_umwzyuܭ?`o4 >._3mg[_7~~vutlzyztܷ1xrpX^8:U]v&ru3ٺZYԘ{ݙ6s$xqys9szy[XZz}0kv7ws_Zw޼6"lpwռ4Oy\y\Xv>'z|zw=<[{޾y;p^nx3VUݍ0Zz{s_}l3ZrV]Pqu\^ؙ8giwypYVZљxxt1>|shwvX땽qY\xh|kp~[xwۚZ||Qzk/7W_]?Z\սl]X}|ۓ٬fssRYޗߝ]Y_z\^}8rr0]VXu]}}txx]s|y_{ܙڱo[xpݴ{\ѕ|\{yv{v]~zot_w޽~t}ܛYޝ_rv|޶{_]_tu|}zמޜpwm|m^zqr[v|xrsXYr\wk^߻]7;9wyfvvuۼsU3uR~۞>[1 p7z|pwYYzԙX~\ݦ$q^xSy>kUS^V]ו^_8qoyxT}Ty~l}ZZZ{;epm:tY^__lrXV|Ru]][r2w:ܘ}|t}^X]gv{SzymZޛ}_^Ъ"y4{UX}yTpڶwluܐPYޓcww_r֙=Y^]xۜV~TӼY'ykzV[/t^Wܗ\#orY_ޚ5zzٗ^8T[dnt՝zV}z/_]SזZZޭsq[֚w}tvw\[ܦ.Zy_Xھy-sx\Wrszs{Wx}v2utr|\XYX~yf.r~\Uzט[vztXZps3jr}U~Wޛw{Zٟwןmy׭jpq_yX{y{t|_ܚ~b3n/^vՙw_w{uݟS{9Zw{vfm\z\S}ٶusqzٖzuZ.enfy|^ԛ]{r|~V~_me-nw[[Zpv]W՞wٕ{}3Z+|[|[wpuқW[\9ڛu}ppxpZ^Zߘݟ}tz~W_ڙ^x1bn/\}qz|^~7U׵7aڞ+]^]゙vx{{К_r#ּ]w;^xp}ryޒT^s*b~-{w޿]ڝ^yxv֕Օ_yueYfq\Z]Y^~޺u^]Ԛ^z{wy||~}v_ڛ__w]߸_z|\^}xXw粓vtso^|Xtwyll\my}|vk_[U\zm.|Җo|P=SW];cvx[^۾yߴxyxWZؙڙ;{u\_X~z{s]Sڜ4rx,kys]ۚ~Uvw1~ߟZ4Κ?\la|z{__uߛu{~\ۗxgW&lv\~_~~_r}]ܝp;W_{_+k_[X}x{Z|t=܌Y\_۳qglw{X^ݟ{{}}^{ԏ\v4m^\\מ{x|_w[^;zmf_sޚ[|_zxRR66]Vpgd|[}\|}^xxtUUz~yd2^8z}ysܐ՝8w[ܙmj%n}V~ݚY_[[}\_u__T3]{yߺxwww1x]Y~w~xݾ_tu{tyz{ٸwݼ|ܝr]q\߶[uw{{~؟߷ypٷvm߲y[ۮ4oZXpw&S{Z/ ==[syWm\s\zr?xr^ut^r^ޘom_w(\xڼ6{{ow{Y,Y~qnvxqtwZ{zyvԚVXWڿ~yvvy{Wmuu{ښxxplnn[t^u~U{{Z_}ּ\W]ԛ\Yy\nrv{[ۗwvxy}x{rwwzzv2]t{wtwwܹqt]rxyzymx|ߺyzwutnz|y[y|owyz_qܲ~_߻vs{x_r|ܴ~{|wߞ\ݳ_tZw~|uݷnܳutuY>|w||v\ls^qw]zwywz^xܔ~vz~{tz߸vzzw__xv{s~uttuw|VtzYշwrܺx|\wwYy~w