Home
last modified time | relevance | path

Searched refs:switchtype (Results 1 – 25 of 54) sorted by relevance

123

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/ftmod/ftmod_sangoma_isdn/
H A Dftmod_sangoma_isdn_cfg.c92 signal_data->switchtype = SNGISDN_SWITCH_NI2; in parse_switchtype()
94 signal_data->switchtype = SNGISDN_SWITCH_5ESS; in parse_switchtype()
96 signal_data->switchtype = SNGISDN_SWITCH_4ESS; in parse_switchtype()
98 signal_data->switchtype = SNGISDN_SWITCH_DMS100; in parse_switchtype()
100 signal_data->switchtype = SNGISDN_SWITCH_QSIG; in parse_switchtype()
109 signal_data->switchtype = SNGISDN_SWITCH_EUROISDN; in parse_switchtype()
111 signal_data->switchtype = SNGISDN_SWITCH_QSIG; in parse_switchtype()
124 signal_data->switchtype = SNGISDN_SWITCH_INSNET; in parse_switchtype()
140 if (g_sngisdn_data.ccs[i].switchtype == signal_data->switchtype && in parse_switchtype()
149 g_sngisdn_data.ccs[i].switchtype = signal_data->switchtype; in parse_switchtype()
[all …]
H A Dftmod_sangoma_isdn_stack_cfg.c39 uint8_t sng_isdn_stack_switchtype(sngisdn_switchtype_t switchtype);
356 switch(signal_data->switchtype) { in sngisdn_stack_cfg_q921_msap()
565 cfg.t.cfg.s.inTSAP.swtch = sng_isdn_stack_switchtype(signal_data->switchtype); in sngisdn_stack_cfg_q931_tsap()
714 if (signal_data->switchtype == SNGISDN_SWITCH_QSIG) { in sngisdn_stack_cfg_q931_dlsap()
738 if (signal_data->switchtype == SNGISDN_SWITCH_QSIG || in sngisdn_stack_cfg_q931_dlsap()
739 signal_data->switchtype == SNGISDN_SWITCH_5ESS) { in sngisdn_stack_cfg_q931_dlsap()
781 if (signal_data->switchtype == SNGISDN_SWITCH_DMS100 && in sngisdn_stack_cfg_q931_dlsap()
819 if (signal_data->switchtype == SNGISDN_SWITCH_EUROISDN) { in sngisdn_stack_cfg_q931_dlsap()
1238 uint8_t sng_isdn_stack_switchtype(sngisdn_switchtype_t switchtype) in sng_isdn_stack_switchtype() argument
1240 switch (switchtype) { in sng_isdn_stack_switchtype()
[all …]
H A Dftmod_sangoma_isdn.c837 … if (((sngisdn_span_data_t*)(ftdmchan->span->signal_data))->switchtype == SNGISDN_SWITCH_4ESS || in ftdm_sangoma_isdn_process_state_change()
838 … ((sngisdn_span_data_t*)(ftdmchan->span->signal_data))->switchtype == SNGISDN_SWITCH_5ESS) { in ftdm_sangoma_isdn_process_state_change()
1229 switch (signal_data->switchtype) { in FIO_CONFIGURE_SPAN_SIGNALING_FUNCTION()
1251 switch (signal_data->switchtype) { in FIO_CONFIGURE_SPAN_SIGNALING_FUNCTION()
1279 switch (signal_data->switchtype) { in FIO_CONFIGURE_SPAN_SIGNALING_FUNCTION()
/dports/misc/libpri/libpri-1.6.0/
H A Dpri.c229 switch (switchtype) { in pri_default_timers()
331 switch (ctrl->switchtype) { in pri_display_options_send_default()
362 switch (ctrl->switchtype) { in pri_display_options_receive_default()
451 switch (ctrl->switchtype) { in pri_link_new()
535 switch (switchtype) { in pri_ctrl_new()
577 ctrl->switchtype = switchtype; in pri_ctrl_new()
590 switch (switchtype) { in pri_ctrl_new()
1104 switch (ctrl->switchtype) { in pri_connected_line_update()
1149 switch (ctrl->switchtype) { in pri_connected_line_update()
1273 switch (ctrl->switchtype) { in pri_redirecting_update()
[all …]
H A Dpri_facility.c54 switch (ctrl->switchtype) { in redirectingreason_from_q931()
118 switch (ctrl->switchtype) { in redirectingreason_for_q931()
1040 switch (ctrl->switchtype) { in rose_diverting_leg_information1_encode()
1209 switch (ctrl->switchtype) { in rose_diverting_leg_information2_encode()
1331 switch (ctrl->switchtype) { in rose_diverting_leg_information3_encode()
1867 switch (ctrl->switchtype) { in pri_mwi_indicate_v2()
2255 switch (ctrl->switchtype) { in rose_reroute_request_encode()
2983 switch (ctrl->switchtype) { in rose_call_transfer_complete_encode()
3318 switch (ctrl->switchtype) { in pri_call_add_standard_apdus()
3443 switch (ctrl->switchtype) { in rose_request_subaddress_encode()
[all …]
H A Dq931.c873 switch (ctrl->switchtype) { in q931_party_id_fixup()
2830 switch (ctrl->switchtype) { in dump_change_status()
2846 switch (ctrl->switchtype) { in receive_change_status()
2954 switch (ctrl->switchtype) { in transmit_display()
4527 switch (ctrl->switchtype) { in q931_find_call()
5765 switch (ctrl->switchtype) { in q931_notify()
5921 switch (ctrl->switchtype) { in q931_alerting()
6102 switch (ctrl->switchtype) { in q931_connect()
7833 switch (ctrl->switchtype) { in q931_receive()
8958 switch (ctrl->switchtype) { in post_handle_q931_message()
[all …]
H A Dpri_aoc.c1616 switch (ctrl->switchtype) { in pri_aoc_de_request_response_send()
1635 switch (ctrl->switchtype) { in pri_aoc_s_request_response_send()
1662 switch (ctrl->switchtype) { in aoc_charging_request_send()
1698 switch (ctrl->switchtype) { in pri_aoc_s_send()
1717 switch (ctrl->switchtype) { in pri_aoc_d_send()
1735 switch (ctrl->switchtype) { in pri_aoc_e_send()
H A Dlibpri.h1337 struct pri *pri_new(int fd, int nodetype, int switchtype);
1338 struct pri *pri_new_bri(int fd, int ptpmode, int nodetype, int switchtype);
1341 struct pri *pri_new_cb(int fd, int nodetype, int switchtype, pri_io_cb io_read, pri_io_cb io_write,…
1344 struct pri *pri_new_bri_cb(int fd, int ptpmode, int nodetype, int switchtype, pri_io_cb io_read, pr…
H A Dpri_cc.c526 switch (ctrl->switchtype) { in rose_cc_available_encode()
1358 switch (ctrl->switchtype) { in rose_remote_user_free_encode()
1456 switch (ctrl->switchtype) { in send_remote_user_free()
1566 switch (ctrl->switchtype) { in rose_cc_suspend_encode()
1604 switch (ctrl->switchtype) { in send_cc_suspend()
1658 switch (ctrl->switchtype) { in rose_cc_resume_encode()
1834 switch (ctrl->switchtype) { in rose_cc_recall_encode()
2923 switch (ctrl->switchtype) { in pri_cc_act_start_t_supervision()
3002 switch (ctrl->switchtype) { in pri_cc_act_start_t_recall()
3420 switch (ctrl->switchtype) { in rose_cc_request()
[all …]
/dports/www/domoticz/domoticz-2020.2/main/
H A DRFXNames.cpp1066 const _eSwitchType switchtype, in GetLightStatus() argument
1158 if (switchtype != STYPE_Media) { in GetLightStatus()
1864 if (switchtype == STYPE_OnOff) in GetLightStatus()
2244 _eSwitchType switchtype, in GetLightCommand() argument
2256 if (switchtype == STYPE_Doorbell) in GetLightCommand()
2278 else if (switchtype == STYPE_X10Siren) in GetLightCommand()
2325 if (switchtype == STYPE_Doorbell) in GetLightCommand()
2454 if (switchtype == STYPE_Doorbell) in GetLightCommand()
2571 if (switchtype == STYPE_Doorbell) in GetLightCommand()
2738 if (switchtype == STYPE_Doorbell) in GetLightCommand()
[all …]
H A DEventSystem.cpp496 sitem.switchtype = atoi(sd[7].c_str()); in GetCurrentStates()
497 _eSwitchType switchtype = (_eSwitchType)sitem.switchtype; in GetCurrentStates() local
1448 newitem.switchtype = switchType; in UpdateSingleState()
3765 if (switchtype == STYPE_Selector) { in ScheduleEvent()
3862 if (switchtype == STYPE_Dimmer) in nValueToWording()
3875 else if (switchtype == STYPE_Selector) in nValueToWording()
3881 else if ((switchtype == STYPE_Contact) || (switchtype == STYPE_DoorContact)) in nValueToWording()
3893 else if (switchtype == STYPE_DoorLock) in nValueToWording()
3917 else if (switchtype == STYPE_Blinds) in nValueToWording()
3969 else if (switchtype == STYPE_Media) in nValueToWording()
[all …]
H A DRFXNames.h282 const _eSwitchType switchtype,
298 const _eSwitchType switchtype,
H A DWebServer.cpp3695 switchtype = STYPE_OnOff; in HandleCommand()
4840 sprintf(szTmp, "%d", switchtype); in HandleCommand()
4853 if (switchtype == STYPE_Dimmer) in HandleCommand()
5311 switchtype = STYPE_Selector; in HandleCommand()
5586 if (switchtype != STYPE_PushOff) in HandleCommand()
5593 if (switchtype != STYPE_PushOn) in HandleCommand()
5600 if (switchtype == STYPE_Media) in HandleCommand()
5736 if ((switchtype == MTYPE_ENERGY) || (switchtype == MTYPE_ENERGY_GENERATED)) in HandleCommand()
12792 int switchtype = -1; in RType_SetUsed() local
12847 if (switchtype == -1) in RType_SetUsed()
[all …]
H A Dmainworker.cpp11440 if (switchtype == STYPE_Doorbell) in SwitchLightInt()
11476 if (switchtype == STYPE_Doorbell) { in SwitchLightInt()
11488 …else if ((switchtype == STYPE_BlindsPercentage) || (switchtype == STYPE_BlindsPercentageInverted))… in SwitchLightInt()
11501 else if (switchtype == STYPE_Media) in SwitchLightInt()
11592 if (switchtype == STYPE_Doorbell) in SwitchLightInt()
11602 else if (switchtype == STYPE_X10Siren) in SwitchLightInt()
12276 if (switchtype == STYPE_Doorbell) { in SwitchLightInt()
13123 ((switchtype == STYPE_Dimmer) || in SwitchScene()
13126 (switchtype == STYPE_Selector) in SwitchScene()
13137 if (switchtype == STYPE_Selector) { in SwitchScene()
[all …]
H A DEventSystem.h65 uint8_t switchtype; member
222 …ording(const uint8_t dType, const uint8_t dSubType, const _eSwitchType switchtype, const int nValu…
H A DSQLHelper.cpp4643 || (switchtype == STYPE_BlindsPercentage) in UpdateValueInt()
4647 if (switchtype == STYPE_BlindsPercentage || switchtype == STYPE_BlindsPercentageInverted) in UpdateValueInt()
4675 else if (switchtype == STYPE_Selector) { in UpdateValueInt()
4750 if (switchtype == STYPE_Selector) in UpdateValueInt()
4762 (switchtype == STYPE_OnOff) || in UpdateValueInt()
4763 (switchtype == STYPE_Motion) || in UpdateValueInt()
4764 (switchtype == STYPE_Dimmer) || in UpdateValueInt()
4765 (switchtype == STYPE_PushOn) || in UpdateValueInt()
4766 (switchtype == STYPE_DoorContact) || in UpdateValueInt()
4767 (switchtype == STYPE_DoorLock) || in UpdateValueInt()
[all …]
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/
H A Dsector2.c168 char checkhitswitch(short snum,long w,char switchtype) in checkhitswitch() argument
178 if(switchtype == 1) // A wall sprite in checkhitswitch()
257 if(switchtype == 0) in checkhitswitch()
325 if( switchtype == 1 && w == i ) PN++; in checkhitswitch()
332 if( switchtype == 1 && w == i ) PN--; in checkhitswitch()
447 if( switchtype == 0 && i == w ) wall[x].picnum++; in checkhitswitch()
454 if( switchtype == 0 && i == w ) wall[x].picnum--; in checkhitswitch()
550 if(switchtype == 1) in checkhitswitch()
556 if(switchtype == 1) in checkhitswitch()
722 if(switchtype == 1) in checkhitswitch()
[all …]
/dports/www/domoticz/domoticz-2020.2/hardware/
H A DRFLinkBase.cpp280 std::string switchtype = GetGeneralRFLinkFromInt(rfswitches, pSwitch->subtype); in WriteToHardware() local
281 if (switchtype.empty()) in WriteToHardware()
342 …sstr << switchtype << ";" << std::hex << std::nouppercase << std::setw(6) << std::setfill('0') << … in WriteToHardware()
348 …sstr << switchtype << ";" << std::hex << std::nouppercase << std::setw(6) << std::setfill('0') << … in WriteToHardware()
383 …std::string switchtype = GetGeneralRFLinkFromInt(rfswitches, (pSwitch->subtype == sTypeColor_LivCo… in WriteToHardware() local
492 …sstr << "10;" << switchtype << ";" << std::hex << std::nouppercase << std::setw(4) << std::setfill… in WriteToHardware()
515 …sstr << "10;" << switchtype << ";" << std::hex << std::nouppercase << std::setw(4) << std::setfill… in WriteToHardware()
540 …sstr << "10;" << switchtype << ";" << std::hex << std::nouppercase << std::setw(4) << std::setfill… in WriteToHardware()
H A DZiBlueBase.cpp168 std::string switchtype = GetGeneralZiBlueFromInt(ziblue_switches, pSwitch->subtype); in WriteToHardware() local
169 if (switchtype.empty()) in WriteToHardware()
232 if (switchtype == "X10") in WriteToHardware()
237 else if (switchtype == "AC") in WriteToHardware()
H A DXiaomiGateway.cpp495 …&nodeid, const std::string &Name, const bool bIsOn, const _eSwitchType switchtype, const int unitc… in InsertUpdateSwitch() argument
524 if (switchtype == STYPE_Selector) { in InsertUpdateSwitch()
530 else if (switchtype == STYPE_SMOKEDETECTOR) { in InsertUpdateSwitch()
533 else if (switchtype == STYPE_BlindsPercentage) { in InsertUpdateSwitch()
554 if (switchtype == STYPE_OnOff) { in InsertUpdateSwitch()
557 else if (switchtype == STYPE_Selector) { in InsertUpdateSwitch()
562 …reID == %d) AND (DeviceID == '%q') AND (Unit == '%d')", Name.c_str(), (switchtype), customimage, m… in InsertUpdateSwitch()
564 if (switchtype == STYPE_Selector) { in InsertUpdateSwitch()
606 else if (switchtype == STYPE_OnOff && Name == NAME_GATEWAY_SOUND_MP3) { in InsertUpdateSwitch()
H A DDaikin.cpp649 _eSwitchType switchtype; in InsertUpdateSwitchSelector() local
650 switchtype = STYPE_Selector; in InsertUpdateSwitchSelector()
680 …D (DeviceID == '0000000%d') AND (Unit == '%d')", defaultname.c_str(), (switchtype), customimage, m… in InsertUpdateSwitchSelector()
H A DXiaomiGateway.h31 …&nodeid, const std::string &Name, const bool bIsOn, const _eSwitchType switchtype, const int unitt…
/dports/www/domoticz/domoticz-2020.2/notifications/
H A DNotificationKodi.cpp118 _eSwitchType switchtype=(_eSwitchType)atoi(szType.c_str()); in GetIconFile() local
119 switch (switchtype) in GetIconFile()
/dports/audio/kmix/kmix-21.12.3/gui/
H A Dguiprofile.cpp786 const QString switchtype = attributes.value("switchtype").toString(); in addControl() local
804 profControl->setSwitchtype(switchtype); in addControl()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/ftmod/ftmod_sangoma_ss7/
H A Dftmod_sangoma_ss7_main.h72 #define SNGSS7_SWITCHTYPE_ANSI(switchtype) (switchtype == LSI_SW_ANS88) || \ argument
73 (switchtype == LSI_SW_ANS92) || \
74 (switchtype == LSI_SW_ANS95)

123