Just ran across this
http://www.opensips.org/html/docs/modules/1.6.x/closeddial.html#id250105
**************************TYPO*************************************************************
1.3.8. use_domain (integer)
If enabled (set to non zero value) then domain will be used also used for
searching new uri; otherwise only the username part will be used.
Default value is “0 (no)”.
Example 1.8. Set user_column parameter
...
modparam("closeddial", "user_domain", 1)
**************************TYPO*************************************************************
**************************Correct*************************************************************
1.3.8. use_domain (integer)
If enabled (set to non zero value) then domain will be used also used for
searching new uri; otherwise only the username part will be used.
Default value is “0 (no)”.
Example 1.8. Set use_domain parameter
...
modparam("closeddial", "use_domain", 1)
**************************Correct*************************************************************
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users