Re: [asterisk-users] Only call me once

2007-12-03 Thread Paul Hales

On Sat, 2007-12-01 at 10:22 -0700, Anthony Francis wrote:
 [EMAIL PROTECTED] wrote:
  Anyone have an idea how to implement a phone number that can only be
  called once? The first time it will process normally and any
  subsequent calls will be rejected.
 
  ___
  --Bandwidth and Colocation Provided by http://www.api-digital.com--
 
  asterisk-users mailing list
  To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users

 Yup store the number in DB if its new, if it's already in db reject. 
 This is an incredibly simple thing to do, you can even just use the 
 Asterisk internal DB for simplicity.
 

This is definitely something the Asterisk internetal DB would be great
for  - something like set(DB(call/${EXTEN}=1)

PaulH


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Only call me once

2007-12-01 Thread Joanna Liza Mariazeta
Do you mean only once per day?

On Dec 1, 2007 7:47 AM, Alex Balashov [EMAIL PROTECTED] wrote:


 Store a value indicating it has been called as a unique key in AstDB, and
 set your dial plan to check for it.

 On Fri, 30 Nov 2007, [EMAIL PROTECTED] wrote:

  Anyone have an idea how to implement a phone number that can only be
  called once? The first time it will process normally and any
  subsequent calls will be rejected.
 
  ___
  --Bandwidth and Colocation Provided by http://www.api-digital.com--
 
  asterisk-users mailing list
  To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 

 --
 Alex Balashov
 Evariste Systems
 Web: http://www.evaristesys.com/
 Tel: +1-678-954-0670
 Direct : +1-678-954-0671

 ___
 --Bandwidth and Colocation Provided by http://www.api-digital.com--

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Only call me once

2007-12-01 Thread Anthony Francis
[EMAIL PROTECTED] wrote:
 Anyone have an idea how to implement a phone number that can only be
 called once? The first time it will process normally and any
 subsequent calls will be rejected.

 ___
 --Bandwidth and Colocation Provided by http://www.api-digital.com--

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
   
Yup store the number in DB if its new, if it's already in db reject. 
This is an incredibly simple thing to do, you can even just use the 
Asterisk internal DB for simplicity.

Anthony

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Only call me once

2007-12-01 Thread Adam Moffett

 [EMAIL PROTECTED] wrote:
   
 Anyone have an idea how to implement a phone number that can only be
 called once? The first time it will process normally and any
 subsequent calls will be rejected.

 ___
 --Bandwidth and Colocation Provided by http://www.api-digital.com--

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
   
 
 Yup store the number in DB if its new, if it's already in db reject. 
 This is an incredibly simple thing to do, you can even just use the 
 Asterisk internal DB for simplicity.

 Anthony
   
Yeah fairly easy, but why would you want to?  Is this part of a 
verification process like throwaway URL's that get emailed to me when I 
sign up at a web site?

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] Only call me once

2007-11-30 Thread [EMAIL PROTECTED]
Anyone have an idea how to implement a phone number that can only be
called once? The first time it will process normally and any
subsequent calls will be rejected.

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Only call me once

2007-11-30 Thread Alex Balashov

Store a value indicating it has been called as a unique key in AstDB, and 
set your dial plan to check for it.

On Fri, 30 Nov 2007, [EMAIL PROTECTED] wrote:

 Anyone have an idea how to implement a phone number that can only be
 called once? The first time it will process normally and any
 subsequent calls will be rejected.

 ___
 --Bandwidth and Colocation Provided by http://www.api-digital.com--

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


--
Alex Balashov
Evariste Systems
Web: http://www.evaristesys.com/
Tel: +1-678-954-0670
Direct : +1-678-954-0671

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users