Pisac wrote:
> Sorry, I use correct syntax in dialplan, but here in e-mail I maked this
> mistake.
> In dialplan I'm using ${CALLERIDNUM::3}
Just for grins, have you tried
${CALLERIDNUM:0:3}
I have always found it better to explicitly specify what to do, rather than relying on a function's assumptions....
Steve