Formatting fixes

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@17864 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Olle Johansson 20 years ago
parent 5d34c2bbe1
commit 9d8260c68e

@ -331,7 +331,8 @@ exten => a,1,VoicemailMain(${ARG1}) ; If they press *, send the user into Voi
; ${ARG3} - Optional DONTCALL context name to jump to (assumes the s,1 extension-priority) ; ${ARG3} - Optional DONTCALL context name to jump to (assumes the s,1 extension-priority)
; ${ARG4} - Optional TORTURE context name to jump to (assumes the s,1 extension-priority)` ; ${ARG4} - Optional TORTURE context name to jump to (assumes the s,1 extension-priority)`
; ;
exten => s,1,Dial(${ARG2},20|p) ; Ring the interface, 20 seconds maximum, call screening option (or use P for databased call screening) exten => s,1,Dial(${ARG2},20|p) ; Ring the interface, 20 seconds maximum, call screening
; option (or use P for databased call screening)
exten => s,2,Goto(s-${DIALSTATUS},1) ; Jump based on status (NOANSWER,BUSY,CHANUNAVAIL,CONGESTION,ANSWER) exten => s,2,Goto(s-${DIALSTATUS},1) ; Jump based on status (NOANSWER,BUSY,CHANUNAVAIL,CONGESTION,ANSWER)
exten => s-NOANSWER,1,Voicemail(u${ARG1}) ; If unavailable, send to voicemail w/ unavail announce exten => s-NOANSWER,1,Voicemail(u${ARG1}) ; If unavailable, send to voicemail w/ unavail announce
@ -357,12 +358,12 @@ exten => a,1,VoicemailMain(${ARG1}) ; If they press *, send the user into Voi
; ${ARG1} - Device to page ; ${ARG1} - Device to page
exten => s,1,ChanIsAvail(${ARG1}|js) ; j is for Jump and s is for ANY call exten => s,1,ChanIsAvail(${ARG1}|js) ; j is for Jump and s is for ANY call
exten => s,2,GoToIf([${AVAILSTATUS} = "1"]?3:7) exten => s,n,GoToIf([${AVAILSTATUS} = "1"]?autoanswer:fail)
exten => s,3,Set(_ALERT_INFO="RA") ; This is for the PolyComs exten => s,n(autoanswer),Set(_ALERT_INFO="RA") ; This is for the PolyComs
exten => s,4,SIPAddHeader(Call-Info: Answer-After=0) ; This is for the Grandstream, Snoms, and Others exten => s,n,SIPAddHeader(Call-Info: Answer-After=0) ; This is for the Grandstream, Snoms, and Others
exten => s,5,NoOp() ; Add others here and Post on the Wiki!!!! exten => s,n,NoOp() ; Add others here and Post on the Wiki!!!!
exten => s,6,Dial(${ARG1}||) exten => s,n,Dial(${ARG1}||)
exten => s,7,Hangup exten => s,n(fail),Hangup
[demo] [demo]
@ -530,4 +531,6 @@ include => demo
; ;
; 'show application <command>' will show details of how you ; 'show application <command>' will show details of how you
; use that particular application in this file, the dial plan. ; use that particular application in this file, the dial plan.
; ; 'show functions" will list all dialplan functions
; 'show function <COMMAND>' will show you more information about
; one function. Remember that function names are UPPER CASE.

@ -11,9 +11,10 @@
; ;
[general] [general]
;bindport=4569 ; bindport and bindaddr may be specified ;bindport=4569 ; bindport and bindaddr may be specified
; ; NOTE: bindport must be specified BEFORE bindaddr ; ; NOTE: bindport must be specified BEFORE
; ; or may be specified on a specific bindaddr if followed by ; bindaddr or may be specified on a specific
; ; colon and port (e.g. bindaddr=192.168.0.1:4569) ; bindaddr if followed by colon and port
; (e.g. bindaddr=192.168.0.1:4569)
;bindaddr=192.168.0.1 ; more than once to bind to multiple ;bindaddr=192.168.0.1 ; more than once to bind to multiple
; ; addresses, but the first will be the ; ; addresses, but the first will be the
; ; default ; ; default

@ -53,10 +53,12 @@
; known to work with wave7optics FTTH LMGs ; known to work with wave7optics FTTH LMGs
;[192.168.1.20] ;[192.168.1.20]
;accountcode = 1000 ; record this in cdr as account identification for billing ;accountcode = 1000 ; record this in cdr as account identification for billing
;amaflags = billing ; record this in cdr as flagged for 'billing', 'documentation', or 'omit' ;amaflags = billing ; record this in cdr as flagged for 'billing',
; 'documentation', or 'omit'
;context = local ;context = local
;host = 192.168.1.20 ;host = 192.168.1.20
;wcardep = aaln/* ; enables wildcard endpoint and sets it to 'aaln/*' another common format is '*' ;wcardep = aaln/* ; enables wildcard endpoint and sets it to 'aaln/*'
; another common format is '*'
;callerid = "Duane Cox" <123> ; now lets setup line 1 using per endpoint configuration... ;callerid = "Duane Cox" <123> ; now lets setup line 1 using per endpoint configuration...
;callwaiting = no ;callwaiting = no
;callreturn = yes ;callreturn = yes

@ -90,7 +90,8 @@ persistentmembers = yes
;maxlen = 0 ;maxlen = 0
; ;
; ;
; How often to announce queue position and/or estimated holdtime to caller (0=off) ; How often to announce queue position and/or estimated
; holdtime to caller (0=off)
; ;
;announce-frequency = 90 ;announce-frequency = 90
; ;
@ -116,16 +117,26 @@ persistentmembers = yes
; Use these sound files in making position/holdtime announcements. The ; Use these sound files in making position/holdtime announcements. The
; defaults are as listed below -- change only if you need to. ; defaults are as listed below -- change only if you need to.
; ;
;queue-youarenext = queue-youarenext ; ("You are now first in line.") ; ("You are now first in line.")
;queue-thereare = queue-thereare ; ("There are") ;queue-youarenext = queue-youarenext
;queue-callswaiting = queue-callswaiting ; ("calls waiting.") ; ("There are")
;queue-holdtime = queue-holdtime ; ("The current est. holdtime is") ;queue-thereare = queue-thereare
;queue-minutes = queue-minutes ; ("minutes.") ; ("calls waiting.")
;queue-seconds = queue-seconds ; ("seconds.") ;queue-callswaiting = queue-callswaiting
;queue-thankyou = queue-thankyou ; ("Thank you for your patience.") ; ("The current est. holdtime is")
;queue-lessthan = queue-less-than ; ("less than") ;queue-holdtime = queue-holdtime
;queue-reporthold = queue-reporthold ; ("Hold time") ; ("minutes.")
;periodic-announce = queue-periodic-announce ; ("All reps busy / wait for next") ;queue-minutes = queue-minutes
; ("seconds.")
;queue-seconds = queue-seconds
; ("Thank you for your patience.")
;queue-thankyou = queue-thankyou
; ("less than")
;queue-lessthan = queue-less-than
; ("Hold time")
;queue-reporthold = queue-reporthold
; ("All reps busy / wait for next")
;periodic-announce = queue-periodic-announce
; ;
; Calls may be recorded using Asterisk's monitor resource ; Calls may be recorded using Asterisk's monitor resource
; This can be enabled from within the Queue application, starting recording ; This can be enabled from within the Queue application, starting recording

@ -45,7 +45,8 @@ keepAlive=120
;callerid="Customer Support" <810-234-1212> ;callerid="Customer Support" <810-234-1212>
;mailbox=100 ;mailbox=100
;context=inbound ;context=inbound
;linelabel="Support Line" ; Displays next to the line button on 7940's and 7960s ;linelabel="Support Line" ; Displays next to the line
; button on 7940's and 7960s
;line => 100 ;line => 100
;callerid="John Chambers" <408-526-4000> ;callerid="John Chambers" <408-526-4000>
;context=did ;context=did

@ -164,7 +164,8 @@ european=Europe/Copenhagen|'vm-received' a d b 'digits/at' HM
; attach=yes ; Attach the voicemail to the notification email *NOT* the pager email ; attach=yes ; Attach the voicemail to the notification email *NOT* the pager email
; saycid=yes ; Say the caller id information before the message. If not described, ; saycid=yes ; Say the caller id information before the message. If not described,
; or set to no, it will be in the envelope ; or set to no, it will be in the envelope
; cidinternalcontexts=intern ; Internal Context for Name Playback instead of extension digits when saying caller id. ; cidinternalcontexts=intern ; Internal Context for Name Playback instead of
; extension digits when saying caller id.
; sayduration=no ; Turn on/off the duration information before the message. [ON by default] ; sayduration=no ; Turn on/off the duration information before the message. [ON by default]
; saydurationm=2 ; Specify the minimum duration to say. Default is 2 minutes ; saydurationm=2 ; Specify the minimum duration to say. Default is 2 minutes
; dialout=fromvm ; Context to dial out from [option 4 from the advanced menu] ; dialout=fromvm ; Context to dial out from [option 4 from the advanced menu]
@ -183,8 +184,9 @@ sendvoicemail=yes ; Context to Send voicemail from [option 5 from the advanced m
; envelope=no ; Turn on/off envelope playback before message playback. [ON by default] ; envelope=no ; Turn on/off envelope playback before message playback. [ON by default]
; This does NOT affect option 3,3 from the advanced options menu ; This does NOT affect option 3,3 from the advanced options menu
; delete=yes ; After notification, the voicemail is deleted from the server. [per-mailbox only] ; delete=yes ; After notification, the voicemail is deleted from the server. [per-mailbox only]
; This is intended for use with users who wish to receive their voicemail ONLY by email. ; This is intended for use with users who wish to receive their
; Note: deletevoicemail is provided as an equivalent option for Realtime configuration. ; voicemail ONLY by email. Note: "deletevoicemail" is provided as an
; equivalent option for Realtime configuration.
; nextaftercmd=yes ; Skips to the next message after hitting 7 or 9 to delete/save current message. ; nextaftercmd=yes ; Skips to the next message after hitting 7 or 9 to delete/save current message.
; [global option only at this time] ; [global option only at this time]
; forcename=yes ; Forces a new user to record their name. A new user is ; forcename=yes ; Forces a new user to record their name. A new user is

Loading…
Cancel
Save