Re: [asterisk-users] DB_DELETE

2014-08-10 Thread Matthew Jordan
On Sat, Aug 9, 2014 at 6:14 PM, Joseph Towery wrote: > Thanks so much. I should have figured that one out, but references online > didn't show the Set command. Spent 2 hours I will never get back. > Which online references? If it is on the Asterisk wiki, we'll try to get the documentation fixe

Re: [asterisk-users] DB_DELETE

2014-08-09 Thread Joseph Towery
Thanks so much.  I should have figured that one out, but references online didn't show the Set command.  Spent 2 hours I will never get back.   On Saturday, August 9, 2014 7:04 PM, Richard Mudgett wrote: On Sat, Aug 9, 2014 at 5:08 PM, Joseph Towery wrote: Hello, > > >I have Asteris

Re: [asterisk-users] DB_DELETE

2014-08-09 Thread Richard Mudgett
On Sat, Aug 9, 2014 at 5:08 PM, Joseph Towery wrote: > Hello, > > I have Asterisk version: Asterisk SVN-branch-11-r420435 > > I have the following code: > > exten => 303,1,NoOp(Dialing ${EXTEN}) > same => n,NoOp(DBKey = ${DBKey}) > same => n,DB_DELETE(office/${DBKey}) > sa

[asterisk-users] DB_DELETE

2014-08-09 Thread Joseph Towery
Hello, I have Asterisk version: Asterisk SVN-branch-11-r420435 I have the following code: exten => 303,1,NoOp(Dialing ${EXTEN})         same => n,NoOp(DBKey = ${DBKey})         same => n,DB_DELETE(office/${DBKey})           same => n,Playback(auth-thankyou)         same => n,Hangup() And I get

Re: [asterisk-users] DB_DELETE Function in 1.4

2007-01-23 Thread Alvin Austin
Jeremiah Millay wrote: Does anyone know what application I should place this function in? For example with the DB function I currently do something like this to add an entry to the asterisk database: exten => s,n,Set(DB(AGENT/${MACRO_EXTEN:1})=${CALLERID(num)}) To delete the entries I do some

[asterisk-users] DB_DELETE Function in 1.4

2007-01-23 Thread Jeremiah Millay
Does anyone know what application I should place this function in? For example with the DB function I currently do something like this to add an entry to the asterisk database: exten => s,n,Set(DB(AGENT/${MACRO_EXTEN:1})=${CALLERID(num)}) To delete the entries I do something like this: exten