< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
Best regards, Byron Campen
"foo" would be considered an extension parameter... http://wiki.resiprocate.org/wiki/index.php?title=Use_Overview#Uri http://wiki.resiprocate.org/wiki/index.php?title=Urishttp://wiki.resiprocate.org/wiki/index.php? title=Use_Overview#Extension_parameters There is no way to iterate through the parameters. Scott-----Original Message----- From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx [mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of julien Sent: Monday, August 21, 2006 5:24 AM To: resiprocate-devel Subject: [reSIProcate] can not output user param in URI Hello everyone, I am having troubles getting the user-parameters from a URI, I do : Uri uri("sip:user;x-v17:password@xxxxxxxx:5555;foo=bar"); cout << "user!!" << uri.user() << endl;cout << "password!!" << uri.password() << endl; cout << "userParams!!"<< uri.userParameters() << endl; On the output I get this : user!!user;x-v17 password!!password userParams!! I don't get any userParams on the output I tried this usingtestUri.cxxIs this test correct? I am trying to get "foo"="bar" or equivalent, (actually I need to get all the parameters name and values one by one) I am using : reSIPprocate-1.0-RC1 (I checked out the latest versionbecause it was not working either with my previous version) on windowsXP sp2, and VS2005 (compiling in /Mtd mode)Please I really need this! Any help or suggestion welcome Thank you inadvance -- Julien _______________________________________________ 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
Attachment:
smime.p7s
Description: S/MIME cryptographic signature