Displaying 6 results from an estimated 6 matches for "rate_engin".
Did you mean:
rate_engine
2004 Jul 28
1
rate-engine loading error
Hi all,
I compiled rate-engine version rate-engine-0.5.2 with Asterisk
CVS-HEAD-07/14/04-18:25:12 with some warnings. When I load the asterisk in
debug mode, I got an error:
[rate_engine.so]Jul 29 13:51:19 WARNING[1024]: loader.c:242
ast_load_resource: /usr/lib/asterisk/modules/rate_engine.so: undefined
symbol: ast_channel_walk
Jul 29 13:51:19 WARNING[1024]: loader.c:423 load_modules: Loading module
rate_engine.so failed!
--- the compile warnings ---
cc -O3 -W -Wall -Wmissing-pro...
2004 Jul 28
2
Rate Engine Compile Error
...pile Rate Engine? The least cost routing module for
Asterisk?
Thanks in advance.
-----------------
[root@dev rate-engine]# make
cc -O3 -W -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -g -fno-in
line-functions -D_REENTRANT -I/usr/include/pcre -DWITH_MYSQL -I/usr/include/
mysql -c -o rate_engine.o rate_engine.c
rate_engine.c:60: error:
`__use_AST_MUTEX_DEFINE_STATIC_rather_than_AST_MUTEX_INITIALIZER__'
undeclared here (not in a function)
rate_engine.c: In function `cdr_ratecall':
rate_engine.c:450: warning: implicit declaration of function
`ast_channel_walk'
rate_engine.c:450:...
2004 Sep 09
0
rate_engine substitue db field?
...CR package?
There is a field in the egress table labeled substitue. Placing a $1 there
results in the correct dial extension being passed. However how is this
field used to substitute replacement dial extensions... in other words as
an example, lets say my EXTEN as passed to and back from the rate_engine is
01144123456789 and I want to have a route in the table which just leaves
that be (so I just use $1), but I also have a route that I want to use, but
I need to strip off the 011. In an asterisk dial plan I would use
$1:3. What is the regexp format to use in the substitute field. I can'...
2005 Jun 01
1
rxfax problems - cont.
...to execute '/var/lib/asterisk/scripts/mailfax "*1076" "*1078" "" ""
"/var/spool/asterisk/fax/*1078/asterisk-419-1117663820.32" ""'
== Spawn extension (fax, h, 1) exited non-zero on 'Zap/10-1'
Jun 2 00:10:41 DEBUG[445]: rate_engine.c:708 poster_worker: Rating Engine
poster thread processing
Jun 2 00:10:41 DEBUG[445]: rate_engine.c:770 poster_worker: Attempting to
write queue entry to database
Jun 2 00:10:41 DEBUG[16900]: chan_zap.c:2164 zt_hangup: Hangup: channel: 10
index = 0, normal = 28, callwait = -1, thirdcall = -1...
2004 Oct 13
3
Least Cost Routing
Anyone using the rate_engine from TrollPhone? There is absolutly no
documentation on how to setup data in the tables. If someone could send
sample data, or post it to the wiki, it would be helpful.
If any others are successfully using another Least Cost Routing method,
please pass it along.
THanks,
Matthew
2005 Oct 11
2
IAX or IAX2 ?
...ad=yes
noload => pbx_gtkconsole.so
noload => pbx_kdeconsole.so
noload => app_intercom.so
noload => chan_modem.so
noload => chan_modem_aopen.so
noload => chan_modem_i4l.so
noload => chan_modem_bestdata.so
noload => chan_alsa.so
noload => chan_oss.so
noload => rate_engine.so
nolo ad => chan_zap.so
load => res_features.so
load => res_musiconhold.so
load => chan_capi.so
load => chan_sip.so
load => chan_iax2.so
[global]
chan_capi.so=yes
Does Asterisk automatically use IAX, but IAX2 only when it is loaded via
modules.conf?
Google doesn...