[cisco-voip] Missed call get as email

Anthony Holloway avholloway+cisco-voip at gmail.com
Mon Oct 11 13:18:52 EDT 2010


If you have UCCX Premium, and it's fairly idle, or you don't have many users
that need this feature, you could point their DIDs to an application, which
uses the call consult transfer step, and based on the timeout value, send an
e-mail, then just dumps the caller into voicemail.

start
accept
/* map called numbers to email addresses, etc */
switch called number
  anthony's DID
    set email = "avholloway at company.com"
/* try to reach the person */
call consult transfer (timeout = 10)
  successful
    /* person answered, end script */
    end
  timeout
    /* no one answered, send e-mail then send to voicemail */
    send e-mail
    redirect voicemail
      successful
        end
end

On Mon, Oct 11, 2010 at 10:21 AM, Cristobal Priego <
cristobalpriego at gmail.com> wrote:

> with UCM by itself no
>
> maybe with a Third party server
>
> 2010/10/11 Burak Dag <burdag at gmail.com>
>
>> Hi all,
>>
>> is any way to get the missed calls per email???
>>
>> Thanks
>>
>> _______________________________________________
>> cisco-voip mailing list
>> cisco-voip at puck.nether.net
>> https://puck.nether.net/mailman/listinfo/cisco-voip
>>
>>
>
> _______________________________________________
> cisco-voip mailing list
> cisco-voip at puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-voip
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://puck.nether.net/pipermail/cisco-voip/attachments/20101011/05af3bd3/attachment.html>


More information about the cisco-voip mailing list