Displaying 20 results from an estimated 221 matches for "sould".
Did you mean:
should
2003 Jun 26
1
T1 or T1PRI? which sould i use?
Hi
i'm using asterisk in a pre-paid calling card like system
and have a few questions.
1) Should i use Voice T1's or PRI. Please give arguements
for and against.
2) is there any already configured * scripts for making
calling card calls? are they GPL or Commercial?
3) if they are GPL where can i get my hands on them.
4) is there any work on intergrating openDSP libraries into
*? found
2007 Oct 15
1
Eicon Diva and incoming Fax
...d hylafax to send and receibe fax. The
machine is connected to the PSTN is an Eicon Diva BRI (1 BRI port).
My problem is that , when I send a Fax from the PSTN to this machine, the
asterisk or diva or hylafax, does not detect this call as a fax and asterisk
answer that call like a voice call.
How sould I configure the software modem (iaxmodem) to use with the Eicon
Diva card?
What sould I do to make the Eicon Diva detects an incoming fax?
Thanks in advance.
VoipCrazy.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users...
2016 Aug 09
4
Equivalent ssh_config setting for "ssh -N"
......
LocalForward ...
LocalForward ...
SomeSettingEquivalentToDashN yes
so I can call it via "ssh foo" instead of "ssh -N foo".
Are there good reasons not to provide such a setting?
Or, would you accept a patch that introduces such a setting?
If so, how sould this setting be named?
Regards,
Volker
--
Volker Diels-Grabsch
----<<<((()))>>>----
2004 May 09
3
German sound files available
Hi there,
today I made the German language prompts available for download:
http://www.karl.aegee.org/asterisk.nsf/HT/sound-de
Be aware: Asterisk doesn't yet fully support languages other than
English, there are still (smaller) issues with voicemail and date/time
announcements that require a patch.
Cheers, Philipp
2020 Apr 02
2
Samba 4.12 python3 and vfs object full_audit (centos7)
Hallo,
I?m using samba 4.11 from sernet and the vfs object full_audit.
After update samba to 4.12 from sernet full_audit is broken and the shares with full_audit are not accessible.
Can anyone tell me please how to install python 3 on centos7 while the Centos system needs python 2 but samba sould use python3?
Thanks in advance,
Peter
2017 Aug 21
2
Combining passes
Hello,
this is a question, concerning cmake lists configuration. I am trying to
link together two llvm passes, but they still should be as two modules. So:
passA - A.so
passB - B.so
passB should use passA , so I sould use target_link_libraries ( and of
course, I have included useAnalysis in passB) . But I can't link libraries
that are build as Modules, so I tried to create two libraries at once ;
A.a(static) and A.so (llvm does not allow to create shared libraries).
Still that does not work : .a library has...
2006 Nov 21
2
[LLVMdev] EH and C++ intergation
I was going through documentation and source lately, and I decided how to
make llvm bytecode more compatible to C++:
1) thiscall sould be introduced, which would take N arguments and the
first argument would always be the C++ "this" argument. This would
abstract llvm compiler dependant C++ code emittion.
2) the ret instruction should be able to return structs (as Chris has
already written on his page).
3) the EH could...
2007 Jul 31
2
Connecting GSM Phone to Asterisk Box
...All,
I have a telephony project for which I need
to build a prototype to demo for management.
The prototype must work on a GSM phone network.
In the demo system, a call from GSM phone comes
into the demo box. The demo box runs CallWeaver.
Callweaver picks up the GSM call, answers it and
plays a sould file, then dials out to a second GSM
phone somewhere and connects them so they talk.
My question are these:
1. Is this a job for Callweaver/asterisk system?
2. if not, what package out there would handle this?
I was reading the Asterisk doc and it mentions that
a modem could be used with an Ast...
2006 Jan 29
2
VT or paravirtualization?
Hello,
What is the better solution now to run linux domUs under Xen3?
Using a VT hardware, sould I install a xen-patched kernel as I would
where no VT extension, or use an unmodified linux guest system?
Is there any performance difference between a Pentium D 3 Ghz with vt
(9xx) and without it (8xx)?
Regards,
Slapic
_______________________________________________
Xen-users mailing list
Xe...
2015 Dec 25
4
routing with 2 public ips
Hello,
i have a server with 2 public ips on 2 devices.
I want that the request of incoming traffic dont use the default
gateway. Incoming traffic sould be answered using the gateway of the
incoming device
Could i realize this with firewalld? Or directly iptables?
Greeting
J
2009 Oct 21
2
meaning of parameter imap_idle_notify_interval??
Hello,
is my understanding of the parameter "imap_idle_notify_interval" right,
if i say,
it's the time between two point where dovecot tells the client he is
here, and
sould have nothing directly todo with the notification of new mails arrived.
I played with the values around. And the courios is, in thunderbird the
folloing.
set to 30 seconds.
Thunderbird pop up around 25 seconds after the message is deliverd to
the inbox.
set to 60 seconds.
Thunderbird pup up aro...
2015 Apr 11
4
EBtables Problem
...ables service and then I was able to connect remotely. I traced my steps
backwards and figured ebtables was the problem. After removing it , I could
connect remotely after reboots. IPtables service is running just fine.
I want to use fail2ban , but I need to solve ebtables problem first. So,
where sould I start? I couldn't locate ebtables logs .
Thanks in advance.
2004 Aug 31
3
encrypted passwords and /etc/passwd
Hello
Why is it necessary to specify
encrypt passwords = no
to make Samba server start using solely /etc/passwd?
Isn't it possible to tell Samba server that on the way between a client
and the server, the passwords sould be encrypted, and after decryption,
they will be checked against /etc/passwd and not smbpasswd, tdb or
whatever backend?
Cl<
2019 Jun 05
6
Open a file which name contains a tilde
...ppled.
+> path.expand("a ~ b")
[1] "a /home/user b"
+> path.expand("a ~ b ~")
[1] "a /home/user b /home/user"
I want to open a file regardless whether its name contains any character unless 0.
The unix filesystem allow the creation of such files, it sould be possible to open these.
How can I switch off any file crippling activity?
Kind regards,
Frank
2019 Jun 05
6
Open a file which name contains a tilde
...ppled.
+> path.expand("a ~ b")
[1] "a /home/user b"
+> path.expand("a ~ b ~")
[1] "a /home/user b /home/user"
I want to open a file regardless whether its name contains any character unless 0.
The unix filesystem allow the creation of such files, it sould be possible to open these.
How can I switch off any file crippling activity?
Kind regards,
Frank
2006 Jun 28
2
read file with readBin (the file was saved with a C-routine)
...n image */
float DeltaY; /* Sampling distance 2. axis of recon image */
float Xmin; /* 1. sample position 1.axis of recon image */
float Ymin; /* 1. sample position 2.axis of recon image */
} itINItype;
I thought the following use of "readBin" sould it do, but it doesn't
KernelFileSave <- readBin( con, integer(), n=1, size=4 )
KernelFileName <- readBin( con, character(), n=1 )
StartFileName <- readBin( con, character(), n=1 )
XSamples <- readBin( con, integer(), n=1, size=4 )
YSamples <- readBin( con, integer(), n=1, size=4...
2003 Apr 27
1
Excessive Swap with MSVC++ and Wine
Prompted by Jonathan Grant's article I've been playing with running the MSVC++
command line tools under Wine. In particular I'm trying to compile and link a
large DLL - about 4M in size.
The problem is the amount of memory used by link.exe. At the moment, with 256M
of real memory and 1G of swap I quickly run out. Under Windows2000, on the
same machine, the link takes a long time
2006 May 09
2
exten statement execution order
...icemail(b${ARG1})
exten => s,200,NoOp(DONE WITH MACRO)
In all cases but "ANSWER", the psa-postdial macro executes. Can somebody
help me understand the
flow of operations here? The s-ANSWER line never gets called either.
I'm digging around on www.voip-info, but hoping some kind sould here will
set me on the right path.
2007 Apr 18
2
[Bridge] The problem of bridge+netfilter+nat
...ridge_parent(skb->dev))
printk("[%s]", bridge_parent(skb->dev)->name);
}
printk("\n");
return NF_ACCEPT;
}
And in the new bridge-nf version it is annouced this sould not happen anymore.
I think I should upgrade the kernel. But I'm curious on the problem and I wish
I could know what kind of packets caused such a problem.
Thanks for help. Please cc.
Regards,
Zheng chuanbo
zhengcb@netpower.com.cn
2014 Jun 17
3
RFE: dnsbl-support for dovecot
after having my own dnsbl feeded by a honeypot and even
mod_security supports it for webservers i think dovecot
sould support the same to prevent dictionary attacks from
known bad hosts, in our case that blacklist is 100%
trustable and blocks before SMTP-Auth while normal RBL's
are after SASL
i admit that i am not a C/C++-programmer, but i think
doing the DNS request and in case it has a result block
any logi...