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

2008-03-18 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) usin

[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. ___ -

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

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 scre

[asterisk-users] call screening feature

2008-03-17 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 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: > > http://www.v

Re: [asterisk-users] Call Screening Not Working

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

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 Scr

[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 => 1,1,N

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 script

2005-12-08 Thread Innocent Evil
de 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

[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. It

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 files.

[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 like

RE: [Asterisk-Users] call screening

2004-12-19 Thread Brian West
n > Subject: Re: [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:

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) > > [m

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
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 <[EMAI

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.

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&#

RE: [Asterisk-Users] call screening

2004-12-19 Thread Shoval Tomer
e- > From: 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

Re: [Asterisk-Users] call screening

2004-12-19 Thread Antony Stone
gt; Sent: Sunday, December 19, 2004 1:40 PM > To: Asterisk Users Mailing List - Non-Commercial 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 voicemai

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'

[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 so