Home
last modified time | relevance | path

Searched refs:ISUP_COT (Results 1 – 3 of 3) sorted by relevance

/dports/net/kamailio/kamailio-5.4.5/src/modules/sipt/
H A Dss7_parser.c174 else if(message->type == ISUP_ACM || message->type == ISUP_COT) in get_optional_header()
326 if(orig_message->type != ISUP_ACM && orig_message->type != ISUP_COT) in isup_get_charging_indicator()
405 if(orig_message->type != ISUP_ACM && orig_message->type != ISUP_COT) in isup_update_bci_1()
H A Dss7.h37 #define ISUP_COT 0x05 macro
H A Dsipt.c421 if(body.s[0] != ISUP_COT && body.s[0] != ISUP_ACM) in sipt_get_charge_indicator()
656 if(body.s[0] != ISUP_ACM && body.s[0] != ISUP_COT) in sipt_set_bci_1()