similar to: Double DTMF digits

Displaying 20 results from an estimated 1000 matches similar to: "Double DTMF digits"

2004 Jun 26
1
IAX & FWD, No authority found?
Hi Folks, Just wondering if anyone can give me some pointers, I'm configuring Asterisk to talk to FWD's new IAX service. The asterisk server is behind an iptables NAT Firewall, with port 5036 forwarded: $IPTABLES -t nat -A PREROUTING -p udp -d $EXTERNAL_IP --dport 5036 -j DNAT --to-destination 172.16.20.200:5036 I can make outgoing calls just fine, but when I receive an inbound call
2016 Jun 30
0
DNS Suddenly breaking
On 6/30/2016 9:57 AM, Garland McAlexander wrote: > nslookup google.com <http://google.com> > ;; Got recursion not available from 192.168.1.236, trying next server > Server: 192.168.1.235 > Address: 192.168.1.235#53 > > Non-authoritative answer: > Name: google.com <http://google.com> > Address: 172.217.4.78 > > > Interesting little bit
2016 Jun 30
0
DNS Suddenly breaking
bus-ny-dc-01 ~]# dig google.com ; <<>> DiG 9.9.4-RedHat-9.9.4-29.el7_2.3 <<>> google.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 779 ;; flags: qr rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1 ;; WARNING: recursion requested but not available ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:;
2004 Apr 03
1
Direct connection to Packet8 without DTA
I found some old messages regarding a possible pkt8 DTA "bypass". Anyone is using Packet8 with Asterisk? ========== http://www.dslreports.com/forum/remark,7292324~root=voip~mode=flat Got Softphone Working with Packet8 Friendly name: {Anything you'd like.} SIP domain: packet8.net SIP proxy: packet8.net Leave everything else at the default. When you login, it will ask for a username
2016 Jun 30
0
DNS Suddenly breaking
On 6/30/2016 9:41 AM, Garland McAlexander wrote: > Hosts: > > 127.0.0.1 localhost localhost.localdomain localhost4 > localhost4.localdomain4 > ::1 localhost localhost.localdomain localhost6 > localhost6.localdomain6 > 192.168.1.235 bus-ny-dc-01.domain.domain.com > <http://bus-ny-dc-01.domain.domain.com> bus-ny-dc-01 > > > Resolv: > > #
2009 Jan 23
3
Packet8 hacked
Looks like www.packet8.com <http://www.packet8.com/> has been hacked :-( The phone service is offline as well. Interesting to note that the whois is showing an update today but doesn't look like details have changed. Domain Name: PACKET8.NET Registrar: REGISTER.COM, INC. Whois Server: whois.register.com Referral URL: http://www.register.com Name Server:
2016 Jun 30
0
DNS Suddenly breaking
On 6/30/2016 9:25 AM, Garland McAlexander wrote: > Yes, it's set up with 8.8.8.8 > > I'm able to ping it without issues, jut not able to resolve anything > externally. > > On Thu, Jun 30, 2016 at 9:09 AM, mathias dufresne <infractory at gmail.com> > wrote: > >> To get recursion working with internal DNS you only need to set up: >> dns forwarder =
2003 Jun 30
0
outgoing calls with packet8 and dta310 problems
I'm trying to get asterisk working w/ packet8 (incoming and outgoing) and a dta310 so I can have more control over voicemail. I've looked at the data stream coming from the dta310 and from packet8, but I haven't managed to get the phone to actually place invites through asterisk. On the asterisk end with chan_oss.so, I can make it dial and I hear ringing and the first second of
2016 Jun 30
2
DNS Suddenly breaking
nslookup google.com ;; Got recursion not available from 192.168.1.236, trying next server Server: 192.168.1.235 Address: 192.168.1.235#53 Non-authoritative answer: Name: google.com Address: 172.217.4.78 Interesting little bit about the "Recursion not available" On Thu, Jun 30, 2016 at 9:52 AM, lingpanda101 at gmail.com < lingpanda101 at gmail.com> wrote: >
2016 Jun 30
2
DNS Suddenly breaking
from both DC: dig google.com dig @8.8.8.8 google.com First dig will use resolvers declared into /etc/resolv.conf. Second dig forces usage of 8.8.8.8. Both commands should reply the same things, on all DC. 2016-06-30 15:58 GMT+02:00 lingpanda101 at gmail.com <lingpanda101 at gmail.com>: > On 6/30/2016 9:57 AM, Garland McAlexander wrote: > >> nslookup google.com
2004 Nov 29
1
Packet8 integration into Asterisk?
Hi John, I've been using Packet8 via a physical ATA and XP100 card for some time. As far as I know it is not possible to connect to the Packet8 service without the ATA. If this is not the case I would be very interested to hear this. In addition since moving to the USA I now only have a single packet8 line into my asterisk box (I used to have this and a 2nd regular pstn line) I used to be
2003 Apr 25
2
Packet8 New Area Codes and Rate Centers
I received a message from Packet8 last night telling me they added some new area codes. I took a look at their new area code/rate center finder page and it looks like the added a LOT of new area codes. They now have phone numbers available in almost every state. The URL for finding out which area codes and rate centers are available with Packet8 is at http://www.packet8.net/about/areacodes.asp
2016 Jun 30
2
DNS Suddenly breaking
Yes, it's set up with 8.8.8.8 I'm able to ping it without issues, jut not able to resolve anything externally. On Thu, Jun 30, 2016 at 9:09 AM, mathias dufresne <infractory at gmail.com> wrote: > To get recursion working with internal DNS you only need to set up: > dns forwarder = <IP of your main DNS> > > Is it configured? > > If yes and packets can go
2016 Jun 30
2
DNS Suddenly breaking
Hosts: 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 192.168.1.235 bus-ny-dc-01.domain.domain.com bus-ny-dc-01 Resolv: # Generated by NetworkManager search domain.domain.com nameserver 192.168.1.236 nameserver 192.168.1.235 Smb.conf: # Global parameters [global] workgroup =
2016 Jun 30
0
DNS Suddenly breaking
To get recursion working with internal DNS you only need to set up: dns forwarder = <IP of your main DNS> Is it configured? If yes and packets can go from your broken DC to "your main DNS" using TCP and also UDP, there is an issue. 2016-06-30 14:58 GMT+02:00 Garland McAlexander <garland at linear.nyc>: > It's samba internal DNS. Only one DNS zone, and it's
2004 Jun 21
3
Asterisk<>X100P<>Packet8
Noob here, my apologies in advance. Recently my employer decide to stop paying for my home POTS line, so I ordered packet8 for a home line instead of another POTS line, since I really dislike my local phone company, and the POTS line without any long distance would cost more than the $20 to packet8 with unlimited US calling. Anyway, this whole thing got me started thinking about VOIP a lot
2004 Oct 05
1
OT: Can I use a SIPURA with Packet8?
I have packet8 and I have spent many hours on the phone with them. If someone has found away around there DTA configuration I would like to know so I can bring it in house to my * box. But as far as your question is concerned. No. Not that I know of. They wouldn't give me any information about the configs. .o-------------------------------------------------------o. Brian Fertig Network
2003 Aug 16
0
Great concept but a few issues unresolved
The past week or so I have been experimenting with Asterisk and overall find it to be a nice software suite, although I have encountered some problems, and have found almost no documentation (For example in sip.conf I needed the commands fromuser= and fromdomain= and only figured out this was possible after spending a few hours browsing on the internet and reviewing some person's configuration
2005 Aug 19
1
Where did my DID's go??
Okay, first a little background - I've been with Packet8 since a month after they started. I found that we were outgrowing their services and decided to move to an asterisk box in the office. I found a service provider that offered me a reasonable rate. After a fair ammount of testing I decided to stick with their services and port my 3 primary DID's from Packet8 to the new service.
2016 Jun 30
2
DNS Suddenly breaking
It's samba internal DNS. Only one DNS zone, and it's domain.domain.tld. It'll function perfectly, and then cease to function at a random time. On Thu, Jun 30, 2016 at 5:31 AM, Mueller <mueller at tropenklinik.de> wrote: > What kind of DNS, bind or internal? > With bind an samba 4.3.4 I have an issue and I have to restart bind an > avahi: > s4slave named-sdb[8750]: