Run most parts on Hetzner server at DC

This commit is contained in:
Your Name
2020-12-27 02:46:36 +00:00
parent b24c930048
commit 4016b4603d
6 changed files with 806 additions and 34 deletions

View File

@@ -801,7 +801,12 @@ same => n,Hangup()
[local]
exten => _22X,1,Dial(SIP/${EXTEN:1})
same => n,Hangup
exten => _X.,1,Dial(IAX2/hetzner/${EXTEN})
same => n,Hangup
[oldlocal]
exten => _0X.,1,Goto(to-eventphone,${EXTEN:1},1)
; Open bidding, read start bid
@@ -845,3 +850,8 @@ same => n,Hangup()
[to-eventphone]
exten => _X.,1,SET(CALLERID(all)="Teleshop" <7467>)
same => n,Dial(SIP/${EXTEN}@eventphone)
[fromhetzner]
exten => _2X,1,Originate(Console/dsp,exten,auction-spy,s,1,,a)
same => n,Dial(SIP/${EXTEN})
same => n,Hangup()