Displaying 20 results from an estimated 1400 matches similar to: "asterisk dies no calls in or out"
2004 Dec 20
4
Asterisk Fails To Start on Reboot Mysql
Apparently asterisk cannot reboot gracefully (unattended)
when using realtime....
MySQL RealTime: Failed to connect database server asterisk on 127.0.0.1.
Check debug for more info.
WARNING[3763]: MySQL RealTime: Couldn't establish connection. Check debug.
Since asterisk starts before mysql it will never start
any workaround for this?
g
Regards
Greg Cirino
2004 Dec 23
2
Realtime sipbuddies table structure why?????
Is there some reason the sipbuddies table structure was
designed with sip config values as column names?
Doesn't look very flexible
It really should take the form of ast_config so when
a new sip feature is implemented, you don't have to
re-write the entire data structure too.
Regards
Greg Cirino
2004 Dec 20
1
how to prevent res_odbc from loading
I am trying to resolve a problem where grandstream phones (only)
fail to register after a period of time.
I have a mysql realtime setup that appears to work, but fails
for no reason.
before i classify the realtime system as unusable, I am trying
to isolate the problem.
One thing I have noticed is the odbc driver continues to load
even though I have removed (from what I can tell) references
to
2003 Jun 06
0
sendmail invocation in voicemail and voicemail2 applications
The voicemail and voicemail2 applications both invoke sendmail as
/usr/sbin/sendmail -t. However sendmail is invoked using popen(3), the
input being terminated when the pipe is closed and not when a . is entered
on a new line.
While it looks like the code at the moment can't generate a single line
with a '.', it might be prudent to apply the following patch which tells
sendmail to
2004 Dec 17
2
erroneous errors - registration fails for grandstream phones
Has anybody seen this behaviour?
sip conf is stored in mysql database in 2 tables
ast_config for static (general) key/values
sip_buddies for sip extension detail.
database on the same machine as asterisk
Grandstream phones (I happen to have 2) register with asterisk
via sip with accounts and passwords successfully for a variable
period of time. Then after a while, i get errors which appear to
2004 Dec 14
9
list broken again?
It's been hours since I've seen a post from this list
Must be broken again.
Regards
Greg Cirino
___________________________________
Cirelle Enterprises Inc.
603-425-2221
www.cirelle.com Web Application Development & Design
www.cirelle.net ProSpeed High Speed Dial-up - 6 Times Faster
www.cedata.com Web, FTP, Email Hosting Services
www.mlsbot.com NNEREN MLS IDX Services
When You
2004 Sep 24
2
Digium Closed Today?
Has anybody been able to get in touch with anybody at digium today?
Regards
Greg Cirino
___________________________________
Cirelle Enterprises Inc.
603-425-2221
www.cirelle.com Website Design
www.cirelle.net ProSpeed High Speed Dial-up - 5 Times Faster
www.cedata.com Web, FTP, Email Hosting Services
www.mlsbot.com MLS IDX Services
When You Want It Done Well, Just Call Cirelle
It's not just
2004 Dec 27
6
realtime voicemail
Paste your extensions.conf section that is relevant.
-Matthew
----- Original Message -----
From: "Greg - Cirelle Enterprises" <gcirino@cirelle.com>
To: <asterisk-dev@lists.digium.com>
Sent: Monday, December 27, 2004 4:32 PM
Subject: [Asterisk-Dev] realtime voicemail
> Let me clarify my last message.
>
> If I put in the wrong password I get polled
> again for
2004 Dec 21
2
sip seeding vs registration
does anybody have an idea what the difference and significance
of sip seeding and registration is.
g
Regards
Greg Cirino
___________________________________
Cirelle Enterprises Inc.
603-425-2221
www.cirelle.com Web Application Development & Design
www.cirelle.net ProSpeed High Speed Dial-up - 6 Times Faster
www.cedata.com Web, FTP, Email Hosting Services
www.mlsbot.com NNEREN MLS IDX
2004 Dec 21
3
What is sip-friends.sql??????
maybe a dumb question but what do we have here???
sip-friends.sql
#
# Table structure for table `sipfriends`
#
CREATE TABLE `sipfriends` (
`name` varchar(40) NOT NULL default '',
`secret` varchar(40) NOT NULL default '',
`context` varchar(40) NOT NULL default '',
`username` varchar(40) default '',
`ipaddr` varchar(20) NOT NULL default '',
2006 Jan 10
1
Asterisk voicemail support
Hi,
I was wondering if anyone has had a problem adding the 'delete' field to
the voicemail_users table. I have no problems adding other fields e.g.
alter table voicemail_users add column hidefromdir varchar(3) NOT NULL
default 'no';
However when I do
alter table voicemail_users add column delete varchar(3) NOT NULL
default 'no';
I get a message telling me that I
2004 Dec 24
3
Registration failure with debug
can anybody identify why the CLI is issuing a failure message
while debug shows everything is fine????
this makes no sense to me.
also, why is the username being updated? this has got to be wrong
from CLI
-- SIP Seeding '52221' at 52221@192.168.70.26:5060 for 3600
-- SIP Seeding '52221' at 52221@192.168.70.26:5060 for 3600
Dec 24 12:16:35 NOTICE[15776]:
2004 Dec 30
11
Is asterisk that unstable ????
from voip-info wiki
Asterisk automatic daily restart
To automatically restart Asterisk you can add something like this to cron
# Restart Asterisk PBX once a day to prevent any problems from piling up
10 7 * * * root /usr/sbin/asterisk -rx "restart now" >/dev/null 2>&1
or
10 7 * * * root /usr/sbin/asterisk -r -x "restart gracefully" >/dev/null 2>&1
2005 Mar 11
1
Trouble with Realtime
Greetings,
I'm having some trouble with the realtime engines. When asterisk
loads, everything looks fine, there don't seem to be any problems via
notices or anything. Furthermore, cdr_odbc is working, and actively
logging my failed call attempts to db through ODBC using the same DSN.
unixODBC and the mysql drivers are installed from source.
Here are the relevant parts of the config:
2005 Aug 11
5
Realtime + MYSQL
I'm having a few issues with the MySQL realtime configuration in
CVS-HEAD. I tested it initially with realtime extensions (realtime_ext
=> mysql,asterisk,extensions) and a realtime switch in extensions.conf
and that works fine, So I though I'd go back and test a static
configuration mapping.
I used the table structure from the asterisk guru postgres howto to
create something
2004 Oct 02
1
Compiling HDLC does not Produce hdlc0 for T100p
my target is to produce a linux router with T100p to Fract T1 24chan
to ethernet and TDM 4channel FXO.
I have not been able to get nethdlc to work, just get zaptel networking
not configured
if I set bchan and dchan the card comes to life, but I don't believe this
is correct for what I want to accomplish.
according to markster@ this is the way they do it.
using (multiple distro versions
2004 Dec 13
3
CVS zaptel missing files
it appears the cvs for zaptel as of 12/13/04 am is missing
at least 1 file -- wcfxs.c
greg
Regards
Greg Cirino
___________________________________
Cirelle Enterprises Inc.
603-425-2221
www.cirelle.com Web Application Development & Design
www.cirelle.net ProSpeed High Speed Dial-up - 6 Times Faster
www.cedata.com Web, FTP, Email Hosting Services
www.mlsbot.com NNEREN MLS IDX Services
When
2004 Dec 18
0
what the heck? codec_gsm.c:135 gsmtolin_framein: Huh?
I park a call and instead of the parked extension
being returned, I get silence and the log shows
a bunch of the following messages
WARNING[26220]: codec_gsm.c:135 gsmtolin_framein: Huh?
A GSM frame that isn't a multiple of 33 or 65 bytes long from
(null) (320)?
what does this mean?
BTW these messages are intermittant. sometimes it works fine
other times i get the above message
Regards
2004 Dec 21
2
Poor Grammar or is this a bug
from the asterisk messages log:
Registration from '<sip:40852@192.168.70.2>' failed for '192.168.70.25'
the only place I can see extension 40852 linked to the ip is in the
phone's configuration.
sip.conf
[40852]
;for a grandstream bt100
musicclass=homeline
pedantic=yes
accountcode = 40852
amaflags = billing
;callgroup =
callerid = 40852 <40852>
canreinvite = no
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