similar to: Polycom 301 - Problem with AMI Originated Calls

Displaying 20 results from an estimated 8000 matches similar to: "Polycom 301 - Problem with AMI Originated Calls"

2008 Feb 14
1
Variable setting in AMI Originate
Working with asterisk 1.4; using the AMI Originate command, it is possible to do something like: Variable: CDR(accountcode)123456 Or must the variable names be "var[n]" where n is a number? I'd like to set the accountcode for a Local channel that originates a call. Thanks. -A -- Anthony - http://messinet.com - http://messinet.com/~amessina/gallery 8F89 5E72 8DF0 BCF0 10BE
2007 Aug 15
1
CallerID Error causes problems for Polycom phones
Hi everyone, I have been dealing with a certain issue with a particular customer site for months now. The problem occurs when there is an error with caller id as shown in the following: WARNING[16036]: chan_zap.c:6309 ss_thread: CallerID returned with error on channel 'Zap/3-1' When this happens, it appears that the call still goes through as I can see the caller still navigating
2010 Aug 08
3
How to track a call result originated from originate AMI command
Hi All, I want to track a call that is originated using originate AMI command through AstManProxy server. I m using AstManProxy server and I developed an AstManProxy client. By using my AstManClient program I can able to login AstManProxy server. Now I can able to issue/send originate command to generate a call but I m very confuse that I cannot able to track my call. The AMI events were
2005 Jun 03
1
Call parking on Polycom 500 doesn't transfer, stays on hold
When I try and park a call by transferring to 700, it audibly says to me "701", and then instead of hanging up with me, it puts me on hold. The only way to park the call is to send it blind to 700, but then I wouldn't know which parking spot the call is in! Before I send any .conf files to the list, does anyone recognize this behavior, and have a workaround? Chris Coulthurst
2009 Jul 27
1
AMI not show originate on CLI
When using call files I see Dial command when on the CLI however when using the AMI I dont see the originate Dial. Is there a logging level that will show the originate dial on the CLI? If there isnt currently a log state for that shouldnt it do that just like the call files do? My logger.conf has: ; debug => debug console => notice,warning,error,dtmf ;console =>
2010 Nov 08
3
Get the Uniqueid of Action Originate in the AMI
Hi to all. I'm begin a use the AMI and i have the need to get the uniqueid from the call i have generate using the Action Originate. Anyone can help me? When I generate these commands: action: Originate channel: SIP/101 application: Dial data: SIP/100,120,Ttr The only response I get when the call is answered, is this: Response: Success Message: Originate successfully queued Thanks a
2007 Mar 28
3
System from AMI
How to execute some system command from AMI? -- Tomislav Parcina firstname.lastname@email.t-com.hr
2015 May 08
2
Custom UUID in originate and AMI
HiCould someone please help me how to set Custom generated UUID in Originate action in AMI ? RegardsBabak -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150508/528d5ff1/attachment.html>
2010 Oct 05
2
CDR record for call originated from CLI originate
hello List, i am in a situation where i cannot get cdr records for call originated from CLI , i am not able to get when i used application or extension. is there any solution regarding this ,i working since last 3 days onto this. regards Dhaval -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Aug 01
1
Comparing origination from CLI and from AMI
Hi, Using FOP, I've met a situation which makes me ask this simple question : Are both A and B commands bellow equivalent ? A. CLI: originate SIP/9122 application dial Local/9123 at local B. AMI/FOP: 192.168.64.5 -> Action: Originate 192.168.64.5 -> Channel: SIP/9122 192.168.64.5 -> Async: True 192.168.64.5 -> Callerid: 9122 Guest2 <9122> 192.168.64.5 -> Exten: 9123
2011 Oct 07
2
Add SIP diversion header in originate from AMI?
Hello! I want to thank everyone who helped me out with tips for load balancing asterisk machines in a cluster. I have encountered a new problem that is related to SIP diversion headers in the INVITE. I make calls through the manager interface and now want to add a SIP-Diversion header that changes the CallerID of a number that is not available on the trunk, the CallerID to be visible externally
2008 Nov 17
1
Deny FOP originated calls
Hi, I just want to deny FOP originated calls in TRIXBOX. All remaining operations (hanging up, transferring, etc) should go. Where is that option in TRIXBOX (already googled, nothing, checked config files but cant find that option)? Thanks a lot. -- Rodolfo Alcazar Responsable red y datos Deutsche Gesellschaft f?r Technische Zusammenarbeit (GTZ) GmbH Programa de Apoyo a la Gesti?n P?blica
2020 Sep 22
2
AMI vs. Dialplan Originate
Hi. (Asterisk 16.2.1) I'm using AMI Originate to initiate calls, and I'm passing some additional data in to the dialplan context using the Variable: parameter. Works fine. https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+ManagerAction_Originate Now I need to do the same thing but from another context in my dialplan, so I was expecting to use the Originate() dialplan command,
2010 Oct 21
1
How to kill AMI ORIGINATE on-the-fly
My application fires several calls thru AMI ORIGINATE command. For example if I have 3 operators I do 3 ORIGINATEs. My trouble is when one operator quit for some reason, I should kill the corresponding ORIGINATE. Of course, I could let the call ring and hangup after the customer pick-up. But this is not the case, I do have to kill the corresponding ORIGINATE. I could execute a soft hangup,
2009 Dec 23
1
How to send variables through AMI originate and read those variables in context?
Hello Everyone, I want to send a few numbers (variables) when doing Asterisk AMI Originate command and then have Festival read them back to customer in the context. How should this be done? Following is my not working example and also reference on AMI Originate Command: Command: Originate Channel: SIP/123 Context: TestFestival Priority: 1 Exten: 555 Variable: $numberONE, $numberTWO, $numberTHREE
2013 May 11
1
AMI Originate issue
Hi, I'm getting an issue while executing AMI Originate. I'm getting "extension does not exists" on Originate's Response, and on the other hand Asterisk CLI say "fwrite() returned error: Broken pipe" Please suggest me what is wrong. Muhammad Faheem ### my originate code block ...
2007 Oct 14
1
Problem: features (from features.conf) not available if call was originated by manager API or call file
Hello asterisk-users, I setup my asterisk to support several features like automon,blindxfer,atxfer,parkcall etc. by using features.conf and the global variable DYNAMIC_FEATURES=automon#blindxfer#atxfer#parkcall#disconnect in extension.conf. Every Dial() command in my diaplan has the appropriate parameters out of {tTkWwW}. For calls from my SIP phones everything works fine. Pressing #1 will
2009 Sep 03
1
Originate calls with AMI.
Hello. I've been trying to use the AMI to originate phone calls. I'm trying to call the SIP phone 'zoiper' with the SIP phone 'yziquel'. So, the AMI interaction is: > Action: originate > Channel: SIP/zoiper > Exten: yziquel > Priority: 1 > Timeout: 30 > Context: internal > > Response: Error > Message: Originate failed > > Event:
2008 Feb 13
3
Asterisk Manager and Visual Basic
Has anyone tried to used VB6 to communicate with the Asterisk Manager? If so, would you be willing to share some basic code showing your approach to getting connected and parsing results? I've got a Telnet control that is allowing me to connect, authenticate and see the "flow" of status, etc., but I'm sure there is a better way to do this without using Telnet (maybe not?). Any
2020 May 27
2
Is it possible to have a single AMI originate ring multiple contacts?
I have an endpoint with multiple phones registered as aor contacts. When I attempt to originate a call it will only ring one of the phones. Is it possible to ring multiple phones as a single endpoint. First phone to answer wins the call and all others terminated? Again, using AMI. Dan -------------- next part -------------- An HTML attachment was scrubbed... URL: