Juha Heinanen writes: > and incoming invite has > > P-App-Name: sbc. > P-App-Param: profile=opensipg. > P-Call-Control: ctl;From=Anonymous <sip:[email protected]>. > P-Call-Control: ctl;headerfilter=whitelist;header_list=Diversion|P-App-Name. > P-Call-Control: ctl;append_headers=P-App-Name: sbc. > > then outgoing invite only has > > From: Anonymous > <sip:[email protected]>;tag=3FB69F6F-53045CC2000C011F-B43FFB70. > > and this is missing: > > P-App-Name: sbc > > this used to work with some earlier version of master.
ok, i found explanation of why P-App-Name header is missing. i had added to profile=opensipg this: append_headers="P-Original-Call-ID: $ci\r\n" and after that ctl;append_headers were ignored. is this intentional or a bug? i thought that append_headers specified in profile would be added in addition to possible ctl;append_headers. now it seems that profile append headers overrides ctl;append_headers. -- juha _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
