Re: [reSIProcate-users] Extracting Request-URI Parameters
You have to declare an external parameter like this:
#include <resip/stack/ExtensionParameter.hxx>
static const resip::ExtensionParameter p_param1("param1");
then you can access this parameter normally.
Afshin Afzali escribió:
Hi Guys,
According to this sample Request-URI :
sip:agent1@xxxxxxxxxxxxx:6200;rinstance=fba2c301281ca109;transport=TCP;param1=6
SIP/2.0
I'll appreciate if someone guide me how could extract URI's parameters (such as
param1) .
Best Regards,
-- afshin
_______________________________________________
resiprocate-users mailing list
resiprocate-users@xxxxxxxxxxxxxxx
List Archive: http://list.resiprocate.org/archive/resiprocate-users/