1. Brekeke Product Name and version:
2.4.3.9
2. Java version:
1.6.0_18
3. OS type and the version:
Windows XP Professional
4. UA (phone), gateway or other hardware/software involved:
Xlite as Sip Phone
5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html :
6. Your problem:
Good morning.
I set up a lab environment where the Brekeke Sip Proxy register either a Xlite sip phone and 3 Pots line configured in a property Alcatel card that , with registration , generate Pots Tone on the registered line, for analog phone.
The problem is that the card is always sending an option request , for each pots line configured , and the Proxy answer always to them with a Not Found frame.
Thus the pots user is always hearing the fast busy tone , as soon as off-hook to make any new call , below the option frame :
Via: SIP/2.0/UDP 151.98.244.245:5060;branch=z9hG4bK930301323-38635226
Route: <sip:151.98.244.252:5060;lr>
Max-Forwards: 70
Supported: 100rel
From: <sip:64270@151.98.244.252;user=phone>;tag=ICF_930317827-38635227
To: <sip:151.98.244.252:5060;transport=udp>
Call-ID: 930278054-38635225
CSeq: 1 OPTIONS
Contact: <sip:64270@151.98.244.245:5060;transport=udp>
P-Preferred-Identity: <sip:64270@151.98.244.252;user=phone>
Allow: INVITE,ACK,CANCEL,BYE,OPTIONS,UPDATE,INFO,NOTIFY,PRACK
Content-Length: 0
And the “Trying” and “Not Found” Brekeke answer frame :
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 151.98.244.245:5060;branch=z9hG4bK930301323-38635226
From: <sip:64270@151.98.244.252;user=phone>;tag=ICF_930317827-38635227
To: <sip:151.98.244.252:5060;transport=udp>
Call-ID: 930278054-38635225
CSeq: 1 OPTIONS
Server: Brekeke SIP Server rev.286 Evaluation
Content-Length: 0
SIP/2.0 404 Not Found
Via: SIP/2.0/UDP 151.98.244.245:5060;branch=z9hG4bK930301323-38635226
From: <sip:64270@151.98.244.252;user=phone>;tag=ICF_930317827-38635227
To: <sip:151.98.244.252:5060;transport=udp>;tag=b19544cf8s
Call-ID: 930278054-38635225
CSeq: 1 OPTIONS
Server: Brekeke SIP Server rev.286 Evaluation
Content-Length: 0
So my question is , is there any option or any possibility on the Brekeke to answers at this requests.
Best Regards
Alessandro
How to set-up Brekeke to answer at the "OPTION" Re
Moderator: Brekeke Support Team
> So my question is , is there any option or any possibility on the
> Brekeke to answers at this requests.
Try the DialPlan rule below.
It returns "200 Ok" to OPTIONS requests.
---------------------------
[Matching Patterns]
$request = ^OPTIONS
[Deploy Patterns]
$response = 200
---------------------------
> Brekeke to answers at this requests.
Try the DialPlan rule below.
It returns "200 Ok" to OPTIONS requests.
---------------------------
[Matching Patterns]
$request = ^OPTIONS
[Deploy Patterns]
$response = 200
---------------------------