search for: actionid

Displaying 20 results from an estimated 132 matches for "actionid".

2005 Sep 13
2
actionID on manager events
Hello, all! I'm looking at the wiki page and info on the mailing list and I'm getting conflicting info... I am using the manager API from the telnet CLI and I am testing creating calls with it. I login with events: on and I can originate calls just fine. However, when I set ActionID on an Originate, I cannot see anywhere where that actionid carries into the Event output. But I found this on a post from January: Yes, ActionID is a value you can use when issuing a command. It there so that you can be sure you respond to your own responses not to someone else's or that...
2007 Oct 24
1
AMI ActionID.... Doesn't work
Is it well known that setting the ActionID when connecting to AMI has absolutely no effect? Is this fixed in Asterisk 1.4? If you add an ActionID to your Originate command for example, it looks like the only events that come back with an ActionID associated are the initial response, OriginateSuccess and OriginateFailure. That's it. No...
2005 Sep 15
1
Originate not understanding 2 vars in setvars
....2_beta1 on this machine Can anyone here verify wether this is a bug or just a stupid error on my part? This is the callfile I tried to use, after the manager way failed: Channel: local/21@outbounddial/n MaxRetries: 0 RetryTime: 60 WaitTime: 30 Context: outbound Extension: s Priority: 1 SetVar: actionID=54547-1126771509609|AgiIP=192.168.10.249 The part of the extension.conf it should work with is this: [outbound] exten => s,1,Agi(agi://${AgiIP}:1234/outbound.agi?actionId=${actionId}) Asterisk dials out, as it should, but when the call is answered I get the following message in CLI: Executi...
2005 Sep 15
0
AW: ***SPAM*** actionID on manager events
...---Urspr?ngliche Nachricht----- Von: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]Im Auftrag von Joerg Lauer Gesendet: Donnerstag, 15. September 2005 11:16 An: Asterisk Users Mailing List - Non-Commercial Discussion Betreff: Re: ***SPAM*** [Asterisk-Users] actionID on manager events Michael George wrote: > Hello, all! > > I'm looking at the wiki page and info on the mailing list and I'm getting > conflicting info... > > I am using the manager API from the telnet CLI and I am testing creating calls > with it. I login with ev...
2008 Oct 28
1
AMI - Status Event.
...ll, I'am a new Asterisk user, and i have the following question. The following is the Status of all open channels from my Asterisk system, which was received through the Asterisk Manager Interface ((AMI)). ==================================================================== action: Status actionid: 65066874_3# Response: Success ActionID: 65066874_3# Message: Channel status will follow Event: Status Privilege: Call Channel: SIP/192.168.1.100-091d7668 CallerID: 900 CallerIDNum: 900 CallerIDName: <unknown> Account: State: Up Link: SIP/192.168.1.100-b7400480 Uniqueid: 1225188315.137 Acti...
2009 Jan 16
2
UpdateConfig : Appending line fails
...only write ONE line (the first) on the given file? Action: login Username: test Secret: 123456 Action: UpdateConfig SrcFilename: voicemail2.conf DstFilename: voicemail2.conf Action-000000: Append Cat-000000: default Var-000000: 127 Value-000000: >5555, Jason Bourne97, jason25 at noCia.gov.do ActionID: 1256187957 Action: UpdateConfig SrcFilename: voicemail2.conf DstFilename: voicemail2.conf Action-000001: Append Cat-000001: default Var-000001: 125 Value-000001: >55555, Jason Bourne76, jason12 at noCia.gov.do ActionID: 1607673137 Action: UpdateConfig SrcFilename: voicemail2.conf DstFilename:...
2005 Jan 13
4
Manager API !!!!!!!!!
...$out .= "UserName: simon\r\n"; $out .= "Secret: xxxxxx\r\n\r\n"; fwrite($fp, $out); $in = "Action: ExtensionState\r\n"; $in .= "Exten: 4367\r\n\r\n"; $in .= "Context: office\r\n\r\n"; $in .= "ActionID: \r\n\r\n"; $in .= "Action: Logoff\r\n\r\n"; fwrite($fp,$in); while (!feof($fp)) { echo fgets($fp, 128); } fclose($fp); } ?> The first prob is it ignores the Context and just goes to default. The second...
2010 Feb 16
1
RODBC missing values in integer columns
...null. Also, if we increase the rows_at_time to 1024 there are larger gaps between the 0's and actual data. The server is a sybase IQ database. We have tested it on a different database sybase ASE and we still get this issue. For example : We have the following query sqlString = "Select ActionID, Velocity from ActionDataTable" #where ActionID is of integer type and Velocity is of double type. connection = odbcConnect("IQDatabase"); #this database is a sybase IQ database sqlData = sqlQuery(connection, sqlString); sqlData$ActionID might be 1,2,3,4,5,6,....150, 0,0,0,0,0,0,0...
2009 Jan 21
0
Playfile to both legs of call
...owing. One problem with this is that people will hear sound out of sync from each other as there is going to be some delay in getting each of these actions going. Another problem is this seems like a hard way to solve the problem. exten => 1321,1,Answer() exten => 1321,n,NoOp(Just got '${ActionID}') exten => 1321,n,Wait(3) exten => 1321,n,Background(${WhatToPlay) exten => 1321,n,Hangup() exten => 1324,1,Answer() exten => 1324,n,NoOp(Just got '${ActionID}') exten => 1324,n,ChanSpy(${WhoHear},qW) exten => 1324,n,Hangup() And this action: Action: Originate...
2005 Mar 02
3
Asterisk Manager API - multi "Originate" cal ls
Hello, You can do either, you can send multiple Originate actions in a long line without waiting for a response back(although the responses do usually come back very fast) or you can open multiple connections using each one to Originate a new call. We use the multiple connection method in the astGUIclient suite because if you get a pause or lag in Manager output on a single connection(which does
2010 May 16
1
play a sound file directly to a caller channel
Hello User-List, is it possible to play a sound file directly to a caller channel? Like this AMI command Action: Originate Channel: SIP/20-00001d41 Application: Playback Data: /path/to/audio/file I get an Error Message. My intension is to play a sound file to a caller and the other callers don't hear this. Can someone help me ? Thanks a lot Bye Daniel
2010 Aug 10
1
Playback during call
Hi all, How can I playback a file within an active call? I've tried with ChanSpy whisper mode like this (using AMI): Action: Originate Channel: Local/9999 at default Priority: 0 Variable: MSG=test Application: ChanSpy Data: SIP/1234-123 Async: 1 and in the dialplan: [default] exten => 9999,1,Answer() exten => 9999,n,Wait(2) exten => 9999,n,Playback(${MSG}) Where
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 th...
2014 Dec 10
4
PJSIP configuration question
...based authentication on me. Here's the new sip.conf settings they sent me. type=friend dtmfmode=auto host=64.2.142.93 allow=all nat=yes canreinvite=no trustrpid=yes sendrpid=yes When I use these settings to originate calls using the sip.conf they sent me, everything works. Action: Originate ActionID: S8 Channel: SIP/outbound.vitelity.net/8005555555 Exten: createcall Context: TestApp Priority: 1 Timeout: 60000 CallerID: John Doe <1234> Variable: CALLERID(num-pres)=allowed_passed_screened Async: true I translated those settings to the following for pjsip.conf... [transport1] type = tran...
2023 Jul 02
1
Get channel variables via ARI/AMI
...;> You use the AMI action Getvar[1] which allows channel variables and dialplan functions. >> [1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+20+ManagerAction_Getvar I actually tried that, and although I get “success” I never get useful data. For example: action: Getvar actionid: act1 channel: PJSIP/Twilio-NA-W-2-In-00000025 Variable: channel(pjsip,call-id) Response: Success ActionID: act1 Variable: channel(pjsip,call-id) Value: And the channel in use was I from a call in progress. Thanks Brian -------------- next part -------------- An HTML attachment w...
2023 Jul 02
1
Get channel variables via ARI/AMI
...and > dialplan functions. > > >> [1] > https://wiki.asterisk.org/wiki/display/AST/Asterisk+20+ManagerAction_Getvar > > > > > I actually tried that, and although I get “success” I never get useful > data. For example: > > > > action: Getvar > > actionid: act1 > > channel: PJSIP/Twilio-NA-W-2-In-00000025 > > Variable: channel(pjsip,call-id) > > > > Response: Success > > ActionID: act1 > > Variable: channel(pjsip,call-id) > > Value: > CHANNEL(pjsip,call-id) Dialplan function names are case sensitive. -...
2023 Jul 03
1
Get channel variables via ARI/AMI
The uppercase command made a difference. I now get a call-id as show below. However, does the call-id look valid? The @0.0.0.0 seems strange. action: Getvar actionid: act1 channel: PJSIP/Twilio-NA-W-3-In-00000028 Variable: CHANNEL(pjsip,call-id) Response: Success ActionID: act1 Variable: CHANNEL(pjsip,call-id) Value: 4decf884e3ae74595906283a74f7154e at 0.0.0.0 As well, can I request many pieces of data at once? The syntax on this page (https...
2006 Jan 30
1
Manage api- Matching 'Newchannel' event with the 'Originate' command
Hi all, When the 'Originate' command is issued with 'Async' open set to 'yes', I got the response right away with the correct 'ActionID'. What follows is the 'Newchannel' event with a 'Channel' ID, but their is no 'ActionID' to tie it back to the command. How do you guys deal with this? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/aste...
2007 Jul 19
1
Parsing IAXPeers from Asterisk Manager (PHP API)
Hi all, Trying to do what should be a basic info retrieval from my asterisk network -- get the list of IAXPeers and break down by IP, name, and Status etc. Asterisk 1.0 Manager unfortunately. Using PHP. Easy to get the response -- but parsing it is impossible! That table format throws me for a loop ... Any idea of an easy way to seperate out the columns of that horrid 'table' reponse
2009 Jul 01
2
Testing the manager.conf: sending and receiving commands
Hi All; How can I test manager.conf? Can I telnet to the asterisk machine at the port 5038 and send and receive commands to test if the manager is working fine? How? Regards Bilal