Just ran across this
<br />
<br />http://www.opensips.org/html/docs/modules/1.6.x/closeddial.html#id250105
<br />
<br />
<br />
<br />**************************TYPO*************************************************************
<br />1.3.8. use_domain (integer)
<br />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.
<br />
<br />Default value is “0 (no)”.
<br />
<br />Example 1.8. Set user_column parameter
<br />
<br />...
<br />modparam("closeddial", "user_domain", 1)
<br />**************************TYPO*************************************************************
<br />
<br />
<br />
<br />**************************Correct*************************************************************
<br />1.3.8. use_domain (integer)
<br />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.
<br />
<br />Default value is “0 (no)”.
<br />
<br />Example 1.8. Set use_domain parameter
<br />
<br />...
<br />modparam("closeddial", "use_domain", 1)
<br />
<br />
<br />**************************Correct*************************************************************