Re: [reSIProcate] Still some confusion I need clarification on.
> NOTE: it is referring to UAS.... but isn't this the server side? Is
> this implying that
> "testAppDialogSetFactory" can be used to make a factory for both server
> and client?
> If this is the case, then why is it setting the data to "UAS" as you
> see above?
> Shouldn't this be UAC? I'm only working on a client part... so am only
> interested
> in making a DUM Client and not a server.
>
In SIP, endpoints are called user agents (both clients and servers).
When they receive a request like an INVITE they are acting as User
Agent Servers (UAS).
Check rfc (3261) for more details on this.
Jason