[Asterisk-Users] Callerid & AGI Thougts

todd at tlsolutions.net todd at tlsolutions.net
Wed Feb 18 06:04:26 MST 2004


> I have a system put together with 3 Companies behind it and want the
> Receptionist to Answer the phone Accordingly.  Here are my thoughts.
>
> DID Number - 704-123-0031
>
> Extension.conf
>
> [main]
> exten => 0031,1,Goto(test,s,1)
>
> [test]
> exten => s,1,Answer
> exten => s,2,agi,callid.agi
> Exten => s,3,Dial(SIP/Recp)
>
>
>
>
> AGI.conf - Brief Descrip.
>
> $AGI->set_callerid('CompanyA')
>
>
> The concept behind this is for the Receptionist to know who is being
> called and not who is calling.. Would this work?
>
> Thanks,
>
> -gcc
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
I like using whisper tones...

recored the file companyname_whisper.gsm and put it in
/var/lib/asterisk/sounds

Then add the lines to extensions.conf

exten => 0031,1,Dial(SIP/Recp|20|A(companyname_whisper.gsm)r)







More information about the asterisk-users mailing list