On 2011 February 18, Friday 09:58:20 Raphael Coeffic wrote: > On 17.02.11 17:36, Robert Szokovacs wrote: > > Hi, > > > > Is there a specific reason why the Via header is missing from > > AmSipRequest.hdrs? > > No: you are just the first to need the via headers.
I see :) I just didn't understand why it's treated differently from the others. > If you only want to read the via headers, it should be fairly easy to > copy them on reception (see SipCtrlInterface.cpp). I just need to read the first one, so I guess req.via1 = c2stlstr(msg->via1->value); will do it for me. If I see it correctly, the others are only available in parsed format. br Szo _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
