Search found 10 matches

by Megamuch
Fri Sep 05, 2014 1:43 am
Forum: Brekeke SIP Server Forum
Topic: Add 180 ringing to signalling?
Replies: 1
Views: 4629

Add 180 ringing to signalling?

1. Brekeke Product Name and Version: Brekeke SIP Server , Version 2.4.7.3 Advanced Is it possible to create a dial plan like so: match: $request =^INVITE $addr= some fixed ip deploy $response = 180 (or 183, doesn't matter) $continue=true -------------------------- Match $addr= some fixed ip deploy ...
by Megamuch
Thu Jun 05, 2014 3:38 am
Forum: Brekeke SIP Server Forum
Topic: Zombie in closing?
Replies: 2
Views: 6019

Zombie in closing?

1. Brekeke Product Name and Version: sip proxy advanced 3.3.4.4 2. Java version: 3. OS type and the version: windows 4. UA (phone), gateway or other hardware/software involved: 5. Your problem: When setting up many calls to the sip provider simultaneously we see a lot of sessions ending up with a ...
by Megamuch
Wed Jun 04, 2014 5:51 am
Forum: Brekeke SIP Server Forum
Topic: accessing the sessionlist via curl? v2 vs v3?
Replies: 6
Views: 10424

Thanks lauri, that worked!

How do you know which param to use? How can I find out? It is placed somewhere in some config file I need to check out or is it somewhere in the docs?
by Megamuch
Tue Jun 03, 2014 1:27 am
Forum: Brekeke SIP Server Forum
Topic: accessing the sessionlist via curl? v2 vs v3?
Replies: 6
Views: 10424

Max 20 sessions in session list

For some reason, I only get 20 sessions back when I access

http://192.168.0.202:18080/sip/cmd?cmd=sessionlist

This is on brekeke 3.3.4.4 advanced.

Is there some extra parameter to get all sessions?
by Megamuch
Wed Jan 15, 2014 7:50 am
Forum: Brekeke SIP Server Forum
Topic: accessing the sessionlist via curl? v2 vs v3?
Replies: 6
Views: 10424

it works, a little bit

For some reason aafter a reset of the server, i am now able to access the page. I changed the following setting: configuration-> advanced from sipadmin.cmd.hosts.allow = ^192.168 to sipadmin.cmd.hosts.allow = ^192.168.+ Now, when there are calls, there will be a valid output of csv data and all ...
by Megamuch
Wed Jan 15, 2014 7:39 am
Forum: Brekeke SIP Server Forum
Topic: accessing the sessionlist via curl? v2 vs v3?
Replies: 6
Views: 10424

accessing the sessionlist via curl? v2 vs v3?

1. Brekeke Product Name and Version: v2.4 & v3.2 2. Java version: 7 3. OS type and the version: windows 2008r2 4. UA (phone), gateway or other hardware/software involved: n/a 5. Your problem: I have 2 proxies running. I monitor them by calling http://IP address proxy 1:18080/proxy/cmd?cmd ...
by Megamuch
Wed Oct 13, 2010 3:13 am
Forum: Brekeke SIP Server Forum
Topic: Through Registration
Replies: 3
Views: 5788

I just read my post again, and I realise I was very unclear. Situation: softphone on laptop with public ip wants to register to trixbox (located in private network) through BSS which is available on public ip also. softphone (public)-> BSS (public)-> trixbox (private) Trixbox has registered itself ...
by Megamuch
Tue Oct 12, 2010 4:14 am
Forum: Brekeke SIP Server Forum
Topic: BYE request is returned by 603 declined?
Replies: 2
Views: 2985

solution found

Finally found the solution!

By changing dialplan like so:

Code: Select all

Matching Pattern
$request=^INVITE
$addr=<my external ip address>.[1-9]

Deploy Pattern
To=sip:sodasterisk@
Contact=sip:VRS@sodasterisk
Now it works flawlessly!
by Megamuch
Tue Oct 12, 2010 2:23 am
Forum: Brekeke SIP Server Forum
Topic: BYE request is returned by 603 declined?
Replies: 2
Views: 2985

BYE request is returned by 603 declined?

1. Brekeke Product Name and version: BSS latest 2. Java version: latest 3. OS type and the version: win2k8 4. UA (phone), gateway or other hardware/software involved: policom soundpoint ip 310 / trixbox / pstn to sip gateway from aculab 5. Select your network pattern from http://www.brekeke-sip.com ...
by Megamuch
Fri Oct 08, 2010 7:55 am
Forum: Brekeke SIP Server Forum
Topic: Through Registration
Replies: 3
Views: 5788

Through Registration

1. Brekeke Product Name and version: latest 2. Java version: latest 3. OS type and the version: 4. UA (phone), gateway or other hardware/software involved: 5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/networkpatterns.html : 9 6. Your problem: I want to register a ...