Displaying 20 results from an estimated 699 matches for "munger".
Did you mean:
munged
2019 Mar 21
9
Paging systems?
...that they like that works with SIP?
We've got a client with an old paging system that (supposedly) just takes an rj11 POTS connection, but when we put an SPA Cisco adapter on it, it doesn't auto-answer the call, so paging never happens.
[cid:image001.png at 01D4DFF6.9C1F1AA0]
Michael J. Munger, dCAP, MCPS, MCNPS, MBSS
Microsoft Certified Professional
Microsoft Certified Small Business Specialist
Digium Certified Asterisk Professional
High Powered Help, Inc.
p:
678-905-8569
w:
hph.io<https://hph.io> e: mj at hph.io<mailto:mj at hph.io>
-------------- next part ---...
2007 Jul 26
8
IAX connections broken
Dear All:
I have several boxes that up and running just great, then we changed
internet equipment due to a lightning strike, now all my inbound IAX
connections (iax2 show peers) have unknown status. If I log into the
remote boxes, it says "Request sent."
The authentications haven't changed at all, and all the iax.conf
settings are correct. It looks like a firewall issue, but
2007 Oct 03
4
IAXy and hook flash transfer
...names of
the features
; to allow the channel to use separated by '#'. For example:
; Set(DYNAMIC_FEATURES=myfeature1#myfeature2#myfeature3)
;
;testfeature => #9,callee,Playback,tt-monkeys ;Play tt-monkeys to
;callee if #9 was pressed
Yours,
Michael Munger, dCAP
404-438-2128
michael at highpoweredhelp.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071003/8de3fcf4/attachment.htm
2008 Jan 19
3
New Polycom Provisioning Tool Released with BugFix
...the directory
creator to not work when there was an invalid character in the filename
of the csv.
I have also posted an FAQ: http://www.wintrisk.com/ppt.html#FAQ
Download the new one, and tell me what you think! It's free, and mildly
useful!
http://www.wintrisk.com/ppt.html
Yours,
Michael Munger, dCAP
404-438-2128
michael at highpoweredhelp.com
2007 Oct 04
4
Using PHP to reload extensions
...owever, if I run the script
from the command line, it runs just fine (works perfect, actually).
I think it is permissions related. Does anyone have any ideas?
<php
$output = shell_exec('asterisk -rx"extensions reload"');
echo $output;
?>
Yours,
Michael Munger, dCAP
404-438-2128
michael at highpoweredhelp.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071003/6362dd78/attachment.htm
2008 Feb 21
3
Pattern matching....
Will this work to match any number from the 770,404, or 678 area codes?
_[404|770|678]NXXXXXX
If this won't work, is there a pattern that will do this?
Yours,
Michael Munger, dCAP
404-438-2128
michael at highpoweredhelp.com <mailto:michael at highpoweredhelp.com>
Attachment encrypted? click here
<http://www.highpoweredhelp.com/tutorials/wincrypt/> .
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digiu...
2006 Mar 25
0
Linux box talks to XP Pro, XP Pro permissions deniedon LinuxBox
...UNIX user 'michael' or
'administrator' and thus, you are setting things up to fail.
Make all your UNIX/Linux users lower case (the logical easy thing to do)
or you can remap them using smbusers (totally unlogical way to do
things).
Craig
On Sat, 2006-03-25 at 12:58 -0500, Michael Munger wrote:
> Craig,
>
> Thanks for the reply. I appreciate it.
>
> getent passwd|grep Michael
> Michael:X:500:500:Michael Munger:/home/Michael:/bin/bash
>
> pdbedit -L Michael
> Michael:500:Michael Munger
>
> Everything there seems to be in order.
>
> Now, th...
2010 May 24
4
convert zaptel to dahdi?
...installed, and the pseudo device even shows up; however, dahdi show channels shows me nothing. There is a TE122 and a TDM800 in there, and neither show up.
dahdi show status shows both cards, and dahdi tools show that the cards are there, working, and have no alarms.
What am I missing?
Michael Munger, dCAP, MCPS, MCNPS, MBSS
High Powered Help, Inc.
Microsoft Certified Professional
Microsoft Certified Small Business Specialist
Digium Certified Asterisk Professional
michael at highpoweredhelp.com
2018 Oct 02
4
Per host key authentication
...Problem: I cannot control this on a per-technician basis. It's an
all or nothing thing.
How can I do this? (Looking at the configs, I think it's not possible...
or at least not possible in the way I am thinking about it). I am open
to suggestions / alternate tactics.
--
Michael Munger, dCAP, MCPS, MCNPS, MBSS
*Microsoft Certified Professional*
*Microsoft Certified Small Business Specialist*
*Digium Certified Asterisk Professional*
*High Powered Help, Inc.*
p: 678-905-8569
w: hph.io <https://hph.io> e: mj at hph.io <mailto:mj at hph.io>
-------------- next part...
2007 Dec 07
2
Open Asterisk Exchange Project
Is there anyone interested in developing an open source Asterisk / MS
Exchange solution?
Yours,
Michael Munger, dCAP
404-438-2128
michael at highpoweredhelp.com <mailto:michael at highpoweredhelp.com>
Attachment encrypted? click here
<http://www.highpoweredhelp.com/tutorials/wincrypt/> .
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digiu...
2006 Mar 25
1
Linux box talks to XP Pro, XP Pro permissions denied on LinuxBox
...the resource.
I have been through the HowTo, and the Troubleshooting section of the Sam's
book recommended in the docs section of samba.org. No firewall problems,
machines see each other fine. Network names resolve, subnet is fine, etc.
What am I missing?
Thanks in advance.
Michael Munger
2016 Apr 24
1
assign color to subsets
...set.
You can use:
df_tq <- subset(df, grepl("t1", Command))
df_t2 <- subset(df, grepl("t2", Command))
# if you want to also get a subset that has both, use
df_both <- subset(df, grepl("t1", Command) & grepl("t2", Command))
Jim Holtman
Data Munger Guru
What is the problem that you are trying to solve?
Tell me what you want to do, not how you want to do it.
On Sun, Apr 24, 2016 at 2:36 PM, <chalabi.elahe at yahoo.de> wrote:
> Thanks Jim,
>
> my problem is that in Command I have 2229 levels and I want to do subsets
> based...
2019 Mar 21
2
Paging systems?
...stem answer the call when it was used with the analog system?
You could propably "fake" those signals from inside asterisk, and cause it to answer.
Från: asterisk-users <asterisk-users-bounces at lists.digium.com<mailto:asterisk-users-bounces at lists.digium.com>> För Michael Munger
Skickat: den 21 mars 2019 20:00
Till: asterisk-users at lists.digium.com<mailto:asterisk-users at lists.digium.com>
Ämne: [asterisk-users] Paging systems?
Does anyone have an (overhead) paging system that they like that works with SIP?
We've got a client with an old paging system that (...
2016 Apr 24
0
assign color to subsets
...t. You can use:
df_tq <- subset(df, grepl("t1", Command))
df_t2 <- subset(df, grepl("t2", Command))
# if you want to also get a subset that has both, use
df_both <- subset(df, grepl("t1", Command) & grepl("t2", Command))
Jim Holtman
Data Munger Guru
What is the problem that you are trying to solve?
Tell me what you want to do, not how you want to do it.
On Sun, Apr 24, 2016 at 2:36 PM, <chalabi.elahe at yahoo.de> wrote:
Thanks Jim,
>
>my problem is that in Command I have 2229 levels and I want to do subsets based on the na...
2019 Feb 07
2
Please help with configuration
...e each other, for example I
will be able to access all webui's running on SERVER from CLIENT side?
For example, SERVER is running webui of Tvheadend on 192.168.0.4:9981 How
can I access that from CLIENT? Do I need to use iptables or routing?
Thanks,
drake
On Thu, Feb 7, 2019 at 6:26 PM Michael Munger <mj at hph.io> wrote:
> Local IPs of the client are irrelevant.
>
> The client should be configured to look for the host by domain name
> (/etc/tinc/yournetwork/hosts/EXAMPLESERVER should have the dDNS name in the
> Address directive) and the tinc.conf file should have that as...
2007 Aug 04
1
Connecting two Asterisk servers with a framerelay connection
What modules do you want on it?
Yours,
Michael Munger, dCAP
404-438-2128
michael at highpoweredhelp.com
________________________________
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of MOSBAH
ABDELKADER
Sent: Saturday, August 04, 2007 3:16 PM
To: asterisk-users at lists.digium.com
S...
2008 Feb 27
1
What causes SIP 486?
...hone.
I have the feeling there is a configuration in sip.cfg or mac.cfg that I
am overlooking. Any thoughts?
Calls per line key was set to 1, but I have set it to 2, and rebooted
the phone using sip notify Polycom-check-cfg and the extension for this
phone. Still no joy.
Yours,
Michael Munger, dCAP
404-438-2128
michael at highpoweredhelp.com
Attachment encrypted? click here
<http://www.highpoweredhelp.com/tutorials/wincrypt/> .
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/2008...
2018 Oct 02
2
Per host key authentication
...his already, but it can take up to 5 minutes to
cycle through every machine on the network - and some machines, which
are off, have a delay.
It would be nice to just disable the key at some central point and then
authentication / encryption / decryption just *break* for that bad actor.
Michael Munger, dCAP, MCPS, MCNPS, MBSS
*Microsoft Certified Professional*
*Microsoft Certified Small Business Specialist*
*Digium Certified Asterisk Professional*
*High Powered Help, Inc.*
p: 678-905-8569
w: hph.io <https://hph.io> e: mj at hph.io <mailto:mj at hph.io>
On 10/02/2018 05:18 PM, F...
2011 Sep 16
2
automatic selection of object without loop
Hello,
does anyone know the solution to this problem:
I imported a dataframe from Spss into R and saved it as an object called
"kinderrechte".
I have got the following command lines:
q1 <- kinderrechte[,"q0007_0001"]
l1 <- q0007_0001_l
now i would like to be able to change the column name in the first command
line (e.g. into q0007_0002) and to get R to automatically
2011 Mar 11
3
How to source a part of the file
I have a text file of R commands. Some times I only want to run a few lines
of the R commands in an existing R session and wonder whether there is a
simple way to do this.
To run a few lines in a new session of R, I could use sed to pick up the
lines from the file and pipe them into R.
source() does not allow me to specify which lines to be included/excluded.
Is there any function that is