< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
I’m not sure I know exactly what you are looking for, but here
are some random facts that may help you: -Use the Default From setting to set your user AOR. -Use the Realm setting to set your authorization domain/realm -If your are trying to register and the host/domain portion is not
DNS resolvable, then you can use the outbound proxy setting to get all requests
to be routed to a particular proxy/ip address. -Look in dum/test/BasicRegister.cxx for a registration example Scott From: resiprocate [mailto:resiprocate@xxxxxxxxx] Hello Scott, thank you very much for your reply. About the
authoriztion name, I have got it. But about the user domain, I still do not know how to set
it. Can you please give me moe details. Thanks 2007/6/25, Scott Godin <slgodin@xxxxxxxxxxxx>: All of these
settings are controlled from either the MasterProfile set on the
DialogUsageManager or the UserProfile passed into the makeRegistration
method. Check out the MasterProfile.hxx, Profile.hxx and UserProfile.hxx
header files for more info. Scott From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxxx
[mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxxx] On
Behalf Of resiprocate Hi all, I'm new to reSIProcate, I have make my test UA can
register to server and un-register from server. |