iNum interop
Moderator: Brekeke Support Team
iNum interop
1. Brekeke Product Name and version: PBX/SIP server 2.2.5.0 Basic (20 users purchased x 2)
2. Java version: jre1.5.0 14
3. OS type and the version: Windows 2000
4. UA (phone), gateway or other hardware/software involved: No hardware, all VOIP providers, Inbound numbers - Voxbone and Magrathea Telecom (VOIP call termination).
5. Network pattern http://www.brekeke-sip.com/bbs/network/pattern9.html
6. Your problem: Not a problem.
Advise on what the best way to get iNum's working and pass the iNum interop (see: www.inum.org) with Brekeke SIP server and the dial plan we should put in place -
iNum out:
SIP URI Format sip:883XXXXXXXXXXXX@81.201.82.50:5060
anyone help?
Regards - Colin
2. Java version: jre1.5.0 14
3. OS type and the version: Windows 2000
4. UA (phone), gateway or other hardware/software involved: No hardware, all VOIP providers, Inbound numbers - Voxbone and Magrathea Telecom (VOIP call termination).
5. Network pattern http://www.brekeke-sip.com/bbs/network/pattern9.html
6. Your problem: Not a problem.
Advise on what the best way to get iNum's working and pass the iNum interop (see: www.inum.org) with Brekeke SIP server and the dial plan we should put in place -
iNum out:
SIP URI Format sip:883XXXXXXXXXXXX@81.201.82.50:5060
anyone help?
Regards - Colin
Hi there,
I think the best place would a Dial plan. I have a dial plan working, but I thought that maybe one of you might have come across iNum before and there was some sort of dial plan/template that one of you had built.
We have passed the iNum interop and have been allocated some iNums.
Any thoughts on this would be useful.
Regards - Colin
I think the best place would a Dial plan. I have a dial plan working, but I thought that maybe one of you might have come across iNum before and there was some sort of dial plan/template that one of you had built.
We have passed the iNum interop and have been allocated some iNums.
Any thoughts on this would be useful.
Regards - Colin
Hi there,
Sure - I have not got very far, but here it is - so far.
Below is my incoming dial plan:
The XXXXXXXXXX is the 1st 10 numbers of our iNum range and next 3 numbers are the (.+).
------------------------------------
Matching Patterns
^INVITE
To=sip:883XXXXXXXXXX(.+)@11.221.33.44
$registered=false
Deploy Patters
To=sip:55%1@localhost:15060
--------------------------------------
Our local users all start with 55, so %1 gives us 55XXX from the last 3 numbers of the incoming iNum (we have 000 to 999 and the above works fine.
----------------------------------
Below is outgoing dial plan:
Matching Patterns
^INVITE
To=sip:00883(.+)@
$registered=false
Deploy Patters
sip:883%1@11.22.33.44:5060
$auth=false
What I would like to add to this, is CLI - something like:
"iNum" <sip:883XXXXXXXXXX000@11.22.33.44>
with 000 being the last 3 numbers of the user number.
Any idlers
Regards - Colin
Sure - I have not got very far, but here it is - so far.
Below is my incoming dial plan:
The XXXXXXXXXX is the 1st 10 numbers of our iNum range and next 3 numbers are the (.+).
------------------------------------
Matching Patterns
^INVITE
To=sip:883XXXXXXXXXX(.+)@11.221.33.44
$registered=false
Deploy Patters
To=sip:55%1@localhost:15060
--------------------------------------
Our local users all start with 55, so %1 gives us 55XXX from the last 3 numbers of the incoming iNum (we have 000 to 999 and the above works fine.
----------------------------------
Below is outgoing dial plan:
Matching Patterns
^INVITE
To=sip:00883(.+)@
$registered=false
Deploy Patters
sip:883%1@11.22.33.44:5060
$auth=false
What I would like to add to this, is CLI - something like:
"iNum" <sip:883XXXXXXXXXX000@11.22.33.44>
with 000 being the last 3 numbers of the user number.
Any idlers
Regards - Colin
Colin
>> What I would like to add to this, is CLI - something like:
>>
>> "iNum" <sip:883XXXXXXXXXX000@11.22.33.44>
>> with 000 being the last 3 numbers of the user number.
Try this... Add BOLD lines.
----------------------------------
[Matching Patterns]
$request = ^INVITE
To = sip:00883(.+)@
$registered = false
From = (...)@
[Deploy Patters]
To = sip:883%1@11.22.33.44:5060
$auth = false
From = "iNum" <sip:883XXXXXXXXXX%2@11.22.33.44>
----------------------------------
>> What I would like to add to this, is CLI - something like:
>>
>> "iNum" <sip:883XXXXXXXXXX000@11.22.33.44>
>> with 000 being the last 3 numbers of the user number.
Try this... Add BOLD lines.
----------------------------------
[Matching Patterns]
$request = ^INVITE
To = sip:00883(.+)@
$registered = false
From = (...)@
[Deploy Patters]
To = sip:883%1@11.22.33.44:5060
$auth = false
From = "iNum" <sip:883XXXXXXXXXX%2@11.22.33.44>
----------------------------------