[Asterisk-Users] call announce?
brian k. west
brian at bkw.org
Mon May 17 22:58:39 MST 2004
what do you mean "I don't think so"
exten => s,1,Answer
exten => s,2,Wait,1
exten => s,3,Playback(please-record-name-at-beep)
exten => s,4,Record(/tmp/${UNIQUEID}:wav|5)
exten =>
s,5,ParkAndAnnounce(silence/3:/tmp/${UNIQUEID}:PARKED|60|SIP/10|10,4)
exten => s,6,Hangup
How hard is that.. it might not be right as I did this from memory but it
all looks fine. Call comes in.. Please record your name after the beep...
*beep*, it parks the call, dials sip/10 plays silence/3,/tmp/${UNIQUEID},
parked exten. At timeout it goes to 10,4 which is voicemail.
bkw
----- Original Message -----
From: "John Todd" <jtodd at loligo.com>
To: <asterisk-users at lists.digium.com>
Sent: Monday, May 17, 2004 10:34 PM
Subject: Re: [Asterisk-Users] call announce?
> At 4:46 PM -0600 on 5/17/04, Gavin Hollinger wrote:
> >Does parkandannounce create a variable with the parked extension number
that
> >I could use in later linking the calls?
> >
> > > Hint use app_parkandannounce with a twist of app_record.
>
> No, I don't think so, so I'm also interested in anyone that has a
> meaningful recipe for this.
>
> JT
> _______________________________________________
> 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