Lines Matching refs:setup
223 cntrl->parm.setup.phone, cntrl->parm.setup.eazmsn, in command_from_LL()
224 cntrl->parm.setup.si1, cntrl->parm.setup.si2); in command_from_LL()
253 l = 3 + strlen(cntrl->parm.setup.phone); in command_from_LL()
257 if (cntrl->parm.setup.phone[0] == '*' && in command_from_LL()
258 cntrl->parm.setup.phone[1] == '*') { in command_from_LL()
264 "D%s\r", cntrl->parm.setup.phone + 2); in command_from_LL()
270 "D%s\r", cntrl->parm.setup.phone); in command_from_LL()
273 l = strlen(cntrl->parm.setup.eazmsn); in command_from_LL()
280 cntrl->parm.setup.eazmsn); in command_from_LL()
283 switch (cntrl->parm.setup.si1) { in command_from_LL()
466 response.parm.setup.si1 = 0; /* default: unknown */ in gigaset_isdn_icall()
467 response.parm.setup.si2 = 0; in gigaset_isdn_icall()
468 response.parm.setup.screen = 0; in gigaset_isdn_icall()
469 response.parm.setup.plan = 0; in gigaset_isdn_icall()
472 response.parm.setup.si1 = 1; in gigaset_isdn_icall()
475 response.parm.setup.si1 = 7; in gigaset_isdn_icall()
478 response.parm.setup.si1 = 1; in gigaset_isdn_icall()
481 response.parm.setup.si1 = 1; in gigaset_isdn_icall()
482 response.parm.setup.si2 = 2; in gigaset_isdn_icall()
489 strlcpy(response.parm.setup.phone, at_state->str_var[STR_NMBR], in gigaset_isdn_icall()
490 sizeof response.parm.setup.phone); in gigaset_isdn_icall()
492 response.parm.setup.phone[0] = 0; in gigaset_isdn_icall()
494 strlcpy(response.parm.setup.eazmsn, at_state->str_var[STR_ZCPN], in gigaset_isdn_icall()
495 sizeof response.parm.setup.eazmsn); in gigaset_isdn_icall()
497 response.parm.setup.eazmsn[0] = 0; in gigaset_isdn_icall()