Juha Heinanen writes: > Feb 18 07:10:44 sip sems[8368]: [#b50f6b70] [evaluate, > SBCCallProfile.cpp:689] DEBUG: append_headers = '#015#012P-App-Name: > sbc#015#012'
i added one more debug statement just before SBC.cpp connectCallee() call and got: Feb 19 05:22:05 sip sems[14668]: [#b50f6b70] [onInvite, SBC.cpp:752] DEBUG: SBC: connecting to 'sip:[email protected]:5074;transport=tcp' Feb 19 05:22:05 sip sems[14668]: [#b50f6b70] [onInvite, SBC.cpp:753] DEBUG: From: '"Juha Heinanen" <sip:[email protected]>' Feb 19 05:22:05 sip sems[14668]: [#b50f6b70] [onInvite, SBC.cpp:754] DEBUG: To: '<sip:[email protected]>' Feb 19 05:22:05 sip sems[14668]: [#b50f6b70] [onInvite, SBC.cpp:755] DEBUG: Hdrs: 'Max-Forwards: 69#015#012Allow: INVITE,ACK,BYE,CANCEL,OPTIONS,PRACK,REFER,NOTIFY,SUBSCRIBE,INFO,MESSAGE#015#012Supported: replaces,norefersub,100rel#015#012User-Agent: Twinkle/1.4.2#015#012P-Call-Control: cc_pcalls;[email protected];max_calls=1#015#012P-Asserted-Identity: <sip:[email protected]>#015#012P-Call-Control: ctl;append_headers=P-App-Name: sbc#015#012#015#012P-App-Name: sbc#015#012' it shows that P-App-Name header is appended, but there is a double crlf before it probably terminating the appending of headers. perhaps there should be crlf before the header here: > Feb 18 07:10:44 sip sems[8368]: [#b50f6b70] [evaluate, > SBCCallProfile.cpp:689] DEBUG: append_headers = '#015#012P-App-Name: > sbc#015#012' -- juha _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
