Create call only 1 direction

Discuss any topic about Brekeke PBX.

Moderator: Brekeke Support Team

Post Reply
kerig
Posts: 3
Joined: Wed Jan 14, 2009 9:45 am

Create call only 1 direction

Post by kerig »

1. Brekeke Product Name and version: 2.2.6.2.

2. Java version: jre 1.5

3. OS type and the version: centos

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

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

6. Your problem:

Hello,

I have a question. How can I make call only 1 direction. I want only to ring my mobile phone from php code.
Now I can ring my mobile, but the pbx is make call to the reverse direction too, this direction is not needed. How can I solve this?
Can I create dial-plan for this? Or I need change ARS settings?
Please help me.

Thank You
taitan
Posts: 237
Joined: Sat Mar 15, 2008 10:39 pm

Post by taitan »

Add such a DialPlan rule.

------------------------------
[Matching Patterns]
$request = ^INVITE
From = sip:mobile_phone_number@

[Deploy Patterns]
$action = 603
------------------------------
Post Reply