diff -ur pptp-linux-1.0.2/pptp_ctrl.c pptp-linux-1.0.2-eb/pptp_ctrl.c --- pptp-linux-1.0.2/pptp_ctrl.c Wed Feb 18 23:42:14 1998 +++ pptp-linux-1.0.2-eb/pptp_ctrl.c Fri Sep 17 13:14:56 1999 @@ -211,6 +211,11 @@ hton32(PPTP_BEARER_CAP), hton32(PPTP_FRAME_CAP), hton16(PPTP_WINDOW), 0, 0, 0, {0}, {0} }; + + char *phone = "pc1"; + strncpy(packet.phone_num, phone, sizeof(packet.phone_num)); + packet.phone_len = strlen(phone); + if (pptp_send_ctrl_packet(conn, &packet, sizeof(packet))) { pptp_reset_timer(); call->state.pns = PNS_WAIT_REPLY;