similar to: AMI Originate and Variable header

Displaying 20 results from an estimated 9000 matches similar to: "AMI Originate and Variable header"

2014 Oct 01
1
CALLERID(num) and CDR(clid) - originate
Hello, A question on channel originating (call files and AMI Originate): How can I change the CALLERID(num) var (because of the E1 provider needs), but having another n?mber (the original one) stored on the "clid" CDR field on the database? A channel agnostic solution would be the best one, without having to deal with the problem based on what type of Tech used for the outgoing
2009 Jul 18
3
Count Available Queue members
Hi all, Someone know how can I check for available members on a queue Before I queue the call, so I can do something else with it? Note that is not the case for joinempty Thanks, Gabriel Ortiz -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090718/462b725b/attachment.htm
2009 Mar 31
1
Queues in memory after startup
Hi all, After * starts the command "queue show" would not show any of the realtime queues, but just the ones that are in the queues.conf file. In this state de AMI would not send any "QueueMemberStatus" for that queues until a call is received by that realtime queue. Anyone knows any whay to load this information in *'s memory without the need of the queue receiving a
2012 Feb 02
2
externip nat audio sip trunk issue problem
Hi all, I've tried search this problem on the list... no luck... The case is: without externip/localnet config on sip.conf [general] my SIP trunk works, but with no audio NAT problem (asterisk sends the private 192 address to the outside...) when I configure externip/localnet correctly my SIP trunk simply disappear! Checking the signalling with tcpdump shows me that Im sending the
2012 Oct 05
2
SendFAX - multi-page TIFF
Hi, Does anyone had the problem of asterisk SendFax + spandsp sending only the first page of a multi-page TIFF file? Seams to be related to spandsp ECM config. Any thoughts about it? Thanks, Gabriel -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20121005/ac471600/attachment.htm>
2009 Jan 16
1
Dialing from E1/T1
Hi, A have an asterisk connected to a legacy PBX trought an E1 and to the PSTN trought another E1. When the legacy user dial to the PSTN the call pass trought Asterisk. All works OK, the only problem is the delay on the Asterisk server when it receives the digits from the 1st E1 link. It will only make the call when the digit timeout expires. Is there a way to make something like
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
2009 Aug 17
1
Goto mask
Hi all, When I have 2 masks that would like to execute the same logic, there is the way to use the Goto (or any other) command without changing the ${EXTEN}? Eg. DID range is 1200-1349 -> call Macro(disca), what mask to use? (I just got it with 2 masks, but I didn't wanted to duplicate the dialplan for both) [test] exten => _12XX,1,Set(DIR=3) exten =>
2009 Jan 17
1
canreinvite per route
Can I activate/deactive the canreinvite SIP flag on the dial plan? The idea is to allow reinvite only for exten <-> exten calls, and not for outbound calls -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090117/a53f3178/attachment.htm
2017 Mar 22
2
Large astDB - millions of tuples - issues?
Hi all, Does anyone uses astDB for a large amount of data, in special for implementing black lists with millions of numbers (i'd like about 2 or 3 million)? That would be held in memory right? Is this (memory consumption) the only problem I could face? Att. Gabriel -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Feb 15
2
Dialplan end of pattern matching question
Hi, I've noticed an unusual behavior on the dialplan execution: assume this DP: exten => _6XXX,1,NoOp(test1) exten => _XXXX,1,NoOp(test2) exten => _XXXX,2,NoOp(test3) If I call 6000 then test1 and test3 NoOps get executed, even though the pattern is different. I've always thought that if I call 6000 it would match the 6XXX pattern, that only has 1 priority, that would get
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
2009 Jul 22
2
Waiting for a call to complete with AMI Originate
Hello, I'm using an AMI Originate command to send a fax. The fax is sent by a script, and I'd like my script to send the fax, wait until it has succeeded or failed, then exit with an appropriate error code (it is driven by a mail system, so the exit code will tell the mail system whether to retry the fax later). The script works great if the fax succeeds, or if the line is busy or
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 ...
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
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 =>
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 15
1
How to allow AMI access to Originate yet deny Application: System
While doing a security audit on a system I maintain, I stumbled upon an unvalidated use of a variable to compose an Originate request to the local Asterisk instance via AMI. Taking as an example an earlier exploit for FreePBX, I realized that this, combined with Application: System as an injected value, could allow arbitrary code execution. I am in the process of fixing all instances of this bug
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,
2009 Sep 11
1
Voicemail by email with HTML
Hi all, I'm trying to send an email with the voicemail details and I want to send a HTML link on it to make a click2call to the voicemail main, but the email is send with 'text/plain' encoding and thus it will not show the link, but the HTML in plain text on the body of the email, How can I change the enconding to 'text/html' so the link will get displayed correctly?