Home
last modified time | relevance | path

Searched refs:pri_sr (Results 1 – 11 of 11) sorted by relevance

/dports/misc/libpri/libpri-1.6.0/
H A Dlibpri.h1327 struct pri_sr;
1574 struct pri_sr *pri_sr_new(void);
1575 void pri_sr_free(struct pri_sr *sr);
1578 int pri_sr_set_bearer(struct pri_sr *sr, int transmode, int userl1);
1633 void pri_sr_set_keypad_digits(struct pri_sr *sr, const char *keypad_digits);
1637 void pri_sr_set_useruser(struct pri_sr *sr, const char *userchars);
1638 void pri_sr_set_reversecharge(struct pri_sr *sr, int requested);
1642 int pri_setup(struct pri *pri, q931_call *call, struct pri_sr *req);
1648 int pri_sr_set_connection_call_independent(struct pri_sr *req);
1654 int pri_sr_set_no_channel_call(struct pri_sr *req);
[all …]
H A Dpri.c1513 void pri_sr_init(struct pri_sr *req) in pri_sr_init()
1515 memset(req, 0, sizeof(struct pri_sr)); in pri_sr_init()
1522 int pri_sr_set_connection_call_independent(struct pri_sr *req) in pri_sr_set_connection_call_independent()
1532 int pri_sr_set_no_channel_call(struct pri_sr *req) in pri_sr_set_no_channel_call()
1546 struct pri_sr req; in pri_mwi_activate()
1568 struct pri_sr req; in pri_mwi_deactivate()
1600 struct pri_sr req; in pri_call()
1929 struct pri_sr *pri_sr_new(void) in pri_sr_new()
1931 struct pri_sr *req; in pri_sr_new()
1938 void pri_sr_free(struct pri_sr *sr) in pri_sr_free()
[all …]
H A Dpri_internal.h339 struct pri_sr { struct
965 void pri_sr_init(struct pri_sr *req);
H A Dpri_q931.h493 extern int q931_setup(struct pri *pri, q931_call *c, struct pri_sr *req);
H A Dtestprilib.c91 struct pri_sr *sr; in event1()
H A Dpri_facility.h208 int mwi_message_send(struct pri *pri, q931_call *call, struct pri_sr *req, int activate);
H A Dpri_facility.c1633 unsigned char *end, struct pri_sr *req) in enc_qsig_mwi_activate_message()
1682 unsigned char *pos, unsigned char *end, struct pri_sr *req) in enc_qsig_mwi_deactivate_message()
1729 int mwi_message_send(struct pri *ctrl, q931_call *call, struct pri_sr *req, int activate) in mwi_message_send()
H A Dpri_aoc.c1748 int pri_sr_set_aoc_charging_request(struct pri_sr *sr, int charging_request) in pri_sr_set_aoc_charging_request()
H A Dpri_cc.c1400 struct pri_sr req; in pri_cc_send_setup_encode()
6950 struct pri_sr req; in pri_cc_req()
7821 int pri_cc_call(struct pri *ctrl, long cc_id, q931_call *call, struct pri_sr *req) in pri_cc_call()
H A Dq931.c6424 int q931_setup(struct pri *ctrl, q931_call *c, struct pri_sr *req) in q931_setup()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/ftmod/ftmod_libpri/
H A Dftmod_libpri.c1157 struct pri_sr *sr; in state_advance()