Re: [asterisk-users] Suddenly getting lots of "Unable to send packet: Address Family mismatch between source/destination" but ONLY on 1 of 2 VPSs in same datacentre.

2016-11-05 Thread Jonathan H
Just to say "thank you" on the list, and to confirm that the output of the command you suggested are as follows: # ip -6 addr show dev eth0 2: eth0: mtu 1500 state UP qlen 1000 inet6 fe80::601:ddff:fea2:dXX1/64 scope link valid_lft forever

Re: [asterisk-users] Any way of creating a file to write to from the dialplan, or must I use AGI?

2016-11-05 Thread Jonathan H
Ugh. Thanks, John. I took another look at your example, and saw that you had a ,u at the end. So, even though that supposedly only specifies the line format, it also seems to act as "create if not exist". Problem solved - thanks! I'll add that to my ever lengthening list of Asterisk

[asterisk-users] Is this a reasonable way to store user prefs in ASTDB? And what's this Re: Is JSON a dialplan "thing" yet? (Asterisk 14)

2016-11-05 Thread Jonathan H
Thanks. OK, this is the best I can come up with on Asterisk 14 to store an unknown number of user preferences in ASTDB. Is this acceptable? Is there a better way? And... what's this error about? [Nov 5 16:05:56] NOTICE[1936][C-002b]: ast_expr2.y:763 compose_func_args: argbuf allocated 17

Re: [asterisk-users] Suddenly getting lots of "Unable to send packet: Address Family mismatch between source/destination" but ONLY on 1 of 2 VPSs in same datacentre.

2016-11-05 Thread Max Grobecker
Hi Jonathan, Am 05.11.2016 um 14:08 schrieb Jonathan H: > What I don't understand is that while Ubuntu has IPv6 of course, the VPS host > is set to V6 disabled. and as far as I am aware, and my ITSP doesn't have > IPv6, so I just can't figure out why two IPv4 systems are getting IPv6 >

Re: [asterisk-users] Suddenly getting lots of "Unable to send packet: Address Family mismatch between source/destination" but ONLY on 1 of 2 VPSs in same datacentre.

2016-11-05 Thread Jonathan H
I resolved it when I read this: http://asterisk-support.ru/question/61578/asterisk-v13-unable-to-send-packet-address-family/ and then followed this https://community.rackspace.com/products/f/25/t/5110 to explicitly prefer IPv4 over IPv6. What I don't understand is that while Ubuntu has IPv6 of