Home
last modified time | relevance | path

Searched refs:held_call (Results 1 – 2 of 2) sorted by relevance

/dports/misc/libpri/libpri-1.6.0/
H A Dpri_internal.h1026 struct q931_call *q931_find_held_active_call(struct pri *ctrl, struct q931_call *held_call);
H A Dq931.c320 int held_call; in q931_encode_channel() local
328 held_call = 1 << 18; in q931_encode_channel()
331 held_call = 0; in q931_encode_channel()
334 if (held_call || call->cis_call) { in q931_encode_channel()
343 | held_call; in q931_encode_channel()
8598 struct q931_call *q931_find_held_active_call(struct pri *ctrl, struct q931_call *held_call) in q931_find_held_active_call() argument
8604 if (!held_call->link) { in q931_find_held_active_call()
8613 if (!winner || (BRI_NT_PTMP(ctrl) && winner->link != held_call->link)) { in q931_find_held_active_call()
8630 &held_call->remote_id.number)) { in q931_find_held_active_call()