Displaying 13 results from an estimated 13 matches for "jsgoecke".
2005 Jan 26
2
Issue with res_config_mysql.so in latest CVS
Hello,
I just checked out the latest CVS and compiled and now
get the following error:
[res_config_mysql.so] => (MySQL RealTime
Configuration Driver)
Jan 26 13:03:51 WARNING[27081]: config_old.c:27
ast_load: ast_load is deprecated, use ast_config_load
instead!
== Parsing '/etc/asterisk/res_mysql.conf': Found
Jan 26 13:03:51 WARNING[27081]: res_config_mysql.c:561
parse_config: MySQL
2005 Jan 10
3
Request to schedule in the past?!?!
Hello,
Ever since I started using Asterisk I always get this
error:
Jan 10 15:39:26 NOTICE[4501]: res_musiconhold.c:463
monmp3thread: Request to schedule in the past?!?!
I have a dedicated system system that really runs only
Asterisk:
- Pentium III 500Mhz
- 128MB of RAM
- 10GB of Disk Space
- SuSE v9.2
- MySQL
- Apache (only for use with Asterisk)
- NTP client for clock synch
There is no X
2006 Feb 01
1
RAGI Gem - Running an additional server thread
I have RoR running and have configured RAGI (per the new tutorial
provided at ETel http://www.snapvine.com/code/ragi) but I get this:
---
user# script/server
=> Booting WEBrick...
[2006-01-30 14:20:25] INFO RAGI::CallServer: default-handler= port=4573
[2006-01-30 14:20:25] INFO WEBrick 1.3.1
[2006-01-30 14:20:25] INFO ruby 1.8.2 (2004-12-25) [i586-linux]
[2006-01-30 14:20:25] WARN TCPServer
2004 Dec 12
3
Problems getting Asterisk Realtime to work
I have installed the CVS Head as of 12/12/04, as well
as the asterisk-addons to ensure that
/usr/lib/asterisk/modules/res_config_mysql.so exists.
I have configured the following (after building a new
DB with the appropriate SQL examples, with mods to
drop the invalid keys, on the Wiki):
- /etc/asterisk/res_mysql.conf
[general]
dbhost = 127.0.0.1
dbname = my_db
dbuser = my_uname
dbpass =
2004 Dec 13
0
Issues getting Asterisk Realtime configured and operational
I have installed the CVS Head as of 12/12/04, as well
as the asterisk-addons to ensure that
/usr/lib/asterisk/modules/res_config_mysql.so exists.
I have configured the following (after building a new
DB with the appropriate SQL examples, with mods to
drop the invalid keys, on the Wiki):
- /etc/asterisk/res_mysql.conf
[general]
dbhost = 127.0.0.1
dbname = my_db
dbuser = my_uname
dbpass =
2004 Dec 14
1
Asterisk Realtime IAX - Adding fields
qualify= and mailbox= do not work with the realtime
configuration engine. It doesn't matter if you specify
them in the database, the thread that handles them
will never look at the peers you have defined in the
database, only the ones defined in iax.conf.
---------------------------
Thank you. Will this be a permanent situation, or be
resolved in future releases?
=====
Jason Goecke
2004 Dec 16
0
Automated callback with .call file
Hello,
I am attempting to write a script to launch a callback
based on a dial-in service. I have created this call
file:
---------------------------
channel: IAX2/user@voipjet/011_valid_number
maxretries: 3
retrytime: 5
waittime: 5
context: dialtone
extension: 912125551212
priority: 1
---------------------------
Where I first attempt to dial the callback user
(channel) and then connect the
2004 Dec 17
0
Latest head giving app_queue.c:340 error
Hello,
After upgrading to the latest development CVS Head, I
am now getting regular errors as follows:
Dec 17 17:07:30 WARNING[8092]: app_queue.c:340
changethread: Can't change device with no technology!
Also, my ability to answer calls with XTen Pro
softphone seems to be a bit flaky now. Any ideas?
=====
Jason Goecke
www.goecke.net
Ph: +31.707.504.634
Mb: +31.707.504.634
Fx:
2005 Jan 09
0
Using Goto with Asterisk Realtime configuration
I am using a combo of static files and Asterisk
Realtime configuration. This section works fine when a
static file:
---------------------------
[from_pstn]
;Voipgate
exten => 4507,1,Goto(from_pstn,s,1)
exten => s,1,Macro(dial-ext)
exten => s,2,Hangup
---------------------------
But, when I drop it in the database and try it in
Realtime mode I get this error:
---------------------------
2005 Jan 11
0
Asterisk Segmentation Fault - layer3.c/mpg123
Hello,
I recently switched from using mpg123 to using the
built-in format_mp3 for MusicOnHold. After playing a
song (which I adapted as perscribed to 8Khz/mono mp3
with lame) for about 30 seconds, I get static in the
earpiece and then:
Jan 11 08:59:08 WARNING[11039]: layer3.c:966
III_dequantize_sample: mpg123: Can't rewind stream by
10 bits!
Segmentation fault
I am testing with another mp3
2005 Jan 18
0
Issue using IAX2 as end-point (IAXComm)
Hello,
I am attempting to use IAXComm as an end-point for my
Asterisk instance. I have setup an entry in MySQL
(using RealTime configuration) and am able to dial-out
with no problem, although I notice this notice on the
console of Asterisk:
Jan 18 21:01:53 NOTICE[22491]: chan_iax2.c:4307
register_verify: No registration for peer '10000'
(from 27.21.26.2)
I then issue this Dial cmd:
2004 Dec 14
2
Asterisk Realtime IAX - Adding fields for database table
Hello,
Right now there is not a table build script at:
http://www.voip-info.org/wiki-Asterisk+RealTime+IAX
Therefore I have taken the SIP build script and added
a few fields that I use from my iax.conf (could be
more out there, please see the complete build script
below):
`dbsecret` varchar(100) default '',
`notransfer` varchar(100) default '',
`inkeys` varchar(100)
2005 Feb 16
2
Monitor does not like variable subsitutions
Hello,
I have been attempting to get the Monitor function to
accept a loal variable substitution in order to use
the same filename later in the same context. Monitor
does not appear to like it, as it attempts to use
wav|filename as the recording type, as opposed to just
wav.
Here is what I get if I just supply a filename
directly (it works fine):
--context-----------------------------
exten