No subject


Sun Jul 19 19:54:31 CDT 2009


enum message_types {
        DLL_SMS_MASK        = 0x7f,             /* mask for the valid bits
*/

        /* Protocol 1 values */
        DLL1_SMS_DATA       = 0x11,             /* data packet */
        DLL1_SMS_ERROR      = 0x12,
        DLL1_SMS_EST        = 0x13,             /* start the connection
*/
        DLL1_SMS_REL        = 0x14,             /* end the connection */
        DLL1_SMS_ACK        = 0x15,
        DLL1_SMS_NACK       = 0x16,

        DLL1_SMS_COMPLETE   = 0x80,             /* packet is complete */
        DLL1_SMS_MORE       = 0x00,             /* more data to follow */

        /* Protocol 2 values */
        DLL2_SMS_EST        = 0x7f,             /* magic number. No
message body */
        DLL2_SMS_INFO_MO    = 0x10,
        DLL2_SMS_INFO_MT    = 0x11,
        DLL2_SMS_INFO_STA   = 0x12,
        DLL2_SMS_NACK       = 0x13,
        DLL2_SMS_ACK0       = 0x14,             /* ack even-numbered frame
*/
        DLL2_SMS_ACK1       = 0x15,             /* ack odd-numbered frame
*/
        DLL2_SMS_ENQ        = 0x16,
        DLL2_SMS_REL        = 0x17,             /* end the connection */

        DLL2_SMS_COMPLETE   = 0x00,             /* packet is complete */
        DLL2_SMS_MORE       = 0x80,             /* more data to follow */
}; 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-07-01 06:35 ploink         Note Added: 0124133                          
======================================================================




More information about the asterisk-bugs mailing list