Displaying 20 results from an estimated 36 matches for "geekinter".
2015 Mar 12
1
packages.digium.com
On 11 Mar 2015, at 17:53, Matthew Jordan <mjordan at digium.com> wrote:
> On Wed, Mar 11, 2015 at 10:28 AM, Steven Howes
> <steve-lists at geekinter.net> wrote:
>> Anyone know where it?s gone?.. Appears to have been down all day.
> The hamsters should be running in their wheels again now.
Cheers Matthew. Give them some food from me.
Steve
2010 Jun 08
6
Out of Office
I will be out of the office starting
Wed June 9th and returning Wed June 16th.
Please contact Mary at mary at accessgate.net cell 407-267-1463
or Jonathan at jsnyder at accessgate.net cell 407-267-0056
or call our main number 888-227-9337.
2015 Mar 11
2
packages.digium.com
Anyone know where it?s gone?.. Appears to have been down all day.
Steve
2008 Nov 18
4
busy-level / busy-limit Asterisk 1.4.22
Hi to all
the busy-level / busy-limit setting in sip.conf is available for
Asterisk 1.4.22 ?
This is a piece of my sip.conf:
[202]
type=friend
secret=202
host=dynamic ; This device registers with us
username=202 ; Username to use when calling this device before registration
limitonpeers = yes
call-limit = 2
busy-level = 1
The directive busy-level is ignored....
I've also tried
2011 Apr 12
0
No subject
...ers
>
--bcaec50162a1b3c62e04a261609b
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
<br><br><div class=3D"gmail_quote">2011/5/3 Steven Howes <span dir=3D"ltr">=
<<a href=3D"mailto:steve-lists at geekinter.net">steve-lists at geekinter.net<=
/a>></span><br><blockquote class=3D"gmail_quote" style=3D"border-left: 1=
px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"=
>
<div class=3D"im"><br>
On 3 M...
2015 Oct 05
2
Fwd: Sublime Text License Key
The company making sublime text gets few thousands of dollars of notional
loss :)
On Oct 5, 2015 8:45 PM, "Steve Howes" <steve-lists at geekinter.net> wrote:
> Wonder what happens when an entire mailing list tries to use that key?...
>
> On 05/10/15 15:28, Optical Phoenix wrote:
>
> ---------- Forwarded message ----------
> From: *Sublime HQ Pty Ltd* <sales at sublimetext.com>
> Date: Wednesday, July 25, 2012
&...
2009 May 01
5
New system for recording - SCSI, SAS or SATA?
I'm in the process of specifying the hardware for some new Asterisk
systems which will be running a substantial number of conferences
with recording.
I was wondering what there is to choose between SCSI, SAS and SATA
disks, in terms of performance for this kind of application.
I will be using dual drives with kernel-based software RAID1.
Any advice from experience would be appreciated!
2013 Feb 04
1
CallerID external call after Attended Transfer
Hello,
using Asterisk 1.8.12.2
case :
I call with my cellphone to our public telephone number
Our receptionist answers the incoming call and does an attended transfer
to my colleague ( A )
Colleague answers and the receptionist tells him that I am on the other
side.
Receptionist transfers the call and I am connected to my colleague ( B )
My question is about the CallerID that the
2013 Jan 28
3
RPM updates
Hi All,
Who do I need to poke to get the yum repository / RPM files updated? The dahdi RPMs are not up to date with the CentOS kernel versions any more, it's making doing an installation a bit tricky due to dependancies, I'd rather not roll back / remove new kernels if I don't have to..
Cheers
Steve
2015 Mar 11
0
packages.digium.com
On Wed, Mar 11, 2015 at 10:28 AM, Steven Howes
<steve-lists at geekinter.net> wrote:
> Anyone know where it?s gone?.. Appears to have been down all day.
>
The hamsters should be running in their wheels again now.
--
Matthew Jordan
Digium, Inc. | Director of Technology
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
Check us out at: http://digium.com &...
2016 Apr 06
3
implementing asterisk call center.
hi all,
Can someone help me with a kind of howto build call center around asterisk
with all the necessary features like CTI, call recordings, call spying,
real time monitoring etc?
I will be glad if it is an open source code.
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Apr 06
2
IPkall
Does IPKALL still exist?
I am after a free SIP trunk - who is still giving these away these days?
As I noticed Stanaphone is no longer in business?
Regards,
Dean Collins
Cognation Inc
dean at cognation.net
<mailto:dean at cognation.net> +1-212-203-4357 New York
+61-2-9016-5642 (Sydney in-dial).
+44-20-3129-6001 (London in-dial).
-------------- next part --------------
2009 Jul 31
4
BT IP Exchange interconnect
Hi All,
Has anyone passed the tests using Asterisk:
http://www.btwholesale.com/pages/static/Products/Converged_Voice/IP_Exchange.html
I presume the same rules apply for scaling and possibly have
OpenSIPS/Kamailio on the front?
Thanks.
--
http://www.suretecsystems.com/services/openldap/
http://www.suretectelecom.com
2009 Dec 15
0
OT - SPA3102 - Provisioning with config file [SOLVED]
2009/12/15 Olivier <oza-4h07 at myamail.com>
>
>
> 2009/12/15 Steve Howes <steve-lists at geekinter.net>
>
>
>> On 15 Dec 2009, at 10:42, Olivier wrote:
>> > Unfortunately, it seems macro expansion doesn't occur in Line1 tab :
>> > when I type $A or $(A) or ${A} or $GPP_A or $UID1 in User ID field
>> > (in Line1 tab), asterisk receives a REGISTER mess...
2010 Oct 21
5
SIP Blacklisting
Hi,
Given the recent increase in SIP brute force attacks, I've had a little idea.
The standard scripts that block after X attempts work well to prevent you actually being compromised, but once you've been 'found' then the attempts seem to keep coming for quite some time. Older versions of sipvicious don't appear to stop once you start sending un-reachables (or straight
2013 Feb 24
3
Asterisk AMI - Create a daemon (background process)
I wanted to create a daemon (background process) in PHP. A daemon will use
socket to connect with Asterisk AMI to send events and listen the actions.
A daemon will also listen the commands from agents via HTTP, for example:
A agent pressed a hang up button on a browser - it will send http command
to a daemon. A daemon received a command and will then send Hang Up Action
to AMI.
How should a
2010 Apr 21
3
Asterisk choking on voice messages announcements
Hi Everyone,
I have a weired situation where calls in and out are proceessed all right
but when I dial *97 Asterisk is literally choking when it comes to
announcements like "Password" or "Call from 205-456-2222". Each one of those
announcements can take like 10+ seconds to finish with most of it not even
compoundable.
I run "top" and there is no heavy load on CPU or
2015 Oct 05
2
Fwd: Sublime Text License Key
---------- Forwarded message ----------
From: *Sublime HQ Pty Ltd* <sales at sublimetext.com>
Date: Wednesday, July 25, 2012
Subject: Sublime Text License Key
To: "opticalphoenix at gmail.com" <opticalphoenix at gmail.com>
Hello,
Thanks for purchasing a copy of Sublime Text! Your license key is:
----- BEGIN LICENSE -----
Dennis Wright Jr
Single User License
EA7E-819939
2009 Nov 19
7
AXVoice Server Hacked.. accounts info leaked
AXvoice server hacked. Here are few working accounts
USE XLITE to make calls....
Registrar/Proxy
magnum.axvoice.com:9060
Free Sample account....
username=xMaxwellSmartx
secret=thanksapache
username=woodsy
type=friend
secret=haramikuttasala
username=wumingzi
type=friend
secret=kickyourass
Enjoy!
B.R
BaBa Jigger
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Jul 01
3
Remote Party ID issue
Hi,
i have the same problem. Trying to use the dialplan function CONNECTEDLINE() this way
Set(CONNECTEDLINE(name)=${SIPPEER(${EXTEN},callerid_name)})
Set(CONNECTEDLINE(num)=${EXTEN})
ends with
[Jul 1 16:30:50] ERROR[3954]: pbx.c:2902 ast_func_write: Function CONNECTEDLINE not registered
Same happens trying function CALLEDID.
I am using Asterisk 1.6.1.20.
What do i