Skip to content

Commit

Permalink
speeddial: updates to db url example
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Mar 18, 2018
1 parent 6162a74 commit ea18525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/speeddial/doc/speeddial_admin.xml
Expand Up @@ -68,7 +68,7 @@
<title>Set <varname>db_url</varname> parameter</title>
<programlisting format="linespecific">
...
modparam("speeddial", "db_url", "mysql://openser:xxx@localhost/openser")
modparam("speeddial", "db_url", "mysql://kamailio:xxx@localhost/kamailio")
...
</programlisting>
</example>
Expand Down Expand Up @@ -242,7 +242,7 @@ modparam("speeddial", "use_domain", 1)
<title><function>sd_lookup</function> usage</title>
<programlisting format="linespecific">
...
# 'speed_dial' is the default table name created by openser db script
# 'speed_dial' is the default table name created by kamailio db script
if(uri=~"sip:[0-9]{2}@.*")
sd_lookup("speed_dial");
# use auth username
Expand Down

0 comments on commit ea18525

Please sign in to comment.