Displaying 5 results from an estimated 5 matches for "scrict".
Did you mean:
scricth
2004 Sep 20
3
Question about the 'fax' extension
I was looking at the wiki on 'Asterisk as a voice/fax switch'
And was wondering if the extension 'fax' is global to extensions.conf
Or just to the context it is in?
The reason I ask, is that my PRI might have 5 channels that will be
scrictly
Fax, and to be functional, I need multiple 'fax' extensions in my
various
Contexts.
Hope that makes sense,
Paul Seniuk
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Paul Seniuk.vcf
Type: application/octet-stream
Size: 2406 bytes
Desc: not avai...
2008 May 30
1
extlinux VPATH build issue
...utable.
I believe the included fix should resolve the issue. It tells make to
only use the VPATH for *.c and *.o files, which means the VPATH will not
be searched for the 'extlinux' executable.
In case my email client munges up the patch, here is a link:
www.zachcarter.com/extlinux-scrict-vpath.patch
diff --git a/extlinux/Makefile b/extlinux/Makefile
index f426702..f155012 100644
--- a/extlinux/Makefile
+++ b/extlinux/Makefile
@@ -17,7 +17,7 @@ OBJS = $(patsubst %.c,%.o,$(notdir $(SRCS)))
.SUFFIXES: .c .o .i .s .S
-VPATH = .:..:../libinstaller
+vpath %.c %.o .:..:../libinsta...
2005 May 29
2
pstools / psexec equivalent for Samba / Linux?
I was wondering if there is a pstools / psexec (tools by Sysinternals)
equivalent, which could be run on Linux machine to execute a process on
a remote Windows machine?
2008 Mar 19
1
Problem in using typedef with c++
Hi
My code is as follows :-
example.h
#include"iostream.h"
using namespace std;
typedef int MYINT;
void sum(MYINT a, MYINT b);
example.cpp
#include"example.h"
void sum(MYINT a, MYINT b)
{
MYINT c;
c=a +b;
cout<<c;
}
example.i
%module example
%{
#include"example.h"
extern void sum(MYINT a, MYINT b);
%}
#include "example.h"
2006 Apr 17
5
XML-RPC Webservice API
Hi,
After following the excellent tutorials in the Agile Web Development
with Rails book, I was able to get my webservice working pretty much
perfectly :)
I can access it via SOAP and XML-RPC and look at service.wsdl to find
the API. What I can''t do however is get the API for the XML-RPC call. It
fails with :
Internal protocol error: NilClass is not a valid input stream. It must