Skip to content

Commit

Permalink
Update dispatcher_admin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
fredposner committed Jun 1, 2015
1 parent 475cccb commit 1eb7061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dispatcher/doc/dispatcher_admin.xml
Expand Up @@ -1056,7 +1056,7 @@ if(ds_is_from_list()) {
if(ds_is_from_list("10")) {
...
}
if(ds_is_from_list("10", "sip:127.0.0.1:5080", "3")) {
if(ds_is_from_list("10", "3", "sip:127.0.0.1:5080")) {
...
}
...
Expand Down

0 comments on commit 1eb7061

Please sign in to comment.