Re: [asterisk-users] Call Screening feature using asterisk

2008-03-19 Thread Paul Hales
Have you looked at the privacymanager function in Asterisk? PaulH On Wed, 2008-03-19 at 10:31 +0530, Janu Mukherjee wrote: Hi, I have our software with SIP running on it.I configured asterisk server as proxy. How do I implement the call screening features(incoming and outgoing) using

[asterisk-users] call screening feature

2008-03-18 Thread Janu Mukherjee
Hi, I have our software with SIP running on it.I configured asterisk server as proxy. How do I implement the call screening features(incoming and outgoing) using asterisk server.Please suggest me how to proceed on this. Thanks Regards, Jahnavi. ___ --

Re: [asterisk-users] call screening feature

2008-03-18 Thread Marco Mouta
Your solution is Asterisk Manager Interface http://www.voip-info.org/wiki-Asterisk+manager+API On Tue, Mar 18, 2008 at 6:24 AM, Janu Mukherjee [EMAIL PROTECTED] wrote: Hi, I have our software with SIP running on it.I configured asterisk server as proxy. How do I implement the call screening

Re: [asterisk-users] call screening feature

2008-03-18 Thread Paul Hales
The 'PrivacyManager' application in Asterisk would probably be a good bet. PaulH On Tue, 2008-03-18 at 11:54 +0530, Janu Mukherjee wrote: Hi, I have our software with SIP running on it.I configured asterisk server as proxy. How do I implement the call screening features(incoming and

[asterisk-users] Call Screening feature using asterisk

2008-03-18 Thread Janu Mukherjee
Hi, I have our software with SIP running on it.I configured asterisk server as proxy. How do I implement the call screening features(incoming and outgoing) using asterisk server.Please suggest me how to proceed on this. Thanks Regards, Jahnavi. ___

[asterisk-users] Call Screening Not Working

2007-07-05 Thread Peder @ NetworkOblivion
I am using the Find-me/Follow-me example below with screening: http://www.voip-info.org/wiki/view/Asterisk+tips+findme Here is my actual config: [macro-screen] exten = s,1,Wait(1) exten = s,n,Background(press-1-to-be-connected-to-the-caller) exten = s,n,Set(TIMEOUT(response=5)) exten =

Re: [asterisk-users] Call Screening Not Working

2007-07-05 Thread Bobby Crawford
-Original Message- From: [EMAIL PROTECTED] [mailto:asterisk-users- [EMAIL PROTECTED] On Behalf Of Peder @ NetworkOblivion Sent: Thursday, July 05, 2007 1:17 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Call Screening Not Working I am

Re: [asterisk-users] Call Screening Not Working

2007-07-05 Thread [EMAIL PROTECTED]
that shouldn't happen. - Original Message - From: Bobby Crawford [EMAIL PROTECTED] To: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com Sent: Thursday, July 5, 2007 2:27:05 PM (GMT-0600) America/Mexico_City Subject: Re: [asterisk-users] Call Screening

Re: [asterisk-users] Call Screening Not Working

2007-07-05 Thread Mojo with Horan Company, LLC
No idea if this is where your problems are coming from, but change: exten = s,n,Set(TIMEOUT(response=5)) to exten = s,n,Set(TIMEOUT(response)=5) (the parenthesis moved a bit) Peder @ NetworkOblivion wrote: I am using the Find-me/Follow-me example below with screening:

[Asterisk-Users] Call screening script

2005-12-08 Thread Technical Support
Has anyone created a call screening script (AGI or other)? What I'm looking for is for Asterisk to: 1. Pickup line 2. Play Record your name to be connected 3. Call an extension 4. Play the recorded name 5. Prompt 1 to accept to 2 to refuse 6. Either connect the call if 1 or send to VM if 2.

RE: [Asterisk-Users] Call screening script

2005-12-08 Thread Innocent Evil
it before you came here. -Original Message- From: [EMAIL PROTECTED] Sent: Thu, 8 Dec 2005 15:20:16 -0500 To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Call screening script Has anyone created a call screening script (AGI or other)? What I'm looking for is for Asterisk

Re: [Asterisk-Users] Call screening script

2005-12-08 Thread C F
Yeah, it's been on this list at least once a month, it's on the wiki as well, as well as on the bug tracker. Google is your friend here. The follwing link has one example: http://bugs.digium.com/view.php?id=5574 On 12/8/05, Technical Support [EMAIL PROTECTED] wrote: Has anyone created a call

Re: [Asterisk-Users] Call Screening

2005-01-14 Thread Matt Riddell
Adam Robins wrote: I would like to apply the app_dial macro patch referenced in: http://bugs.digium.com/bug_view_advanced_page.php?bug_id=2905 To my stable version of Asterisk: Asterisk CVS-v1-0-12/21/04-14:14:46 built by [EMAIL PROTECTED] on a i686 running Linux. Mantis has 5 attached patch

[Asterisk-Users] Call Screening

2005-01-13 Thread Adam Robins
I would like to apply the app_dial macro patch referenced in: http://bugs.digium.com/bug_view_advanced_page.php?bug_id=2905 To my stable version of Asterisk: Asterisk CVS-v1-0-12/21/04-14:14:46 built by [EMAIL PROTECTED] on a i686 running Linux. Mantis has 5 attached patch files. It looks

[Asterisk-Users] call screening

2004-12-19 Thread Shoval Tomer
Hi all. Is there a way to use asterisk for call screening? Meaning, a call comes in, asterisk answers with voicemail after I don't pickup, and the voicemail prompt + the caller's message a played via the sound card on asterisk. If I wan't to pick up, I do so by picking up the phone and dialing

RE: [Asterisk-Users] call screening

2004-12-19 Thread hadi
Discussion Subject: [Asterisk-Users] call screening Hi all. Is there a way to use asterisk for call screening? Meaning, a call comes in, asterisk answers with voicemail after I don't pickup, and the voicemail prompt + the caller's message a played via the sound card on asterisk. If I wan't to pick up, I

RE: [Asterisk-Users] call screening

2004-12-19 Thread Shoval Tomer
: hadi [mailto:[EMAIL PROTECTED] Sent: Sunday, December 19, 2004 12:13 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: RE: [Asterisk-Users] call screening Yes U can do it with asterisk and by dialing *98 on your Ip Phone you can listen to your message -Original

RE: [Asterisk-Users] call screening

2004-12-19 Thread hadi
Sorry I mean the voice mail -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shoval Tomer Sent: Sunday, December 19, 2004 2:00 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] call screening Sorry, I don't

Re: [Asterisk-Users] call screening

2004-12-19 Thread Tracy R Reed
On Sun, Dec 19, 2004 at 12:09:48PM +0200, Shoval Tomer spake thusly: Is there a way to use asterisk for call screening? Meaning, a call comes in, asterisk answers with voicemail after I don't pickup, and the voicemail prompt + the caller's message a played via the sound card on asterisk. If

Re: [Asterisk-Users] call screening

2004-12-19 Thread C F
According to this it exists: http://www.voip-info.org/wiki-Asterisk+cmd+Dial However I'm testing it for the last 8 hours with no success. Recompiling after reading this: http://bugs.digium.com/bug_view_page.php?bug_id=0002905 will post back On Sun, 19 Dec 2004 14:46:01 -0800, Tracy R Reed

Re: [Asterisk-Users] call screening

2004-12-19 Thread C F
Right now I'm stuck at this point: [default] exten = 1002,Macro(stdcs,1002,SIP/1002) [macro-stdcs] ;; arg1 exten ;; arg2 device exten = s,1,Wait(0.2) exten = s,2,Playback(vm-rec-name) exten = s,3,SetVar(SCREEN_FILE=/tmp/${CALLERIDNUM}-${EPOCH}) exten = s,4,Record(${SCREEN_FILE}:gsm|2|4) exten =

Re: [Asterisk-Users] call screening

2004-12-19 Thread C F
OK I now know what was/is worng, my SIP is wrong it doesn't give 2 way audio, so first I'm going to fix this and then we will see. On Sun, 19 Dec 2004 19:26:59 -0500, C F [EMAIL PROTECTED] wrote: Right now I'm stuck at this point: [default] exten = 1002,Macro(stdcs,1002,SIP/1002)

RE: [Asterisk-Users] call screening

2004-12-19 Thread Brian West
: [Asterisk-Users] call screening OK I now know what was/is worng, my SIP is wrong it doesn't give 2 way audio, so first I'm going to fix this and then we will see. On Sun, 19 Dec 2004 19:26:59 -0500, C F [EMAIL PROTECTED] wrote: Right now I'm stuck at this point: [default] exten = 1002,Macro