I can not make calls via itsp "sipNET"

Discuss any topic about Brekeke PBX.

Moderator: Brekeke Support Team

Post Reply
n2a1ce
Posts: 29
Joined: Mon Dec 06, 2010 8:00 am
Location: Ukraine

I can not make calls via itsp "sipNET"

Post by n2a1ce »

1. Brekeke Product Name and version: 2.4.7.3

2. Java version: 6. 22

3. OS type and the version: ubuntu 10.04

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 can not make calls via itsp

my itsp is sipnet

I can registeret, but not cant make calls!

my ARS

OUT

Matching pattern

To sip:(.{10})@

Deploy patterns

From sip:my_account@my_ip_pbx:5060
To sip:+38$1@sipnet.ru:5060 (I can call only when before namber add "+")



logs:

sip:1234@ip_my_pbx
sip:0931234567@ip_my_pbx
Busy 486



sip:my_account@ip_my_pbx:5060 (- or here must be 127.0.0.1 ?? )
sip:+380931234567@sipnet.ru:5060
Failure 500

PLEASE HELPPPPPPP!!!!!!!!!!
hope
Posts: 862
Joined: Tue Jan 15, 2008 4:08 pm

Post by hope »

you can try
sip:my_account@sipnet.ru

can you make call to this itsp with xlite directly without using brekeke by setting your account info in xlite?
if yes, you can capture packets and check difference between the from headers.
n2a1ce
Posts: 29
Joined: Mon Dec 06, 2010 8:00 am
Location: Ukraine

Post by n2a1ce »

I've done this!!!! :D

outgoing calls for SIPNET

(as well as in Skype)

Create an ARS for Skype from Brekeke PBX admintool>[ARS]
Set [General] fields as below:
Register URI: sip:my_account@sipnet.ru
Proxy Address: sipnet.ru
User: my_account
Password: my_pass

Create a Pattern - IN as below:
----------------------
[Matching Patterns]
To: sip:my_account@

[Deploy Patterns]
To: pbx_ext
----------------------
Select [Apply to Request URI instead of To] checkbox and save the setting.
Create a Pattern - OUT as below:
----------------------
[Matching Patterns]
To: sip:([0-9]{7,})@

[Deploy Patterns]
From: sip:my_account@sipnet.ru
To: sip:+$1@sipnet.ru (in my case needed +)
------------------------
Click the [Save and update] button to register your SIPNET account.
Post Reply