search for: krtorio

Displaying 8 results from an estimated 8 matches for "krtorio".

2005 Sep 08
1
(OT) Dialplan Standards for Business/Offices
Are there any standards for setting up pbx dialplans for businesses/offices? What I mean is that, which numbers are reserved for a specific use ex. 0 for operator ? Putting Zero for operator in the dialplan seems to be the common practice of businesses. If there is such a standard, * and # are used for what ? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Jul 13
2
extension mobility and CDR logging questions
I intend to add to my asterisk system a feature similar to cisco call manager's extension mobility so that agents can log in to any phone in the office and keep their profile (ex. the agent's specific directory number). But before doing that, I need to confirm that asterisk doesn't have a native solution for that (ex. application/addon), and that nobody has come up with their own
2005 Jul 12
2
AgentCallbackLogin Question
I'm using ver. 1.0.7 here are a couple of lines from my extensions.conf file: exten => x,1,AgentCallbackLogin(${CALLERIDNUM}|${CALLERIDNUM}@sip) exten => x,2,Hangup I'm looking for a way to capture the Agent ID after login, to keep track which agent is associated in a certain call.
2005 Jul 14
0
AgentMonitorOutgoing question
This is my nth post regarding this matter. Where in the dialplan should I put AgentMonitorOutgoing? Can somebody show me how to use it? in extensions.conf: exten => x,1,AgentMonitorOutgoing(c) in agents.conf I set updatecdr to yes. It supposed to put agent/agent id in the "channel" column in the CDR, but instead it puts SIP/<extension number>. This link seems to be the
2005 Jul 14
0
dialplan for monitoring outbound calls
I wanted to use AgentMonitorOutgoing(c) to know which agent made an outbound call. Its supposed to record the agent id to the channels column in the CDR, but it doesn't. I put it on priority one, after an agent makes an outbound call Does anyone have an example that uses this feature and works?
2005 Aug 17
0
version 1.0.9 slow in acknowledging agent channel calls
Dialing an Agent in version 1.0.7 works fine, here's what shows up in the CLI: -- Executing SetCIDName("SIP/518-6071", "Calling Agent4000") in new stack -- Executing Dial("SIP/518-6071", "Agent/4000|30|t") in new stack -- outgoing agentcall, to agent '4000', on 'Local/517@sip-007f,1' -- Called 4000 -- Executing
2005 Oct 17
0
Solved? => Playback audio before answered by a queue member
Regarding my previous post: "Playback audio before answered by a queue member" I added a ResetCDR() command at the middle: exten => XXXXXXXXXX,1,Background(audiofile) ;answers the channel immediately exten => XXXXXXXXXX,2,ResetCDR() ;clean slate exten => XXXXXXXXXX,3,Queue(Qname|tdn|||) ;new answer time written Looking at the CDR, the billsec is no longer the same as
2006 Jan 22
0
changing agent passwords without reloading asterisk
Is there a way to change an agent's password without editing the password field in agents.conf and reloading asterisk? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060122/3c58bc83/attachment.htm