Skip to content

Commit

Permalink
new directory entries
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Anderson committed May 5, 2015
1 parent f87a395 commit 50f6707
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions asteriskserver/src/etc-asterisk/extensions.conf
Expand Up @@ -152,12 +152,12 @@ exten => _#,1,Goto(outgoing-ivr,s,1)
same => n,WaitExten(0.25)
same => n,Macro(say,for-the-mayor)
same => n,Macro(say,press-one)
same => n,Macro(say,to-apologize)
same => n,Macro(say,for-two-one-one-community-resources)
same => n,Macro(say,press-two)
;same => n,Macro(say,for-the-weather-forcast)
;same => n,Macro(say,press-three)
;same => n,Macro(say,for-amtrak)
;same => n,Macro(say,press-four)
same => n,Macro(say,to-apologize)
same => n,Macro(say,press-three)
same => n,Macro(say,for-the-wilamette-valley-dream-survey)
same => n,Macro(say,press-four)
same => n,Macro(say,for-the-trymet-transit-tracker)
same => n,Macro(say,press-five)
same => n,Macro(say,to-access-your-multnomah-county-library-account)
Expand All @@ -171,9 +171,9 @@ exten => _#,1,Goto(outgoing-ivr,s,1)
same => n,WaitExten(0.25)
same => n,Goto(2) ; repeat first step after metric
exten => 1,1,Goto(mayor-vm,s,1)
exten => 2,1,Goto(apology-line,s,1)
;exten => 3,1,Goto(dial-a-forecast,s,1)
;exten => 4,1,Goto(ask-julie-amtrak,s,1)
exten => 2,1,Goto(info-211,s,1)
exten => 3,1,Goto(apology-line,s,1)
exten => 4,1,Goto(dream-survey,s,1)
exten => 5,1,Goto(trimet-transit-tracker,s,1)
exten => 6,1,Goto(lib-account-line,s,1)
exten => 7,1,Goto(cnet-portal,s,1)
Expand All @@ -189,9 +189,6 @@ exten => _#,1,Goto(outgoing-ivr,s,1)
exten => s,1,Macro(metric,apology-line)
same => n,Dial(SIP/${outgoingchannel}/13472012446,${call_timeout})

; [dial-a-forecast]
; exten => s,1,Dial(SIP/${outgoingchannel}/15032619246,${call_timeout})

[record]
exten => s,1,Macro(metric,record)
same => n,AGI(record.agi)
Expand All @@ -212,6 +209,14 @@ exten => _#,1,Goto(outgoing-ivr,s,1)
exten => s,1,Macro(metric,lance-e-pants)
same => n,Dial(SIP/${outgoingchannel}/${e_pants},${call_timeout})

[info-211]
exten => s,1,Macro(metric,info-211)
same => n,Dial(SIP/${outgoingchannel}/18666986155,${call_timeout})

[dream-survey]
exten => s,1,Macro(metric,dream-survey)
same => n,Dial(SIP/${outgoingchannel}/19712581465,${call_timeout})

[operator]
exten => s,1,Macro(metric,operator)
;callcentric allows two outgoings
Expand Down

0 comments on commit 50f6707

Please sign in to comment.