Sean,<div><br></div><div>There's only four steps required for you to send callers to voicemail when no agents are logged in.</div><div><br></div><div><ol><li>Get Reporting Statistics</li><ol><li>This step gets the number of Agent logged in to a specific CSQ.  You can hard code the CSQ name in quotes (E.g., "Sales_CSQ") but will need an Integer variable for storing the results (E.g., AgentsLoggedIn)</li>
</ol><li>If</li><ol><li>This step checks a condition which you specify, and depending on the outcome, will take either the True or False branch.  If the condition you care about it is "no one logged in", then you would write the condition like this: AgentsLoggedIn < 1.  Then, inside of the True branch, you put the next step.  You can leave the False branch empty.</li>
</ol><li>Call Redirect</li><ol><li>This step redirects or transfers the caller to another number.  In your case you would redirect to the voicemail pilot number (I don't know your's), and then reset the Called Address to the mailbox number (This can be hard coded E.g., "12345", but again, I don't know the mailbox you want to send people to).</li>
</ol><li>End</li><ol><li>This step goes inside of the Call Redirect's Successful branch, and simply ends the script once the caller has been sent to voicemail.</li></ol></ol><div>Where you place these three steps is based on business logic, and no one but you and your company can decide that.  For example, I see a check for logged in agents after the call is queued.  That could also easily happen prior to the Select Resource Step, but then it wouldn't increment the Calls Presented metric for that CSQ.  That may have been a business decision.</div>
</div><div><br></div><div>And I can also see that you are storing the --Triggering Contact-- in a variable called ContactActive, so don't forget to switch you Contact to that variable in the Get Reporting Statistics and Call Redirect steps.</div>
<div><br></div><div>
Anthony Holloway<br><br><div class="gmail_quote">On Fri, Jan 20, 2012 at 12:13 PM, Sean Knight <span dir="ltr"><<a href="mailto:sean@pubsvs.com" target="_blank">sean@pubsvs.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div lang="EN-US" link="blue" vlink="purple"><div><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal">

Have UCCX 7.0 and want the calls to go to VM when no one is logged in and it forwards to the redirect right now when  no one is logged in.  Can any one advise?<u></u><u></u></p><p class="MsoNormal"><img width="618" height="865" src="cid:image001.jpg@01CCD775.3BE57260"><u></u><u></u></p>

</div></div><br>_______________________________________________<br>
cisco-voip mailing list<br>
<a href="mailto:cisco-voip@puck.nether.net" target="_blank">cisco-voip@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/cisco-voip" target="_blank">https://puck.nether.net/mailman/listinfo/cisco-voip</a><br>
<br></blockquote></div><br></div>