Re: [asterisk-biz] auto-answering an originated call, dialplan / manager interface problem

2009-11-30 Thread Tony Mountifield
Hi Alexander, Just a small point that I hope will be helpful: In article d66ac4c3b882ba438b344616eee891e0075d3d2...@winxbede17.exchange.xchg, Mueller, Alexander a...@a-m-i.de wrote: OK, as promised, here are the details of the solution. The local phone which shall dial out is SIP/2000, and

Re: [asterisk-biz] auto-answering an originated call, dialplan / manager interface problem

2009-11-30 Thread Mueller, Alexander
Good idea, Tony, thanks ! ___ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-biz mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-biz

Re: [asterisk-biz] auto-answering an originated call, dialplan / manager interface problem

2009-11-29 Thread Mueller, Alexander
[mailto:asterisk-biz-boun...@lists.digium.com] Im Auftrag von c.savinov...@itntelecom.com Gesendet: Samstag, 28. November 2009 03:33 An: asterisk-biz@lists.digium.com Betreff: Re: [asterisk-biz] auto-answering an originated call, dialplan / manager interface problem There is nothing like SipAddHeader

Re: [asterisk-biz] auto-answering an originated call, dialplan / manager interface problem

2009-11-29 Thread Olle E. Johansson
29 nov 2009 kl. 12.14 skrev Mueller, Alexander: CS, that's my problem, exactly how you describe it: but why can't you redirect the AMI Originate to a dialplan script that uses the SipAddHeader? After lots of experimenting, I now come from AMI into the dialplan by just calling Action:

Re: [asterisk-biz] auto-answering an originated call, dialplan / manager interface problem

2009-11-29 Thread c . savinovich
@lists.digium.com Betreff: Re: [asterisk-biz] auto-answering an originated call, dialplan / manager interface problem There is nothing like SipAddHeader in the AMI, but why can't you redirect the AMI Originate to a dialplan script that uses the SipAddHeader? CS

Re: [asterisk-biz] auto-answering an originated call, dialplan / manager interface problem

2009-11-29 Thread Kevin P. Fleming
Olle E. Johansson wrote: Secondly, this mailing list is for Asterisk development - new code and issues with the Asterisk code. Your questions would get a faster and better answer on asterisk-users. Even if it's about development, it's about development of your own app, not about Asterisk.

Re: [asterisk-biz] auto-answering an originated call, dialplan / manager interface problem

2009-11-29 Thread Mueller, Alexander
, 29. November 2009 15:32 An: asterisk-biz@lists.digium.com Betreff: Re: [asterisk-biz] auto-answering an originated call, dialplan / manager interface problem Alexander: Once you get the handle of it, it ain't difficult: AMI Example: Action: Originate Channel: --- this is leg 1, the extension

Re: [asterisk-biz] auto-answering an originated call, dialplan / manager interface problem

2009-11-29 Thread Olle E. Johansson
29 nov 2009 kl. 15.32 skrev Kevin P. Fleming: Olle E. Johansson wrote: Secondly, this mailing list is for Asterisk development - new code and issues with the Asterisk code. Your questions would get a faster and better answer on asterisk-users. Even if it's about development, it's about

Re: [asterisk-biz] auto-answering an originated call, dialplan / manager interface problem

2009-11-29 Thread Olle E. Johansson
29 nov 2009 kl. 17.47 skrev Mueller, Alexander: 29.11. 17:37:19,060 Action: Originate Channel: SIP/2000 Context: originating Exten: #*00123456798 Priority: 1 CallerID: 2000 Variable: Outbound_CALLERID=07615987654321 ActionID: ORIGINATE_452 Instead of

Re: [asterisk-biz] auto-answering an originated call, dialplan / manager interface problem

2009-11-29 Thread Mueller, Alexander
von Olle E. Johansson Gesendet: Sonntag, 29. November 2009 19:43 An: Commercial and Business-Oriented Asterisk Discussion Betreff: Re: [asterisk-biz] auto-answering an originated call, dialplan / manager interface problem 29 nov 2009 kl. 17.47 skrev Mueller, Alexander: 29.11. 17:37:19,060

Re: [asterisk-biz] auto-answering an originated call, dialplan / manager interface problem

2009-11-29 Thread Mueller, Alexander
OK, as promised, here are the details of the solution. The local phone which shall dial out is SIP/2000, and the external number to be called is 0123456789. The SIP/2000 will auto-answer, so that the user (having a headset on) will be able to make an outbound call without using the phone

Re: [asterisk-biz] auto-answering an originated call, dialplan / manager interface problem

2009-11-27 Thread c . savinovich
There is nothing like SipAddHeader in the AMI, but why can't you redirect the AMI Originate to a dialplan script that uses the SipAddHeader? CS ___ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-biz mailing list To

[asterisk-biz] auto-answering an originated call, dialplan / manager interface problem

2009-11-26 Thread Mueller, Alexander
Hello, I try to initiate an outbound call via ORIGINATE (AMI interface), and I need to bring the phone that calls outbound to auto-answer, so that the user just has to press a button on the computer, not on the phone. Problem: I have no chance to do anything inside the dialplan, the call is

Re: [asterisk-biz] auto-answering an originated call, dialplan / manager interface problem

2009-11-26 Thread Alex Balashov
If you initiate an Originate and specify an outbound carrier/channel/technology as the 'Channel', the execution will be punted into the Exten, Priority and Context you specify when the call is answered on the far-end -- e.g. a SIP 200 OK. For example, here's how I Rickroll people: Action:

Re: [asterisk-biz] auto-answering an originated call, dialplan / manager interface problem

2009-11-26 Thread Mueller, Alexander
[mailto:asterisk-biz-boun...@lists.digium.com] Im Auftrag von Alex Balashov Gesendet: Donnerstag, 26. November 2009 15:24 An: Commercial and Business-Oriented Asterisk Discussion Betreff: Re: [asterisk-biz] auto-answering an originated call, dialplan / manager interface problem If you initiate

Re: [asterisk-biz] auto-answering an originated call, dialplan / manager interface problem

2009-11-26 Thread Alexender Argov
-biz-boun...@lists.digium.com [mailto:asterisk-biz-boun...@lists.digium.com] Im Auftrag von Alex Balashov Gesendet: Donnerstag, 26. November 2009 15:24 An: Commercial and Business-Oriented Asterisk Discussion Betreff: Re: [asterisk-biz] auto-answering an originated call, dialplan / manager interface

Re: [asterisk-biz] auto-answering an originated call, dialplan / manager interface problem

2009-11-26 Thread Matt Riddell
Instead of sending to a channel, use Local/ex...@context/n In the context set your variables before making the call. We do this on a virtual receptionist with touch screen. You touch the name of the person (or group) you want to speak to, it makes a call to a Linksys (which autoanswers) then

Re: [asterisk-biz] auto-answering an originated call, dialplan / manager interface problem

2009-11-26 Thread Mueller, Alexander
Alex -Ursprüngliche Nachricht- Von: asterisk-biz-boun...@lists.digium.com [mailto:asterisk-biz-boun...@lists.digium.com] Im Auftrag von Matt Riddell Gesendet: Donnerstag, 26. November 2009 22:27 An: asterisk-biz@lists.digium.com Betreff: Re: [asterisk-biz] auto-answering an originated