Re: [asterisk-users] Dial agent channel - busy

2008-01-29 Thread Thomas Kenner
show agents: 6001 (First Agent) available at '6001' (musiconhold is 'default') 6002 (Test Agent) available at '6002' (musiconhold is 'default') 2 agents configured [2 online , 0 offline] __ show queues: testQueu

Re: [asterisk-users] Dial agent channel - busy

2008-01-28 Thread Paul Hales
What does 'show agents' give you? 'show queues' would be useful too. PaulH On Mon, 2008-01-28 at 13:36 +0100, Thomas Kenner wrote: > Hi, > > when I'm trying to call the following extension > > exten => 6002,1,Verbose(1|Extension 6002) > exten => 6002,n,Dial(Agent/6002) > exten => 6002,n,Hangu

Re: [asterisk-users] Dial agent channel - busy

2008-01-28 Thread Atis Lezdins
On 1/28/08, Thomas Kenner <[EMAIL PROTECTED]> wrote: > Hi, > > when I'm trying to call the following extension > > exten => 6002,1,Verbose(1|Extension 6002) > exten => 6002,n,Dial(Agent/6002) > exten => 6002,n,Hangup() > > the call is terminated and I get the following warning from asterisk: > > ap

[asterisk-users] Dial agent channel - busy

2008-01-28 Thread Thomas Kenner
Hi, when I'm trying to call the following extension exten => 6002,1,Verbose(1|Extension 6002) exten => 6002,n,Dial(Agent/6002) exten => 6002,n,Hangup() the call is terminated and I get the following warning from asterisk: app_dial.c:1106 dial_exec_full: Unable to create channel of type 'Agent'