Home
last modified time | relevance | path

Searched refs:ISUP_ACM (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 Dsipt.c305 if((body.s[0] != ISUP_ACM) && (body.s[0] != ISUP_CPG)) in sipt_get_redirection_info()
326 if((body.s[0] != ISUP_ACM) && (body.s[0] != ISUP_CPG)) in sipt_get_redirection_number_nai()
349 if((body.s[0] != ISUP_ACM) && (body.s[0] != ISUP_CPG)) in sipt_get_redirection_number()
421 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()
H A Dss7.h38 #define ISUP_ACM 0x06 macro