Re: [reSIProcate] Registar behaviour
- From: "Alexander Altshuler" <alt@xxxxxxxxx>
- Date: Mon, 9 Oct 2006 13:11:53 +0400
You have to implement subclass of ServerRegistrationHandler.
Here there are some registration related callbacks.
Use dum.setServerRegistrationHandler(...) next.
Subclass from RegistrationPersistentManager to implement database used to
store registrations info.
Use dum.setRegistrationPersistentManager(...) to setup.
DUM library contains InMemoryRegistrationDatabase implementation of
RegistrationPersistentManager interface.
Repro project contains Berkeley and MySql implementations.
Regards,
Alex
-----Original Message-----
From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Nicolas
LEGROS
Sent: Monday, October 09, 2006 12:37 PM
To: resiprocate-devel; Jean-Pierre HENEAU
Subject: [reSIProcate] Registar behaviour
Hi!
I've a question concerning the behaviour of Resiprocate/DUM when acting
as a Registrar.
When Resiprocate/DUM receives a Register from a SIP Phone:
Will the stack ask the application (via a callback) if the registration
is accepted or refused?
Or does the stack handle by itself the registration (which means that
Resiprocate has its own database)?
Thanks by advance,
Nicolas L.
_______________________________________________
resiprocate-devel mailing list
resiprocate-devel@xxxxxxxxxxxxxxxxxxx
https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel