Upgrade 3CX to v18 and get it hosted free!

Locking phones

Author image

Locking phones so that only users with pass can call longdistance calls

This is sort of – help me, help you page. Please help me to solve this chelange ;))

There are two possible ways to solve this:

  • entering pass ewery time you need to make call
  • enter pass for unlock that again to lock phone (I’m working on this one)

extensions.conf


; Unlock the phone
exten => 258,1,Answer
exten => 258,n,Wait(1)
exten => 258,n,Authenticate(/etc/asterisk/passwords/${CALLERID(number)}|j)
exten => 258,n,Set(DB(vanjski/${CALLERID(number)})=yes) 
exten => 258,n,Play(autorizacija_uspjesna)
exten => 258,n,Hangup
exten => 258,n+101,Play(autorizacija_neuspjesna)
exten => 258,n,Hangup

; Lock the phone
exten => 259,1,Answer
exten => 259,n,Wait(1)
exten => 259,n,Authenticate(/etc/asterisk/passwords/${CALLERID(number)}|j)
exten => 259,n,Set(DB(vanjski/${CALLERID(number)})=no) 
exten => 259,n,Play(autorizacija_uspjesna)
exten => 259,n,Hangup
exten => 259,n+101,Play(autorizacija_neuspjesna)
exten => 259,n,Hangup

; Call long distance
exten => _0.,1,Set(DOZVOLA=${DB(vanjski/${CALLERID(number)})})
exten => _0.,n,GotoIf($["$DOZVOLA" = "yes"]?3:5)
exten => _0.,n,Dial
exten => _0.,n,Hangup
exten => _0.,n,Play(nemate_dopustenje)
exten => _0.,n,Hangup


Article Reviews

Write a Review

Your email address will not be published. Required fields are marked *

Required Field. Minimum 5 characters.

Required Field. Minimum 5 characters, maximum 50.

Required field.There is an error with this field.

Required Field.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

There are no reviews for this article. Be the first one to write a review.
Get 3CX - Absolutely Free!
Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.