Displaying 5 results from an estimated 5 matches for "endpont".
Did you mean:
endpoint
2004 Dec 04
0
IAX Native Transfer
...n issue with native transfer not happening. I have a *
machine speaking ILBC in the middle of two * machines - everybody on
ILBC, but for some reason they will not transfer. All machines have
public IP addresses and can communicate directly with one another. One
thing I notice is that one of the endponts registers itself on port 1025
as opposed to 4569 for some strange reason. I don't see any errors
about binding to port 4569, so I'm wondering what's the deal. Any
ideas? Thanks very much in advance!
Thomas Hutton
2020 Sep 21
0
[PATCH v7 3/3] vhost: add an RPMsg API
...the same,
> something that could be alleviated with more comments.
My RPMsg implementation supports two modes for sending data from the host (in
VM terms) to guests: as responses to their requests and as asynchronous
messages. If there isn't a strict request-response pattern on a certain endpont,
you leave the .write callback NULL and then you send your messages as you please
independent of requests. But you can also specify a .write pointer in which case
after each request to generate a response.
In principle this response handling could be removed, but then drivers, that do
need to...
2004 Sep 25
4
Cisco PIX and Asterisk
I cannot get incoming calls to sip phones behind a PIX to work, outgoing
is fine.
Asterisk (Public IP) --> Internet --> PIX (NAT) --> Sip Phones
I have tried no fixup protocol sip, I have punched a hole in the Pix
allowing anything from the Asterisk box into the network, still no
incoming.
I have done all the Wiki suggests in regarding to NAT.
Is their a trick getting the
2020 Sep 10
6
[PATCH v7 0/3] Add a vhost RPMsg API
Hi,
Next update:
v7:
- remove documentation update to be send separately
- address comments from Mathieu Poirier (thanks)
v6:
- rename include/linux/virtio_rpmsg.h -> include/linux/rpmsg/virtio.h
v5:
- don't hard-code message layout
v4:
- add endianness conversions to comply with the VirtIO standard
v3:
- address several checkpatch warnings
- address comments from Mathieu Poirier
v2:
2020 Sep 10
6
[PATCH v7 0/3] Add a vhost RPMsg API
Hi,
Next update:
v7:
- remove documentation update to be send separately
- address comments from Mathieu Poirier (thanks)
v6:
- rename include/linux/virtio_rpmsg.h -> include/linux/rpmsg/virtio.h
v5:
- don't hard-code message layout
v4:
- add endianness conversions to comply with the VirtIO standard
v3:
- address several checkpatch warnings
- address comments from Mathieu Poirier
v2: