Displaying 20 results from an estimated 700 matches similar to: "DBPut and DBGet performance"
2005 May 15
1
Old DBGet/DBPut vs. new Set(var=${DB(...
Hello
I upgraded to CVS head yesterday (due to the lack of zaptel drivers
working with 2.6.10)
And noticed that now DBGet and DBPut have been deprecated in favour
of the new Set/DB one.
In the UPGRADING.txt in Asterisk it says:
* The applications DBGet and DBPut have been deprecated in favor of
functions. Here is a table of their replacements:
DBGet(foo=family/key)
2003 May 08
3
DBget and DBput in extensions.conf
Where can I learn the syntax for DBput and DBget?
is it working with MySQL? do I need to set up tables?
URiel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030508/a2598dc8/attachment.htm
2003 Sep 06
6
What is the best IP phone?
hi,
Can anybody suggest me a good, reliable, robust, SIP supported hardware IP phone?
Surajee
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030906/ed1d46cf/attachment.htm
2003 Sep 07
2
Call Time out Problem-Very Urgent!
hi,
I have a problem in call time out,
An ISDN PRI E1 from PSTN and another ISDN PRI E1 from a
Nortel PBX is conneted to my server.
But when i do a Dialout(from both E1s)the calls do not timeout.
For ex.
Dial(Zap/g4/123456|20|t)
suppose other side is ringing and is not answering.
even after 20 seconds, call doesn't get timeout
pls gv me a solutions..
its really urgent..
Surajee
2003 Jul 08
0
dbget & dbput
Hi,
do i need some other software than asterisk to use database commands -
dbput and dbget in asterisk ?
regards
Marian
--
SUNTEQ s. r. o.
Hviezdoslavova 9 # Prievidza # 971 04 # Slovak republic
Tel: +421-46-5430 754 # Fax: +421-46-5439 144
http://www.sunteq.sk/
------------------------------------------------------------
A mind is like a parachute... it only works when it's open.
2003 Jun 01
6
Call Transfer Problem
hi All,
We are working on Soft-PBX using Asterisk. This relates to CALL TRANSFERRING aspects of Asterisk.
We were able to do one type of call transfering, ie, the called person can transfer the original call to another person.
but we were unable to do the other, that is, call initiator him/her self couldn't transfer the call. Eventhough the documentation for Dial application intructs to
2007 Mar 12
1
AMI - DBPut
I'm using AMI on Asterisk 1.2.15 and I'm having problems with DBPut action.
If I execute this:
Action: DBPut
Family: checkin
Key: 316
Val: yes
Response: Error
Message: Missing action in request
I don't put anything in Asterisk DB.
If I execute this:
Action: DBPut
Family: <checkin>
Key: <316>
Val: <yes>
Response: Success
Message: Updated database successfully
2003 Dec 20
2
BYEXTENSION and DBPut
Hey I need another pair of eyes on this!
I would like to add phones numbers to the blacklist from any handset so I
did this:
exten => _*66XXXXXXXXXX,1,StripMSD,3
exten => _XXXXXXXXXX,2,DBPut,blacklist/BYEXTENSION/1
exten => _XXXXXXXXXX,3,Hangup
However what I get in the database is:
/blacklist/BYEXTENSION : 1
And BYEXTENSION is not replaced with the actual number
2003 May 19
1
Wildcard E100P and E400P
hi All,
quit new to asterisk,
can anybody tell me whether Wildcard E400P and Wildcard E100P support R2 CAS protocol.
if they do, what is the value, i should set to 'signalling' parameter in the zapata.conf file?
Surajee
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2003 May 30
1
A Major Problem!
hi,
we are experiecing the following probem, if anybody have come across such a problem or a solution to this please let us know.
our set up is, an Asterisk server equipped with, 4 port station interface card ,single port fxo card and several soft sip phones
we have found problems with the following scenarios,
outside caller (calling through fxo interface) <------------------------------>
2005 Jul 13
1
DBput from the web?
Does anybody has a php code for using DBput (DBget, DBdel) from a web
interface, which database is used for astrisk?
bye
Ronald
2003 May 20
2
Using Arrays
hi,
can we have arrays in contexts?
i tried like this, but didn't work :-(
declaration
myarray[0]=192.168.3.4
myarray[1]=192.168.3.1
usage
myvalue = ${myarray[${myval}]}
pls tell a way to do this
Thanx a lot
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030521/f8b61c89/attachment.htm
2009 Apr 17
1
how to call forward on 1.6
Hello,
I want to enable call forwarding for asterisk 1.6.0.6
I couldnt seen any config or option on gui or extensions.conf about it.
I found some dialing plans to enable it on web as follows:
[apps]
; Unconditional Call Forward
exten => _*21*X.,1,DBput(CFIM/${CALLERIDNUM}=${EXTEN:4})
exten => _*21*X.,2,Hangup
exten => #21#,1,DBdel(CFIM/${CALLERIDNUM})
exten => #21#,2,Hangup
;
2005 Jun 02
1
Newbie :Call Forwarding problem
Dear All,
I was trying to enable call forwarding, following the steps of the link
on voip.org regarding this issue it doesn't work and the phone I am
trying to implement on is still ringing. below is my conf in
extensions.conf and the CLI output during the process.
My configuration is :
exten => _*5X.,1,DBput(CF/${CALLERIDNUM}=${EXTEN:2})
exten => _*5X.,2,Hangup
exten =>
2003 May 23
2
Codec problems
hi,
hi we have G729 codec from Digium, without the G729 codec, we can do the hash transfers to other sip phones fine. but once we are using the G729 codec, the asterisk is not responding to hash transfer, ie, when we press "#" it does not detect it and says "transfer..",
is this a problem with G729 codec?
(for testing purposes we have bought licenses for 2 chs)
this also
2003 Jul 28
1
Call Forwarding and DND conf
I have put together this call forwarding and dnd config:
I'm sure it can be dome with macro's but I couldn't figure that out...
anyone care to input.
74 Turns DND on my phone will not ring, drops caller to voicemail...
73 Turns DND off
72+ext forward your extension to another extension and voicemail is left
at the forwarded extension.
71 turns off call forwarding.
; dnd Could
2006 Mar 03
2
Does an entry in AstDB stay after reboot?
I set up a call forwarding script in extensions.conf which uses the
AstDB but I'm wondering if I reboot the server, will the entry in
AstDB still reside?
What the script does is when a call comes in, it check to see if there
is a null value or a call forward number. If null, it will call the
local office connections. If there is a number, it calls that. Now I
just need to know if I reboot
2004 Jun 22
6
*69
Hello,
I've managed to build in the "last number repeat" outlined at
http://www.voip-info.org/wiki-Asterisk+last+number+repeat to call back
the last person _I_ called from a particular phone, and now I'd like to
try to do something similar for the common *69 -- call back the last
number that called me. I assume I'll do part of this in my standard
extension macro --
2006 Jan 23
2
Fw: setting outgoing caller ID by the queue an extension is logged into
Greetings fellow list members,
I am trying to add some tricky functionality to Asterisk dialplan and I
was curious if anyone else has come up with a solution to something like
this.
Basically I have phone representatives that log into one of several
queues (not using chan Agent, we log in by the extension), and
frequently these agents have to make attended transfer calls to outside
numbers.
2011 Aug 01
1
Problems with AMI connections (Asterisk 1.8.3.2)
Hi guys, I hope you could help me.
I am trying to get connected through AMI but something is not working. Both
php code and manager.conf were working well in asterisk 1.4
1. Sometimes it gets connected and sometimes it doesn't:
== Connect attempt from '192.168.25.241' unable to authenticate
== Connect attempt from '192.168.25.241' unable to authenticate
== Manager