call log - list error 404

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
max_d29
Posts: 19
Joined: Mon Oct 11, 2010 3:51 am

call log - list error 404

Post by max_d29 »

1. Brekeke Product Name and version: 2.4.73

2. Java version: 6/22

3. OS type and the version: windowx xp sp3

4. UA (phone), gateway or other hardware/software involved: Tenor Quitnum Gateway

5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html :

6. Your problem:
In the call log, i can see all the match request (invite) where match in the dialing plaing. But all the request where no match (error 404) not are visible. Is possible add this call in the log? if yes how?
this because i need to know, how request are arrived at the sip server (where match or not).
in this mode i can say, it's arrive 1000 request where 800 are receiving error 404 and the other ar going well (-1 coclused).
Thank's
taitan
Posts: 237
Joined: Sat Mar 15, 2008 10:39 pm

Post by taitan »

Set "net.listener.loglevel.file=255" in the [Configuration] > [Advanced] page and then restart the server.

You can find log files at <Install_Directory>/webapps/proxy/WEB-INF/work/sv/log
max_d29
Posts: 19
Joined: Mon Oct 11, 2010 3:51 am

Post by max_d29 »

ok. now i found the log in detail under the path Install_Directory>/webapps/proxy/WEB-INF/work/sv/log.
but i can have the same log detail, in the call log of the interface web?
thx
janP
Posts: 336
Joined: Sun Nov 25, 2007 2:55 pm

Post by janP »

there are two ways...

1) use one more SIP Server (server-1) in the front of current SIP Server (server-2).
if the server-1 returns "404", the server-2 can record it in the Call-Log.

2) create a plug-in to output "404" into the Call-Log.
janP
Posts: 336
Joined: Sun Nov 25, 2007 2:55 pm

Post by janP »

one more idea... It should work!

Add the following dialplan rule in the bottom of your dialplan rule list.

=====================
[Matching Patterns]
$request = ^INVITE
$localhost = false

[Deploy Patterns]
$target = localhost
=====================
max_d29
Posts: 19
Joined: Mon Oct 11, 2010 3:51 am

Post by max_d29 »

For JanP,
can you give me some information, for how create a plugin for brekeke?
thx
janP
Posts: 336
Joined: Sun Nov 25, 2007 2:55 pm

Post by janP »

Post Reply