Bloque users to call a extension

Discuss any topic about Brekeke PBX.

Moderator: Brekeke Support Team

Post Reply
AugustoGotola
Posts: 1
Joined: Thu May 10, 2007 4:00 am

Bloque users to call a extension

Post by AugustoGotola »

1. Brekeke Product Name and version: 2.0

2. Java version: 1.5

3. OS type and the version: Windows XP

4. UA (phone), gateway or other hardware/software involved:

5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html :

6. Your problem: I would like to block some users to call a extension.

Exemple: I´m a extension 8400 and I can tell to 8401
but another extensions Can´t tell to 8401.

How can I do this?
mexsip
Posts: 92
Joined: Tue Apr 26, 2005 4:50 pm
Location: Mexico

Post by mexsip »

Hello Augusto,

pls try this dialplan on sipserver:

first rule:
matching pattern:
request=^INVITE
from=sip:8400@
to=sip:8401@

deploy pattern
empty

sec rule:
matching pattern:
request=^INVITE
to=sip:8401@

deploy pattern
$action=603

good luck,

Pablo.
Post Reply