callControl send "INVITE" to the caller, and get e

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
WeeYoon
Posts: 1
Joined: Tue Jul 08, 2008 12:46 am

callControl send "INVITE" to the caller, and get e

Post by WeeYoon »

1. Brekeke Product Name and version:
pbx_2_2_15
2. Java version:
jdk 1.5
3. OS type and the version:
Linux
4. UA (phone), gateway or other hardware/software involved:
Cell phones, Gixmo5
5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html :

6. Your problem:
I am testing the PBX WSDL callControl. The parameters I put is callControl("555", "901160123456", "9011633445566", "1"). And in the SIP log file, we will see 3 items log:
1. Gizmo5 account sent INVITE to "901160123456" and error 401
2. Gizmo5 account call "901160123456", success
3. Gizmo5 account call "9011633445566", success
What I am wondering to know is the first step and why is always got error 401?
janP
Posts: 336
Joined: Sun Nov 25, 2007 2:55 pm

Post by janP »

401 is for authentication.
It will appear always when you make a call.
But if you disable the authentication, the 401 will not appear.

Check RFC3261 (http://www.ietf.org/rfc/rfc3261.txt) for more details.
Post Reply