Displaying 20 results from an estimated 170 matches for "murf".
Did you mean:
aurf
2004 Dec 21
3
Bug, Feature, or Limitation?
...tely with asterisk....
But I am swiftly finding out, that ONLY one registers. The first one
to start running, gets to register with Asterisk, and the other is left
out in the cold. Am I seeing things right? Is this the way it should
be, or is something wrong?
Many thanks!
--
Steve Murphy <murf@e-tools.com>
Electronic Tools Company
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.digium.com/pipermail/asterisk-users/attachments...
2008 Jun 24
2
Warning: CDRfix branches about to be merged into 1.4, 1.6.0, trunk!
...g bugs, most of which are
regressions from 1.2. It is hoped that these fixes will solve most of
the
problems introduced by the various changes made in 1.4 and trunk,
without
losing the fixes made in those changes.
To test out these branches, you can:
svn co http://svn.digium.com/svn/asterisk/team/murf/CDRfix4
or
svn co http://svn.digium.com/svn/asterisk/team/murf/CDRfix6
The above commands will create a directory called
CDRfix4 (or CDRfix6) in the current directory, which
contains an entire copy of the asterisk source. You
can cd into this dir and do the configure/make menuselect/
make/make...
2006 Dec 19
1
AEL2 on Asterisk 1.2.4
...e to 1.4 to get
it though), but am having some problems upgrading/patching my asterisk
system. I am following the instructions on the wiki:
http://www.voip-info.org/wiki/view/Asterisk+AEL2#AEL2AnnouncementsandNews
But get the following error:
"'http://svn.digium.com/svn/asterisk/team/murf/AEL2-1.2/diffs.AEL2.patch'
refers to a file, not a directory"
This refers to the process of including the patch as described in the
first portion of the wiki page.
Am am still new to linux so the problem could be just me, but I believe
I followed the instructions. They are pretty sim...
2005 Jan 01
3
Announcements via IAX phones
...uenced list of sounds, but it would take a while to run serially thru
the list of phones to announce. This is unacceptable. It's all at once,
or it's useless.
Anyone have any ideas? I'm running short on them at the moment.
Seems asterisk is powerful enough to do anything... but this?
murf
--
Steve Murphy <murf@e-tools.com>
Electronic Tools Company
2008 Jun 11
2
Losing CDR(accountcode)
Hi,
I`m occassionally seeing CDR(accountcode)'s value empty at a place in my
diaplan where it was filled with some value a few lines before, with nothing
else having changed it.
It`s giving me headaches (as I rely on it for MySQL queries). Anything I
can do?
Mick
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Nov 03
1
Experiment: Dialplan size vs. Speed
...* applicable to both communities.
Since the report is fairly large, has a pretty graph, and the whole bit,
it was thought that posting on it a website, and letting you browse it
would be better than sending hundreds a 50K message.
http://www.asterisk.org/SpeedvsSizeExperiment
Hope you enjoy it!
murf
--
Steve Murphy
Software Developer
Digium
2009 Feb 09
0
[asterisk-dev] 1.4 and CDRs -- The Breaking Point
On Sat, 2009-02-07 at 15:51 -0500, Alexander Lopez wrote:
>
> > -----Original Message-----
> > From: Steve Murphy [mailto:murf at digium.com]
> > Sent: Saturday, February 07, 2009 1:59 PM
> > To: Alexander Lopez
> > Subject: RE: [asterisk-dev] 1.4 and CDRs -- The Breaking Point
> >
> > On Fri, 2009-02-06 at 12:28 -0500, Alexander Lopez wrote:
> > >
> > > Looks good so far bu...
2006 Oct 13
2
Re: Generate Random Numbers in dialplan
...on
Jon--
RAND really does work, but in trunk it's documented to use a comma to
sep min and max, which
is wrong. You have to use the vertical bar (|). Try it, it does work:
AEL snippet:
Set(junky=${RAND(0|99999)});
Verbose(Here is a random number: ${junky}.);
murf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3239 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20061013/fa5247cf/smime.bin
2006 Jan 13
2
AEL2 -- The Future --
...ng from the
extensions.conf method of programming dialplans to extensions.ael2.
If you don't think it will improve the quality of the code you write for
dialplans, or reduce your costs of dialplan development, then we'll
scrap the project and hand ourselves over to public humiliation. ;^)
murf
--
Steve Murphy <murf@e-tools.com>
Electronic Tools Company
2016 Sep 08
3
PJSIP Weirdness, or just my weirdness?
...urprises that
populate the universe!
I have a phone, that I sometimes cannot reach, connected via pjsip.
It can call other extensions just fine, it can call out over a
trunk to my cell, all is well, but getting a call? Forget it most of the
time.
Here is all the config relevant to that phone:
[murftest12]
type=aor
qualify_frequency=1992
max_contacts=2
[murftest12]
type=auth
auth_type=userpass
username=murftest12
password=SjU3
[transport-udp]
type=transport
protocol=udp
bind=0.0.0.0:57969
[murftest12] ; Cisco SPA514G mac=A4:93:4C:FE:1D:A2
type=endpoint
auth=murftest12
transport=transpor...
2008 Nov 23
14
CDR Design
I've taken the liberty of starting a new thread to discuss the design
of the Asterisk CDR mechanism. The discussion has been kindly
initiated by murf putting together a proposal:
http://svn.digium.com/svn/asterisk/team/murf/RFCs.
After reading the proposal I still don't think it's the right way to
go. To my mind adding more channel variables increases the complexity
in a situation that is already overly so. I think it's a mistake to...
2008 Jun 03
8
Any reason to *not* use AEL? (Also, MixMonitor q)
I am building a new Asterisk server here at the office, and I'm
wondering if there are any downsides to creating my dialplan with AEL.
It seems more intuitive (to me), but I'm not sure if there are any
pitfalls I need to be aware of first.
We use this for internal extensions, 8 pots lines, and our answering
service which gets about 500 incoming calls a day down our T1.
Also, one more
2008 Nov 22
5
CDR Desgin
I've taken the liberty of starting a new thread to discuss the design
of the Asterisk CDR mechanism. The discussion has been kindly
initiated by murf putting together a proposal:
http://svn.digium.com/svn/asterisk/team/murf/RFCs.
After reading the proposal I still don't think it's the right way to
go. To my mind adding more channel variables increases the complexity
in a situation that is already overly so. I think it's a mistake to...
2010 Nov 22
3
Is existing CDR in Asterisk is enough for complete billing
Hi everyone,
I am facing lots for problem with CDRs in 1.6 and above
versions,its shows wrong records when I do transfer(caller side and
calee side),callforward,call parking.Is the present CDRs in 1.6 is
enough for Complete billing.?What I need to do to make it proper.Please
help me on this.
Thanks
Nikhil
2010 Nov 07
3
Why are the hackers scanning for these?
...it number. I'm asking myself, why these numbers? Are they
looking
for a voip trunk? Or is it just like a serial number for the scan? What?
Here's some examples:
2648061411
3190339404
2685608247
3358171034
2092652562
2206598858
Just trying to follow the advice: "Know thy Enemy"
murf
Steve Murphy
ParseTree Corp.
57 Lane 17
Cody, WY 82414
? murf at parsetree.com
? 307-899-5535
Signature powered by
<http://www.wisestamp.com/email-install?utm_source=extension&utm_medium=email&utm_campaign=footer>
WiseStamp<http://www.wisestamp.com/email-install?utm_source=...
2019 Mar 25
3
[Bug 1328] New: Please allow ipset add and del via the /proc/net/xt_ipset mechanism
...ism
Product: ipset
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: default
Assignee: netfilter-buglog at lists.netfilter.org
Reporter: murf at parsetree.com
I measure the xt_recent hash table's speed to enter an ip into the hash, and
compared with ipset add speed. recent, via this method:
echo +<addr> >/proc/net/xt_recent/DEFAULT
is 13 times faster than ipset add <addr>
Now, ipset has these advantages against rec...
2006 Oct 14
1
Re: Generate Random Numbers in dialplan
...--
Forgive me, you didn't say which version you were using in your original
post
-duh-- I should have guessed. Nope, RAND is not in 1.2. But, if you are
desparate, you could steal the 1.4 RAND function, and redo the module
stuff
in it to work under 1.2; there are plenty of patterns to follow.
murf
>
> ----- Original Message -----
> From: "Steve Murphy" <murf@parsetree.com>
> To: <asterisk-users@lists.digium.com>
> Sent: Saturday, October 14, 2006 12:30 AM
> Subject: [asterisk-users] Re: Generate Rando...
2007 Jun 12
3
CDR changes in Trunk -- Transfers, CDRs, Life, and Everything
...but also the fields in CDRs created by CDRstart(), BTW).
I seek feedback from folks who have battled with CDRs to develop billing
applications, and those who plan doing so in the future. Participate or
be happy with the senseless mess that will surely result from your
non-participation!
murf
--
Steve Murphy
Software Developer
Digium
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3227 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20070612/496303c6/s...
2013 Dec 11
1
A Question about Management/Control Protocol Licensing
...ations licensed under any license you wish."
This probably originated some years ago, and I wonder if Digium or the
Asterisk
community might consider adding the OTHER management/control protocols to
this
list: ARI, and the ExternalIVR interface.
If not, it might be instructive to learn why!
murf
--
Steve Murphy
ParseTree Corporation
57 Lane 17
Cody, WY 82414
? murf at parsetree dott com <murf att parsetree dott com>
? 307-899-5535
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/2013...
2005 Jun 03
2
Everyone-- the scoop on Bison/Flex --
...cially if you were
counting on them for anything. There may be subtle differences in
behavior, that will puzzle or just plain confound you. A few extra
double quotes (") may be useful to you. Find the fine points in the
README.variables.
So, I hope you found it worth your while to read this.
murf
--
Steve Murphy <murf@e-tools.com>
Electronic Tools Company
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3317 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachme...