Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[asterisk-users] Understanding local channels


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users
View previous topic :: View next topic  
Author Message
mitch_ml at claborn.net
Guest





PostPosted: Mon Aug 25, 2014 10:07 am    Post subject: [asterisk-users] Understanding local channels Reply with quote

Can someone point me to a good tutorial / explanation of local
channels? I've been using them without really understanding what is
going on, and we all know how dangerous that is!

I've read http://www.voip-info.org/wiki/view/Asterisk+local+channels
but I'm just not quite getting it.

--

Mitch


--
_____________________________________________________________________
-- 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
patrick at laimbock.com
Guest





PostPosted: Mon Aug 25, 2014 11:33 am    Post subject: [asterisk-users] Understanding local channels Reply with quote

On 25-08-14 17:06, Mitch Claborn wrote:
Quote:
Can someone point me to a good tutorial / explanation of local
channels? I've been using them without really understanding what is
going on, and we all know how dangerous that is!

I've read http://www.voip-info.org/wiki/view/Asterisk+local+channels but
I'm just not quite getting it.

How about the info on the Asterisk wiki:

https://wiki.asterisk.org/wiki/displa/AST/Introduction+to+Local+Channels

On the left side there's a menu with examples and modifiers.

HTH,
Patrick

--
_____________________________________________________________________
-- 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
asterisk.org at sedwar...
Guest





PostPosted: Mon Aug 25, 2014 11:42 am    Post subject: [asterisk-users] Understanding local channels Reply with quote

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





PostPosted: Mon Aug 25, 2014 11:44 am    Post subject: [asterisk-users] Understanding local channels Reply with quote

On 8/25/2014 1:33 PM, Patrick Laimbock wrote:
Quote:
On 25-08-14 17:06, Mitch Claborn wrote:
Quote:
Can someone point me to a good tutorial / explanation of local
channels? I've been using them without really understanding what is
going on, and we all know how dangerous that is!

I've read http://www.voip-info.org/wiki/view/Asterisk+local+channels but
I'm just not quite getting it.

How about the info on the Asterisk wiki:

https://wiki.asterisk.org/wiki/displa/AST/Introduction+to+Local+Channels

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





PostPosted: Mon Aug 25, 2014 2:13 pm    Post subject: [asterisk-users] Understanding local channels Reply with quote

On Mon, Aug 25, 2014 at 11:33 AM, Patrick Laimbock <patrick@laimbock.com> wrote:
Quote:
On 25-08-14 17:06, Mitch Claborn wrote:
Quote:

Can someone point me to a good tutorial / explanation of local
channels? I've been using them without really understanding what is
going on, and we all know how dangerous that is!

I've read http://www.voip-info.org/wiki/view/Asterisk+local+channels but
I'm just not quite getting it.


How about the info on the Asterisk wiki:

https://wiki.asterisk.org/wiki/displa/AST/Introduction+to+Local+Channels

On the left side there's a menu with examples and modifiers.

HTH,
Patrick

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





PostPosted: Mon Aug 25, 2014 2:58 pm    Post subject: [asterisk-users] Understanding local channels Reply with quote

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)) 


Quote:
Mitch




On 08/25/2014 11:43 AM, Joshua Colp wrote:

Quote:
On 8/25/2014 1:33 PM, Patrick Laimbock wrote:
Quote:
On 25-08-14 17:06, Mitch Claborn wrote:
Quote:
Can someone point me to a good tutorial / explanation of local
channels?  I've been using them without really understanding what is
going on, and we all know how dangerous that is!

I've read http://www.voip-info.org/wiki/view/Asterisk+local+channels but
I'm just not quite getting it.

How about the info on the Asterisk wiki:

https://wiki.asterisk.org/wiki/displa/AST/Introduction+to+Local+Channels

That wiki page isn't REALLY detailed. To what level are you wanting to know more about, Mitch?

Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
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

VoiceMeUp - Corporate & Wholesale VoIP Services