search for: kuznitz

Displaying 10 results from an estimated 10 matches for "kuznitz".

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: http://lists.digium.com/pipermail/asterisk-users/attachments/20101122/d91d5df6/attachment.htm
2005 Mar 21
2
Best Wireless configuration
...ould put between the router and the DSL modem? Possible solution #3 Is there a free end point on the internet I could connect to that would then pass me to the internet? (I have found VPN end points on the internet that cost between $8.88 and 10.00/mo) Any other suggestions? Thank you, Gary Kuznitz
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
...tal time call is up, 20seconds 15. disposition: What happened to the call: ANSWERED 16. amaflags: What flags to use: DOCUMENTATION In Sip.conf I have: deny=0.0.0.0/0.0.0.0 permit=192.168.1.201/255.255.255.255 All the other local phones here <snip> One WanIP address Thank you, Gary Kuznitz
2010 Dec 09
1
(Fwd) Re: Configuring Softphone
...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 Users Mailing List - Non-Commercial Discussion > Subject: [asterisk-users] Configuring Softphone > > The phone is finally registering. That's great. > > I'm trying to understand what all these lines in Ext...
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
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