Home
last modified time | relevance | path

Searched refs:at_postinit_2 (Results 1 – 10 of 10) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_gsmopen/alsa_nogsmlib_nocplusplus/mod_gsmopen/configs/
H A Dgsmopen.conf.xml.motorola72 <param name="at_postinit_2" value="AT+CKPD=&quot;EEE&quot;" />
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_gsmopen/alsa_nogsmlib_nocplusplus/mod_gsmopen/
H A Dgsmopen.h386 char at_postinit_2[64]; member
H A Dmod_gsmopen.c1419 const char *at_postinit_2 = "AT+CKPD=\"EEE\""; in load_config() local
1559 at_postinit_2 = val; in load_config()
1789 switch_set_string(globals.GSMOPEN_INTERFACES[interface_id].at_postinit_2, at_postinit_2); in load_config()
H A Dgsmopen_protocol.c917 if (strlen(tech_pvt->at_postinit_2)) { in gsmopen_serial_config_AT()
918 …res = gsmopen_serial_write_AT_expect(tech_pvt, tech_pvt->at_postinit_2, tech_pvt->at_postinit_2_ex… in gsmopen_serial_config_AT()
920 …s not get %s from the phone. Continuing.\n", GSMOPEN_P_LOG, tech_pvt->at_postinit_2, tech_pvt->at_… in gsmopen_serial_config_AT()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_gsmopen/
H A Dgsmopen.h344 char at_postinit_2[64]; member
H A Dmod_gsmopen.cpp1215 const char *at_postinit_2 = "AT+CKPD=\"EEE\""; in load_config() local
1342 at_postinit_2 = val; in load_config()
1541 switch_set_string(globals.GSMOPEN_INTERFACES[interface_id].at_postinit_2, at_postinit_2); in load_config()
H A Dgsmopen_protocol.cpp559 if (strlen(tech_pvt->at_postinit_2)) { in gsmopen_serial_config_AT()
560 …res = gsmopen_serial_write_AT_expect(tech_pvt, tech_pvt->at_postinit_2, tech_pvt->at_postinit_2_ex… in gsmopen_serial_config_AT()
562 …idn't get %s from the phone. Continuing.\n", GSMOPEN_P_LOG, tech_pvt->at_postinit_2, tech_pvt->at_… in gsmopen_serial_config_AT()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_gsmopen/asterisk/
H A Dcelliax.h552 char at_postinit_2[64]; member
H A Dchan_celliax.c218 .at_postinit_2 = "",
1703 M_STR("at_postinit_2", tmp->at_postinit_2) in celliax_mkif()
H A Dcelliax_additional.c2898 if (strlen(p->at_postinit_2)) { in celliax_serial_config_AT()
2899 res = celliax_serial_write_AT_expect(p, p->at_postinit_2, p->at_postinit_2_expect); in celliax_serial_config_AT()
2902 p->at_postinit_2, p->at_postinit_2_expect); in celliax_serial_config_AT()