How configure the authentication for incoming calls

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
veronica
Posts: 2
Joined: Fri Dec 07, 2007 10:10 am

How configure the authentication for incoming calls

Post by veronica »

1. Brekeke Product Name and version:
Brekeke SIP Server , Version 2.1.6.2 Evaluation
2. Java version:
Version 1.4.2_15
3. OS type and the version:
Win 2000
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:

The brekeke sip Server is interconnected with a PSTN

The outcoming calls 192.168..101.12 (softphone) to 173.30.200.150 (gateway) is established but I am not getting any voice because the server immediately after I hang up sent a “bye”

The incoming calls isn’t established. And the server sent me a 603 code (decline)

I need to know how configure the authentication for incoming calls
thanks a lot
Last edited by veronica on Mon Dec 10, 2007 8:41 am, edited 1 time in total.
Mohney
Posts: 79
Joined: Tue Nov 20, 2007 12:05 pm

Post by Mohney »

Are you using any DialPlan rules?
Which Softphone and gateway are you using?

--
Mohney
veronica
Posts: 2
Joined: Fri Dec 07, 2007 10:10 am

Reply

Post by veronica »

The dial plan that we are using is:

For outcoming calls:
Matching Patterns
$request=^INVITE
To=sip:9(.+)@

Deply Patterns
To=sip%1@173.30.200.150

for incoming calls:

Matching Patterns
$request=^INVITE
$add=173\.30\.200\.150

Deply Patterns
$auth= false

The softphone that we are using is:
SJPphone

The gateway in use belong to ericsson, and the ip address is :
173.30.200.150
Mohney
Posts: 79
Joined: Tue Nov 20, 2007 12:05 pm

Post by Mohney »

Are you using same voice codec in both sides?
If you use another softphone (X-Lite..), same problem happens?

Anyway, "$add" should be "$addr".

--
Mohney
Post Reply