[Asterisk-Dev] Refined Voice CallerID Announce

Steve McMahon ajener at qwest.net
Tue Feb 22 22:27:34 MST 2005


Refined Idea:

Not like that. I want it to pronounce the First, Last name or whatever comes
over the phone line so if it's AT&T Wireless or something it would say it
then the phone number appended to it. Could be a handy applet to add to
asterisk for people with cheaper phones that dont have caller id or old
Comdial Systems.


> Hmm... something like that ? (not tested...)
>
> [default]
>
> exten => _XXXX,1,Macro(announceclid,${EXTEN})
>
> [macro-announceclid]
> exten => s,1,Answer
> exten => s,n,Wait(1)
> exten => s,n,SayDigits(${MACROEXTEN})
> exten => s,n,Dial(${ARG1})
>
>
>  My Original Message
>
> > IS the a method/program written of asterisk to announce the CallerID of
> > the
> > caller over the phone before the designated phone receives the phone,
not
> > a
> > caller ID readout but more torwards a voice announce, something like
what
> > you can do in the call queue where is lets you know the hold time of the
> > caller, I would like caller ID information announced, be a intresting
> > feature to mess around with.
> >
> > _______________________________________________
> > Asterisk-Dev mailing list
> > Asterisk-Dev at lists.digium.com
> > http://lists.digium.com/mailman/listinfo/asterisk-dev
> > To UNSUBSCRIBE or update options visit:
> >   http://lists.digium.com/mailman/listinfo/asterisk-dev
> >
>
> _______________________________________________
> Asterisk-Dev mailing list
> Asterisk-Dev at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-dev
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-dev
>
>




More information about the asterisk-dev mailing list