Home
last modified time | relevance | path

Searched refs:q931_party_id (Results 1 – 5 of 5) sorted by relevance

/dports/misc/libpri/libpri-1.6.0/
H A Dpri_internal.h280 struct q931_party_id { struct
322 struct q931_party_id from;
324 struct q931_party_id to;
326 struct q931_party_id orig_called;
345 struct q931_party_id caller;
507 struct q931_party_id local_id;
519 struct q931_party_id remote_id;
612 struct q931_party_id party_a;
807 struct q931_party_id party_a;
990 int q931_party_id_cmp(const struct q931_party_id *left, const struct q931_party_id *right);
[all …]
H A Dpri_facility.h187 void rose_copy_address_to_id_q931(struct pri *ctrl, struct q931_party_id *q931_address, const struc…
190 void rose_copy_presented_address_screened_to_id_q931(struct pri *ctrl, struct q931_party_id *q931_a…
196 …rose(struct pri *ctrl, struct roseAddress *rose_address, const struct q931_party_id *q931_address);
199 …rl, struct rosePresentedAddressScreened *rose_presented, const struct q931_party_id *q931_address);
221 int send_reroute_request(struct pri *ctrl, q931_call *call, const struct q931_party_id *caller, con…
H A Dpri_facility.c603 void rose_copy_address_to_id_q931(struct pri *ctrl, struct q931_party_id *q931_address, in rose_copy_address_to_id_q931()
684 struct q931_party_id *q931_address, in rose_copy_presented_address_screened_to_id_q931()
828 const struct q931_party_id *q931_address) in q931_copy_id_address_to_rose()
892 const struct q931_party_id *q931_address) in q931_copy_presented_id_address_screened_to_rose()
1861 struct q931_party_id called; in pri_mwi_indicate_v2()
2001 unsigned char *end, q931_call *call, const struct q931_party_id *calling, in enc_qsig_call_rerouting()
2120 unsigned char *end, q931_call *call, const struct q931_party_id *calling, in enc_etsi_call_rerouting()
2186 unsigned char *end, q931_call *call, const struct q931_party_id *deflection) in enc_etsi_call_deflection()
2241 const struct q931_party_id *caller, const struct q931_party_redirecting *deflection, in rose_reroute_request_encode()
2304 const struct q931_party_id *caller, const struct q931_party_redirecting *deflection, in send_reroute_request()
[all …]
H A Dpri.c1056 void pri_copy_party_id_to_q931(struct q931_party_id *q931_id, const struct pri_party_id *pri_id) in pri_copy_party_id_to_q931()
1065 struct q931_party_id party_id; in pri_connected_line_update()
2137 const struct q931_party_id *caller_id; in pri_reroute_call()
2138 struct q931_party_id local_caller; in pri_reroute_call()
H A Dq931.c496 void q931_party_id_init(struct q931_party_id *id) in q931_party_id_init()
660 int q931_party_id_cmp(const struct q931_party_id *left, const struct q931_party_id *right) in q931_party_id_cmp()
686 int q931_party_id_cmp_address(const struct q931_party_id *left, const struct q931_party_id *right) in q931_party_id_cmp_address()
708 int q931_cmp_party_id_to_address(const struct q931_party_id *id, const struct q931_party_address *a… in q931_cmp_party_id_to_address()
728 void q931_party_id_copy_to_address(struct q931_party_address *address, const struct q931_party_id *… in q931_party_id_copy_to_address()
837 void q931_party_id_copy_to_pri(struct pri_party_id *pri_id, const struct q931_party_id *q931_id) in q931_party_id_copy_to_pri()
871 void q931_party_id_fixup(const struct pri *ctrl, struct q931_party_id *id) in q931_party_id_fixup()
895 int q931_party_id_presentation(const struct q931_party_id *id) in q931_party_id_presentation()
5559 int q931_facility_called(struct pri *ctrl, struct q931_call *call, const struct q931_party_id *call… in q931_facility_called()