Re: [Asterisk-Users] re: another database question

2005-07-04 Thread Ferdy Riphagen
Yair, When you have an older version you can try to use DBput/DBget (if still working, because set will replace it in CVS) Set(DB(CFIM/${CALLERIDNUM})=u${CALLERIDNUM}) will be; DBput(CFIM/${CALLERIDNUM}=u${CALLERIDNUM}) Set(CFIM=${DB(CFIM/${ARG1})}) will be; DBGet(${DB(CFIM/${ARG1})

Re: [Asterisk-Users] re: another database question

2005-07-04 Thread Yair Hakak
hi ferdy, again, thanks for all your help. I will try this and report back. as for your questions: 1. my version is from stable, Asterisk CVS-v1-0-01/22/05-12:27:04 2. the line used that gets this database result is: exten = 154,2,DBPut(DB(CFIM/${CALLERIDNUM})=${CALLERIDNUM}) which is, of

[Asterisk-Users] re: another database question

2005-07-03 Thread Yair Hakak
Hi list, another question for you all, and i apologize in advance if it is basic, the syntax is making me crazy and the documentation is no help: when i do database show in the console, i get the following: /DB(CFIM/999) : 999 and when i run the following