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 27af6c062..000000000 Binary files a/evoice/files/usr/share/evoice/sounds/activated.g711a and /dev/null differ diff --git a/evoice/files/usr/share/evoice/sounds/activated.g722 b/evoice/files/usr/share/evoice/sounds/activated.g722 deleted file mode 100644 index 3edae2d6f..000000000 --- a/evoice/files/usr/share/evoice/sounds/activated.g722 +++ /dev/null @@ -1 +0,0 @@ -zrڟw^؞Yݲsu_uvx_؟Y|~~_~s~swߝst޵t޴׾_ts_vztܜܟ^|ޛvyr\ߝ|ysu~ڲt~ٞ[]vq\~|Uu[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|ul&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