[Asterisk-Users] caller id
Dov Bigio
dovb at terra.com.br
Fri Dec 23 05:56:45 MST 2005
Hello all,
All my sip users are identified by their name.lastname (mine would be dov.bigio).
But I have to associate them to extension numbers too, so I did the following on my extensions.conf.
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).
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.
Is this some kind of but, or I am doing something wrong here?
Thank you
Dov
--
[default]
exten => 435,1,Goto(01.ramais_nomes,dov.bigio,1)
[ramais_nomes]
exten => dov.bigio,1,Macro(ramais,dov.bigio,435)
[macro-ramais]
exten => s,1,SetCallerID(${CALLERID}|a)
exten => s,2,SetCDRUserField(INTERNA)
exten => s,3,Dial(SIP/${ARG1},15,r)
exten => s,4,VoiceMail(u${ARG2})
exten => s,5,Hangup
exten => s,104,VoiceMail(b${ARG2})
Exten => s,105,Hangup
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051223/347f7892/attachment.htm
More information about the asterisk-users
mailing list