Displaying 20 results from an estimated 3000 matches similar to: "Beginning to use Asterisk and tests with extensions"
2015 May 15
2
Back to eth shuffling ...
Actually, I know what the MAC is for the builtin Port1 and 2. Those are
listed in the BIOS. But ultimately I don't want to rely on them as I want
the same kickstart file to work for other machines, so hardcoding those in
the kickstart file wouldn't quite work, unless I start writing multiple
kickstart files, one per machine.
Anyway, lspci reports this:
00:19.0 Ethernet controller: Intel
2007 May 01
5
OT: Capture Asterisk traffic
I want to capture all my Asterisk traffic (including RTP) and then analyse
it.
My plan was to use tcpdump and then analyse with Wireshark. The following
works:
tcpdump -i eth0 -s 0 -w /tmp/tcpdump.1
But I want to be a bit more selective:
tcpdump -C 100 -W 10 -w /tmp/tcpdump -i eth1 -s 0 udp and dst port >= 5060
This doesn't capture the RTP traffic. Could anyone advise what I'm
2015 May 14
2
Back to eth shuffling ...
When I was working on this last time (with the r8169 driver), someone on
this list provided the following script which is what "fixed" the issue at
the time by creating a new 70-persistent-net.rules file with the devices
enumerated in order. However, this no longer works now.
echo "[KICKSTART] Binding eth interfaces to the expected MAC address in
UDEV"
echo "## Created by
2015 May 15
2
Back to eth shuffling ...
Right, I understand that part. However I believe I'm now in the realm of
making this specific to this machine as I have no guarantee that another
identical machine will pop up with those same bus IDs. Maybe for the
internal ports, but I don't know if the same will happen for the PCIe bus.
Would that be correct?
On Thu, May 14, 2015 at 6:21 PM, Kahlil Hodgson <
kahlil.hodgson at
2019 Jan 05
19
[PATCH v4 00/16] MST refcounting/atomic helpers cleanup
This is the series I've been working on for a while now to get all of
the atomic DRM drivers in the tree to use the atomic MST helpers, and to
make the atomic MST helpers actually idempotent. Turns out it's a lot
more difficult to do that without also fixing how port and branch device
refcounting works so that it actually makes sense, since the current
upstream implementation requires a
2018 Dec 14
2
[WIP PATCH 03/15] drm/dp_mst: Introduce new refcounting scheme for mstbs and ports
On Thu, Dec 13, 2018 at 08:25:32PM -0500, Lyude Paul wrote:
> The current way of handling refcounting in the DP MST helpers is really
> confusing and probably just plain wrong because it's been hacked up many
> times over the years without anyone actually going over the code and
> seeing if things could be simplified.
>
> To the best of my understanding, the current scheme
2015 May 13
2
Back to eth shuffling ...
So I'm back to this problem. A quick run down of what the original problem
was:
I have a machine that I'm configuring to use kickstart to setup. It has two
builtin ethernet ports (labeled ports 1 and 2) and I'm adding a third one
on its PCIe bus. Originally I was using an r8169 clone a default kickstart
always put it as eth0 with the builtin ones as eth1 and eth2 respectively.
After
2017 Apr 01
2
DNAT Internet gate problem on centos
Hello Guys,
I got trouble to get vserver work as gate:
GATE=XX.XX.XX.XX
YY_PORT=YY
echo "1" > /proc/sys/net/ipv4/ip_forward
iptables -F -t nat
iptables -t nat -A PREROUTING -p tcp -i venet0:0 --dport $YY_PORT \
-j DNAT --to-destination $GATE:$YY_PORT
iptables -t nat -A POSTROUTING -p tcp --dport $YY_PORT \
-j MASQUERADE
iptables -L -t nat
Any suggestion? I got
2019 Jan 09
27
[PATCH v5 00/20] MST refcounting/atomic helpers cleanup
This is the series I've been working on for a while now to get all of
the atomic DRM drivers in the tree to use the atomic MST helpers, and to
make the atomic MST helpers actually idempotent. Turns out it's a lot
more difficult to do that without also fixing how port and branch device
refcounting works so that it actually makes sense, since the current
upstream implementation requires a
2018 Dec 19
1
[WIP PATCH 03/15] drm/dp_mst: Introduce new refcounting scheme for mstbs and ports
On Tue, Dec 18, 2018 at 04:27:58PM -0500, Lyude Paul wrote:
> On Fri, 2018-12-14 at 10:29 +0100, Daniel Vetter wrote:
> > On Thu, Dec 13, 2018 at 08:25:32PM -0500, Lyude Paul wrote:
> > > The current way of handling refcounting in the DP MST helpers is really
> > > confusing and probably just plain wrong because it's been hacked up many
> > > times over the
2014 Oct 08
2
is memoryBacking support 'share' and 'mem-path' parameter
Hi,
I want to use this qemu command '-object memory-backend-file,id=mem,size=2048M,mem-path=/mnt/huge,share=on' with libvirt but i can't find the 'mem-path' and 'share' in the documentation.
because the vhost-user backend based on 'share=on' parameter and libvirt support vhostuser i guess there maybe another way to support this parameter?
this is my xml:
2018 Dec 14
22
[WIP PATCH 00/15] MST refcounting/atomic helpers cleanup
This is a WIP version of the series I've been working on for a while now
to get all of the atomic DRM drivers in the tree to use the atomic MST
helpers, and to make the atomic MST helpers actually idempotent. Turns
out it's a lot more difficult to do that without also fixing how port
and branch device refcounting works so that it actually makes sense,
since the current upstream
2019 Jan 03
16
[PATCH v3 00/16] MST refcounting/atomic helpers cleanup
This is the series I've been working on for a while now to get all of
the atomic DRM drivers in the tree to use the atomic MST helpers, and to
make the atomic MST helpers actually idempotent. Turns out it's a lot
more difficult to do that without also fixing how port and branch device
refcounting works so that it actually makes sense, since the current
upstream implementation requires a
2019 Jan 11
20
[PATCH v7 00/20] MST refcounting/atomic helpers cleanup
This is the series I've been working on for a while now to get all of
the atomic DRM drivers in the tree to use the atomic MST helpers, and to
make the atomic MST helpers actually idempotent. Turns out it's a lot
more difficult to do that without also fixing how port and branch device
refcounting works so that it actually makes sense, since the current
upstream implementation requires a
2019 Jan 10
21
[PATCH v6 00/20] MST refcounting/atomic helpers cleanup
This is the series I've been working on for a while now to get all of
the atomic DRM drivers in the tree to use the atomic MST helpers, and to
make the atomic MST helpers actually idempotent. Turns out it's a lot
more difficult to do that without also fixing how port and branch device
refcounting works so that it actually makes sense, since the current
upstream implementation requires a
2005 Jun 08
2
General Traffic Control Question
Here''s my situation:
I''ve got an Intel machine running a 2.6.9 linux kernel and this box has
4 modems attached to it via a usb to serial port expander. In order to
force data down each of the modems, some pretty simple rules are used
and they are as follows:
iptables -t mangle -A OUTPUT -p tcp --dport $PORT1 -j MARK --set-mark 1
iptables -t mangle -A OUTPUT -p tcp --dport
2009 Nov 09
3
E1 Extensions.conf
Hi,
I have a digium card (igium, Inc. Wildcard TE405P quad-span T1/E1/J1 card
5.0V (rev 02)) 4 ports
I want to make a loop test between digium card E1 to test the
configuration of dahdi
What I want to do scenario is
I connect port 1 and port4 in the digium card with E1 cable
SIPcall-->E1 Digium port 1--->(Loop)E1 port 2---->sip extension local.
kindly can any can help me to
2008 Nov 26
7
Dahdi, b410p and looping from 1 port to another
Hello,
Is it possible, for testing, to connect an cat5 straight patch cord between
2 ports of a Digium B410P card and use these 2 ports as a normal dahdi trunk
?
I've tried this:
One port is set as NT, the other as TE.
I would expect timing to come for system hardware so I choose in
/etc/dahdi/system.conf :
span=1,0,0,ccs,ami
span=2,0,0,ccs,ami
Results:
- both ports lights are green
-
2018 Dec 20
22
[PATCH v2 00/16] MST refcounting/atomic helpers cleanup
This is the series I've been working on for a while now to get all of
the atomic DRM drivers in the tree to use the atomic MST helpers, and to
make the atomic MST helpers actually idempotent. Turns out it's a lot
more difficult to do that without also fixing how port and branch device
refcounting works so that it actually makes sense, since the current
upstream implementation requires a