Displaying 5 results from an estimated 5 matches for "scrictly".
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 availa...
2008 May 30
1
extlinux VPATH build issue
Hi:
I've been seeing intermittent build failures with the extlinux target,
and I believe I've tracked it down to a VPATH issue. See this make -d
log:
Finished prerequisites of target file `extlinux'.
Prerequisite `extlinux.o' is newer than target `extlinux'.
Prerequisite `setadv.o' is newer than target `extlinux'.
Prerequisite
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