Remove eventphone registration

This commit is contained in:
Jakob Lechner 2023-07-28 17:04:01 +00:00
parent 79231df64d
commit 9a60592474
No known key found for this signature in database
GPG key ID: 996082EFB5906C10
2 changed files with 3 additions and 20 deletions

File diff suppressed because one or more lines are too long

View file

@ -22,11 +22,6 @@ in
same = n,VoiceMail(7929876@fablab,su)
same => n,Hangup()
[eventphone-in]
exten => _5257,1,Noop(Processing an incoming call)
same => n,Dial(PJSIP/101,60,tT)
same => n,Hangup()
exten => _3529,1,Noop(Processing an incoming call)
same => n,Dial(PJSIP/100,60,tT)
same => n,Hangup()
@ -49,11 +44,6 @@ in
exten = _4XX,1,Dial(PJSIP/''${EXTEN},30,tT)
same = n,Hangup()
; eventphone
exten => _XXXX,1,Noop(Processing an outgoing eventphone call)
same = n,Set(destination=''${EXTEN})
same = n,Goto(eventphone-out,''${CALLERID(num)},1)
; weinturm
exten = 410,1,Dial(PJSIP/100&PJSIP/410,30,tT)
same = n,Hangup()
@ -63,13 +53,6 @@ in
same => n,Dial(PJSIP/''${EXTEN}@sipgate,tT)
same => n,Hangup()
[eventphone-out]
exten => 100,1,Dial(PJSIP/''${destination}@eventphone_lab,30,tT)
same = n,Hangup()
exten => 101,1,Dial(PJSIP/''${destination}@eventphone_jalr,30,tT)
same = n,Hangup()
[cisco]
exten = _1XX,1,Dial(PJSIP/''${EXTEN},30,tT)
same = n,Hangup()