search for: theoffice

Displaying 12 results from an estimated 12 matches for "theoffice".

Did you mean: jeoffice
2008 Sep 19
2
Receiving errors via tagmail
I am trying to setup reporting using tagmail so that it will e-mail me when it receives errors running the catalog on a node. I setup my tagmail.conf with "err: me@theoffice" using the hint from Pulling strings with Puppet and I don''t receive any e-mails. If I switch "err" to "all" I get a flood of e-mails so I am pretty sure I have the basic''s right but am missing something. After a bit of googling I came across this puppet...
2010 Dec 01
1
Trying to configure a SIP software phone
I have been told that my logic in extentions.conf is wrong in trying to configure a SIP software phone called Express Talk (remote) . I'd like to make outgoing calls and calls to local extensions. Could someone please look at my configuration files at http://pastebin.com/ajp62wqF and see what I did wrong? Thank you, Gary
2010 Dec 10
1
Audio ports
I see in sip debug it says Audio is at port 10342 Express Talk suggests Audio at UDP 8000-8020 I've tried changing Express Talk to 10000 and forwarded 10000-10400. Is there a possibility Express Talk won't work in the 10000 range? Is it possible to limit Asterisk to 8000-8020? Thank you, Gary
2003 Jul 22
2
Error starting tinc (metasocket)
Hi, I'm getting this weird error in the logs when starting tinc "Creating metasocket faile: Address family not supported by protocol" I've tried explicitly putting AddressFamily = ipv4 in the tinc.conf file but it doesn't seem to make a difference. The IP's i'm using for the vpn are 10.0.x.x Thanks for your assistance, R. Schwarzenberg -------------- next part
2017 Feb 20
0
usb drives & Orico ORICO 9548U3-BK
...gory P. > Ennis > Sent: Sunday, February 19, 2017 12:31 PM > To: centos at centos.org > Subject: Re: [CentOS] usb drives & Orico ORICO9548U3-BK > > > > > > I decided to build an archive server for thepurpose of backing up > > other fedora/centos desktops at theoffice. I built a machine and > > have installed Centos 7.3 on it with all updatescurrent. I also > > purchased a 3.0 usb sata drive cabinet (OricoORICO 9548U3-BK) and > > installed two 5T black WDdrives. There was no problem installing > > the usb cabinet or the drives. Iform...
2010 Dec 09
1
(Fwd) Re: Configuring Softphone
Thank you for the reply. On 8 Dec 2010 at 13:38, Danny (Danny Nicholas <danny at debsinc.com>) commented about RE: [asterisk-users] Configuring Softphone: > -----Original Message----- > From: asterisk-users-bounces at lists.digium.com > [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Gary Kuznitz > Sent: Wednesday, December 08, 2010 1:27 PM > To: Asterisk
2010 Nov 22
5
Someone has hacked into our system
Someone has hacked into our system and is making calls overseas. How can I: 1. Find out the where the calls are originating from? 2. Block all calls that are not authorized? Our system is in the USA. Only calls from inside our LAN are allowed. Thank you, Gary Kuznitz -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Dec 02
2
Asterisk ports
Shouldn't Asterisk be listening on UDP port 5060? I'm working with an Asterisk installation running in Ubuntu. Asterisk is running but non of the phone are connecting. I ran netstat -a and I didn't see 5060. Am I supposed to see something listening? Thank you, Gary
2010 Dec 17
1
How to block everyone outside of our lan
I'd like to find out how to block everyone outside of the our LAN. The following phone call got through: 1. accountcode: Blank 2. src: Caller*ID number Blank 3. dst: Destination extension 901185294464086 4. dcontext: Destination context DLPN_DialPlan1 5. clid: Caller*ID with text Blank 6. channel: Channel used SIP/xxx-088c48d8 7. dstchannel: Destination channel
2011 Jan 13
1
SetVar Warning
I had lines 3 and 4 and added line 1 and 2 to extensions.conf exten => 106,1,SetVar(CALLFILENAME=${TIMESTAMP}_${CALLERID(num)}) exten => 106,2,Monitor(wav,${CALLFILENAME},m) exten => 106,3,hint,SIP/106 exten => 106,4,Macro(stdexten,106,${HINT}) I received this warning: WARNING[31463]: pbx.c:1832 pbx_extension_helper: No application 'SetVar' for extension
2011 Jan 13
1
Call hung up?
I currently have in extensions.conf: exten => 106,1,Set(CALLFILENAME=${TIMESTAMP}_${CALLERID(num)}) exten => 106,n,Monitor(wav,${CALLFILENAME},m) exten => 106,hint,SIP/106 exten => 106,Macro(stdexten,106,${HINT}) When I called x106 this was logged: -- Executing [106 at voicemenu-custom-4:1] Set("DAHDI/7-1", "CALLFILENAME=_xxxxxxx") in new stack --
2010 Dec 08
3
Configuring Softphone
Hi, I'm trying to get a softphone configured. In Sip.conf [general] I found an example that said I need: nat=yes localnet=192.168.xxx.xxx Is localnet supposed to be a LAN IP or a WAN IP? Thank you, Gary