OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 19-Mar-2008 15:21:44
Branch: HEAD Handle: 2008031914214300
Modified files:
openpkg-src/asterisk asterisk.txt
Log:
improve echo test application
Summary:
Revision Changes Path
1.29 +58 -0 openpkg-src/asterisk/asterisk.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/asterisk/asterisk.txt
============================================================================
$ cvs diff -u -r1.28 -r1.29 asterisk.txt
--- openpkg-src/asterisk/asterisk.txt 17 Mar 2008 14:17:49 -0000 1.28
+++ openpkg-src/asterisk/asterisk.txt 19 Mar 2008 14:21:43 -0000 1.29
@@ -331,8 +331,12 @@
exten = echo,1,Goto(81,1)
exten = 81,1,Answer
exten = 81,n,Playback(demo-echotest)
+exten = 81,n,Wait(1)
+exten = 81,n,Playback(beep)
exten = 81,n,Echo
+exten = 81,n,Wait(1)
exten = 81,n,Playback(demo-echodone)
+exten = 81,n,Playback(demo-thanks)
exten = 81,n,Hangup
; internal service <reload> #82
@@ -552,6 +556,60 @@
;timeout = 100
</file>
+<file name="indications.conf">
+;;
+;; indications.conf -- Asterisk Tone Indications
+;;
+
+[general]
+country = us
+
+; United States
+; (according to tones in North America)
+[us]
+description = United States (US)
+ringcadence = 2000,4000
+dial = 350+440
+busy = 480+620/500,0/500
+ring = 440+480/2000,0/4000
+congestion = 480+620/250,0/250
+callwaiting = 440/300,0/10000
+dialrecall =
!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440
+record = 1400/500,0/15000
+info = !950/330,!1400/330,!1800/330,0
+stutter =
!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440
+
+; United Kingdom
+; (partly according to BT SIN350)
+[uk]
+description = United Kingdom (UK)
+ringcadence = 400,200,400,2000
+dial = 350+440
+busy = 400/375,0/375
+ring = 400+450/400,0/200,400+450/400,0/2000
+congestion = 400/400,0/350,400/225,0/525
+callwaiting = 400/100,0/4000
+dialrecall =
!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440
+record = 1400/500,0/60000
+info = 950/330,0/15,1400/330,0/15,1800/330,0/1000
+stutter = 350+440/750,440/750
+
+; Germany
+: (according to http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf)
+[de]
+description = Germany (DE)
+ringcadence = 1000,4000
+dial = 425
+busy = 425/480,0/480
+ring = 425/1000,0/4000
+congestion = 425/240,0/240
+callwaiting =
!425/200,!0/200,!425/200,!0/5000,!425/200,!0/200,!425/200,!0/5000,!425/200,!0/200,!425/200,!0/5000,!425/200,!0/200,!425/200,!0/5000,!425/200,!0/200,!425/200,0
+dialrecall = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425
+record = 1400/80,0/15000
+info = 950/330,1400/330,1800/330,0/1000
+stutter = 425+400
+
+</file>
<file name="asterisk.pem">
-----BEGIN CERTIFICATE-----
MIIDNjCCAp+gAwIBAgIBATANBgkqhkiG9w0BAQQFADCBqTELMAkGA1UEBhMCWFkx
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]