General Delivery Mailboxes for Hunt-Groups in CUE
When the hunt options for a hunt-group are exhausted (i.e., no members answer), to ensure calls are not lost it is often desirable to send calls to voicemail. The question becomes, then, where are calls delivered? In Cisco Unity Connection and Cisco Unity its possible to use Alternate Extensions (for example), but what about CUE? Although it is possible to create a subscriber specifically for voicemail for subscribers, this does limit flexibility of the solution. A better option is to use a General Delivery Mailbox (GDM). One caveat of using a GDM is that MWI notification is not available, not even to group members, however this limitation should be considered in the context of the solution. What you can do to work around this limitation is configure message notification from the GDM to a "real" subscriber - the real subscriber either receives immediate notification, or a voice message indicating that a message is waiting in the GDM (and the subscriber *will* receive MWI on the notification message, if it is delivered to voicemail of course).
Configuration of a General Delivery Mailbox requires:
- Creation of the group that will host the GDM
- Assignment of a phone number to the group (i.e. the hunt pilot)
- Adding necessary members to the group - these members will not receive MWI, howver when a message is received it may be accessed using "Option 9" in the personal mailbox menu, or via the TUI using VoiceView Express
The following configuration defines a new group, Sales, with pilot number 9999. 2 regular Unity Subscribers are added to the group. These Subscribers automatically have the ability to manage voice messages and record prompts; no other permissions are required.
username Terrance create
username Jim create
username Terrance phonenumber "2003"
username Jim phonenumber "2001"
groupname Sales create
groupname Sales phonenumber "9999"
groupname Sales member Terrance
groupname Sales member Jim
Observe the SIP trace on CUE including, importantly, the last-redirect number - the hunt pilot of 9999.
5291 02/22 19:41:07.606 ACCN SIPS 0 trigger created: ContactApplicationTrigger[time=1235292067604,contact=SIPCallContact[id=3, type=Cisco SIP Call, implId=6167EB46-FFF311DD-801EFAC1-E36D0487@192.168.255.99, active=true, state=CALL_RECEIVED, inbound=true, handled=false,
locale=en_GB, aborting=false, app=App[name=voicemail, type=Cisco Script Application, id=2, desc=voicemail, enabled=true, max=6, valid=true, optional=
[cfgVars=[Lcom.cisco.wfapi.util.WFNameValuePair;@6aea6aea, privilegeType=1, last.modified=1234435282573, script=voicebrowser.aef]], task=null, session=Session[id=0xa02ffee01, parent=null, active=true, state=SESSION_IN_USE, time=1235292067233], seqNum=0, time=1235292067043, cn=8888, dn=null, cgn=2001, ani=null, dnis=null, clid=sip:2001@192.168.255.99, atype=FORWARD_NO_ANSWER,lrd=9999,ocn=9999,odn=null,uui=null,aniii=null,ced=null, lrvmn=9999,ocvmn=9999,route=TR[num=8888],port=Port[type=Cisco SIP Channel,id=8,implId=16912,active=true,state=IN_USE],aborting=false, transferring=false,disconnecting=false]] route: TR[num=8888] triggermap: {secondaryDialogGroup=0, primaryDialogGroup=0}
4693 02/22 19:41:07.646 ACCN SIPS 0 CallID:3 GCID:6167EB46-FFF311DD-801EFAC1-E36D0487@192.168.255.99 about to execute ltp.answer( SIP-InboundCallInfo: source=2001, (sip:2001@192.168.255.99), destination=8888, (sip:8888@192.168.255.98), callId=6167EB46-FFF311DD-801EFAC1-E36D0487@192.168.255.99, lastRedirectDN=9999, (sip:9999@192.168.255.99), arrivalType=REDIRECT_NO_ANSWER )
There are 2 methods to change greetings for General Delivery Mailboxes:
- As part of enrollment (either accessing using the telephone via the personal mailbox, or using the VoiceView Express TUI)
- At any time under the context-sensitive General Delivery Mailboxes (under the GDM context, using either of the above 2 methods)


