Hi,
I see no reason why this header is not found. To see what happens I
added a debug message.Please take the attached patch, apply it and redo
the test. Look in your log file after the lines starting with "Search
for header ". Check if you see there also 'P-Asserted-Identity'.
Regards,
--
Anca Vamanu
www.voice-system.ro
Jeff Pyle wrote:
Hello,
I'll start a new thread on this one.
I've got custom_headers defined for a number of things, and as best I can tell
most or all of them work. Except one: P-Asserted-Identity. It's the longest
header.
On a debug=6, under the "DBG:b2b_entities:client_new: extra_headers" section,
it does not appear. It is in the initial invite. Other headers I have in
custom_headers do appear, and do make it across.
I'm not sure where to go from here.
- Jeff
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users
Index: modules/b2b_logic/logic.c
===================================================================
--- modules/b2b_logic/logic.c (revision 6758)
+++ modules/b2b_logic/logic.c (working copy)
@@ -274,6 +274,8 @@
/* add also the custom headers */
for(i = 0; i< custom_headers_lst_len; i++)
{
+ LM_DBG("Search for header [%.*s]\n",custom_headers_lst[i].len,
+ custom_headers_lst[i].s);
hdr = get_header_by_name( msg, custom_headers_lst[i].s,
custom_headers_lst[i].len);
if(hdr)
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users