By xAP Manager on
01 May 2007 00:08:26
As a consequence of developing the MCEVMail application I spun off this gateway to provide a simple gateway between Asterisk Voice Mail and xAP.
The gateway currently relies on AXC CTI2Info xAP messages to trigger the message sending. When an axc message arrives the gateway checks to see if the associated mailbox is in the gateway watch list (XML file). If it is then a xAP multi body message is sent that lists the folders within that mailbox and the number of messages in each folder. A subsequent multibody xAP messagesĀ are sent for each folder listing details of the messages (callerid, duration, URL to audio, ....) . The URL provides http audio header and audio stream (Content-Type: audio/wav).
Full details of the xAP message schema for xAPVMail can be found here
I am adding some simple commands to the gateway. Currently, Status.Request is supported for a MailBox folder and/or message. I will also add a polling interval to enable triggering for...
Read More »