[Devel] [ openser-Bugs-1494598 ] INFO:registrar:test_max_contacts: too many contacts for AOR

SourceForge.net noreply at sourceforge.net
Wed May 24 23:03:16 CEST 2006


Bugs item #1494598, was opened at 2006-05-24 21:03
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1494598&group_id=139143

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: ver devel
Status: Open
Resolution: None
Priority: 5
Submitted By: Norman Brandinger (goestelecom)
Assigned to: Nobody/Anonymous (nobody)
Summary: INFO:registrar:test_max_contacts: too many contacts for AOR

Initial Comment:
There appears to be a problem registering a phone when
max_contacts is set to 1 as shown below:

modparam("registrar", "max_contacts", 1)


A SIP trace produced the following:

Contact:
<sip:8115 at 192.168.1.78:36355>;q=0.1;expires=80614;received="sip:public.ip.address:36355".
P-Registrar-Error: Too many registered contacts.
Server: OpenSer (1.1.0-dev19-tls (x86_64/freebsd)).


The register request has only a single contact (see
below) and the location table does not have an entry
for "8115".

REGISTER sip:openser SIP/2.0.
Via: SIP/2.0/UDP
192.168.1.78:40451;branch=z9hG4bK2ddad668b6bb4a45.
From: "xyz" <sip:8115 at openser>;tag=c3262ea0a9a9bddf.
To: <sip:8115 at openser>.
Contact: <sip:8115 at 192.168.1.78:40451>.
Supported: replaces.
Call-ID: d464edd74e1b66aa at 192.168.1.78.
CSeq: 100 REGISTER.
Expires: 180.
User-Agent: Grandstream BT110 1.0.7.11.
Max-Forwards: 70.
Allow:
INVITE,ACK,CANCEL,BYE,NOTIFY,REFER,OPTIONS,INFO,SUBSCRIBE.
Content-Length: 0.
.


Regards,
Norm

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1494598&group_id=139143



More information about the Devel mailing list