You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sems/apps/dsm/mods/mod_uri
Stefan Sayer b715e74291
revised error handling:
17 years ago
..
CMakeLists.txt - Add installation of DSM sub-modules and scripts. 17 years ago
Makefile added copy of Makefile.app_module with differing install target, 18 years ago
ModUri.cpp revised error handling: 17 years ago
ModUri.h went one step further with macrotisation of DSM modules 17 years ago
Readme.mod_uri.txt revised error handling: 17 years ago

Readme.mod_uri.txt

uri.parse(<uri>, <prefix>)
  splits <uri> in 
    <prefix>display_name
    <prefix>user
    <prefix>host
    <prefix>param

   example: 
    uri.parse(@remote_uri, remote_);
    uri.parse($PAI, pai_);

  * Sets $errno (general).

uri.getHeader(<header>, <dst>)
    get header from initial INVITE into variable <dst>

    example:
    	uri.getHeader(P-Asserted-Identity, PAI);