hi folks .
actually i want to start to build from scratch callcenter with basic stuff .
to be honest i used elastix callcenter the free version and i liked it much .
actually i was trying to build small webpage that can callback extensions and let them login after user set the pwd.
the basic dial plan i used was like below,
agents.conf
[agents]
agent => 1001,1001,Wayne Kerr
queues.conf
[queue1]
member => Agent/1001
extensions.conf
exten => 28,1,AgentLogin(1001)
================
from ex i dial 28 and then I’m logged inside .
so again all i need is the asterisk cmd that get 2 variable ex & agent and let the system originate call and then the user login after he put the pwd that exist in the file agents.conf
not sure if i need to modify the dial plan above or need other function
thank you so much