[Asterisk-Dev] Voice CallerID Over Phone before pickup featurerequest

Joel Vandal jvandal at infoteck.qc.ca
Tue Feb 22 21:55:02 MST 2005


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})


----- Original Message ----- 
From: "Steve McMahon" <ajener at qwest.net>
To: "Asterisk Developers Mailing List" <asterisk-dev at lists.digium.com>
Sent: Tuesday, February 22, 2005 10:06 PM
Subject: [Asterisk-Dev] Voice CallerID Over Phone before pickup 
featurerequest


> 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
> 




More information about the asterisk-dev mailing list