similar to: how to get full channel name - AMI cuts off

Displaying 20 results from an estimated 1100 matches similar to: "how to get full channel name - AMI cuts off"

2013 Jul 08
3
analog phone digit delay
I have an installation that has analog phones connected via T1 channel banks. I'm getting complaints from users that they will enter a partial number (eg 91213), then turn away to get the next few digits, and the system will start dialing before they have a chance to put in the rest of the dialing string. Is there a way to increase this delay? The only use these 4 dialing patterns:
2013 Mar 06
2
Change RX Signalling Bits in Dahdi drivers
Greeting, I am trying to setup PLAR signalling in asterisk. I have modified the FXSLS TX bits in dahdi-base.c on line 2580, and I can make calls. .sig_type = DAHDI_SIG_FXSLS, .bits[DAHDI_TXSIG_ONHOOK] = DAHDI_BITS_ABCD, /*changed by for PLAR*/ .bits[DAHDI_TXSIG_OFFHOOK] = (0), /*changed by for PLAR*/ .bits[DAHDI_TXSIG_START] = DAHDI_BITS_ABCD, /*changed by for PLAR*/ When I got to change
2014 Aug 22
1
AMI CoreShowChannel missing Application field
Asterisk 12.5 The CoreShowChannel event (in response to the CoreShowChannels action) no longer returns the "Application" field as it did in Asterisk 11. Is this a bug or a feature? -- Mitch
2010 Oct 06
2
AMI getting related channels in Ringing state
Issuing the AMI Status command results in a list of active channels. But how to figure out which channels are related before the call is answered? 2 channels below are somehow associated, but how can I be 100% sure they are related in order to implement a redirect of the incoming call to another phone ("attended" call pickup respecting call/pickupgroups). Uniqueid seems to be a
2010 Aug 05
2
AMI Command
Hi, Is there a way to check on AMI if a user is currently engage on the phone? i would like to display on my portal whether a user is calling or not. thank you regards Ron
2012 Nov 08
2
TE820 hardware detection
I just installed a TE820 octal span T1 card, and it's not showing up in dahdi_hardware output. This was installed into a test machine that already has a TDM800P card in it, and that one is showing up and working fine. Is there some kernel module that I'm missing? Lspci: 05:04.0 Ethernet controller: Digium, Inc. Wildcard TDM800P 8-port analog card (rev 11) 21:08.0 Communication
2009 Feb 12
2
Caller ID replacement
I'm working on building a pbx that will allow us to use our cellphones as extensions (to some extent) The dialout is working fine. What I would like to do is have an inbound cellphone call appear as if it were an extension. So right now if I call in from cell #9995551212 the caller id is 9995551212 but if I dial extension 30013 it will call cell #9995551212. I would like to change the caller
2015 Feb 17
4
Callfile problem - Unable to find codec translation path from (nothing)
Hi, I copied a setup from an older 1.8.5 installation to an 11.15 installation, and I'm having problems getting call files to work. Here is the extension setup I'm using: [outbound-swift] exten => _[a-zA-Z].,1,Answer exten => _[a-zA-Z].,n,Playback(AAA/check_ip_failure) ;exten => _[a-zA-Z].,1,Swift("${EXTEN}") exten => _[a-zA-Z].,n,Goto(1) [mis-phone] exten =>
2008 Oct 28
1
AMI - Status Event.
Hello All, 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
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 other events have an ActionID associated. This pretty much
2007 Dec 20
2
turn off auto-seek extention - force use timeout
I have an application where a call-in user is prompted to enter an identification number for schedule information. That id number is setup as an extension, and if that extension doesn't exist, it tells them that they are not scheduled, then loops back to ask for the id number again. My problem is that asterisk pre-emptively goes to the i extension (invalid) too early depending on available
2013 May 07
1
Get Channel Variables in AMI Event NewExten
Hi, I'm stucked in situation, and look for a work around if possible in Asterisk. I have a dialplan, [default] exten => 111222,n,Set(fu_callerid=141688xyxzz) exten => _X.,n,NoOp(Callerid ${fu_callerid}) exten => _X.,n,wait(2) exten => _X.,n,Answer() ? When, ?Answer Application is called AMI Event is triggered like this.. ? ? ? ? ? 'Event' => 'Newexten', ? ? ? ?
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
2010 Jan 24
1
two stage dialing in a SIP dial plan
I think it's called two stage dialing. what I want is the equivalent of dialing 9995551212, waiting a fixed time, say 1 second then dialing 4 more digits, presuming 9995551212 answers. is this possible? If so, how do I code it in the dialplan? Thanks in advance Bruce
2023 Jul 02
1
Get channel variables via ARI/AMI
On Sun, Jul 2, 2023 at 4:18 PM TTT <lists at telium.io> wrote: > >> There are SOME protocol level things accessible using CHANNEL[1] but > that's it. > > >> [1] > https://wiki.asterisk.org/wiki/display/AST/Asterisk+20+Function_CHANNEL > > > > > > I am trying to use the CHANNEL function listed above from the AMI. Since > it is not an AMI
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)
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,
2023 Jul 02
1
Get channel variables via ARI/AMI
On Sun, Jul 2, 2023 at 4:39 PM TTT <lists at telium.io> wrote: > >> 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
2008 Dec 05
2
AMI interface problem
I installed version 1.6.0.3-rc1 and my AMI application stopped working. I reinstalled 1.6.0.1 and it worked again. I reinstalled 1.6.0.3-rc1 and it stopped. Looks like a problem in the software to me. Following the same steps using the same code for the AMI and conf files for * I get bad behavior in 1.6.0.3-rc1 and good behavior in 1.6.0.1. I have this action: Action: Originate Channel:
2011 Jun 10
2
AMI question
Through the AMI how can I tell if a call is on hold or not? I am using 1.4.X Thanks, jerry