Hello,
<br>

<br>
I have working ser with all the db modules and lcr. I want to send 
useralias as caller id in place of user name.
<br>
Say I have a ser account with the name testaccount,&nbsp; and an alias 
15556667777 to the user testaccount. So if some one calls 15556667777 
and the call will go to testaccount.
<br>
Now if testaccount make an call then in the caller id I see testaccount. 
How can I send 15556667777 as caller ID when, testaccount make a PSTN call.
<br>
I guess I can also use uri table and use the caller id from uri_user in 
place of username. But I dont know how can I do that. I tried this,
<br>
modparam (&quot;uri&quot;, uri_user_column&quot;, &quot;uri_user&quot;)
<br>
where the default is set for username. But That did not help.
<br>

<br>
Thank you,
<br>
-Jai
<br>