similar to: Manager, command action

Displaying 20 results from an estimated 100000 matches similar to: "Manager, command action"

2003 Dec 28
0
Is there something wrong with "show manager commands"?
Is it just my box, or is there something flaky in the implementation of "show manager commands"? Note: I'm using putty. About half way through this, I toggled my KVM over to the desktop and logged in to try and recreate it. The output was the same as the last two entries in this dump. bebop*CLI> show manager commands bebop*CLPing Ping bebop*CLLogoff Logoff Manager
2017 Mar 26
2
Manager events showing in CLI
Hi Ron, I don't remember right now, but you can try this command: cli> manager set debug off Cheers El 26 mar. 2017 3:58, "Telium Technical Support" <support at telium.ca> escribi?: I somehow cause AMI events to appear as output in the CLI, and I can?t figure out how to turn them off. Can someone offer a command which will suppress AMI events/commands from showing in
2007 Oct 10
4
Manager API ! (System) command
I need to issue some system commands via the Asterisk manager API. From the CLI the ! (system command) works fine, but when connected via the manager API it fails. Does anyone know why, or of a work around? Thanks Robert -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071010/a3ee4b5d/attachment.htm
2017 Mar 26
2
Manager events showing in CLI
Ok, Please, check your manager.conf and logger.conf for any clue about debugging options, into the Asterisk configuration directory. El 26 mar. 2017 14:52, "Telium Technical Support" <support at telium.ca> escribi?: > I tried that but it had no effect. Still see things like: > > > > [2017-03-26 13:49:39] DEBUG[2088]: manager.c:5693 match_filter: Examining >
2006 Jan 10
2
Problem with Action:Originate with ASterisk Manager
Hi Asterisk-users, I am working with Aterisk Manager API's. I can login successfuly with the following. char buff[256]; strcpy(buff, "Action: Login\r\nUsername: admin\r\nSecret: unix\r\n\r\n"); send(msock, buff, 255); Now I want to try Action: Originate, therefore I tried the following char buff1[256]; strcpy(buff1, "Action: Originate\r\nChannel:
2020 Nov 23
1
Password manager for the command line ?
On 11/23/20 1:24 AM, Nicolas Kovacs wrote: > Hi, > > On my workstation and my laptop I'm using KeePassXC to store login credentials > for my websites. The database is stored in my OwnCloud share, so it's > synchronized between my two computers. > > Ideally I'd like to have something similar for my servers, but command-line > driven. I know these tools exist but
2005 Feb 09
0
How to map zap channels to ISDN extensions on queues?
I need to determine the state of extensions/port based on active channels on my asterisk. For SIP and AIX extensions this is not a real problem because the channel names they create relate to the SIP/AIX extensions (just strip the '-' sign and anything after). For ISDN extensions addressed by Zap, it turned out problematic. As I figured out there'se no direct relation between a
2018 Oct 12
2
asterisk 16 manager --END COMMAND--
Hello! Just upgraded asterisk from 13 to 16 and found that php-agi library is not compatible. It waits for --END COMMAND-- after command is completed, but, as I see from tcpdump, now asterisk does not send such string after command is completed. Could you tell me, is it possible to get previous behaviour ? Or what now manager sends as command completed ? Thank you!
2023 Jul 12
0
Manager permissions for CoreSettings command
I want to use CoreSettings via the AMI. I checked the documentation for the action (command) and it doesn’t list any required permissions: https://wiki.asterisk.org/wiki/display/AST/Asterisk+20+ManagerAction_CoreSettings I tried using the CLI “manager show command coresettings” and it returns [Privilege] system,reporting,all Which I thought might be the same as permissions, but why
2008 Apr 10
3
New to ruby, Need help
I''m attempting to make a simple program, just combine two images and output a .jpg file. Here''s what I have: class PicController < ApplicationController require ''RMagick'' def index im1 = Magick::Image.read(''1.jpg'') {self.size = "81x81"}.first im2 = Magick::Image.read(''2-1.jpg'').first result = im1.composite(im2,
2007 Nov 22
0
Fwd: New Internationalist is looking for a dynamic IT Manager. Oxford, UK
Hello, While this isn't strictly speaking a FreeBSD-only job - we are looking for someone with technical skills in other areas as well - the ability to manage FreeBSD servers is essential. "The New Internationalist is looking for a dynamic IT Manager to work out of our Oxford office. You will be responsible for maintaining our growing IT infrastructure including a heterogenous
2010 Aug 19
3
Executing system commands through Manager API
I am making a web interface so users can manage their voicemail. The only problem I have is that since the Web server and Asterisk run as different users I need to run some commands through Asterisk so I can manipulate the voicemail files. I know that from the CLI I can user the "!" commando to run any external shell command but when I try to do it from the Manager API using
2020 Nov 23
6
Password manager for the command line ?
Hi, On my workstation and my laptop I'm using KeePassXC to store login credentials for my websites. The database is stored in my OwnCloud share, so it's synchronized between my two computers. Ideally I'd like to have something similar for my servers, but command-line driven. I know these tools exist but I haven't tested them yet. What I have in mind is a command-line password
2003 Dec 18
1
SIP Inuse Count Wrong
I am currently using a copy of Asterisk checked out as the code of 10 days ago from Asterisk and the: sip show inuse reports that I have 3 incoming connections to one of the Grandstream phones, even though that isn't the case. I believe I have tracked the problem down to the following error message, which also (conveniently) showed up 3 times: -- Got SIP response 481 ""
2004 Jul 31
3
MGCP & Cisco ATA 186 Help
Does anybody has the expirience configuring Asterisk with Cisco ATA 186 MGCP firmware ? I have Cisco software v3.1.1 atamgcp (Build 040629A) Asterisk 1.0-RC1 On ATA i only put domain test. mgcp.conf looks like this [test] host = 192.168.195.55 context = default line => aaln/2 line => aaln/1 Asterisk CLI shows this: Jul 31 16:05:40 WARNING[135449600]: chan_mgcp.c:485
2011 May 30
1
CLI command 'database deltree' doesn't remove family with space in its name
While playing with DB function in Dialplan, I have added some garbage in AstDB. These are some family names with space in them. See this, demo*CLI> database show /18-05-2011 00:00:0052011175221575/TESTDATE : 2011-05-14 21:33:46 /18-05-2011 00:00:0052011175221575/TEST1 : 410 /18-05-2011 00:00:0052011175221575/TEST2 : 155 /18-05-2011 00:00:0052011182614252/TEST3 :
2015 Jul 03
2
Action Originate in Asterisk 13 creates 2 calls in core show channels
Hello, I am migrating a PABX system based in Asterisk 1.4 to Asterisk 13, with success. I have an application that sends an action Originate to AMI for calling, it's working well, but when i see to Asterisk's CLI, i see 2 calls for just one originate: pftestes40copiabh*CLI> core show channels verbose Channel Context Extension Prio State Application
2003 Jul 18
0
patch: smbclient lost some files
Dear developers, I found a problem that 'smbclient' loses some files when it's creating a tar ball. A patch attached this message is for samba 2.2.8a and fixes this problem. Would you please check it? I think there is a protocol mismatch with Windows 2000 at cli_list_new() in libsmb/clilist.c (FIND FIRST2/FIND NEXT2). Samba assumes that 'Last Name Offset' response field is
2003 Sep 28
0
Flash and Call Transfer
I am new to asterisk and have been playing with it for just a few days. The GrandStream BudgeTone-102 equipment I have allows me to do a blind transfer, but I am interested to know how to do something which isn't blind. I have managed to enable the call parking which allows me to send a call to extension 700 for somebody to collect, but it still seems rather awkward. I also have
2003 Oct 26
1
NuFone International Calls
Does anybody know how to do an international call using NuFone. I realise this isn't really the place to ask, but NuFone appears to be closed for the weekend and would like to have a try at this before tomorrow. I assumed it would be '011' for an international line followed by country code but that doesn't seem to work. I am getting: -- Executing