[Asterisk-Users] call files run at certain times

Anton Krall akrall-lists at intruder.com.mx
Mon Mar 28 22:00:48 MST 2005


But this doesn't work in an environment where multiple person are using it..
For example, multiple call files with multiple announcements.. 

For example:

A system for  programing future calls ALA secretary.

Person A call exte *23 and records a reminder, enter the phone number to be
called later and the time. A call file is made which contains the time to
make the call and the number to call (via zap) and extension to connect it
to (the owner of the call file extension).

Tehn at that time, the call file is to be run, calling the owner, playing
back the reminers to let him know a schedule call is about to be made and
what its about, then the call is made via zap and the 2 connect.

That's the idea Im working in. The scheduling of the call file via *23 is
already done and the reminders recorded ans stuff. 

The problem I have is that the call can be connected via a call file but I
cant find a way to first playback the reminder and THEN connect the call.

I can use extensiones for this since many persons will be using it so the
reminder is recorded using call%d for incremental names, so this system must
be multiuser aware.

Any ideas?

-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Matt Riddell
Sent: Lunes, 28 de Marzo de 2005 10:29 p.m.
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] call files run at certain times

Anton Krall wrote:
> Any examples that can do that?  

extensions.conf

[mycontext]
exten => 801,1,Answer()
exten => 801,2,Playback(mysoundfile)
exten => 801,3,Dial(Zap/5551234)

sample.call

Channel: Sip/bob
MaxRetries: 2
RetryTime: 60
WaitTime: 30
Context: mycontext
Extension: 801
Priority: 1

:)

--
Cheers,

Matt Riddell
_______________________________________________

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

_______________________________________________
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





More information about the asterisk-users mailing list