similar to: Compiling Asterisk under Yellow Dog

Displaying 20 results from an estimated 1000 matches similar to: "Compiling Asterisk under Yellow Dog"

2010 May 20
3
GSM Problems
I've been trying to get wine to compile with GSM and haven't had any luck, I downloaded the most recent GSM library from http://www.quut.com/gsm/ and manually modified the Makefile to have it install to proper folders.. installed.. and heres proof that files are there in my /usr/lib folder! Code: -r--r--r-- 1 root root 53506 2010-05-14 01:40 /usr/lib/libgsm.a lrwxrwxrwx 1 root root 11
2010 Sep 11
2
Re: Trouble with libgsm on Mac OS X 10.6.2
ralniv wrote: > Below are my instructions for getting a libgsm friendly version of Wine compiled on SnowLeopard. I assume that you already have wine-devel installed and configured to your liking. I also assume that you use MacPorts for package management. > > [1] Uninstall wine-devel > > Code: > sudo port uninstall wine-devel > > > > [2] Edit the portfile for
2003 Oct 11
4
Problems with AGI scripts in Perl and Java
Hi what can be wrong with * that console does not show any stderr text printed from agi script? I am starting with asterisk -vvvvvvvvvvvvvvvvvvvvvvvvrc VERBOSE command does show text on console but printing of STDERR does not I tried it from Perl and from Java and in both cases almost the same result, except in Java more things do not work. In Java for, for example, SAY DIGITS 123 78# would
2003 Sep 08
5
Help needed with IAX behind NAT
Hi All, I know, IAX is NAT friendly, but... I have a problem running gnophone from a box behind NAT firewall. I can register gnophone with * through NAT, but when I try to make a call it instantly disconnects. CLI iax show peers command tells me that peer is unreachable. However this peer is registred. Gnophone also tells me that it is registred. It seems that registration handshake has
2003 Mar 27
9
Dlink DG-104S
Does anyone know if this unit works with Asterisk? Thx. B.
2003 Aug 09
3
Need help with installation of H323 chanel driver
Hi I am using inAccess channel driver. Compiled, installed. This is what I get when I am trying to start * --------------------------------------- [chan_oh323.so]WARNING[16384]: File loader.c, Line 226 (ast_load_resource): libh323_linux_x86_r.so.1.12: cannot open shared object file: No such file or directory WARNING[16384]: File loader.c, Line 394 (load_modules): Loading module chan_oh323.so
2003 Jun 30
4
Conference calls
Hi I want to set up * as a conference bridge. I would like to be able to conference is SIP calls (up to 12) I am looking through all available documentation for * to get info on how it is done. No luck so far. Can somebody direct me to the info in this subject? Thank you Serge _________________________________________________________________ Protect your PC - get McAfee.com VirusScan Online
2004 Apr 04
2
Problem with Manager Originate
Hi I am trying Manager interface for originate a call. This is what I get --------------- Action: Originate Exten: 555 CallerID: test <6656> Context: local Timeout: 600 Channel: SIP/8782 Priority: 1 Response: Error Message: Originate failed ---------------- What do I do wrong? Thank you Serge _________________________________________________________________ MSN Premium with Virus Guard
2003 Jun 12
1
static lib
I'm trying to link sox to the ogg vorbis static libraries but I'm getting the following error: gcc -L. -L./gsm -o sox sox.o -lst -lgsm -logg -lvorbis -lvorbisfile -lvorbisenc -lmad -lmp3lame ld: Undefined symbols: _oggpack_bytes _oggpack_get_buffer _oggpack_reset _oggpack_writeclear _oggpack_writeinit _oggpack_read _oggpack_readinit _oggpack_write _oggpack_adv _oggpack_look
2011 Jan 17
1
Continuously core dumping of 1.8 on SLES
Hi, Anybody seen this before? (using a pre-compiled asterisk from the OBS on a sles11sp1) (I mean, i did the same with a 1.6 without any problem, but i need 1.8) after starting: kc3004:~ # /usr/sbin/safe_asterisk: line 145: 16133 Segmentation fault (core dumped) nice -n $PRIORITY ${ASTSBINDIR}/asterisk -f ${CLIARGS} ${ASTARGS} > /dev/${TTY} 2>&1 < /dev/${TTY} Asterisk ended with
2006 Jan 04
2
suddenly iax calls don't work anymore
Hi, Asterisk is new for me. I had a working configuration, but suddenly I can't call anymore with my voip provider. I am not aware that I changed anything in the configuration, but who knows. Can somebody explain me what is happening here? I changed username, password and number. -- Executing Dial("Zap/2-1",
2004 Jun 01
2
Router, Firewall, SIP Rewriter, and GnuGK
Hi I am running firewall/router "brew" made of RedHat, Shorewall, Siproxd and GnuGK on a box that connects through PPPoE to Internet. I run Asterisk on another box behind of it and it seem to work fine for me. I am thinking of replacing the router box because hardware is getting flaky. I do not want to go through pain of assembling all this stuff together again. Does anybody know of
2003 Aug 18
1
zaptel does not compile anymore
Hi, I updated kernel for RH8.0 and updated * from cvs. After that zaptel compile exits with error. Is it because of new kernel or zaptel source code change? In any case could somebody help me to fix this problem? Thanks, Serge ---------------------------------------- /usr/src/linux-2.4/include/linux/module.h:196: warning: parameter names (without types) in function declaration In file included
2004 Nov 23
1
Fax over SIP Problems (sorry for this topic ...)
Hello everyone! I tried to send a fax over SIP with an Asterisk Server in the middle (no Digium Cards, etc. installed, everything is SIP only, the PSTN-Gateway is external). Whenever I start sending a Fax to a PSTN destination, the Call gets answered and asterisk tries to build a native bridging: -- Attempting native bridge of SIP/sip.westend.com-082fd1b8 and SIP/xxx-3ef8 Then the following
2003 Jul 11
1
SIP call from one extention to another
Hi I am trying to call from Linphone on extention 109 to Xlite on extention 108 and I get this error ---------------------- to 216.75.167.18:5068 WARNING[98315]: File pbx.c, Line 1133 (pbx_extension_helper): No application 'Dial ' for extension (sip, 108, 1) == Spawn extension (sip, 108, 1) exited non-zero on 'SIP/sergeXlite-be43' --------------------- Can you tell me what
2013 Mar 04
2
Asterisk 11 - How to trim the number of modules to minimum ?
Hi, I've got a brand new Asterisk 11 setup for which I would like to keep the number of loaded modules to a minimum. My goal is to this setup in a pure SIP environment, for switching incoming calls to outgoing tSIP trunks. When I leave autoload=yes in /etc/asterisk/modules.conf, I can handle an incoming SIP call with a Playback app. When I leave autoload=no in /etc/asterisk/modules.conf, it
2008 May 20
0
Yellow dog linux install?
Hello folks I am attempting to install R on a series of Apple G5 machines which are running Yellow Dog Linux 6.0. Has anyone had success with this, and is there something I should be doing which I am not? Upon configure, I receive the error message: checking whether mixed C/Fortran code can be run... configure: WARNING: cannot run mixed C/Fortran code configure: error: Maybe check LDFLAGS
2007 Aug 06
1
Cant Play gsm file
Hi, i am having problem on playing asterisk sound file on my new installed asterisk.. i have the following extension , if i call from any SIP / IAX phone playback or voicemail doesnt play anything .... but when i dial 102, I hear the MP3 music .. exten => 99,1,Answer() exten => 99,2,Playback(prepaid-welcome) exten => 99,3,Hangup() exten => 101,1,VoiceMailMain() exten =>
2006 Jun 27
1
Help Asterisk crashes
I am getting thousand of these messages in asterisk console Jun 27 12:35:55 WARNING[16496]: codec_gsm.c:194 gsmtolin_framein: Invalid GSM data And after some time the system crashes. Does anyone know why? I running Asterisk SVN-trunk-r7522 built Does it help to upgrade the system? Regards, Fredrik Jensen
2004 May 19
1
Old sound in new call.
Hi, I have a problem that I just can't figure out how to solve. I start *, dial it using a ISDN phone over PSTM, to a Hisax card installed in * I get the demo-greeting, listen for a few seconds and hang up. I dial it again, but this time the first second is sound from where the previous call ended, then the greeting starts as it should. Right now I have removed all codecs but codec_gsm.so