Disable some Supported Messages like PRACK from SIP Header ?

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
shoumo
Posts: 1
Joined: Sat Jan 19, 2008 10:04 am
Contact:

Disable some Supported Messages like PRACK from SIP Header ?

Post by shoumo »

1. Brekeke Product Name and version: Personal

2. Java version:

3. OS type and the version: Win XP SP1

4. UA (phone), gateway or other hardware/software involved: D-Link DPH-140S

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

6. Your problem:
How to disable some supported Messages like PRACK from SIP Header.
The Allow field in the SIP Header lists all supported SIP messages. How can we disable some of these messages in the Brekeke Personal version.

Also under Advanced Configuration I see the Edit Property value window. But I am not sure where I can get the syntax for the rules.
Laurie
Posts: 245
Joined: Mon Jan 07, 2008 12:25 pm

Post by Laurie »

Hi shoumo,

let you try the following dialplan.

-----------------------------
[Matching Pattern:]
$request = ^INVITE

[Deploy Pattern:]
Allow = INVITE,ACK,BYE,CANCEL
-----------------------------

This dialplan will include Allow header as "INVITE,ACK,BYE,CANCEL".
Post Reply