similar to: REALTIME application vs RealTime function

Displaying 20 results from an estimated 5000 matches similar to: "REALTIME application vs RealTime function"

2007 Aug 13
0
about REALTIME application
Hi all, In version 1.2, there is a realtime function and it is very easy to use with prefix. exten => s,1,RealTime(table|name|peter|user_) and we can easy get back the value as user_name, user_id, etc. However, I found the the function will be depreciated in 1.4. There is a replacement using application REALTIME. I found that it is very troublesome to use it. ---------from web site---------
2008 Oct 08
1
make func_realtime work like app_realtime (1.6)
Yell at me if you will, but I hate func_realtime - it's not very usable nor is it change-friendly (update your database and your dialplan completely breaks). I'm getting a new 1.6 box built out and working, and wanted to emulate the functionality of APP_realtime somehow, so I started digging around in the func_realtime source - here's what I came up with: For 1.6.0, look at line 86
2009 Aug 13
1
RealTime in dialplan - proper way?
Hello, So much keeps changing with the dialplan and Realtime lookups. Just downloaded the latest stable 1.6.1.2. The app_realtime, which was perfectly brilliant and did exactly what I needed, is gone; replaced with func_realtime. The REALTIME function is unacceptable: ; Get the conference number from the user exten => s,n(readconfno),Read(USER_CONFNO,conf-getconfno,0,3,20) ; See if
2008 May 05
3
simple realtime question
HI, Does asterisk will ignore the setting in files if realtime is applied, say asterisk will ignore all the setting in sip.conf if realtime table sip_buddies is applied? ango
2008 Feb 01
1
realtime warning
Hi, The server log shows the following message. [Jan 29 04:59:02] WARNING[1896] config.c: Realtime mapping for 'sippeers' found to engine 'mysql', but the engine is not available Does it mean the server failed to file the mysql server? I have installed mysql and both asterisk and mysql are located in the same server. What do the message mean? It seems the message will cause
2007 Sep 22
1
prepaid application recommendation
Hi all, I am looking for a prepaid application. I found that there are many applications in the page http://www.voip-info.org/wiki/view/Asterisk+Prepaid+Applications. Anyone recommendation among them? ango
2008 Jan 16
3
volume problem
Hi all, I have a TDM400 with all FXO on it. When I make an outgoing call, I can hear callee but callee claims the volume is too low so that he/she can't hear very clear. Can I adjust to increase the volume in callee side? Is it increase the value of txgain can solve the problem? ango
2009 Feb 24
7
multiple asterisks in a server
Hi all, Is it possible to install more than 1 asterisk in a single server? If yes, what do I need to set and take care? Rgds, ango
2009 May 29
2
regarding to field of accountcode
Hi, I use realtime and I found that changing accountcode needed to restart asterisk to activate that code and shown in CDR. Does it has a way to update accountcode without restart asterisk? ango
2004 Dec 23
0
Registration Failure Directly related to realtime
Apparently, the realtime system in asterisk is faulty. Implementing realtime, begins a host of seeding messages along with registration messages visible at the CLI prompt. This is not the case with .conf file configuration Unfortunately, it is not clear where the bug originates but is shows it's head while calling the register_verify function, (which there are 2 one in chan_sip.c and one in
2009 Jan 15
1
call transfer in CDR
Hi, I wonder how I can relate the CDR records for the case of call transfer. I can't find their relationship in CDR. Any can advice? ango
2007 Oct 25
3
Realtime on Asterisk 1.2.24
Does realtime work reliably on Asterisk 1.2.24? Are there any definitive guides, I can only find bits and pieces here and there. Any accurate howtos would be of great help. I am missing func_realtime.so. Where does this file come from? Asterisk or asterisk-addons? I saw in one of the howtos that it is needed. Is it needed for 1.2.X or 1.4.X. Also, what about the switch lines in the
2008 Sep 16
1
lan driver for intel dg43nb
Hi, I have an intel mother board dg43b (http://support.intel.com/Products/Desktop/Motherboards/DG43NB/DG43NB-overview.htm) which have an on board lan interface. In default, it can't be activated after CentOS5.2 installed. I can't find any driver or information about how to activate this interface. Can anyone tell me how to work it out? Thanks, ango
2007 Feb 22
2
fax support
Hi all, I have read many forums and discussion groups talking about fax support in asterisk. Some of them conclude that asterisk doesn't support fax. However, some of them conclude that there is no relationship between fax and asterisk as asterisk will only pass the fax signal to the fax machine. I have tried the fax in asterisk before but failed. Anyone can give me some guideline how to
2008 Feb 13
6
restart asterisk daily
Hi all, I found that there will be a memory leak if asterisk running day by day without restart. Is it good to restart asterisk service daily? What is the better way to restart it daily like apache? ango
2007 Feb 22
0
Application RealTime
Hi, We can use RealTime to query the database with one criteria. How about if I want to query with 2 or more criteria? ango
2007 Apr 19
1
Failed to authenticate on INVITE
hi, I have 2 asterisks with the following configuration. asterisk server 1 (S1) has an user 9002 asterisk server 2 (S2) has an user 9003 Both users can make call to each other without problem. Now I add both users to both servers, i.e. asterisk server 1 (S1) has users 9002,9003 asterisk server 2 (S2) has users 9002,9003 When 9002 dials 9003, Dial(SIP/9003@S2) or visa versa. Both processes
2008 Mar 13
1
asterisk out of service
Hi all, I got the following message in the log yesterday. After that, no more in/out bound call can be made. What is the meaning of the message? ango [Mar 12 09:26:17] ERROR[29565] chan_sip.c: We could NOT get the channel lock for SIP/2367-d8062fb0! [Mar 12 09:26:17] ERROR[29565] chan_sip.c: SIP transaction failed: 5999e928603c878945d3e7811d2393e8 at 210.14.27.50 [Mar 12 09:33:15] ERROR[29565]
2009 Mar 28
2
hum noise
HI, We are experiencing the hum noise when the conversion of 2 parties is established. How can we eliminate that noise? ango
2009 Apr 27
1
music on hold using mms
Hi, I follow the web,http://www.voip-info.org/wiki/view/Asterisk+config+musiconhold.conf - mohstream.sh , to configure music on hold to play using mms but failed. Anyone can play using mms? ango