[Asterisk-Dev] BOUNTY: 100$ Name before Voicemail Playback

Matt Riddell matt.riddell at sineapps.com
Thu Sep 22 00:57:16 MST 2005


Matthew Gibson wrote:
> configuration. But
> enlighten us on the announce thingy :P

>From voicemail.conf:

saycid=yes

Documentation for it

; Say the caller id information before the message. If not described,
; or set to no, it will be in the envelope

So if you were happy to just have the company announced by number, you could
do (pseudo code):

[companya]
exten => s,1,Answer()
exten => s,2,Dial(people)
exten => s,3,SetCIDNum(1)
exten => s,4,VoiceMail(u1)

[companyb]
exten => s,1,Answer()
exten => s,2,Dial(people)
exten => s,3,SetCIDNum(2)
exten => s,4,VoiceMail(u1)

Make sense?

-- 
Cheers,

Matt Riddell
_______________________________________________

http://www.sineapps.com/news.php (Daily Asterisk News - html)
http://www.sineapps.com/rssfeed.php (Daily Asterisk News - rss)



More information about the asterisk-dev mailing list