1. Brekeke Product Name and version: 2.4.8.6/286.3
2. Java version: 1.6.0_27
3. OS type and the version: Linux cent5
4. UA (phone), gateway or other hardware/software involved: X-lite
5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html : 4
6. Your problem:
I want to make to allow incoming calls to clients registered on my brekeke server.
But I don't have any ideas with a dialplan.
please show me the example of dialplan in my case.
How can I make to allow Incoming calls to registered user?
Moderator: Brekeke Support Team
Try this dial plan,that's what I use:
[Matching Patterns]
$request = ^INVITE
To = sip:0(.+)@
[Deploy Patterns]
$auth = false
To = sip:%1@
®ister.contact.remote = true
$continue = false.
Remember to add the prefix "0" while sending calls to registered users.For example if a user is register with 223345,to send call to the user you would have to dial 0223345.
[Matching Patterns]
$request = ^INVITE
To = sip:0(.+)@
[Deploy Patterns]
$auth = false
To = sip:%1@
®ister.contact.remote = true
$continue = false.
Remember to add the prefix "0" while sending calls to registered users.For example if a user is register with 223345,to send call to the user you would have to dial 0223345.
-
- Posts: 528
- Joined: Tue Sep 20, 2005 9:10 am
- Location: Tannersville, Pennsylvania