Displaying 20 results from an estimated 3000 matches similar to: "Top posting - there is no rule."
2010 Apr 06
1
OT: Wireless headset / phone combination
I've been asked for recommendations for a small call centre, an ethernet SIP
deskphone with a wireless headset.
Similar approach would be a mobile phone with bluetooth head set.
Either I've not looked hard enough, or there isn't much on offer.
Alec Davis
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Apr 04
1
issue with Digium TDM410P
The TDM410P doesn't support 'hvac', only the obsolete TDM400P supports that
option was for the old phones that have a neon light (or equivalent
LED+ZENER ciruit).
Are other phones off the TDM410P (other than the VTECH) working, or is the
Vtech the only model with VMWI available to you.
I'm not able to check at the moment, I have copied the asterisk-users list,
someone else may
2011 May 05
5
Asterisk 1.8 latest branch safe for production ?
Hi All,
Just wondering is it safe to use asterisk 1.8 latest branch on production ?
http://svn.asterisk.org/svn/asterisk/branches/1.8/ Revision 317100
-S
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110505/373bd6fc/attachment.htm>
2010 Apr 06
2
polarity reverse
Hi,
I have a problem with polarity reverse
this my dahdi config
[channels]
context=default
usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
relaxdtmf=yes
rxgain=0.0
txgain=0.0
group=1
callgroup=1
pickupgroup=1
2013 May 05
0
BLF and asterisk Queue
Copying to asterisk-users, as it's of use there too.
I copied this code years ago from the net, it may have been modified
since...
This however is only used by managers, as it allows the manager to log a
user in and out.
For agent logged in/out status:
where 8501 is the queue number and 8512 is the agent's extension, and
SIP0001 is the agent's device.
in extensions.conf
2020 Sep 03
2
Sieve: deleteheader not working with duplicate filter for implicit keep
Hi Stephan,
On Wednesday 02 September 2020 19:59:57, Stephan Bosch wrote:
>
>
> On 29/08/2020 21:04, Alec Moskvin wrote:
> > Hello,
> >
> > I have a rule to always delete a header. If the message gets fileinto'd,
> > the header is gone, but if it's delivered into the INBOX through
> > implicit keep, the header does not get deleted.
> >
>
2008 Nov 22
2
User Authentication and Username Map
Hi to all..
I've setup a Samba domain and now having a hard time setting up Unix to
Windows user mapping. As an example on the server, user is 'agi', and at the
workstation I want an 'Alec Joseph' as the user name. If I log on from a
Linux desktop using the alias connection goes through:
# sudo tail -f /usr/local/samba/var/log.smbd | grep 'Alec Joseph'
Got
2009 Nov 19
0
Can asterisk PRI/BRI support redirect calls
Previously incorrectly sent to asterisk-dev list, sorry.
I tried today while connected to a Jtec QSIG E1 card, with
DAHDISendCallreroutingFacility with the following test dialplan:
Extension 4888 is on the Fujitsu
[incoming]
exten => 8688,1,Answer()
exten => 8688,n,Playback(connecting)
exten => 8688,n,DAHDISendCallreroutingFacility(4888,8688)
exten => 8688,n,Playback(goodbye)
2020 Aug 27
2
Sumbission crashes when relaying over TLS
Hello,
I'm trying to set up the submission proxy, but if I set
submission_relay_ssl = starttls, it crashes. Without it, it works.
Please find the details below.
Thanks,
Alec
dovecot[256855]: submission-login: Login: user=<alec>, method=PLAIN, rip=::1, lip=::1, mpid=257033, secured, session=<kMd1B9uthLUAAAAAAAAAAAAAAAAAAAAB>
dovecot[256855]:
2007 Sep 18
3
Installation and use question (linux) [was installation ... ]
...
>...
>>gem install wxruby
>>
>Great. Many, many thanks to yourself and all involved.
>
>FWIW, I''ve just, in the last min, installed it on an i586-linux box.
>The nearest option being i686-linux.
Another newbie question from me, I''m afraid. The gem installs reported
successful install; but I can''t find wxruby. (Using
2015 Jul 04
2
[LLVMdev] LLVM parsers for popular languages? - Python, Rust, Go
Yep we have our own parser <https://github.com/vinzenz/libpypa/> and we
would love to see other people use it. When we looked around at some other
Python parsers we didn't feel like any of them were easy to extract and use
on their own, so we wrote our own and I think were able to keep ours
well-separated. There are some things that make parsing Python somewhat
difficult to do in a
2005 Aug 31
1
SELinux
I'm probably dense - CentOS 4.1
# cat /etc/sysconfig/selinux
..snip...
SELINUXTYPE=targeted
# su - Alec
# tail -n 3 /var/log/messages
Aug 31 08:48:26 srv1 su(pam_unix)[31435]: session opened for user Alec
by root(uid=0)
Aug 31 08:48:26 srv1 su[31435]: Warning! Could not relabel /dev/pts/0
with user_u:object_r:devpts_t, not relabeling.Operation not permitted
Aug 31 08:48:27 srv1
2019 Mar 26
2
Generating object files more efficiently
How do I tell clang to use my target CPU's assembler instead of my host's assembler? I found the -fuse-ld option to tell it to use my linker but didn't find an option for the assembler.
Thanks.
________________________________
From: llvm-dev <llvm-dev-bounces at lists.llvm.org> on behalf of Craig Topper via llvm-dev <llvm-dev at lists.llvm.org>
Sent: Monday, March 25, 2019
2015 Jul 04
4
[LLVMdev] LLVM parsers for popular languages? - Python, Rust, Go
Thanks, happy to of confirmed.
With that in mind, will use the AST modules provided by the languages (with
the exception of libclang for C++).
Antoine: Am aware of Numba, nice job there BTW. So is there a [decoupled]
LLVM parser which I can use to read Python files and analyse objects
(including computing their attributes in OO and setattr scenarios)?
On Wed, Jul 1, 2015 at 10:23 PM, Antoine
2008 Jun 23
3
One-to-one matching?
Hi folks,
Can anyone suggest an efficient way to do "matching without
replacement", or "one-to-one matching"? pmatch() doesn't quite provide
what I need...
For example,
lookupTable <- c("a","b","c","d","e","f")
matchSample <- c("a","a","b","d")
##Normal match()
2020 Aug 29
2
Sieve: deleteheader now working with duplicate filter for implicit keep
Hello,
I have a rule to always delete a header. If the message gets fileinto'd,
the header is gone, but if it's delivered into the INBOX through
implicit keep, the header does not get deleted.
Interestingly, if I remove the "if duplicate" filter, the header does
get deleted as expected.
I'm using the latest Dovecot 2.3.11.3 / Pigeonhole 0.5.11.
Any idea why this is
2020 Aug 27
2
Submission proxy warning connecting to Exim
Hello,
When connecting to Exim 4.94, dovecot submission logs this warning:
dovecot[25235]: submission(alec)<25347><QNydV8+t+oMKAgAF>: Warning: smtp-client: conn localhost:25 ([::1]:25) [1]: Received invalid EHLO response line: Unexpected character in EHLO keyword
Looks like it doesn't like the underscore in "X_PIPE_CONNECT", since
it's neither "isalnum"
2019 Mar 24
2
Generating object files more efficiently
Hi,
XYZ is your actual architecture? Are you trolling?
Alec
2015 Jun 20
2
[LLVMdev] Code-generation: lang=>JSON, JSON=>lang and merging into lang
Possibly protobuf or capn proto would be much more clean alternatives to
json. I was working with interpreting instruction semantics a while back,
and you shouldn't have to write a parser to get the data structure back
into coherent form, you can get what you want automatically and have the
structure isolated into a common schema.
On Sat, Jun 20, 2015 at 9:22 AM, Stephen Cross <scross at
2019 Mar 26
2
Generating object files more efficiently
Thanks, Paul.
How do I generate the 'as'? When I look at the bin directory , there is an llvm-as that takes llvm assembly as input but no 'as'.
________________________________
From: paul.robinson at sony.com <paul.robinson at sony.com>
Sent: Tuesday, March 26, 2019 1:58 PM
To: mm92126 at hotmail.com; craig.topper at gmail.com
Cc: llvm-dev at lists.llvm.org
Subject: RE: