Displaying 2 results from an estimated 2 matches for "msg01887".
Did you mean:
msg01857
2004 Jan 21
0
Mediatrix 1104 register problem ?
...r
in sip.conf, I can dial out through Asterisk to PSTN - the phone rings but
thereis no voice channel - both ends cant hear anything.
I have seen some posts on the list suggesting a bug on Asterisk (chan_sip.c)
in REGISTER message response:
http://www.mail-archive.com/asterisk-dev@lists.digium.com/msg01887.html
But I have also seen posts where someone has acutally setup Asterisk with a
Mediatrix SIP gateway:
http://lists.digium.com/pipermail/asterisk-users/2003-November/027761.html
The Mediatrix gw is behind nat/firewall, but I dont think this is the
problem (working to rule this out).
Can anyone h...
2013 May 31
7
[PATCH v2] AMD/intremap: Prevent use of per-device vector maps until irq logic is fixed
XSA-36 changed the default vector map mode from global to per-device. This is
because a global vector map does not prevent one PCI device from impersonating
another and launching a DoS on the system.
However, the per-device vector map logic is broken for devices with multiple
MSI-X vectors, which can either result in a failed ASSERT() or misprogramming
of a guests interrupt remapping tables.