search for: playmessag

Displaying 4 results from an estimated 4 matches for "playmessag".

Did you mean: playmessage
2015 Mar 30
0
WaitForSilence NEVER detects silence,,Post
...whether or not there is actual silence. If I'm still talking, it will consider that as silence also. My AEL dialplan associated with the calling is: > 100 => { > Answer(); > WaitForSilence(5000,2,60); > AGI(agi://127.0.0.1/playmessage,${CALLID}); > AGI(agi://127.0.0.1/saytext,"Goodbye."); > Hangup(); > } And the CLI just outputs: > == Using SIP RTP CoS mark 5 > > Channel SIP/twilio-0000006e was answered > -- Executing [100 at makeCall:1] Answer...
2015 Mar 30
0
WaitForSilence NEVER detects silence
...whether or not there is actual silence. If I'm still talking, it will consider that as silence also. My AEL dialplan associated with the calling is: > 100 => { > Answer(); > WaitForSilence(5000,2,60); > AGI(agi://127.0.0.1/playmessage,${CALLID}); > AGI(agi://127.0.0.1/saytext,"Goodbye."); > Hangup(); > } And the CLI just outputs: > == Using SIP RTP CoS mark 5 > > Channel SIP/twilio-0000006e was answered > -- Executing [100 at makeCall:1] Answer...
2005 Jan 31
3
Announcement to caller when called party haspicked up - without initial Answer()?
> -----Original Message----- > From: David Liu [mailto:david@deltapath.com] > Sent: 31 January 2005 14:34 > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] Announcement to caller when > called party haspicked up - without initial Answer()? > > > This is super easy to do. All you need to do is to put that > announcement
2003 May 10
19
Voicemail2
Asterisk Users: I've been working hard on app_voicemail2 which is an enhanced scalability version of app_voicemail. Specifically, its features are: * Highly improved internal architecture (maybe someone else can actually code on it) * Foot print for getting mailboxes from DB (for Vonage) * Segmentable mailboxes, allowing you to truly multihost voicemail for multiple companies