similar to: Subscribing to events on AMI login

Displaying 20 results from an estimated 100 matches similar to: "Subscribing to events on AMI login"

2023 Aug 08
1
Subscribing to events on AMI login
On Tue, Aug 8, 2023 at 12:44 PM TTT <lists at telium.io> wrote: > I'm looking at an old app I wrote that upon AMI login would subscribe to > events as follows: > > > > Action: Login > > ActionID: myid > > Username: myun > > Secret: mypw > > Events: call, system, security > > > > I noticed this old code isn't working, and I
2023 Aug 08
1
Subscribing to events on AMI login
Ok – so if I forgot to add “security” to the read= line in manager.conf for this user, will that cause the user to be unable to subscribe to the “security” events upon login? (in other words, although subscribed at login, no security events will be shown to this user) Thanks From: asterisk-users [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Joshua C. Colp Sent: Tuesday,
2023 Jun 21
2
PJSIP not performing outbound authentication
I am using Asterisk 20.3.0 with PJSIP. I have setup a trunk to my ISP (Twilio) who requires outbound authentication. My pjsip.auth.conf contains: [Twilio] type=auth auth_type=userpass password=mysecret username=myun However, my calls using the trunk are rejected with a 403. Using pjsip logging I notice that the outgoing invite does not have an authentication line. Why is Asterisk not sending
2011 Feb 23
4
AMI FullyBooted issue
Hi We're still testing out asterisk 1.8 (using 1.8.2.2 from rpm package) before putting it into production and I'm observing an odd issue when using the AMI Every request I send to the AMI just results in a FullyBooted response rather than the expected response. Here are some examples from my logs -- Call started: 22/02/2011 11:34:03 -- action: command command: core show channels
2023 Jun 21
1
PJSIP not performing outbound authentication
    Dis you set "outbound_auth" in your endpoint configuration to Twilio? On 21/06/23 11:19, TTT wrote: > I am using Asterisk 20.3.0 with PJSIP. I have setup a trunk to my ISP > (Twilio) who requires outbound authentication. My pjsip.auth.conf contains: > > [Twilio] > type=auth > auth_type=userpass > password=mysecret > username=myun > > However, my calls
2023 Jun 21
1
PJSIP not performing outbound authentication
On Wed, Jun 21, 2023 at 05:19:11PM +0000, TTT wrote: > I am using Asterisk 20.3.0 with PJSIP. I have setup a trunk to my ISP > (Twilio) who requires outbound authentication. My pjsip.auth.conf contains: > > [Twilio] > type=auth > auth_type=userpass > password=mysecret > username=myun > > However, my calls using the trunk are rejected with a 403. Using pjsip >
2007 Jan 22
4
Postamble vs campingrc
Hi, Should I be able to use the Webrick postamble instead of using .campingrc, to tell Camping I want to use mysql? It doesn''t seem to be working for me. It does work however, when I''m using FastCGI (establish_connection :adapter => ''mysql''). James
2015 Oct 16
1
samba-tool using domain users
!!! Regards For example, I tried the following command: samba-tool user create jhon p at assword -U mike Then, the user is created without authenticate the user mike Another command that I need execute with authentication is "samba-tool fsmo transfer". That's all the point of an AD domain : ) If any user could make change into AD database, the product would not be too much secure.
2023 Jun 21
1
PJSIP not performing outbound authentication
I didn't use pjsip_wizard, I'm kind of crafting this by hand as I learn. I actually have a plain asterisk, and a FreePBX, system to help me learn. I sometimes create something in FreePBX to see what it does to the config files. So that's how I modelled my pjsip.X.conf files If I issue the command "pjsip show endpoint Twilio" it does show that outbound_auth=Twilio Does
2014 Nov 18
2
AGI and AMI in PHP -- What's current?
I'm writing some code that needs to access AMI in PHP. (I'll probably be doing AGI later as well.) I'm looking at phpagi (2.20), but it hasn't been updated since 2010 and appears to be a bit behind current Asterisk -- No event handler for event 'fullybooted'. What PHP framework/library are you using -- and why? -- Thanks in advance,
2009 Oct 25
1
linux 2 linux transfer very slow
SVR Debian sid V. 3.4.2-1 CLI Debian lenny ===================== Hi list, Sometimes ago I noticed a samba slowing down but as I don't use it very much it was not a PB (NO conf changes.) Today I made this test on CLI: mount -t cifs //svr/myshare /mnt/ -o username=myuser,password=mypw,ro then: cp /mnt/films/20090911_0025_footage.avi . (this one's 2GB) The speed (measured w/ iptraf) is
2019 May 29
2
AMI not responding correctly
I am communicating with Asterisk 13.18.3 over the AMI and issue the command: ActionID: 11 Action: command Command: core show calls And the response I get is: Response: Follows Privilege: Command ActionID: 11 --END COMMAND- But where is the call data? What is going wrong on this system? I confirmed the AMI connection has full read/write permissions. Why is the call data
2007 Feb 06
1
SAMBA in separate Domains/Forests ...
Hello .. Does anyone have a description or hints on how to get Samba to see users from two separate Windows ADS Domains/Forests ? Here is the Situation : Windows (Server 2003 R2): TEST.DOM and DEMO.DOM in separate 'Forests' DEMO.DOM Win2003 ADS -> explicit incoming Trust from TEST.DOM TEST.DOM Win2003 ADS -> explicit outgoing Trust to DEMO.DOM ( TEST.DOM Trusts
2011 Jun 29
0
Asterisk 1.6.2.19 Now Available (Final Maintenance Release)
The Asterisk Development Team has announced the final maintenance release of Asterisk, version 1.6.2.19. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ Please note that Asterisk 1.6.2.19 is the final maintenance release from the 1.6.2 branch. Support for security related issues will continue until April 21, 2012. For more information
2011 Jun 29
0
Asterisk 1.6.2.19 Now Available (Final Maintenance Release)
The Asterisk Development Team has announced the final maintenance release of Asterisk, version 1.6.2.19. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ Please note that Asterisk 1.6.2.19 is the final maintenance release from the 1.6.2 branch. Support for security related issues will continue until April 21, 2012. For more information
2006 Sep 16
10
Mongrel and Sandbox
Z-Man, DHH recently said: "And [_why''s] latest work on sandbox looks stellar. Making it drop-dead easy to run multiple Rails applications in the same Mongrel process without conflicts. Thumbs up to both him and Matz for getting Sandbox on track for inclusion with the next Ruby release." Does that mean what I think it means - that one or more Mongrel processes may one day be
2023 Aug 08
2
[Bridge] [PATCH v2 00/14] sysctl: Add a size argument to register functions in sysctl
On Mon, Aug 07, 2023 at 07:50:44PM -0700, Chris Maness wrote: > I tried running the current mainline kernel (current Arch Linux) with > simple single MUX socket (ax0) using LinFBB. I was a happy camper as > it seemed to work fine at first, then the system just slowed to a > crawl. I am wondering if any of these patches are addressing this > behavior. If its a regressio no. >
2003 Oct 30
0
SIP error: Asked to transmit frame type 64
Hi there, I'll need some help with this: Trying to establish an IAX2 link between two servers works in one direction (SIP client with ulaw), but not in the other (SIP client with GSM). The client used for this is X-Lite behind NAT while both servers have a public IP (I playback an anouncement before trying to connect to the second *). Error on the originating * server:
2006 Mar 16
0
ldap+samba user cannot change his password
Using "ldap password sync=yes" I can modify user password as admin through "net rpc user password" but if I try to modify it from the user (net rpc password myuser mypw -U myuser) or from windows (ctrl+alt+del). I get a timout error: [2006/03/16 21:52:40, 0] rpc_client/cli_pipe.c:rpc_api_pipe(790) rpc_api_pipe: Remote machine alphacserver pipe \samr fnum 0x70e9returned
2013 Oct 14
1
Which events is generated as Asterisk Manager logoff
Hi Team, I am working on Asterisk Events and I am using asterisk 11.4 right now. I want to know which events is regenerates(activate) when asterisk manager logoff from asterisk. I saw *fullybooted *was active when I login into asterisk as manager but no event at logoff time i found. -- Thanks and regards Virendra Bhati +91-9718500594 +91-9250078532 Software Developer E-mail-: virbhati at