Re: [asterisk-users] SIP to IAX2 with delayed echo

2008-11-20 Thread Dave Platt
> Coming from outside the network, setting up for a couple rounds of > NATting isn't going to work well. They are not seeing it between > phones. Others, using the polycom phones have reported echo between two > SIP on a 4ms ping trip. Could this be due to a purely acoustic echo within the Polyc

Re: [asterisk-users] lock SIP Account after too many failed logins

2009-01-09 Thread Dave Platt
>> I want to detect brute-force password hacking attacks - thus if there >> are too many failed login attempts for a SIP account I want to "lock" >> this account. > >> Does somebody have any ideas how this could be implemented? The usual method (I think) is to monitor the log files, and detect re

Re: [asterisk-users] Simple CDRs

2009-01-09 Thread Dave Platt
> I may be over simplifying but I would have a serial number object that > gets incremented anytime it is called and will be set to 0 at start-up. > I would then use it to generate a UUID like this: > MAC.serialid.64bit timedate I suggest reviewing RFC 4122, which discusses UUID formats in some

Re: [asterisk-users] VPN and Asterisk

2009-02-07 Thread Dave Platt
> One of my user was asking, can he use VPN to access asterisk ? > What does it mean ? > > And its possible ? > > How ?VPN Yes, it's possible. As one example: I have the OpenVPN software installed on my Asterisk server, and on my Nokia N810 wireless Internet tablet. The tablet is configured to u

[asterisk-users] WiFi SIP phone w/VPN?

2009-02-12 Thread Dave Platt
> Hi, all. My subject line says it all: is there a WiFi SIP phone with VPN > abilities? Failing that, a WiFi phone that runs Linux? I already know > one phone that does meet my requirements -- the iPhone. The new software > comes with a Cisco VPN client, and a SIP client can be had from > third

[asterisk-users] Delaying SIP disconnect after incoming call hangs up?

2008-06-10 Thread Dave Platt
I'm looking for a way to delay the disconnection of a call to a SIP extension (or pad it with silence) for a few seconds, after an incoming call to that extension hangs up. Rationale: I have an Asterisk PBX (current 1.4.20 codebase), with a Leadtek BVP8051S ATA hooked to an analog phone which has

Re: [asterisk-users] TOS and security

2008-07-18 Thread Dave Platt
> I'm preparing for a client install of * by doing a fresh one in-house. > Unlike my earlier installation that runs asterisk as superuser, my > current experimental box runs without such privilege. This is causing > it to moan that it can't set TOS. I absolutely don't want to install it > on

[asterisk-users] FWD $30 membership-fee

2008-08-07 Thread Dave Platt
> I just received an email notice from FWD about $30 membership fee. > My question: Is the email genuine? Did anybody else receive it? > > I'm just trying to be sure that it is real and not a scam. > The (FWD) does not do anything to authenticate such emails (implementing > GPG/PGP signature etc.

Re: [asterisk-users] life safety system and VOIP

2009-02-17 Thread Dave Platt
> In Florida some new subdivision developers have sold the > phone/cable/internet rights to a provider. They run fiber to each house > and then have the uplink to provider which isn't a traditional telco. > You can't get another provider as satellite dishes are limited in > covenants and restrictio

Re: [asterisk-users] Is there a public blacklist of hackers' IPaddresses?

2009-03-26 Thread Dave Platt
> SIP was written in such a way that the hashes it sends for passwords > could, with only a trivial rewrite of the server code, be SHA1 instead > of MD5 -- which would increase security to the level that, currently, it > would be far more trouble than it's worth to even bother to attempt to > crack

Re: [asterisk-users] asterisk-users Digest, Vol 58, Issue 17

2009-05-07 Thread Dave Platt
> BTW, can someone explain to a libart major like me (;-)) where echo > comes on in a telephone conversation? I seem to recall it's due to the > length of the line between the CO and the local party, but I'm not > sure. I'll try. Echo occurs when part of the signal traveling in one direction on t

Re: [asterisk-users] QoS & VPN

2009-05-08 Thread Dave Platt
> I would think that VoIP over VPN is a bad idea as UDP packets need to be > in realtime not corrected by the TCP of the VPN. That depends very much on the VPN in use. OpenVPN doesn't suffer from this problem. Although it's SSL-based (and one might think it does everything through SSL-over-TCP)

Re: [asterisk-users] Echo and static on PRI with errors

2009-07-01 Thread Dave Platt
> Could someone tell me how to set which IRQ the ISDN card picks up? It's a multi-stage process. Each PCI slot has four interrupt pins: INTA through INTD. A PCI card can choose to use any of these four (or even more than one of them, as some multi-port serial cards do). Most PCI cards use only

Re: [asterisk-users] IPKall and FWD

2009-08-25 Thread Dave Platt
> Searching their "support" forum, posted today is the fact they are > discontinuing any VM The message saying that they are discontinuing their offering of voicemail was posted on August 24, 2007 - two years ago. That doesn't seem to be a new issue. ___

Re: [asterisk-users] New thread - SIP over VPN

2009-09-26 Thread Dave Platt
>> Isn't an SSL based tunnel all TCP? > Not in the case of OpenVPN. I'm not sure about the commercial > offerings. Correct. My recollection is that OpenSSL uses TCP for the setup and management of the tunnel (e.g. authentication and key exchange) and uses UDP to carry the actual payload... e

Re: [asterisk-users] OT - How to organize TFTP root directory ?

2009-10-24 Thread Dave Platt
> Great idea ! > I didn't know it could be possible to run several instances of xinetd, each > binded to a specific IP address. > Is this specific to xinetd or does openbsd-inetd also support this feature ? > Anyway, I'll check this in openbsd-inetd doc myself and (hopefully) report > my findings

Re: [asterisk-users] SIP source address error

2009-11-12 Thread Dave Platt
> It's set to bind to 0.0.0.0, which IIRC is nothing strange. > > The question remains: how can a remote Asterisk server be receiving > SIP packets that still contain the private net IP address of a client? It sounds to me as if the client hasn't been told to use its gateway's public IP address

Re: [asterisk-users] Asterisk throws error using the alsa module

2009-12-08 Thread Dave Platt
> [Dec 8 18:24:48] ERROR[10571]: chan_alsa.c:693 alsa_read: Read error: Resource temporarily unavailable I agree, this looks like some form of conflict for the sound device. The first thing I'd suggest doing, is trying to reproduce the error with a command-line tool, with asterisk out of the loo

Re: [asterisk-users] Asterisk throws error using the alsa, module

2009-12-14 Thread Dave Platt
>> See if it plays back properly. > > Running aplay as asterisk user seems to be no problem: > > aster...@puppy$ aplay /usr/share/sounds/alsa/Front_Center.wav > Playing: WAVE '/usr/share/sounds/alsa/Front_Center.wav' : Signed 16 bit > Little Endian, Rate: 48000 Hz, mono > aster...@puppy:~$ aplay

Re: [asterisk-users] Asterisk throws error using the alsa, module

2009-12-14 Thread Dave Platt
> this i got from syslog: > > puppy:~# grep pulse /var/log/syslog | tail -3 > Dec 14 20:32:45 puppy pulseaudio[25967]: main.c: Unable to contact D-Bus: > org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch > terminated abnormally without any error message > Dec 14 20:32:46 puppy puls

Re: [asterisk-users] odd issue with the with SIP over VPN

2010-01-24 Thread Dave Platt
> I've run into a odd issue where inbound calls to the SIP client work > fine, but outbound from the SIP client do not. > > The path between the client and the server is as below. > > N900 SIP client <-- OpenVPN --> Asterisk > > The version of Asterisk in question is 1.6.0.18. > > Any suggestio

Re: [asterisk-users] OpenVPN on phones?

2010-02-04 Thread Dave Platt
> Anyway - is there someone out there that know the behaviour of OpenVPN in > regards of retransmits and such? A VPN that retransmits will at some point > hurt you if you transmit media over it, especially if you scale it up. OpenVPN is well-behaved in that way. It uses SSL over TCP for its "ad

Re: [asterisk-users] Asterisk 1.6 and OpenVPN RTP problem

2010-03-24 Thread Dave Platt
> Hello All, > > I have installed Asterisk 1.6 with openVPN in the same machine. I have set > up a VPN connection between 2 SIP clients and Asterisk using x-lite. > > The 2 clients connects to Asterisk. SIP signaling goes ok over the vpn > tunnel. > > When attempting to make a call between the c

Re: [asterisk-users] Asterisk 1.6 and OpenVPN RTP problem

2010-03-25 Thread Dave Platt
> Thank you for your reply. > > > The first proposed solution has resolved the problem for a test in the local > network. Another test is planned today later with a client in the same NAT > and another in the public internet with a public static ip address. > > Do you have any advice for that ca

Re: [asterisk-users] Using Firewall to protect Asterisk

2011-07-15 Thread Dave Platt
>> > I need to keep out all connection from 5 countries, which originate >> > most of the Denial of Service attacks. The entries are around 9000 if >> > used as xx.xx.0.0/16. I heard that there is a smarter way to do this >> > by using User Tables in iptables, that will keep the speed equal to >>

Re: [asterisk-users] Strange network issue

2011-07-22 Thread Dave Platt
> They've got a bunch of Grandstreams that seem to be rock solid... until > 7:00pm. At 7:00, some of the phones become unavailable, and stay down. Call > quality is solid almost all the time. But right at 7:00, things go bad. > Only > some of the phone lines go down and they stay down until

Re: [asterisk-users] Looking for ideas for nice **Asterisk** home phone system

2011-08-26 Thread Dave Platt
> Great discussion, all of it. Thanks, people. > > How much power does the home asterisk box need ? > > I'm using Asus Eee Box (1012Ps) as Myth front ends in another project. > About $280 with 320 Gb hard drive and 2 GB RAM. Atom 510 processor. Built > in Wifi. Nearly silent. Runs F15 nicel

Re: [asterisk-users] single registration per user

2011-09-19 Thread Dave Platt
> Is about outgoing calls from multiple devices with the same username at > aprox same time. The overwritten is for incomming calls. I want to prevent > using the same account in multiple devices at same time. The solution with > IP will not apply because users may be behind nat or will change ever

Re: [asterisk-users] Walkie talkie to sip phone interfacere:

2011-11-30 Thread Dave Platt
> I've been trying to find a solution that would allow our sip phones to > communication with walkie talkies. Our setup is that we have sip phones > setup in 2 locations, headquarters and dome. We can communication from > headquarters and dome through sip phones, but within the dome we have >

[asterisk-users] Line noise/hiss on Openvox A400P card on FXO

2012-03-01 Thread Dave Platt
> 5. Placing ferrite cores on the phone cables. Do either of the phone lines in question have DSL on them? If so, a ferrite core (which will block common-mode RF signals) probably won't help much, if at all. DSL is a differential-mode signal, and its frequency content starts down in the tens of

Re: [asterisk-users] how to show used "wrong password"

2012-03-13 Thread Dave Platt
> Ouch. That isn't going to be so easy to spot, then! You would have to guess > a bunch of likely passwords, fake up a challenge with some known nonce, and > compare the response against those you would expect with each of the various > possible passwords. (You've already got the Source Cod

Re: [asterisk-users] Fwd: RTP stats explaination

2012-05-18 Thread Dave Platt
> In our app we do not forward packet immediately. After enough packet > received to increase rtp packetization time (ptime) the we forward the > message over raw socket and set dscp to be 10 so that this time > packets can escape iptable rules. > >>From client side the RTP stream analysis shows

Re: [asterisk-users] chan_sip sending from wrong source, address when multiple interfaces are used

2012-07-12 Thread Dave Platt
> I must be missing something. If a phone sends a UDP packet to > 192.168.1.1, how does that get routed to (arrive at) the 10.0.2.1 > interface on the Asterisk server? The only way I can imagine that > happening is if a router in between the phone and the server has been > told that 192.168.1.

Re: [asterisk-users] I can hear my own voice through the headset

2012-10-04 Thread Dave Platt
> Here is my IP-PBX setupmy setup is : sips softphone <-> asterisk <-> xorcom > PSTN gateway <-> pstn line to telcoi'm using xlite for windows > when I make a phone call (sip - outgoing channel),I can hear my own voice so > clear. it's very annoying mewhen talking a little loud... any solution?

Re: [asterisk-users] SoftHangup for emergency calls

2012-10-12 Thread Dave Platt
> Setting up a group of analog lines to use for outbound emergency calls > (911). My current dial plan and debug output shown below. It appears > that when the SoftHangup() is executed that the line does not really > hang up. In the case shown, I had reduced the group to a single DAHDI > (an

Re: [asterisk-users] IAX2 over OpenVPN connection.... working but

2012-12-10 Thread Dave Platt
>> Here's where I am baffled and I am hoping someone with intricate >> knowledge of this implementation may be able to explain it to me. What >> we had to do to get this working was to set the host= parameter to the >> respective endpoint IP's of the VPN tunnel, 172.10.1.1 in my case, and >> 172.1

Re: [asterisk-users] TCP port, VPN and resolving the cutting voice problem

2010-11-30 Thread Dave Platt
> I know understand the latency due to the resending .. But if the link was > have a good speed internet, then resending will make a big latency? > > Maybe this latency better than having a cutting voice? Fundamentally, TCP's congestion-avoidance and loss-recovery logic simply won't work well w

Re: [asterisk-users] [headset/mic] Volume too low + echo in *

2010-12-07 Thread Dave Platt
> I'm having the following problem when using a headset on XP > connected to an on-board Realtek soundcard on an AsusTek M2N68-AM Plus > motherboard: > > - Using any sound recorder (Windows', Audacity, XLite), the level is > just too low when speaking at a conversational level, even with the

Re: [asterisk-users] [headset/mic] Volume too low + echo in * (Gilles)

2010-12-08 Thread Dave Platt
> > Different brand/model, but similar as they are both el cheapo, > entry-level headsets. I tried using them on a laptop, and I get > marginally better microphone output, even with its volume cranked all > the way up + automatic gain control enabled. > > I guess those on-board soundcards by Real

Re: [asterisk-users] problems inserting dahdi modules using Debian Leni

2011-01-05 Thread Dave Platt
> FATAL: Error inserting dahdi (/lib/modules/2.6.26-2-686/dahdi/dahdi.ko): > Unknown symbol in module, or unknown parameter (see dmesg) > [25991.968325] dahdi: no symbol version for crc_ccitt_table > [25991.968330] dahdi: Unknown symbol crc_ccitt_table I think the message "no symbol version for cr

Re: [asterisk-users] context problem

2011-01-20 Thread Dave Platt
> I may be wrong here, but I think you can only register once. The last > registration received will overwrite the first one. You will need to > specify a second entry and register that one separately. This is the > same reason you cannot register two devices to the same extension. Yes, that's

Re: [asterisk-users] Asterisk on Debian Lenny with timerfd

2011-01-24 Thread Dave Platt
> In the meantime, does anyone have a nice way to update a stable/stock lenny > installation with the updated glibc as well as the latest kernel Scary and risky, as others have noted! There is an official "backports" release kit associated with Debian, which contains newer versions of many packa

Re: [asterisk-users] Asterisk on Debian Lenny with timerfd

2011-01-24 Thread Dave Platt
> I know this is an {*} list but does anyone know if simply adding the Squeeze > repository to my sources.lst and running an 'aptitude > upgrade/safe-upgrade/full-upgrade" will just upgrade Lenny -> Squeeze > without me having to rebuild the system from scratch? In my experience: you're likely t

Re: [asterisk-users] Hide the plain text password

2011-02-15 Thread Dave Platt
> How about encrypt the whole hard drive? > > If I built a server and give to other people, there is no easy way to > stop them reset the root password or just mount my drive to read > everything on it. But if build an encrypt OS then it will be secure. It will be more secure. However, you (

Re: [asterisk-users] 1.8.3 - IAX - echo - jitterbuffer

2011-03-07 Thread Dave Platt
> I'm using iaxagent on a Droid X to connect by IAX to 1.8.3 at the > office. 1.8.3 has sip phones. The audio is fine on the Droid X side. On > the office side, they hear an echo of _their_ speech, not mine. > > The office uses sip-providers generally without any echo problem. > > Where do I st

Re: [asterisk-users] How to stop intruder from registering sip?

2010-06-13 Thread Dave Platt
> If you leave your asterisk box open to the world with passwords like > you deserve to be hacked.. Well, without making a moral judgment, I will agree that you are *going* to be hacked if you do this! The O.P. seems to have made two (fairly common) mistakes: - Used a "secret" so obvious t

Re: [asterisk-users] How to stop intruder from registering sip?

2010-06-14 Thread Dave Platt
> As I mentioned, I'm not inclined to mess with the secrets, too much > hassle for users. I'm afraid that I have to consider that attitude to be a bit like saying "It's too much hassle for us to insist that our employees lock their desk drawers and the front door... or wash their hands after goi

Re: [asterisk-users] one for your filters

2010-06-23 Thread Dave Platt
> I'm still trying to figure that out. Our SIP usernames are seven digit > phone numbers, so not really difficult to guess, but the passwords are 7 > char alpha-numeric strings, auto generated. We don't at present restrict > people to their addresses, as some are dynamic. If they're randomly

Re: [asterisk-users] one for your filters

2010-06-23 Thread Dave Platt
> I'm still trying to figure that out. Our SIP usernames are seven digit > phone numbers, so not really difficult to guess, but the passwords are 7 > char alpha-numeric strings, auto generated. We don't at present restrict > people to their addresses, as some are dynamic. If the extension in

Re: [asterisk-users] How to stop intruder from registering sip?

2010-07-01 Thread Dave Platt
> That would only be true if you used random characters in your 17-character > passphrase. In fact, English text has somewhere between 0.6 and 1.5 bits of > randomness per letter, whereas an SHA1sum has no more than 4 bits of > randomness per letter. Let's assume the higher number of randomness f

Re: [asterisk-users] MAC Address prefixes of Voip equipment

2010-07-12 Thread Dave Platt
> Is there a database of MAC address prefixes used the common VoIP > devices. I see the Linksys Sipura devices state with 00:0E. > > Does the same apply to other Linksys VoIP equipment? The Ethernet prefixes ("OUIs") are three octets long. Linksys / Cisco has been assigned a number of OUIs, one

Re: [asterisk-users] What can make G.729a codec hostid change?

2010-09-07 Thread Dave Platt
> Yes. Just the lone integrated NIC that's always been there. NO hardware > changes. Still eth0 with the same MAC address. Do you have any additional, "soft" network interfaces defined? For example, have you enabled OpenVPN, and thus loaded either the "tap" or "tun" network-interface drivers?

Re: [asterisk-users] OpenVPN tunnel and one-way audio - Do I still need a SIP proxy? (bruce bruce)

2010-09-23 Thread Dave Platt
> I don't think it's an endpoint issue. I think the SIP packet headers get > over-written by the tunnel (openvpn) protocol. I'd be rather astonished if OpenVPN itself were responsible for this. As far as I know, OpenVPN doesn't do higher-level-protocol rewriting of any sort. It just provides the

Re: [asterisk-users] Asterisk 1.62.13 - CPU spikes every 10 minutes

2010-09-27 Thread Dave Platt
For what it's worth... I also observed an unusually high level of CPU activity on my small (home-system) Asterisk installation, shortly after I switched to 1.6.2.13. The pattern in my case was (as best as I could tell) a CPU load of 2% to 10%, pulsing upwards every few seconds. I couldn't resolve

Re: [asterisk-users] TDM 400p and Noise on the line

2010-10-11 Thread Dave Platt
> Hi > > I wonder if anyone has any sugestions > > > I have had a TDM400 for a couple of years, and I have always had problems > with noise on the line, so tonight I have been doing some research and have > found that if I load the CPU dahdi_test has almost perfect results and no > noise > >

Re: [asterisk-users] Is Asterix right tool for me?

2010-10-20 Thread Dave Platt
> Hi , > I am a newbie with Asterix and not sure if Asterix is a right tool for my > needs. > > Let's suppose this scenario : > I have a telephone line in one office( all calls are paid to telephone > operator). > In other offices I have only internet connections. > Is it possible to use Asteri

Re: [asterisk-users] sip register peer (the quest for near 100% availability)

2013-01-31 Thread Dave Platt
> Is there any way to force this? I have several user agents and I want to > achieve > near 100% availability for all peers. I realise that the peer will be 'woken' > up > at my qualify intervals, but can I actually force registration from the CLI? For those peers which are at known, fixed, pr

Re: [asterisk-users] Tired of dropouts and garbled phone, calls - where to go next?

2013-10-28 Thread Dave Platt
> In my case, I have good incoming quality and terrible quality going out. > That is, I can hear people perfectly well but they complain that my > voice drops out and is garbled regardless of who places the call. This suggests to me that you may have congestion problems in your "upstream" traffic

Re: [asterisk-users] g726 transcoding

2014-02-11 Thread Dave Platt
> Just checking the transcoding on our Asterisk boxes and I get the > following results. > I have the g726, ilbc and lpc10 formats and codecs enabled in 'make > menuselect' so I dont understand why its showing as no translation path. > Any ideas? Are the modules actually loaded? Try doing a "m

Re: [asterisk-users] recording in mp3

2014-07-02 Thread Dave Platt
> Problem with this is client needs to listen to the call recordings and my > interface will only display .wav or .mp3 so they will moan if they have to > wait until the next day for today's recordings If you're up to writing a bit of shell script, and are running on Linux, you could automate t

Re: [asterisk-users] PBX hacked: why hundred of calls to the same number ?

2014-10-02 Thread Dave Platt
> Is the destination Number like Country Code +972? > > +972 59 xx(x) mobile - Jawall [moving to 7-digit subscriber numbers] > > source - http://www.wtng.info/wtng-972-il.html > > My SIP Proxy logs all the unauth. INVITEs and I found the a lot calls go > to the Country code +972 xx

Re: [asterisk-users] Investigating international calls fraud

2015-01-28 Thread Dave Platt
> Hmm the calls are made during the day (and sometimes very early in the > morning). Right now it looks like someone actually made these calls. If > that is the case it's somewhat comforting to know the system wasn't > compromised. However, the $25,000 phone bill still remains. Yikes. $6.25 > per m

Re: [asterisk-users] sedwa...@sedwards.com causes me to be knocked off the list

2015-06-03 Thread Dave Platt
> Someone on this list uses the address @sedwards.com > > I doubt this is their actual email address as there is no MX record for > sedwards.com and I can't find registration for their domain either. > > Part of my mail servers reject these emails because they cannot be > replied to, or are li

Re: [asterisk-users] Can Asterisk help me with some requeriments, of my current project?

2015-06-09 Thread Dave Platt
> 1 - My SIP server (Asterisk) will have some SIP clients registered in its SIP > registrar. Let's say 6 SIP clients. In my project I have to implement a way > of a SIP client making a call to a number and all others 5 SIP clients ring. > That is, the others 5 SIP clients must receive the SIP IN

Re: [asterisk-users] Connecting peer if the peer is already connected

2015-06-10 Thread Dave Platt
> Now I have the problem for my cellphone... I need to register from almost any > IP (at least in Europe), so I can't restrict it. > Well, the password is NOT simple and random. > > Now, I tried to register the user of my cellphone using a PC, as my cellphone > was already registered. > And Aster

Re: [asterisk-users] Asterisk encrypted authentication for clients

2015-10-31 Thread Dave Platt
> Thanks Jeff, just to confirm, password are not sent in plain text? I > want to safeguard against man in the middle attacks, sniffing traffic of > clients. That's correct. The way it works is: - Both the client, and Asterisk, know what the password is. - The client sends a SIP message whi

Re: [asterisk-users] 11.21.0 : echo woes : can't installcanceller (sean darcy)

2016-01-31 Thread Dave Platt
>OK. Maybe an echo canceller won't make any difference. But why does the >remote side _always_ hear an echo if we use a local dahdi extension, >and _never_ when we use a local SIP extension ?? The echo that the remote called hears, might be of either electrical or acoustic origin. If electrical,

Re: [asterisk-users] Removing mailbox and password prompt for voicemail

2016-08-01 Thread Dave Platt
> I am using ODBC realtime storage with Asterisk. Currently, with no password > set, a user can dial the voicemail number to retrieve their own voicemail, > without needing to enter a password (without hearing the password prompt). > However, there is still a 'mailbox' prompt played, and if a diff

Re: [asterisk-users] Multiple phones when one is unregistered

2016-09-01 Thread Dave Platt
> So does the Dial command go directly to the registered device or does > it use the extension? If you've given the Dial() command the SIP/user1 format, it will attempt to dial directly to the SIP device/phone/endpoint you specify. If you specify SIP/user1&SIP/user2&... it attempts to dial dire

Re: [asterisk-users] Disallow CALLS without registry

2017-02-11 Thread Dave Platt
>>> so the main question is -- how to Disallow CALLS without registering >>> on PBX > In fact, I'm not sure that it's actually possible to disallow [authenticated] > calls from a peer that hasn't registered! > > As far as I can tell, 'registration' was never intended to be part of the > authen

Re: [asterisk-users] SIP Trunk over Proxy (matching ip of outbound proxy in incomming calls)

2017-05-23 Thread Dave Platt
> Not sure maybe there's a better solution but I thought about using another > peer with type=user for incoming connections. That's what I've done for my connection to the service provider I use (Vitelity), as they have different inbound and outbound hosts/proxies. This works fine. -- _

Re: [asterisk-users] OT: Explain where mailing list bouncing comes from ?

2017-06-16 Thread Dave Platt
I'm not sure of the precise specifics of how Digium runs the list, but this sort of problem has been a "known issue" with mailing list distributions ever since SPF and similar technologies showed up, almost a decade ago. DomainKeys and DMARC makes it more of an issue, but the overall problem is no

Re: [asterisk-users] Asterisk pjsip registration issues

2017-09-26 Thread Dave Platt
> Hey all > > I am trying to register a PJSIP server on our office to an Asterisk 11 > chan_sip server in a datacenter. > > I keep getting > WARNING[18084]: res_pjsip_outbound_authenticator_digest.c:178 > digest_create_request_with_auth_from_old: Host: 'XXX.XXX.XXX.XXX:5060': > Unable to creat

Re: [asterisk-users] Audio Dropouts During Call

2018-04-03 Thread Dave Platt
> I looked at your network diagram. Try checking the configuration of the > Ethernet ports on the firewall and the Asterisk box. Make sure they are > set to auto-negotiate and not set to a fixed speed and fixed duplex. > I have found in the past that if one end of a link is expecting auto- > negoti

Re: [asterisk-users] Audio Dropouts During Call

2018-04-04 Thread Dave Platt
>> A good Ethernet cable-pair tester can spot such things pretty quickly. > > I disagree. > > *Certainly*, incorrect pair terminations can cause the sort of problems > described, however I haven't yet come across a cable tester which can > identify > that a cable correctly connected from end t

Re: [asterisk-users] recording not working to NFS

2021-10-16 Thread Dave Platt
I did not explain myself well, for this I apologize. The files never appear on the NFS mount, only in the local drive. Restarting Asterisk with the mount on does not fix it. Asterisk simply ignores the mount and writes to the local drive. But the mount is fine, I can create a dir and it appears

Re: [asterisk-users] recording not working to NFS

2021-10-17 Thread Dave Platt
On 10/17/21 12:59 PM, cio-al...@playerschool.edu wrote: I did test manually and the NFS mount works fine. I do create a directory and it shows at the server. I am using containers, indeed. How can it be affecting Asterisk that I am using LXC containers? I'm by no means an expert in containers