1171
Running QueueMetrics / Re: Call Monitoring - Mixed Dynamic/Static Agent environment
« on: September 21, 2010, 10:09:15 »
You should add a check in the dial-plan like:
That's why we dial a piece of dial plan instead of implementing the function over AMI
Code: [Select]
if (exists local channel)
spy local channel
else
spy static channel
That's why we dial a piece of dial plan instead of implementing the function over AMI


