Displaying 2 results from an estimated 2 matches for "resp_code".
2013 May 11
1
AMI Originate issue
...# ami-script.pl
my $astman = Asterisk::AMI->new(PeerAddr => '127.0.0.1', PeerPort =>
'5038', Username => 'faheem', Secret => 'secret');
die "Unable to connect to asterisk" unless
($astman);
my $resp_code = $astman->send_action({Action =>
'Originate',
Channel =>
'Local/11223344',
Context => 'users',...
2023 Mar 28
12
[PATCH v6 00/11] vhost: multiple worker support
The following patches were built over linux-next which contains various
vhost patches in mst's tree and the vhost_task patchset in Christian
Brauner's tree:
git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux.git
kernel.user_worker branch:
https://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux.git/log/?h=kernel.user_worker
The latter patchset handles the review comment