Skip to content

Commit

Permalink
call_center: fix default scenario readme
Browse files Browse the repository at this point in the history
(cherry picked from commit a5f6e10)
  • Loading branch information
razvancrainea committed May 7, 2014
1 parent 554827c commit b496bf8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/call_center/README
Expand Up @@ -214,13 +214,13 @@ modparam("call_center", "acc_db_url",
name of this scenario from this file (which must be loaded via
the b2b_logic module) must match the b2b_scenario parameter.

Default value is “call_center”.
Default value is “call center”.

Example 1.3. Set b2b_scenario parameter
...
modparam("b2b_logic", "script_scenario", "/etc/opensips/scenario_callcen
ter.xml")
modparam("call_center", "b2b_scenario", "call_center")
modparam("call_center", "b2b_scenario", "call center")
...

1.4.4. wrapup_time (integer)
Expand Down
4 changes: 2 additions & 2 deletions modules/call_center/doc/call_center_admin.xml
Expand Up @@ -215,15 +215,15 @@ modparam("call_center", "acc_db_url",
<emphasis>b2b_scenario</emphasis> parameter.
</para>
<para>
<emphasis>Default value is <quote>call_center</quote>.
<emphasis>Default value is <quote>call center</quote>.
</emphasis>
</para>
<example>
<title>Set <varname>b2b_scenario</varname> parameter</title>
<programlisting format="linespecific">
...
modparam("b2b_logic", "script_scenario", "/etc/opensips/scenario_callcenter.xml")
modparam("call_center", "b2b_scenario", "call_center")
modparam("call_center", "b2b_scenario", "call center")
...
</programlisting>
</example>
Expand Down

0 comments on commit b496bf8

Please sign in to comment.