[email protected] writes:

> I am trying to set the caller ID to 'Anonymous <anonymous>' if the
> caller is not registered to the asterisk server. But I can't find a
> solution.

Which bit is causing you trouble? Detecting that the caller isn't
registered, or setting caller ID?

The latter is easy, just
 exten => _X!,n,Set(CALLERID(all)=Anonymous <anonymous>)


/Benny



_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to