<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1528" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello all,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>All my sip users are identified by their 
name.lastname (mine would be dov.bigio).</FONT></DIV>
<DIV><FONT face=Arial size=2>But I have to associate them to extension numbers 
too, so I did the following on my extensions.conf.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>The problem is that when a call is logged on CDR 
and also the caller ids that appear for end users is without the "." 
(dot).</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>So if I call someone, this person would see a call 
coming from "dovbigio". And he won't be able to call back to me, since 
"dovbigio" is not a valid user.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Is this some kind of but, or I am doing something 
wrong here?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thank you</FONT></DIV>
<DIV><FONT face=Arial size=2>Dov</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>--</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>[default]</FONT></DIV>
<DIV><FONT face=Arial size=2>exten =&gt; 
435,1,Goto(01.ramais_nomes,dov.bigio,1)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>[ramais_nomes]</DIV>
<DIV>exten =&gt; dov.bigio,1,Macro(ramais,dov.bigio,435)</DIV>
<DIV>&nbsp;</DIV>
<DIV>[macro-ramais]<BR>exten =&gt; s,1,SetCallerID(${CALLERID}|a)<BR>exten =&gt; 
s,2,SetCDRUserField(INTERNA)<BR>exten =&gt; s,3,Dial(SIP/${ARG1},15,r)<BR>exten 
=&gt; s,4,VoiceMail(u${ARG2})<BR>exten =&gt; s,5,Hangup<BR>exten =&gt; 
s,104,VoiceMail(b${ARG2})<BR>Exten =&gt; 
s,105,Hangup<BR><BR></DIV></FONT></BODY></HTML>