On 17 Jul, 23:07, Theo Markettos
wrote:
If you can make Asterisk's CLID feature work, how about something like:
exten = _004420X.,1,Set(CALLERID(num)=00442012345678)
exten = _004420X.,2,Dial(SIP/${EXTEN}@provider)
exten = _00441223X.,1,Set(CALLERID(num)=00441223999999)
exten = _00441223X.,2,Dial(SIP/${EXTEN}@provider)
exten = _0033X.,1,Set(CALLERID(num)=0033123456789)
exten = _0033X.,2,Dial(SIP/${EXTEN}@provider)
(All completely untested)
Except that I can't make this feature work 
Theo
Here is a paste from my extensions.conf
exten = _078.,1,Set(CALLERID(num)=+3531440XXXX)
That works, so maybe you need to use the + instead of the 00 when
setting the CLID?
Cheers, Des.