Module: sems Branch: master Commit: cc3dcdf6815181baee48da1f7989ebcae6749de8 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=cc3dcdf6815181baee48da1f7989ebcae6749de8
Author: Juha Heinanen <[email protected]> Committer: Juha Heinanen <[email protected]> Date: Wed Mar 28 17:06:37 2012 +0300 apps/sbc/call_control/ctl: added quoted module param value in the example --- apps/sbc/call_control/ctl/Readme.cc_ctl.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/sbc/call_control/ctl/Readme.cc_ctl.txt b/apps/sbc/call_control/ctl/Readme.cc_ctl.txt index 71ba206..ba459fc 100644 --- a/apps/sbc/call_control/ctl/Readme.cc_ctl.txt +++ b/apps/sbc/call_control/ctl/Readme.cc_ctl.txt @@ -14,14 +14,14 @@ Example: ... P-Call-Control: ctl;RURI=sip:[email protected] P-Call-Control: ctl;rtprelay_enabled=yes - P-Call-Control: ctl;append_headers=P-My-Caller: $fU + P-Call-Control: ctl;append_headers="P-My-Caller: $fU;param=first" Invite outgoing: INVITE sip:[email protected] To: <sip:[email protected]> From: "" <sip:[email protected]>;tag=64015874f26373e6 ... - P-My-Caller: stefan + P-My-Caller: stefan;param=first ... Exported parameters: _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
