On Wed, 2008-10-01 at 15:41 -0400, Robert Joly wrote: > As part of XECS-1306, I'm revisiting and fixing all the redirect > plug-in comments that are currently in place. In the process of doing > that, I noticed something in the RedirectPlugin::initialize() routine > that I would like to get rid of as part of the interface re-work. > Basically, as part of initialize(), the plug-in gets passed a pointer > to the RedirectServer's SipUserAgent object. The comments simply > define this parameter as "pSipUserAgent is a pointer to the > SipUserAgent to use for communication.". Does anybody (Dale?) recall > what was the intention behind exposing RedirectServer's UA to the > plug-ins? At any rate, that seems to go against the general desire to > restrict what a redirector can do and given that none of the > redirectors use that today, I propose to get rid of it. Objections?
Does any redirector actually use that value? My suspicion is that none do. My guess is that we originally planned to have the pickup redirector send its SUBSCRIBE using the redirector's SipUserAgent, but later decided against it. Dale _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
