Re: [reSIProcate] epid parameter?
Chris,
Yes, we are in the same boat :)
You mentioned you rebuilt the stack with ExtensionParameter. My
impression is that you can use it on the fly. You do not have to
re-build the stack. I could be mistaken, but will know tomorrow when I
actually run my application. (atleast it builds)
Yes maddr does sound familiar. So what did you put in your maddr?
Hopefully it can be done at application layer too (no change to
resiprocate). Does LCS reskit give something more than Access Proxy
logs? If yes, I will install it too.
For your resip stack, you are using SSLv23, correct? TLSv1 will not
work.
Sandeep
On Tue, 2005-08-16 at 16:03 -0600, Chris Rigg wrote:
> Hi Sandeep, Jason,
>
> The epid parameter is a MSFT proprietary extension and it means
> "endpoint ID". They use it on the From header and the Contact header.
>
> Wow Sandeep, we really do seem to have similar interests -- I actually
> rebuilt the resip stack today after adding the ExtensionParameter for
> p_epid("epid") that Jason mentioned. After looking at some of the LCS
> AP error logs (I installed the LCS resKit -- actually gives some
> pretty good information -- also allows you to see the SIP messages
> coming and going), it seemed that LCS was interested in the epid
> paramater and the maddr param (on the Contact header). However, after
> adding the epid and maddr parameters to the messages resip was
> sending, I still saw LCS error logs and the SUBSCRIBE didn't work. But
> I do think these parameters are required anyway. LCS must be barfing
> on a different param that is missing from my SUBSCRIBE (as you know,
> they added several extensions).
>
> Chris
>
> Fischl jason wrote:
> > Never heard of it. You can always reference unknown parameters like this:
> >
> > static const resip::ExtensionParameter p_xstid("x-stid");
> > // Extension parameters are be used like other parameters:
> > msg->header(h_To).param(p_xstid) = "2134";
> >
> > See http://wiki.resiprocate.org/wiki/index.php?title=Use_Overview for
> > more docs on how this works.
> >
> > Jason
> >
> >
> > On 8/16/05, Sandeep Sharma <ssharma@xxxxxxxxxx> wrote:
> >
> > > Hello,
> > >
> > > What is the "epid" parameter? It seems it is required by LCS for instant
> > > messaging.
> > >
> > > I could not find a reference to it in any of the specs. Did I miss
> > > anything? Does resiprocate support this parameter? If yes, which header
> > > file should I look at?
> > >
> > > Thanks.
> > > --
> > > Sandeep Sharma <ssharma@xxxxxxxxxx>
> > >
> > > _______________________________________________
> > > resiprocate-devel mailing list
> > > resiprocate-devel@xxxxxxxxxxxxxxxxxxx
> > > https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel
> > >
> > >
> > _______________________________________________
> > resiprocate-devel mailing list
> > resiprocate-devel@xxxxxxxxxxxxxxxxxxx
> > https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel
> >
> >
--
Sandeep Sharma <ssharma@xxxxxxxxxx>