Browse Source

modules/msrp: Updated typo in MSRP example

Peter Dunkley 13 years ago
parent
commit
98ceaec93a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      modules/msrp/README
  2. 1 1
      modules/msrp/doc/msrp_admin.xml

+ 1 - 1
modules/msrp/README

@@ -397,7 +397,7 @@ loadmodule "xlog.so"
 # ----- mi_fifo params -----
 modparam("mi_fifo", "fifo_name", "/tmp/kamailio_fifo")
 
-modparam("htable", "htable", "c=>size=8;autoexpire=1800;")
+modparam("htable", "htable", "msrp=>size=8;autoexpire=1800;")
 
 request_route {
         sl_send_reply("403", "No SIP Here");

+ 1 - 1
modules/msrp/doc/msrp_admin.xml

@@ -442,7 +442,7 @@ loadmodule "xlog.so"
 # ----- mi_fifo params -----
 modparam("mi_fifo", "fifo_name", "/tmp/kamailio_fifo")
 
-modparam("htable", "htable", "c=>size=8;autoexpire=1800;")
+modparam("htable", "htable", "msrp=>size=8;autoexpire=1800;")
 
 request_route {
 	sl_send_reply("403", "No SIP Here");