login | register
Sat 05 of Jul, 2008 [04:01 UTC]

voip-info.org

Search with Google
Search this site with Google. Results may not include recent changes.
 
Google Ads
Shoutbox
  • Samuel, Thu 03 of Jul, 2008 [13:41 UTC]: ok thank you
  • Mats Karlsson, Thu 03 of Jul, 2008 [13:37 UTC]: Nice Samuel, will look forward to rad it.
  • bwl_fernstudent, Thu 03 of Jul, 2008 [09:08 UTC]: Your blog shows some usefull code
  • Samuel, Thu 03 of Jul, 2008 [08:04 UTC]: I'll translate it, for sure
  • Mats Karlsson, Wed 02 of Jul, 2008 [20:46 UTC]: LOL, in french! Translate it to English and I will read it.
  • Samuel, Wed 02 of Jul, 2008 [08:07 UTC]: Hello, i wrote a blog about Asterisk, speaking about installation,programming and more http://sambranche.blogspot.com/
  • Nick Barnes, Tue 01 of Jul, 2008 [17:46 UTC]: Steve - Asterisk doesn't 'fit into linux' - it's an application which runs on top of Linux.
  • Steve, Mon 30 of Jun, 2008 [18:07 UTC]: anyone know where I can find a block diagram of how asterisk fits into linux. my f'ing bosses want me to draw something up.. ugh.
  • akbar, Fri 27 of Jun, 2008 [10:37 UTC]: marley_boyz@yahoo.com how to configure call forward, call back, call pick up using TDM and asterisk 1.2.13... please help me.. thx...
  • Matthew Williams, Tue 24 of Jun, 2008 [22:37 UTC]: We are looking for Tier II VoIP Support Technicians in St Louis. Send resumes to mwilliams AT voxitas DOT com.
Server Stats
  • Execution time: 0.29s
  • Memory usage: 2.58MB
  • Database queries: 30
  • GZIP: Disabled
  • Server load: 0.76

Asterisk Agents

Asterisk call agents


Agents are human beings - well, phone extensions that are used by human beings. Setting up agents in the agents.conf file allows you to then assign agents in your call queues as a member. One agent can be assigned to many queues, and you can permit an agent to login from any extension.

In a nut shell.....

agents.conf

 [agents]
 agent => 1001,4321,Wayne Kerr

queues.conf

 [queue1]
 member => Agent/1001

extensions.conf

 exten => 28,1,AgentLogin(1001)
 exten => 29,1,Queue(queue1)

How it works

  • Agent logs on, e.g. using code "28" as in the example above, hears music on hold, waits for call.
  • Inbound call gets transfered to extension 29
  • agents hears beep and inbound call gets connected to agent.

If you would prefer your agents to get called when they log in, you can implement the AgentCallbackLogin function, which will call your agent when a call gets assigned to them in the queue.

See also



Back to Asterisk - documentation of application commands
Created by oej, Last modification by wideser on Thu 19 of Jun, 2008 [18:57 UTC]

Please update this page with new information, just login and click on the "Edit" or "Add Comment" button above. Get a free login here: Register Thanks! - support@voip-info.org

Page Changes | Comments

Sponsored by:

Terms of Service Privacy Policy
© 2003-2008 VOIP-Info.org LLC

Powered by bitweaver