Home
last modified time | relevance | path

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

/dports/misc/libpri/libpri-1.6.0/
H A Dq921.c303 case PRI_NETWORK: in q921_send_dm()
332 case PRI_NETWORK: in q921_send_disc()
361 case PRI_NETWORK: in q921_send_ua()
390 case PRI_NETWORK: in q921_send_sabme()
822 case PRI_NETWORK: in q921_reject()
852 case PRI_NETWORK: in q921_rr()
992 case PRI_NETWORK: in q921_transmit_uiframe()
1074 case PRI_NETWORK: in q921_transmit_iframe()
2137 if (ctrl->localtype == PRI_NETWORK) { in q921_mdl_handle_error()
2991 ctrl->remotetype = PRI_NETWORK; in __q921_receive_qualified()
[all …]
H A Dpri_internal.h1070 return my_ctrl->bri && my_ctrl->localtype == PRI_NETWORK in BRI_NT_PTMP()
1102 return my_ctrl->localtype == PRI_NETWORK; in NT_MODE()
H A Dtestprilib.c259 if (!(pri = pri_new_bri(pair[0], 0, PRI_NETWORK, PRI_DEF_SWITCHTYPE))) { in main()
H A Dpritest.c90 return PRI_NETWORK; in str2node()
H A Dlibpri.h41 #define PRI_NETWORK 1 macro
H A Dq931.c1256 case PRI_NETWORK: in pritype()
6078 if(ctrl->localtype == PRI_NETWORK || ctrl->switchtype == PRI_SWITCH_QSIG) in q931_connect()
6963 if (ctrl->localtype == PRI_NETWORK && winner->channelno != 0xFF) { in q931_send_retrieve()
9649 if (ctrl->localtype == PRI_NETWORK) { in post_handle_q931_message()
9764 if (ctrl->localtype == PRI_NETWORK) { in post_handle_q931_message()
H A Dpri.c123 case PRI_NETWORK: in pri_node2str()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/
H A Dsangoma_pri.h47 SANGOMA_PRI_NETWORK = PRI_NETWORK,
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/ftmod/ftmod_libpri/
H A Dlpwrap_pri.h73 LPWRAP_PRI_NETWORK = PRI_NETWORK,
H A Dftmod_libpri.c1817 if (isdn_data->mode == PRI_NETWORK) { in on_ring()
2494 isdn_data->mode == PRI_NETWORK && isdn_data->idle_restart_timeout_ms > 0) in on_dchan_up()
2799 return PRI_NETWORK; in parse_mode()
3024 isdn_data->mode = PRI_NETWORK; in FIO_CONFIGURE_SPAN_SIGNALING_FUNCTION()
3172 else if (isdn_data->mode == PRI_NETWORK && ftdm_span_get_trunk_mode(span) == FTDM_TRUNK_MODE_CPE) { in FIO_CONFIGURE_SPAN_SIGNALING_FUNCTION()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/ftmod/ftmod_pritap/
H A Dftmod_pritap.c866 …if ((pritap->pri = pri_new_cb(pritap->dchan->sockfd, PRI_NETWORK, PRI_SWITCH_NI2, pri_io_read, pri… in ftdm_pritap_run()