Szasz Szabolcs wrote:
> Hi,
>
> How can I strip + from the front of the caller ID?
> I have tried this:
> exten => s/_+X.,1,Set(CALLERID(name)=${CALLERID(name):1})
>
Hi,
what about:
exten => _+[1-9].,1,Dial(Local/${EXTEN:1}@context
to proceed your call without leading "+" in your dialplan?
Cheers
Joern