On 09/06/2003 at 18:24 Alex Lopez wrote:
>
>I am at the point where it all works except I do not know the variables
>in extension.conf {$CALLERID} is the whole strings including name!! I
>want just the number.
For just the number use
${CALLERIDNUM}
if you want the name use
${CALLERIDNAME}
Andy