VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
mitch_ml at claborn.net Guest
|
|
Back to top |
|
|
patrick at laimbock.com Guest
|
|
Back to top |
|
|
asterisk.org at sedwar... Guest
|
Posted: Mon Aug 25, 2014 11:42 am Post subject: [asterisk-users] Understanding local channels |
|
|
On Mon, 25 Aug 2014, Patrick Laimbock wrote:
Quote: | https://wiki.asterisk.org/wiki/displa/AST/Introduction+to+Local+Channels
|
s/displa/display/
--
Thanks in advance,
-------------------------------------------------------------------------
Steve Edwards sedwards@sedwards.com Voice: +1-760-468-3867 PST
Newline Fax: +1-760-731-3000
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
jcolp at digium.com Guest
|
Posted: Mon Aug 25, 2014 11:44 am Post subject: [asterisk-users] Understanding local channels |
|
|
On 8/25/2014 1:33 PM, Patrick Laimbock wrote:
That wiki page isn't REALLY detailed. To what level are you wanting to
know more about, Mitch?
--
Joshua Colp
Digium, Inc. | Senior Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
Check us out at: www.digium.com & www.asterisk.org
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
rnewton at digium.com Guest
|
Posted: Mon Aug 25, 2014 2:13 pm Post subject: [asterisk-users] Understanding local channels |
|
|
On Mon, Aug 25, 2014 at 11:33 AM, Patrick Laimbock <patrick@laimbock.com> wrote:
It may also help to check out the section on Channels:
https://wiki.asterisk.org/wiki/display/AST/Channels
Before going into the Local Channel config
section:https://wiki.asterisk.org/wiki/display/AST/Local+Channel
If you can think of a way we can improve the documentation on Local
Channels, let us know.
--
Rusty Newton
Digium, Inc. | Community Support Manager
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
direct: +1 256 428 6200
Check us out at: http://digium.com & http://asterisk.org
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
mitch_ml at claborn.net Guest
|
Posted: Mon Aug 25, 2014 2:58 pm Post subject: [asterisk-users] Understanding local channels |
|
|
Here's my current specific scenario. I have a working "call me now" solution on our web site. The customer types in their phone number, it goes into our normal "sales" asterisk queue via an AMI action. When the agent answers the call, he gets a brief announcement then asterisk dials the customer's number. (This works in Asterisk 11. There is an apparent bug in asterisk 12 with queue variables: https://issues.asterisk.org/jira/browse/ASTERISK-24267) It works, but I'm struggling to understand how.
AMI Action:
Action: Originate
Channel: Local/s@callmenow/n
Context: dial-to-customer
Exten: s
Priority: 1
Async: true
Variable: MMCALLMENOWID=107
Timeout: 999999
Callerid: Call Me Now <778>
Dial Plan:
[callmenow]
exten => s,1,NoOp(callmenow: Queue without answer)
same =>n,Queue(sales,Rtc)
[dial-to-customer]
exten => s,1,NoOp(dial-to-customer channel=${CHANNEL(name)})
same =>n,Wait(1)
same =>n,Playback(custom/callmenow-announce)
; do some more stuff
same =>n,Dial(${TOLL}/${MMCUSTOMER_NUMBER},,TKU(dial-to-cust-connect-sub))
On 08/25/2014 11:43 AM, Joshua Colp wrote:
Quote: | On 8/25/2014 1:33 PM, Patrick Laimbock wrote:
That wiki page isn't REALLY detailed. To what level are you wanting to know more about, Mitch?
|
|
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|