On 10/06/2004 at 14:40 Angel Diaz wrote: >Hi all, > Is there a way to get the "called id" (the B number) with AGI perl ? >I know how to get the caller id which is working fine and is just below: > <code snip> > >Thanks in advance, > >Angel. use: $exten = $input{'extension'}; to get the extension called. Andy