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: 23-Mar-2008 11:47:40
Branch: HEAD Handle: 2008032310473900
Modified files:
openpkg-src/asterisk asterisk.txt
Log:
use a consitent indentation of the '=' at column 20 throughout all
config files
Summary:
Revision Changes Path
1.41 +348 -349 openpkg-src/asterisk/asterisk.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/asterisk/asterisk.txt
============================================================================
$ cvs diff -u -r1.40 -r1.41 asterisk.txt
--- openpkg-src/asterisk/asterisk.txt 23 Mar 2008 10:41:01 -0000 1.40
+++ openpkg-src/asterisk/asterisk.txt 23 Mar 2008 10:47:39 -0000 1.41
@@ -44,12 +44,12 @@
;;
[modules]
-autoload = yes
-noload = chan_iax2.so
-noload = chan_mgcp.so
-noload = chan_skinny.so
-noload = chan_gtalk.so
-noload = chan_ooh323.so
+autoload = yes
+noload = chan_iax2.so
+noload = chan_mgcp.so
+noload = chan_skinny.so
+noload = chan_gtalk.so
+noload = chan_ooh323.so
[global]
@@ -60,13 +60,13 @@
;;
[general]
-dateformat = %F %T
-queue_log = no
-event_log = no
+dateformat = %F %T
+queue_log = no
+event_log = no
[logfiles]
-console = error,warning,notice,verbose
-asterisk.log = error,warning,notice ; verbose,debug
+console = error,warning,notice,verbose
+asterisk.log = error,warning,notice ; verbose,debug
</file>
<file name="manager.conf">
@@ -122,102 +122,102 @@
;;
[general]
-useragent = OpenPKG Asterisk PBX
-realm = example
-bindaddr = 127.0.0.1
-bindport = 5060
-tcpenable = yes
-tcpbindaddr = 127.0.0.1:5060
-tlsenable = no
-tlsbindaddr = 127.0.0.1:5061
-tlscipher =
ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
-tlscertfile = asterisk.pem
-tlscafile = asterisk.pem
-srvlookup = yes
-useclientcode = yes
-allowguest = yes
-canreinvite = no
-nat = no
-disallow = all
-allow = speex
-allow = g726
-allow = ulaw
-allow = alaw
-allow = gsm
-videosupport = no
-;allow = h263
-;allow = h263p
-context = external
-;register = NNNNNNN:XXXXXX:[EMAIL PROTECTED]/s
-;tos = 0x18
+useragent = OpenPKG Asterisk PBX
+realm = example
+bindaddr = 127.0.0.1
+bindport = 5060
+tcpenable = yes
+tcpbindaddr = 127.0.0.1:5060
+tlsenable = no
+tlsbindaddr = 127.0.0.1:5061
+tlscipher =
ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
+tlscertfile = asterisk.pem
+tlscafile = asterisk.pem
+srvlookup = yes
+useclientcode = yes
+allowguest = yes
+canreinvite = no
+nat = no
+disallow = all
+allow = speex
+allow = g726
+allow = ulaw
+allow = alaw
+allow = gsm
+videosupport = no
+;allow = h263
+;allow = h263p
+context = external
+;register = NNNNNNN:XXXXXX:[EMAIL PROTECTED]/s
+;tos = 0x18
;[sipgate]
-;type = peer
-;defaultuser = NNNNNNN
-;host = sipgate.de
-;fromuser = NNNNNNN
-;fromdomain = sipgate.de
-;canreinvite = no
-;disallow = all
-;allow = speex
-;allow = g726
-;allow = ulaw
-;allow = alaw
-;allow = gsm
-;context = external
+;type = peer
+;defaultuser = NNNNNNN
+;host = sipgate.de
+;fromuser = NNNNNNN
+;fromdomain = sipgate.de
+;canreinvite = no
+;disallow = all
+;allow = speex
+;allow = g726
+;allow = ulaw
+;allow = alaw
+;allow = gsm
+;context = external
;[gw]
-;type = friend
-;defaultuser = gw
-;callerid = "ISDN-to-SIP" <gw>
-;fromdomain = example.com
-;secret = asterisk
-;host = dynamic
-;canreinvite = no
-;disallow = all
-;allow = g726
-;allow = ulaw
-;allow = alaw
-;allow = gsm
-;dtmfmode = rfc2833
-;qualify = yes
-;insecure = yes
-;context = external
-;nat = no
+;type = friend
+;defaultuser = gw
+;callerid = "ISDN-to-SIP" <gw>
+;fromdomain = example.com
+;secret = asterisk
+;host = dynamic
+;canreinvite = no
+;disallow = all
+;allow = g726
+;allow = ulaw
+;allow = alaw
+;allow = gsm
+;dtmfmode = rfc2833
+;qualify = yes
+;insecure = yes
+;context = external
+;nat = no
[foo]
-type = friend
-defaultuser = foo
-callerid = "Mr. Foo" <foo>
-fromdomain = example.com
-secret = asterisk
-host = dynamic
-disallow = all
-allow = speex
-allow = g726
-allow = ulaw
-allow = alaw
-dtmfmode = rfc2833
-qualify = yes
-context = internal
-nat = no
+type = friend
+defaultuser = foo
+callerid = "Mr. Foo" <foo>
+fromdomain = example.com
+secret = asterisk
+host = dynamic
+disallow = all
+allow = speex
+allow = g726
+allow = ulaw
+allow = alaw
+dtmfmode = rfc2833
+qualify = yes
+context = internal
+nat = no
[bar]
-type = friend
-defaultuser = bar
-callerid = "Mr. Bar" <bar>
-fromdomain = example.com
-secret = asterisk
-host = dynamic
-disallow = all
-allow = speex
-allow = g726
-allow = ulaw
-allow = alaw
-dtmfmode = rfc2833
-qualify = yes
-context = internal
-nat = no
+type = friend
+defaultuser = bar
+callerid = "Mr. Bar" <bar>
+fromdomain = example.com
+secret = asterisk
+host = dynamic
+disallow = all
+allow = speex
+allow = g726
+allow = ulaw
+allow = alaw
+dtmfmode = rfc2833
+qualify = yes
+context = internal
+nat = no
</file>
<file name="rtp.conf">
@@ -226,8 +226,8 @@
;;
[general]
-rtpstart = 7070
-rtpend = 7089
+rtpstart = 7070
+rtpend = 7089
</file>
<file name="extensions.conf">
@@ -236,31 +236,31 @@
;;
[general]
-static = yes
-writeprotect = yes
-autofallthrough = yes
+static = yes
+writeprotect = yes
+autofallthrough = yes
[globals]
-MEETME_SPOOLDIR = @l_prefix@/var/asterisk/spool/meetme
-STAFF = SIP/foo&SIP/bar
-CONSOLE = Console/dsp
-DOLLAR = $
+MEETME_SPOOLDIR = @l_prefix@/var/asterisk/spool/meetme
+STAFF = SIP/foo&SIP/bar
+CONSOLE = Console/dsp
+DOLLAR = $
;;
;; SPECIAL CONTEXTS
;;
[macro-dial]
-exten = s,1,Dial(${ARG1},${ARG2},j${ARG3})
-exten = s,n,Goto(s-${DIALSTATUS},1)
-exten = s-BUSY,1,Voicemail(u${ARG1})
-exten = s-BUSY,2,Busy
-exten = s-CONGESTION,1,Busy
-exten = s-CANCEL,1,Busy
-exten = s-ANSWER,1,Hangup
-exten = s-NOANSWER,1,Hangup
-exten = s-CHANUNAVAIL,1,Hangup
-exten = _s-.,1,Goto(s-NOANSWER,1)
+exten = s,1,Dial(${ARG1},${ARG2},j${ARG3})
+exten = s,n,Goto(s-${DIALSTATUS},1)
+exten = s-BUSY,1,Voicemail(u${ARG1})
+exten = s-BUSY,2,Busy
+exten = s-CONGESTION,1,Busy
+exten = s-CANCEL,1,Busy
+exten = s-ANSWER,1,Hangup
+exten = s-NOANSWER,1,Hangup
+exten = s-CHANUNAVAIL,1,Hangup
+exten = _s-.,1,Goto(s-NOANSWER,1)
[default]
; currently empty
@@ -270,133 +270,133 @@
;;
[external]
-include = default
+include = default
; external incoming SIP connection
-exten = example,hint,${STAFF}
-exten = example,1,Goto(s,1)
-exten = s,n,Ringing
-exten = s,n,Wait(1)
-exten = s,n,Answer
-exten = s,n,Macro(dial,${STAFF},30,gTtr)
+exten = example,hint,${STAFF}
+exten = example,1,Goto(s,1)
+exten = s,n,Ringing
+exten = s,n,Wait(1)
+exten = s,n,Answer
+exten = s,n,Macro(dial,${STAFF},30,gTtr)
; external to internal mapping
-exten = foo,hint,SIP/foo
-exten = foo,1,Goto(internal,foo,1)
-exten = bar,hint,SIP/bar
-exten = bar,1,Goto(internal,bar,1)
+exten = foo,hint,SIP/foo
+exten = foo,1,Goto(internal,foo,1)
+exten = bar,hint,SIP/bar
+exten = bar,1,Goto(internal,bar,1)
;;
;; INTERNAL DIAL CONTEXT
;;
[internal]
-include = default
-;include = parkedcalls
+include = default
+;include = parkedcalls
; internal to external mapping
-exten = example,1,Goto(external,example,1)
+exten = example,1,Goto(external,example,1)
; internal user <foo> #11
-exten = foo,hint,SIP/foo
-exten = foo,1,Goto(11,1)
-exten = 11,hint,SIP/foo
-exten = 11,1,Macro(dial,SIP/foo,30,gTtr)
+exten = foo,hint,SIP/foo
+exten = foo,1,Goto(11,1)
+exten = 11,hint,SIP/foo
+exten = 11,1,Macro(dial,SIP/foo,30,gTtr)
; internal user <bar> #12
-exten = bar,hint,SIP/bar
-exten = bar,1,Goto(12,1)
-exten = 12,hint,SIP/bar
-exten = 12,1,Macro(dial,SIP/bar,30,gTtr)
+exten = bar,hint,SIP/bar
+exten = bar,1,Goto(12,1)
+exten = 12,hint,SIP/bar
+exten = 12,1,Macro(dial,SIP/bar,30,gTtr)
; internal group <all> #20
-exten = all,1,Goto(20,1)
-exten = 20/foo,1,Macro(dial,SIP/bar,60)
-exten = 20/bar,1,Macro(dial,SIP/foo,60)
+exten = all,1,Goto(20,1)
+exten = 20/foo,1,Macro(dial,SIP/bar,60)
+exten = 20/bar,1,Macro(dial,SIP/foo,60)
; internal service <conference> #7<n>
-exten = conference,1,Goto(70,1)
-exten = _7[0-9],1,Set(confno=${EXTEN:1})
-exten = _7[0-9],n,Goto(7,enter)
-exten = 7,1,Set(TIMEOUT(digit)=3)
-exten = 7,n,Set(TIMEOUT(response)=6)
-exten = 7,n(repeat),Read(confno,conf-getconfno,3)
-exten = 7,n,GotoIf($[${confno} >= 0 & ${confno} <= 9]?enter)
-exten = 7,n,Playback(conf-invalid)
-exten = 7,n,Goto(repeat)
-exten = 7,n(enter),Playback(conf-placeintoconf)
-exten = 7,n,SayNumber(${confno})
-exten = 7,n,Set(SPYGROUP=conference-${confno})
-exten = 7,n,Set(confopt=cCpsMvio)
-exten = 7,n,GotoIf($[${confno} >= 4 & ${confno} <= 9]?l1:l2)
-exten = 7,n(l1),Set(confopt=${confopt}i)
-exten = 7,n(l2),GotoIf($[${confno} >= 7 & ${confno} <= 9]?l3:l4)
-exten = 7,n(l3),Set(confopt=${confopt}r)
-exten =
7,n,Set(MEETME_RECORDINGFILE=${MEETME_SPOOLDIR}/meetme-conference-${confno}-${STRFTIME(${EPOCH},UTC,%Y%m%d%H%M)})
-exten = 7,n,Set(MEETME_RECORDINGFORMAT=wav49)
-exten = 7,n,Playback(this-call-may-be-monitored-or-recorded)
-exten = 7,n(l4),MeetMe(${confno},${confopt})
-exten = 7,n,Playback(beep)
-exten = 7,n,Wait(1)
-exten = 7,n,Playback(vm-goodbye)
-exten = 7,n,Hangup
+exten = conference,1,Goto(70,1)
+exten = _7[0-9],1,Set(confno=${EXTEN:1})
+exten = _7[0-9],n,Goto(7,enter)
+exten = 7,1,Set(TIMEOUT(digit)=3)
+exten = 7,n,Set(TIMEOUT(response)=6)
+exten = 7,n(repeat),Read(confno,conf-getconfno,3)
+exten = 7,n,GotoIf($[${confno} >= 0 & ${confno} <= 9]?enter)
+exten = 7,n,Playback(conf-invalid)
+exten = 7,n,Goto(repeat)
+exten = 7,n(enter),Playback(conf-placeintoconf)
+exten = 7,n,SayNumber(${confno})
+exten = 7,n,Set(SPYGROUP=conference-${confno})
+exten = 7,n,Set(confopt=cCpsMvio)
+exten = 7,n,GotoIf($[${confno} >= 4 & ${confno} <= 9]?l1:l2)
+exten = 7,n(l1),Set(confopt=${confopt}i)
+exten = 7,n(l2),GotoIf($[${confno} >= 7 & ${confno} <= 9]?l3:l4)
+exten = 7,n(l3),Set(confopt=${confopt}r)
+exten =
7,n,Set(MEETME_RECORDINGFILE=${MEETME_SPOOLDIR}/meetme-conference-${confno}-${STRFTIME(${EPOCH},UTC,%Y%m%d%H%M)})
+exten = 7,n,Set(MEETME_RECORDINGFORMAT=wav49)
+exten = 7,n,Playback(this-call-may-be-monitored-or-recorded)
+exten = 7,n(l4),MeetMe(${confno},${confopt})
+exten = 7,n,Playback(beep)
+exten = 7,n,Wait(1)
+exten = 7,n,Playback(vm-goodbye)
+exten = 7,n,Hangup
; internal service <voicemail> #80/#*<n>
-exten = voicemail,1,Goto(80,1)
-exten = 80,1,VoicemailMain(s${CALLERIDNUM})
-exten = 80,n,Hangup
-exten = _*XX,1,Voicemail(u${EXTEN:1})
-exten = _*XX,n,Hangup
+exten = voicemail,1,Goto(80,1)
+exten = 80,1,VoicemailMain(s${CALLERIDNUM})
+exten = 80,n,Hangup
+exten = _*XX,1,Voicemail(u${EXTEN:1})
+exten = _*XX,n,Hangup
; internal service <echo> #81
-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,Wait(1)
-exten = 81,n,Playback(vm-goodbye)
-exten = 81,n,Hangup
+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,Wait(1)
+exten = 81,n,Playback(vm-goodbye)
+exten = 81,n,Hangup
; internal service <reload> #82
-exten = reload,1,Goto(82,1)
-exten = 82,1,Answer
-exten = 82,n,Read(pin,conf-getpin,4)
-exten = 82,n,GotoIf($[${pin} = 1234]?ok)
-exten = 82,n,Playback(conf-invalidpin)
-exten = 82,n,Hangup
-exten = 82,n(ok),Playback(beep)
-exten = 82,n,Wait(1)
-exten = 82,n,Playback(beep)
-exten = 82,n,Wait(1)
-exten = 82,n,Playback(beep)
-exten = 82,n,Wait(1)
-exten = 82,n,System(@l_prefix@/sbin/asterisk -rx reload)
-exten = 82,n,Hangup
+exten = reload,1,Goto(82,1)
+exten = 82,1,Answer
+exten = 82,n,Read(pin,conf-getpin,4)
+exten = 82,n,GotoIf($[${pin} = 1234]?ok)
+exten = 82,n,Playback(conf-invalidpin)
+exten = 82,n,Hangup
+exten = 82,n(ok),Playback(beep)
+exten = 82,n,Wait(1)
+exten = 82,n,Playback(beep)
+exten = 82,n,Wait(1)
+exten = 82,n,Playback(beep)
+exten = 82,n,Wait(1)
+exten = 82,n,System(@l_prefix@/sbin/asterisk -rx reload)
+exten = 82,n,Hangup
; external outgoing ISDN (via SIP-to-ISDN gateway call-through)
-;exten = _0.,1,Set(number=${EXTEN:1})
-;exten = _0.,n,Set(enum=${ENUMLOOKUP(+${number},ALL)})
-;exten = _0.,n,Set(enum_is_sip_url=${REGEX("^SIP/.+" ${enum})})
-;exten = _0.,n,GotoIf($["${enum_is_sip_url}" = "1"]?sip:isdn)
-;exten = _0.,n(sip),Dial(${enum},60,o)
-;exten = _0.,n,Goto(_0.,7)
-;exten = _0.,n(isdn),Dial(SIP/gw,60,D(w1234w0#31#${number}#))
-;exten = _0.,n,Hangup
+;exten = _0.,1,Set(number=${EXTEN:1})
+;exten = _0.,n,Set(enum=${ENUMLOOKUP(+${number},ALL)})
+;exten = _0.,n,Set(enum_is_sip_url=${REGEX("^SIP/.+" ${enum})})
+;exten = _0.,n,GotoIf($["${enum_is_sip_url}" = "1"]?sip:isdn)
+;exten = _0.,n(sip),Dial(${enum},60,o)
+;exten = _0.,n,Goto(_0.,7)
+;exten = _0.,n(isdn),Dial(SIP/gw,60,D(w1234w0#31#${number}#))
+;exten = _0.,n,Hangup
; internal outgoing SIP call (part 1/2)
; (notice sort-order trickery!)
-include = internal-siponly
+include = internal-siponly
[internal-siponly]
; internal outgoing SIP call (part 2/2)
; (notice sort-order trickery!)
-exten = [EMAIL PROTECTED],1,Dial(SIP/[EMAIL PROTECTED],60,o)
-exten = [EMAIL PROTECTED],n,Hangup
-exten = [EMAIL PROTECTED],102,Busy
+exten = [EMAIL PROTECTED],1,Dial(SIP/[EMAIL PROTECTED],60,o)
+exten = [EMAIL PROTECTED],n,Hangup
+exten = [EMAIL PROTECTED],102,Busy
</file>
<file name="enum.conf">
@@ -405,8 +405,8 @@
;;
[general]
-search = e164.arpa
-search = e164.org
+search = e164.arpa
+search = e164.org
</file>
<file name="musiconhold.conf">
@@ -415,8 +415,8 @@
;;
[default]
-mode = files
-directory = @l_prefix@/share/asterisk/moh
+mode = files
+directory = @l_prefix@/share/asterisk/moh
</file>
<file name="voicemail.conf">
@@ -425,31 +425,31 @@
;;
[general]
-format = wav49
-serveremail = [EMAIL PROTECTED]
-attach = yes
-maxmsg = 20
-maxsecs = 180
-minsecs = 3
-maxgreet = 60
-skipms = 3000
-maxsilence = 10
-silencethreshold = 128
-maxlogins = 3
-charset = ISO-8859-1
-pbxskip = yes
-fromstring = Asterisk PBX
-usedirectory = yes
-emailsubject = [PBX]: New voice message ${VM_MSGNUM} in mailbox
${VM_MAILBOX}
-emailbody = Dear ${VM_NAME},\n\njust wanted to let you know you were
left a ${VM_DUR} long\nvoice message (number ${VM_MSGNUM}) in voice mailbox
${VM_MAILBOX}\nfrom caller ${VM_CALLERID},\non ${VM_DATE}.\nYou might want to
check it when you get a chance. Thanks!\n\n\t\t\t\t-- OpenPKG Asterisk PBX\n
-pagerfromstring = Asterisk PBX
-pagersubject = New VM
-pagerbody = New ${VM_DUR} long msg in box ${VM_MAILBOX}\nfrom
${VM_CALLERID}, on ${VM_DATE}
-emaildateformat = %A, %d %B %Y %H:%M:%S %r
-mailcmd = @l_prefix@/sbin/sendmail -t
+format = wav49
+serveremail = [EMAIL PROTECTED]
+attach = yes
+maxmsg = 20
+maxsecs = 180
+minsecs = 3
+maxgreet = 60
+skipms = 3000
+maxsilence = 10
+silencethreshold = 128
+maxlogins = 3
+charset = ISO-8859-1
+pbxskip = yes
+fromstring = Asterisk PBX
+usedirectory = yes
+emailsubject = [PBX]: New voice message ${VM_MSGNUM} in mailbox
${VM_MAILBOX}
+emailbody = Dear ${VM_NAME},\n\njust wanted to let you know you
were left a ${VM_DUR} long\nvoice message (number ${VM_MSGNUM}) in voice
mailbox ${VM_MAILBOX}\nfrom caller ${VM_CALLERID},\non ${VM_DATE}.\nYou might
want to check it when you get a chance. Thanks!\n\n\t\t\t\t-- OpenPKG Asterisk
PBX\n
+pagerfromstring = Asterisk PBX
+pagersubject = New VM
+pagerbody = New ${VM_DUR} long msg in box ${VM_MAILBOX}\nfrom
${VM_CALLERID}, on ${VM_DATE}
+emaildateformat = %A, %d %B %Y %H:%M:%S %r
+mailcmd = @l_prefix@/sbin/sendmail -t
[default]
-1 = 1,Example,[EMAIL PROTECTED],,|delete=yes
+1 = 1,Example,[EMAIL PROTECTED],,|delete=yes
</file>
<file name="cdr.conf">
@@ -503,24 +503,24 @@
;;
[general]
-audiobuffers = 32
-;schedule = yes
-;logmembercount = yes
-;fuzzystart = 300
-;earlyalert = 3600
-;endalert = 120
+audiobuffers = 32
+;schedule = yes
+;logmembercount = yes
+;fuzzystart = 300
+;earlyalert = 3600
+;endalert = 120
[rooms]
-conf = 0
-conf = 1
-conf = 2
-conf = 3
-conf = 4
-conf = 5
-conf = 6
-conf = 7
-conf = 8
-conf = 9,1234,1234
+conf = 0
+conf = 1
+conf = 2
+conf = 3
+conf = 4
+conf = 5
+conf = 6
+conf = 7
+conf = 8
+conf = 9,1234,1234
</file>
<file name="codecs.conf">
@@ -566,34 +566,33 @@
;;
[general]
-nationalprefix = 0
-internationalprefix = 00
-rxgain = 1.0
-txgain = 1.0
-ulaw = no
-debug = yes
+nationalprefix = 0
+internationalprefix= 00
+rxgain = 1.0
+txgain = 1.0
+ulaw = no
+debug = yes
[ISDN1]
-isdnmode = msn
-incomingmsn = *
-controller = 0
-group = 1
-;prefix = 0
-softdtmf = off
-relaxdtmf = off
-accountcode =
-context = external
-holdtype = local
-;immediate = yes
-echocancel = no
-echosquelch = no
-;echotail = 64
-;bridge = yes
-;callgroup = 1
-;deflect = 1234567
-devices = 2
-;wait_silence_samples = 1000
-;dtmf_generate = yes
+isdnmode = msn
+incomingmsn = *
+controller = 0
+group = 1
+;prefix = 0
+softdtmf = off
+relaxdtmf = off
+accountcode =
+context = external
+holdtype = local
+;immediate = yes
+echocancel = no
+echosquelch = no
+;echotail = 64
+;bridge = yes
+;callgroup = 1
+;deflect = 1234567
+devices = 2
+;dtmf_generate = yes
</file>
<file name="features.conf">
@@ -602,9 +601,9 @@
;;
[general]
-;parkext = 700
-;parkpos = 701-720
-;context = parkedcalls
+;parkext = 700
+;parkpos = 701-720
+;context = parkedcalls
</file>
<file name="jabber.conf">
@@ -613,22 +612,22 @@
;;
[general]
-;debug = yes
-;autoprune = yes
-;autoregister = yes
+;debug = yes
+;autoprune = yes
+;autoregister = yes
;[asterisk]
-;type = client
-;serverhost = jabber.example.com
-;username = [EMAIL PROTECTED]/asterisk
-;secret = asterisk
-;priority = 1
-;port = 5222
-;usetls = no
-;usesasl = no
-;buddy = [EMAIL PROTECTED]
-;status = available
-;timeout = 100
+;type = client
+;serverhost = jabber.example.com
+;username = [EMAIL PROTECTED]/asterisk
+;secret = asterisk
+;priority = 1
+;port = 5222
+;usetls = no
+;usesasl = no
+;buddy = [EMAIL PROTECTED]
+;status = available
+;timeout = 100
</file>
<file name="indications.conf">
@@ -637,52 +636,52 @@
;;
[general]
-country = us
+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
+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
+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
+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="res_odbc.conf">
@@ -693,16 +692,16 @@
[ENV]
[asterisk-sqlite]
-enabled = no
-dsn = asterisk-sqlite
-username =
-password =
-pre-connect = no
-sanitysql = SELECT 1
-;idlecheck = 3600
-backslash_is_escape = yes
-share_connections = yes
-limit = 10
+enabled = no
+dsn = asterisk-sqlite
+username =
+password =
+pre-connect = no
+sanitysql = SELECT 1
+;idlecheck = 3600
+backslash_is_escape= yes
+share_connections = yes
+limit = 10
</file>
<file name="func_odbc.conf">
@@ -714,20 +713,20 @@
; Set(<variable_name>=${ASTDB_SQL(SELECT [...])})
; Set(ASTDB_SQL(UPDATE [...]))
[SQL]
-prefix = ASTDB
-dsn = asterisk-sqlite
-readsql = ${ARG1}
-writesql = ${ARG1}
+prefix = ASTDB
+dsn = asterisk-sqlite
+readsql = ${ARG1}
+writesql = ${ARG1}
; SQLite-based Asterisk Database Access (fixed key/value access)
; Set(<variable_name>=${ASTDB_MAP(<key>)})
; Set(ASTDB_MAP(<key>)=<value>)
[MAP]
-prefix = ASTDB
-dsn = asterisk-sqlite
-readsql = SELECT val FROM map WHERE key='${SQL_ESC(${ARG1})}'
-writesql = UPDATE map SET val='${SQL_ESC(${VAL1})}' WHERE
key='${SQL_ESC(${ARG1})}'
-escapecommas = no
+prefix = ASTDB
+dsn = asterisk-sqlite
+readsql = SELECT val FROM map WHERE key='${SQL_ESC(${ARG1})}'
+writesql = UPDATE map SET val='${SQL_ESC(${VAL1})}' WHERE
key='${SQL_ESC(${ARG1})}'
+escapecommas = no
</file>
<file name="asterisk.pem">
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]