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

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to