Ivr.cpp/ivr_getHeader function calls getHeader function like this:

    string res = getHeader(headers,header_name, true);

'true' is value of 'single' argument telling if only single header or
all headers with 'header_name' should be considered.

is there some good reason why 'single' param value is not 'false'?

for example, if there is many P-App-Param headers in incoming message,
all of them would become available with 'false' value of 'single'
param.

-- juha
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to