Displaying 20 results from an estimated 300 matches similar to: "Performance of 'by' and 'ddply' on a large data frame"
2012 Aug 05
3
Voice Mail beep / tone detection
Though asterisk support AMD which is based on silence detection but I did
not found support of tone / beep detection in asterisk to record a voice
message for answering machines after detecting tone
Will appreciate any help in this regard
Best Regards
*Tahir Almas*
Managing Partner
ICT Innovations
http://www.ictinnovations.com
Leveraging open source in ICT
Unified Communication Telemarketing
2016 Mar 06
2
GSoC 2016
Respected Sir,
I am a MS CS scholar of Virtual University of Pakistan, I want to
participate in GSoC 2016 for LLVM. Data Science, Networks, Information
security, digital forensics and ethical hacking are my core areas of
interest.
Currently, I am working on a research project on live forensics of GPU and
volatile memories like RAMs and Caches.
I am looking forward your guidance to start my
2005 Dec 22
3
snom Firmware 5.0.
Hi,
Snom phones firmware 5.0 is now out. Try it if you like:
http://www.snom.com/wiki/index.php/Main_Page.
Regards,
---------------------------------------------------------------------
Usman Tahir
snom technology AG
www.snom.com
---------------------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2018 Dec 19
2
New features released in ICTBroadcast
Following new features are now supported by asterisk based
telemarketing software
Auto subscription / registration after call recipient press a key in voice
broadcasting
https://www.ictbroadcast.com/Subscription-Campaign-to-automatically-register-customers-at-website-with-Voice-broadcasting-Autodialer
There will be restriction to call a number in off time accordingly to
timezone of
2017 Feb 21
2
Which tool to automatically restart Asterisk ?
Why not to use Fail2ban
https://www.voip-info.org/wiki/view/Fail2Ban+%28with+iptables%29+And+Asterisk
*Tahir Almas*
Managing Partner
ICT Innovations
http://www.ictinnovations.com
http://www.ictbroadcast.com
Leveraging open source in ICT
On Tue, Feb 21, 2017 at 12:28 AM, Tzafrir Cohen <tzafrir.cohen at xorcom.com>
wrote:
> On Mon, Feb 20, 2017 at 11:36:24AM -0300, Victor
2016 Nov 16
1
BroadCom NIC not adding as PassThrough device
Hi Guys,
I am trying to add a Broadcom Physical NIC to a virtual Machine as
Passthrough device. However I am getting following error.
Error starting domain: unsupported configuration: host doesn't support
passthrough of host PCI devices
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 88, in
cb_wrapper
2023 Nov 20
2
Recommended sip providers
Interested to know a good wholesale sip providers for 15k concurrent calls
regards
*Tahir Almas*
Managing Partner
ICT Innovations
http://www.ictinnovations.com
Leveraging open source in ICT
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20231120/75b0e652/attachment.html>
2017 Feb 27
2
Which tool to automatically restart Asterisk ?
Sorry , I forget it for another monitoring tool monit that we have
used in our production systems to restart asterisk in case of asterisk
crash or halt.
I have attached a monit configuration for your reference. it will work
almost in all cases
This configuration will check Asterisk for following
1. will check for Asterisk process.
2. will check Asterisk via AMI
3. will check
2023 Nov 20
1
Recommended sip providers
On Monday 20 November 2023 at 12:14:11, Tahir Almas Dhesi wrote:
> Interested to know good wholesale SIP providers for 15k concurrent calls
You might want to specify a bit more detail, such as:
- which country are you located in
- do you require inbound DDIs (if so, in which region/s)?
- which countries' Caller ID/s do you need to present?
Antony.
--
These clients are often
2007 Apr 16
2
Discussion on wysiwyg-for-script-aculo-us-inplaceeditor-using-tinymce
Hi Valentine,
I am currently trying out your inPlaceEditor and I am happy with so
far as it helps with the CMS I am developing in Rails at the moment.
However, when you click cancel and go into in-place editing right
after again, the textfield does not switch into WYSIWYG mode anymore.
That behaviour is correct, because you do not disconnect the editor
instance form the DOM tree on cancel.
2007 Jul 24
1
MySQL components in asterisk-addons not being built
I'm trying to add MySQL CDR recording in Asterisk 1.4.6. I'm
following the instructions posted here:
http://www.voip-info.org/wiki-Asterisk+cdr+mysql
I have MySQL installed and it works fine - starts on stratup, I can
create DBs, tables and so on and I can connect through php. rpm -qa
indicates:
MySQL-server-5.0.22-0
MySQL-devel-5.0.22-0
MySQL-client-5.0.22-0
However I still get XXX
2007 Jun 22
0
[LLVMdev] df_ext_iterator in LiveIntervalAnalysis
On Thu, 21 Jun 2007, Fernando Magno Quintao Pereira wrote:
> I would like to make a suggestion. In the LiveIntervalAnalysis class,
> instead of numbering the instructions in the order in which basic blocks
> are stored in the machine function, use the df_ext_iterator. It will order
> the instruction according to the dominance tree (or it seems to be doing
> so). There are many
2007 Jun 22
0
[LLVMdev] df_ext_iterator in LiveIntervalAnalysis
Nice idea. Please also try using SmallPtrSet (with a sufficiently
large size) instead of std::set for traversal after everything is
working. Using std::set can really hurt compile time in case of large
basic block numbers.
Is there a way to dynamically adjust "SmallSize" based on number of
basic blocks in the function?
Evan
On Jun 21, 2007, at 10:20 PM, Fernando Magno Quintao
2007 Jun 22
4
[LLVMdev] df_ext_iterator in LiveIntervalAnalysis
I would like to make a suggestion. In the LiveIntervalAnalysis class,
instead of numbering the instructions in the order in which basic blocks
are stored in the machine function, use the df_ext_iterator. It will order
the instruction according to the dominance tree (or it seems to be doing
so). There are many advantages in doing this. One of them is that, once
you traverse the dominance tree
2008 Nov 07
6
Cannot get the libwrap patch work
Hello there,
I have been trying to make the patch work for libwrap(TCP
Wrappers) posted on http://dovecot.org/patches
<http://dovecot.org/patches%20Patch%20of%201.1> Patch of 1.1 but could not
get it work. Any help will be highly appreciated. After compiling and
running it I get error "Error: login_tcp_wrappers can't be used because
Dovecot wasn't built with
2007 Jun 22
2
[LLVMdev] df_ext_iterator in LiveIntervalAnalysis
Hi,
Just my two cents:
If I recall correctly, in some papers on the linear scan register
allocation people described that they tried different orderings for
instruction numbering, e.g. including DFS or based on the loop nesting
levels, etc. There was no clear winner though.
But let's see the numbers anyway. May be it really brings some improvements.
-Roman
Chris Lattner wrote:
> On
2009 Oct 18
4
Snom870 sidecar
Hi,
Watching Snom 870's video (http://www.youtube.com/watch?v=9e8hPxX0oDU), you
can see a new sidecar (phone extension) which seem very interesting.
Has someone details on this extension ?
Any release date or/and data sheet ?
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Nov 26
1
GLM and LM singularities
Hi-
I'm wrestling with some of my data apparently not being called into a GLM or
an LM. I'm looking at factors affecting fish annual catch rates (ie. CPUE)
over 30 years. Two of the factors I'm using are sea surface temperature and
sea surface temperature anomaly. A small sample of my data is below:
CPUE
Year
Vessel_ID
Base_Port
Boat_Lgth
Planing
SST
Anomaly
0.127
2006 Mar 24
8
Snom 360 problems
Anyone have a Snom they're happy with? How did you manage that? :)
I have a system of:
Asterisk 1.2.3
2 Wildcard TDM400P Rev I and E/F
1 Snom 360 + sidecar
~15 Sipura/Linsys SPA-841
~15 Grandstream 101
Everything (currently) is on the same network, not a router to be seen
between any two. Also everything, except the snom, is working sweetly.
The main problem is ECHO.. awful echo and
2004 May 12
5
2.05a firmware
where can I get the 2.05 firmware all i see is the 2.04 firmwares :-)
also anyone got a fix for the horrible speaker phone on the 200's