Displaying 2 results from an estimated 2 matches for "440638".
2005 Feb 05
0
Inbound SIP to demo context
I have the latest Asterisk installed however the analog
line card I was using doesn't work in the new server, that is ok.
Instead what I want to do is allocate one of my numbers to be the
lead number for the Asterisk system. User who call this will have
their call delivered to our site specific version of the Asterisk
mainmenu via an IP connection.
I already have SIP connections coming into
2016 Jun 05
6
LLD: Using sendfile(2) to copy file contents
This is a short summary of an experiment that I did for the linker.
One of the major tasks of the linker is to copy file contents from input
object files to an output file. I was wondering what's the fastest way to
copy data from one file to another, so I conducted an experiment.
Currently, LLD copies file contents using memcpy (input files and an output
file are mapped to memory.)