Displaying 20 results from an estimated 120 matches similar to: "1.6.2 beta 1 crash"
2007 Sep 26
4
Asterisk realtime error
Hi! I am proving Asterisk 1.2.24 in realtime with MySQL 5.0.27 using Idefisk
softphones. I followed the steps of "how to" of voip-org but always have
this error:
Sep 25 20:29:07 WARNING[12000]: res_config_mysql.c:360 update_mysql: MySQL
RealTime: Failed to query database. Check debug for more info.
Sep 25 20:29:07 WARNING[12000]: res_config_mysql.c:360 update_mysql: MySQL
RealTime:
2008 Jun 17
2
Problem with realtime?
I get that a lot since moving to 1.4.21 (from 1.4.18 or something).
[Jun 17 09:19:54] WARNING[22053]: res_config_mysql.c:360 update_mysql: MySQL
RealTime: Failed to query database. Check debug for more info.
Question 1: what debug file should I be looking at?
Mick
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Feb 20
1
real time connection failed
Dear Sir,
Kindly note that I'm getting the following error when trying to register on
asterisk server:
[Feb 20 17:12:32] WARNING[2865]: res_config_mysql.c:358 update_mysql: MySQL
RealTime: Failed to query database. Check debug for more info.
I can connect to the database using the username and password defined inside
res_mysql.conf but still getting the issue
Regards
-------------- next
2011 May 18
1
asterisk18 - realtime/mysql - take 3
Still a couple of questions......
I did configure extconfig.conf
...
;iaxusers => odbc,asterisk
;iaxpeers => odbc,asterisk
;sipusers => odbc,asterisk
sipusers => mysql,asterisk,sip_devices
sippeers => mysql,asterisk,sip_devices
;sippeers => odbc,asterisk
;sipregs => odbc,asterisk
;voicemail => odbc,asterisk
;extensions => odbc,asterisk
;meetme => mysql,general
2008 Apr 04
1
Friday April 4th @ 12 Noon EDT: VoIP Users Conference (Asterisk!)
Yes, we mostly talk about asterisk, hardware, software, phones,
people, events and things asterisk-related. Asterisk is a registered
trademark of Digium. Asterix is a registered trademark of Ren?
Goscinny. We never discuss that, though.
Here's the short URL for sending out to others that might be
interested: http://x2z.eu
It lands here: http://www.VoipUsersConference.org
Once again, I
2011 May 19
2
[Fwd: FW: realtime mysql - p4]
Ok, i tried the suggestion:
Instead of:
sippuser => resource, database_name, table_name
sippeer => resource, database_name, table_name
I put in:
sippuser => resource, context, table_name
sippeer => resource, context, table_name
Unfortunately, with the same results.
btw i tried both "general" as "default"
Besids the commands i tried below, isn't there any
2007 Jan 10
0
Festival Problems
Hello,
Hopefully I'm posting to the correct list, but if not, please shun me ;).
I'm running Asterisk 1.4, with Festival 1.4.1. I've got a test extension setup, Festival configured and for some reason, when I dial that extension I get this:
[Jan 10 17:16:05] WARNING[9082]: app_festival.c:511 festival_exec: Festival returned ER
See the full debug below:
[Jan 10 17:16:05]
2005 Jul 08
1
Help needed - Zap Transfer Failing...
Hi.
I have the following line in the default context of all my internal
extensions:
exten => 9876,1,Transfer(125)
When I dial extension 9876 from any sip phone, * dutifully transferrs it to
extension 125, which is just what I want.
Unfortunately when I dial 9786 from my Zap connected analogue phone, the
transfer doesn't go through and the dialplan drops through to a hangup.
debug
2006 Dec 15
1
What's up with DATETIME and TIMESTAMP in Asterisk 1.4beta3 ?
Hello,
In Asterisk 1.4 beta 3, the UPGRADE.txt file says:
Variables:
* The builtin variables ${CALLERID}, ${CALLERIDNAME}, ${CALLERIDNUM},
${CALLERANI}, ${DNID}, ${RDNIS}, ${DATETIME}, ${TIMESTAMP},
${ACCOUNTCODE},
and ${LANGUAGE} have all been deprecated in favor of their related
dialplan
functions. You are encouraged to move towards the associated dialplan
function, as these
2008 Jan 31
0
Realtime device update weirdness
Hello,
We use Asterisk Realtime for our billing software. 200+ installations of Asterisk with Realtime, but I see this for the first time.
Asterisk 1.4.17, Addons 1.4.5, No patches, no NAT - just plain simple installation.
With debug I can see:
[Jan 30 22:38:21] DEBUG[27885]: res_config_mysql.c:662 mysql_reconnect: MySQL RealTime: Everything is fine.
[Jan 30 22:38:21] DEBUG[27885]:
2006 May 05
5
Code parsing error?
This code executes just fine, and leaves the SIP peer's mailbox setting from sip.conf in variable target.
exten => 1,1,Set(target=${CHANNEL:4}-)
exten => 1,n,Set(target=${SIPPEER(${CUT(target,,1)}:mailbox})
exten => 1,n,VoiceMailMain(${target})
However, every time it runs I get an error in the CLI as follows
WARNING[5629]: pbx.c:1366 ast_func_read: Can't
2007 Sep 26
0
asterisk-users Digest, Vol 38, Issue 83
Hi! I am proving Asterisk 1.2.24 in realtime with MySQL 5.0.27 using Idefisk
softphones. I followed the steps of "how to" of voip-org but always have
this error:
Sep 25 20:29:07 WARNING[12000]: res_config_mysql.c:360 update_mysql: MySQL
RealTime: Failed to query database. Check debug for more info.
Sep 25 20:29:07 WARNING[12000]: res_config_mysql.c:360 update_mysql: MySQL
RealTime:
2010 Nov 23
2
Function SIP_Header not registered
Hello,
I'm trying to use SIP_HEADER function on my dialplan but I receive this
message (on the console):
pbx.c:3367 ast_func_read: Function SIP_Header not registered
Why?
Thank's
- Bakko
2006 Nov 30
1
2nd attempt - Return code - How to?
Can anyone give me some insight on this? If I am not making myself clear
please let me know.
At voip-info.org they show the following example....
exten => s,1,Set(foo=${STAT(s,/var/t3)})
which I guess is suppose to work and make foo = size of t3
I did the following....
exten => 542,1,Set(s1=${STAT(e,"/var/lib/asterisk/t1")})
which should set s1 = 1 if the file exists and 0
2007 Aug 08
1
Using CURL
Hi,
Here is my first step (call it a proof of concept) in using the "hint"
priority with dynamic values.
Background - this works
exten => 12345,hint,SIP/12345-1
To make this a little dynamic, I used a web page to return to me the value
of the sip registration. In other words, http://www.somepage.com/test.html
returns the following (without quotes): "SIP/12345-1"
I
2006 Jan 12
0
Configuration of SIP Mysql peers.
Hi all,
I have configured Asterisk using Mysql database. The peers that
I have mentioned in the database are successfully registered to
Asterisk, But I am getting a warning stating "Mysql realtime: Failed to
query the database" Below I am pasting error. Could anybody please let
me know what's the cause for this warning....
*CLI> -- Registered SIP 'bharat'
2007 Jan 15
0
Asterisk Realtime and MD5 authentication
Hi,
I've troubles with setting up Asterisk Realtime and MD5 authentication.
With clear text passwords everything is working fine.
-- Registered SIP 'edwin' at 10.0.0.37 port 5060 expires 600
-- Saved useragent "Cisco-CP7940G/8.0" for peer edwin
[2007-01-15 10:18:12] DEBUG[28528]: res_config_mysql.c:651 mysql_reconnect:
MySQL RealTime: Everything is fine.
2005 Jul 22
1
Problem with Zaptel FXO..
Hi all, i've installed AMP and Asterisk following the INSTALL file and i have
a problem with the TDM04B with 4 FXO:
[root@srvoip ~]# ztcfg -vv
Zaptel Configuration
======================
Channel map:
Channel 01: FXO Kewlstart (Default) (Slaves: 01)
Channel 02: FXO Kewlstart (Default) (Slaves: 02)
Channel 03: FXO Kewlstart (Default) (Slaves: 03)
Channel 04: FXO Kewlstart (Default)
2014 Jul 20
1
Lots of NMBD zombie processes
Hello,
I am running a Samba 4 DC, recently upgraded to the latest version and I
have just installed a member server to run as a File Server (Samba 4.1.9).
While it seems to be working properly, we are getting a lot of zombie nmbd
processes on the member server, running the command *pidof nmbd* results in:
*[root at BHFS01 etc]# pidof nmbd*
*12861 12644 12404 12236 12071 11885 11720 11553 11388
2008 Oct 31
0
No audio after transferring to voicemail
Hello All,
I'm having an issue where asterisk doesn't hear any audio after transferring to voicemail. Here is the dial plan and console output.
DIAL PLAN
[voicepulse-in]
exten => _14259491337,1,NoOp(Incoming call from VoicePulse)
exten => _14259491337,2,Ringing
exten => _14259491337,3,Wait(1)
exten => _14259491337,4,Dial(SIP/1337,20)
exten => _14259491337,5,VoiceMail(1337)