similar to: "make clean" DO IT!

Displaying 20 results from an estimated 10000 matches similar to: ""make clean" DO IT!"

2007 Mar 19
2
err:ntdll:RtlpWaitForCriticalSection section 0x608121a0 "x11drv_main.c: X11DRV_CritSection" wait timed out in thread 000c, blocked by 000b, retrying (60 sec)
This is completely inexplicable to me. I has been using Wine for some time, but then I rebooted into Windows for approximately 2 weeks. At this point I decided to give Fedora another try. However, Wine is being completely retarded! Essentially, any executable that I run (ones that DEFINITLEY worked before) only shows part of the GUI, or none of it. Even winecfg is being retarded. I get windows
2004 Jan 22
3
MGCP w/8x8 DTA-310 and as5300 pstn gateway
Hello folks, I'm trying to get an 8x8 DTA-310 running mgcp to work. I get no dialtone & can't get it to ring. My mgcp.conf says: ; ; MGCP Configuration for Asterisk ; [general] port = 2427 bindaddr = 0.0.0.0 [172.16.2.25] host = 172.16.2.25 context = default line => aaln/1 And here's the interesting bits of extensions.conf: [globals] ... TRUNK=H323/BYEXTENSION@pstn_gw ...
2006 Jun 01
6
Asterisk: T1 hunt group setup
Hello everyone, I'm sure someone had an experience arranging hunt-group setup for incoming calls on T1 PRI channels of Digium TE110P card. For instance, I have main DID channel associated with number (555) 222 0001. And I have whole bunch of other DID channels on same T1 card like (555) 222 0090, (555) 222 0091, (555) 222 0093. My goal is when a call comes to the main number which is
2005 Jun 20
2
app_valetparking.c
Since www.bkw.org seems not to exist anymore (getting response from some hosting provider), does anyone happend to have a copy of app_valetparking.c from www.bkw.org - the one that should work with * stable 1.0.X ? If so please contact me. One that can be downloaded from www.loligo.com dosn't compile with 1.0.X, and SuperValletParking (www.asterlink.com/svp/) seems to be for * HEAD
2003 Nov 11
4
Registering an application
Hello.. Maybe I'm asking something silly but..... How can I register my own app with * ? I've made a simple .so , but I cannot find it in asterisk when i type "show applications" Here is the code: #include <asterisk/lock.h> #include <asterisk/file.h> #include <asterisk/logger.h> #include <asterisk/channel.h> #include <asterisk/pbx.h> #include
2004 Dec 09
3
urgent outbound dialing problem
If i leave my asterisk server running for a long time then try to dial outbound on the zaptel channel i get this high pitch static noise and won't dial out. This behavior is happening over two different servers i am using. Rebooting asterisk does not sovle the problem. I rmmod the zaptel driver then reload and that solved the problem. But i cannot continue to do that. Also sip to sip
2005 Jun 20
1
Re: app_valetparking.c for * STABLE (1.0.X)
Nope ! This is the one that tries to include PRE 1.0.X header file <parking.h>. It cannot compile on * 1.0.X (I have tried also to include <features.h> instead of <parking.h> (as far as I know features.h is successor to parking.h), but still without results). Thanks anyway. Nenad > > Try this > >> Since www.bkw.org seems not to exist anymore (getting
2014 Mar 13
1
Any help Address 0xfffffffe out of bounds in app_confbridge.casterisk-11.5.1 using confbridge.conf
Address 0xfffffffe out of bounds why and how to solve.MyConfbridgeCount(conferencenumber,variablename )return total number of user in conference given by conferencenumber otherwise zero.At runtime using MyConfbridgeCount(4000,count ).now app2: MyConfbridgeCount will call function count_exec(struct ast_channel *chan, const char *data).But at compile time char * data cause core dumped.
2009 Dec 17
2
Integrate a CPE with Asterisk in MGCP
Hello all, I'm looking for some help to try to understand why my CPE doesn't work good with Asterisk in MGCP. Here is what I want to do : - Register a TECOM AH4021 on Asterisk in MGCP with the following profile in mgcp.Conf : [general] port = 2727 bindaddr = 10.95.20.1 disallow=all allow=g729 allow=alaw 020202020202] context=mgcp host=dynamic canreinvite=no dtmfmode=rfc2833 nat=yes
2004 Dec 23
1
Polycom 600 problem
Andrei, Do you have X-Windows running on the linux box? I had a similar issue that was eliminated when I stopped this process and samba from running. Now samba is only allowed to come up during non-business hours, for changing BG music. Also, make sure your registration period in either (polycom) ipmd.cfg or sip.cfg is set to be at least the default 3600 time period. I also removed the
2005 Jun 08
1
Latest CVS and app_rxfax
With the current CVS-HEAD line 88 of app_rxfax.c causes an error. #if (ASTERISK_VERSION_NUM <= 010300) chan->callerid, app_rxfax.c:88: error: 'struct ast_channel' has no member named 'callerid' Commenting out the if else combination of course gives a clean compile. -- Dave Cotton <dcotton@linuxautrement.com>
2006 May 22
1
exten => *0. not possible
Hi all, It seems that using exten => _*0. is not possible in extensions.conf. I changed disconnect => *0 in features.conf to something else. From what I can tell with the little C knowledge I have is that it's caused by a hardcoded *0 value chan_zap.c. Line 5730 of chan_zap.c (svn rev 1077) shows: } else if (!strcmp(exten, "*0")) { struct ast_channel *nbridge =
2007 Nov 27
3
Disappearing decimals... please help!
Maybe it''s all in my head, but I''m having the strangest little issue ever. My pricetags in my rails app are always whole numbers. Rails seems to completely ignore my decimal input. So as a consequence, 10.41 becomes 10.00, always. Here''s some worthwhile stuff: within my 004_create_products.rb file: :price, :decimal, :percision => 2, :default => 0 And calling
2004 Apr 12
2
SwissVoice IP10S not able to dial calls
I have set up a new SwissVoice phone and it can receive calls but I cannot make calls out from it. The setup is simple for now, 2 phones: SwissVoice is ext 7726 and Cisco 7960 (SIP) is ext 7999. I can call from the Cisco phone and it rings on the SwissVoice phone but when I dial from the SwissVoice phone I get a busy tone upon dialing the second digit. The log reads as follows: -- Endpoint
2008 Jun 02
1
Web development at the speed of light (A Camping Success Story)
Hi all, Friday. Noon. I''m tasked with writing a small web front end. LDAP validation required. Form data validation required. I have to post form data to an external URL because of retarded licensing issues. And validate the result using screen scraping. I had the initial version done and online that night. Some finishing touches were added this afternoon. THANK YOU CAMPING!!! Dan
2004 Aug 31
1
PSTN noob question
After reading a retarded amount of docs I'm still unable to figure out how to get Asterisk to monitor my phone line and pick it up when the phone rings...Im using a voice/fax/data modem on ttyS2. Any tips/pointers to another stack of docs? Is this even doable without special hardware? TIA, Nick
2009 Jun 01
1
Plots automatically closing when using RScript
I would like to be able to run an R script from the command line using RScript.exe. The problem is, my script generates some plots which are being automatically closed as soon as the script reaches its end. Is there a way to force the plot windows to remain open until the user explicitly closes them? Example: Rscript --vanilla -e "plot(1:100)" The above line will create a plot that
2003 Oct 07
1
[PATCH] allow announcements in app_dial
Hi. Since a customer requested us that feature, I wrote this little patch for app_dial to allow to play an announcement to the called party, as soon he answers. you can define the file to play in the dial() option, using A(filename). for example: exten => blah,1,Dial(Zap/blah,30,rA(/my/own/announce)Tt) that doesn't break anything ... feel free to blame me for anything bad this patch
2008 Jul 10
1
Interpretation of EXACT Statistical Test in finding the probability as Std. Deviations (SumP)
Okay, so I'm fairly retarded, and asked a question about finding the T-Value in the Fisher Exact method. I suppose what I'm truly after can best be explained by the Biddle Consulting site that has a program setup to deal with this kind of thing. Unfortunately, it is not currently functioning, and has not been for some time. As a result, I'm trying to figure out how to do this on my
2018 May 28
2
Dial to FastAGI application appears as 1-second CDR - how do I fix?
In my application, I am using AMI to run an Originate command between a channel and a dialplan application (NOT a context). In my case, the application I want to invoke is FastAGI. The Originate AMI command works correctly, but Asterisk generates a very short (0-1s) duration for the CDR that results from this call, regardless of the time spent running the FastAGI application. I want the CDR