Displaying 20 results from an estimated 1000 matches similar to: "asterisk starting problem"
2005 May 25
5
C files of Asterisk
Hello Everybody,
I was going thru the C code of Asterisk. Does
anybody know how does one go about modifying the C code of Asterisk? Please
do reply.
Regards,
Bharat M. Sarvan
EZZI BPO Pvt Ltd.,
PUNE.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Mar 17
4
Hi there..
Hello Everybody,
This is Bharat here. I am on the way of learning
Asterisks, and I just wished to know how I go about if got to write
dailplans for outbound calls and inbound calls. If you could provide me with
a simple example, I could get thru.
Waiting for your response
Regards
Bharat M. Sarvan
-------------- next part
2005 Jun 30
2
[Asterisk-Dev] Developing an Application in Asterisk
Skipped content of type multipart/alternative-------------- next part --------------
_______________________________________________
Asterisk-Dev mailing list
Asterisk-Dev@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-dev
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev
2005 Aug 04
3
SIPPeersAction class file not found in the Asterisk-java.jar file
Hello Everybody,
I am working on Fastagi and I am making use of
Asterisk-java. But I don't find the class file for SIPPeersAction. Hence I
am getting the error message when compiling my java code.
----------------------------------------------------------------------------
------------------------------------------------
[root@localhost asterisk-java-0.1]#
2005 May 13
2
Asterisk extensions from Mysql
Hello
I was just stuck around as to how I configure my Asterisk to access
extensions from Mysql. I have made all the necessary changes in the
extconfig.conf, the extensions.conf, res_mysql.conf,
res_config_odbc.conf,res_odbc.conf as they have mentioned on the site
www.voip-info.org <http://www.voip-info.org/> .
But still I am getting the error as
May 13
2005 May 19
1
Asterisk real time extensions problem...
Hello everybody,
I have setup asterisk real time extensions and its
working pretty well. But the problem is when I am jumping between the
contexts using the Goto statement in the database. I am getting a error
= Parsing '/etc/asterisk/sip_notify.conf': Found
-- SIP Seeding peers from Astdb: 'ezzibpo4' at
ezzibpo4@210.211.246.47:5061 for 60
2006 Jan 07
1
Immediate routing on "0" (DNIS)?
> Post your extensions.conf and what's on the CLI (asterisk -r)
As requested:
# cat /etc/asterisk/extensions.conf
[incoming]
exten => s,1,Answer()
exten => s,n,NoOp(CallerID is ${CALLERID})
exten => s,n,NoOp(DID is ${DNID})
exten => s,n,Background(enter-ext-of-person)
exten => 1625,1,Playback(digits/1)
exten => 1625,n,Goto(digits/1)
exten => i,1,NoOp(CallerID is
2011 Jan 04
5
MOH problems (asterisk 1.4.38)
Hi list,
I just installed Asterisk 1.4.38 (on an updated Centos 5.5 machine) and am
getting this error :
WARNING[6472]: res_musiconhold.c:856 moh_scan_files: getcwd() failed: No such
file or directory
with the default musiconhold.conf file. When I change musiconhold.conf to this:
[default]
mode=mp3
directory=/var/lib/asterisk/mohmp3
(and have converted all the wav files to mp3 and put them
2006 Nov 04
2
app_prepaid won't load - undefined symbol mysql_num_fields
Hi all,
I am running Fedora Core 5 on an Intel Server board with 2GB memory and
kernel 2.6.18-1.2798.fc6 . I am running asterisk-1.2.10 from
bristuff-0.3.0-PRE-1s. I have a mysql-version of app_prepaid which
builds properly but when I run asterisk -gc I get the following:
[root@myserver /]# asterisk -gc
Asterisk 1.2.10-BRIstuffed-0.3.0-PRE-1s, Copyright (C) 1999 - 2006
Digium, Inc. and others.
2009 Feb 23
2
Asterisk 1.6.0.5 as non root and moh perm issue
I am running Asterisk as non root and have set the required permissions for all
directories including the moh dir specified in musiconhold.conf yet asterisk
still complains it doesn't have access when starting? I get:
WARNING[3600]: res_musiconhold.c:987 moh_scan_files: chdir() failed: Permission denied
I ran asterisk with strace, and don't see it failing to access anything?
Anyone know
2005 May 24
5
MySQL Support For OS X
Does anyone have the MySQL add-on as a binary for OS X? Or am I
getting it wrong and MySQL is installed by default?
Thanks.
Michael
2005 Mar 02
4
Sending Voicemail's to two email addresses
Is there a way to send a voicemail to two different email addresses when
a caller leaves a message?
Thanks a bunch!
Randy
2005 May 13
1
Help needed on setting up realtime
I installed Asterisk CVS-NHEAD-05/13/05-01:59:30 and placed few call
in and through successfully. I was trying to set up the Realtime -
picking the sip.conf and extensions.conf from mysql. I was going
through some wiki pages, but what i don't understand is - which
configuration change makes asterisk stop looking at extensions.conf
and sip.conf for sip peers and pick the same from database.
2005 May 19
1
GOTO statement in Realtime-Extensions not working like expected
Hi .. When I use the GoTo statement in realtime to goto a priority only
... E.g. Goto(3) then there's no problem
But, If I try to jump to another context ... E.g.
Goto(othercontext,${EXTEN},3) then it doesn't work
If I process the same statement in extensions.conf things go well
Are there things broken regarding GoTo in combination with Realtime
Extensions ?
2008 Jul 07
1
cdr_addon_mysql - additional fields
Hi,
I need help with modifying cdr_addon_mysql.c I want to have more
fields in cdr table in asterisk. I've tried to modify cdr_addon_mysql.c
and replace userfield with ex team (sed -e 's/userfield/team/g' ). When
I try to recomplie
menuselect/menuselect --check-deps menuselect.makeopts
Generating embedded module rules ...
make[1]: Nothing to be done for `all'.
2004 Jul 31
2
Which version of MySQL works with cdr_addon_mysql?
I'm having problems compiling cdr_addon_mysql with MySQL 3.23.58
I get the following errors:
cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o
cdr_addon_mysql.o cdr_addon_mysql.c
cdr_addon_mysql.c:50: warning: parameter names (without types) in
function declaration
cdr_addon_mysql.c:50: warning: data definition has no type or storage class
cdr_addon_mysql.c: In function
2004 Jun 18
2
cdr_addon_mysql compiling error
I'm trying to compile cdr_addon_mysql but keep getting this error. Again, searching the Wiki and the mailing list archive didn't bring up anything useful. Any help? Yes, I'm using MySQL 4.0. Maybe I have to switch back to 3.23?
# make
cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o cdr_addon_mysql.o cdr_addon_mysql.c
cdr_addon_mysql.c:50: warning: parameter names
2004 Jun 11
2
cdr_addon_mysql.c
Following the latest * CVS update, my MySQL was broken.
Following the update, Asterisk-addons would compile fine, but when I ran
asterisk I got the following error:
ERROR[1202489024]: cdr_addon_mysql.c:203 mysql_log: Failed to insert
into databas
I then tried using the patch (bug id 0001823) from bugs.digium.com, and
found that Asterisk-addons would no longer compile, giving me the
following
2004 Jun 17
3
asterisk-addons compilation error
Folks
I am getting the following error as of today after updating both
asterisk and asterisk-addons. These are both under /usr/src.
Any ideas?
dora-debian:/usr/local/src/asterisk-addons# make
./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls *.c`
cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o
cdr_addon_mysql.o cdr_addon_mysql.c
2004 Jun 21
1
R: Re: cdr_addon_mysql compiling error
>> I'm trying to compile cdr_addon_mysql but keep getting this error.
>> Again, searching the Wiki and the mailing list archive didn't bring up
>> anything useful. Any help? Yes, I'm using MySQL 4.0. Maybe I have to
>> switch back to 3.23?
>>
>>
>> # make
>> cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o