Re: [asterisk-users] Simple Call Screener

2008-07-11 Thread Steve Murphy
On Thu, 2008-07-10 at 10:38 -0500, Jared Smith wrote: On Wed, 2008-07-09 at 17:54 -0400, Ryan M. Colbert wrote: I'm trying to build a simple accept/reject screening app for inbound calls that * forwards to my cell phone. Basically I want * to announce the caller ID and then let me press 1

Re: [asterisk-users] Simple Call Screener

2008-07-10 Thread MFH
This is what I use. The Read does have a default timeout but you should be able to put your own. extensions.conf: exten = s,n(dial),Dial(SIP/sipura2_1SIP/sipura1_1SIP/sipura2_2SIP/spa942_3SIP/aastra480_3,20,mtTM(screen)) exten = s,n(vmail),Voicemail([EMAIL PROTECTED]) [macro-screen]

Re: [asterisk-users] Simple Call Screener

2008-07-10 Thread Mark G. Thomas
Hi Ryan, On Wed, Jul 09, 2008 at 05:54:28PM -0400, Ryan M. Colbert wrote: I'm trying to build a simple accept/reject screening app for inbound calls that * forwards to my cell phone. Basically I want * to announce the caller ID and then let me press 1 to accept the call or 2 to reject the

Re: [asterisk-users] Simple Call Screener

2008-07-10 Thread Jared Smith
On Wed, 2008-07-09 at 17:54 -0400, Ryan M. Colbert wrote: I'm trying to build a simple accept/reject screening app for inbound calls that * forwards to my cell phone. Basically I want * to announce the caller ID and then let me press 1 to accept the call or 2 to reject the call and send the

[asterisk-users] Simple Call Screener

2008-07-09 Thread Ryan M. Colbert
I'm trying to build a simple accept/reject screening app for inbound calls that * forwards to my cell phone. Basically I want * to announce the caller ID and then let me press 1 to accept the call or 2 to reject the call and send the outside party to voicemail. I've been messing around with