]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Change to correct prompt on outgoing call, eliminate UNDEFINED! message
authorNathan Neulinger <nneul@neulinger.org>
Thu, 30 May 2013 17:49:59 +0000 (12:49 -0500)
committerNathan Neulinger <nneul@neulinger.org>
Thu, 30 May 2013 17:49:59 +0000 (12:49 -0500)
src/mod/endpoints/mod_skinny/skinny_server.c

index 9a67b9e389a07bb837395abc90044f14b5f30417..52252fab0d9dbad15d49b25eccd18fba86ffeaa0 100644 (file)
@@ -161,7 +161,7 @@ switch_status_t skinny_create_incoming_session(listener_t *listener, uint32_t *l
        send_set_lamp(listener, SKINNY_BUTTON_LINE, *line_instance_p, SKINNY_LAMP_ON);
        skinny_line_set_state(listener, *line_instance_p, tech_pvt->call_id, SKINNY_OFF_HOOK);
        send_select_soft_keys(listener, *line_instance_p, tech_pvt->call_id, SKINNY_KEY_SET_OFF_HOOK, 0xffff);
-       send_display_prompt_status(listener, 0, "\200\000",
+       send_display_prompt_status(listener, 0, SKINNY_DISP_ENTER_NUMBER,
                        *line_instance_p, tech_pvt->call_id);
        send_activate_call_plane(listener, *line_instance_p);
        if (switch_channel_get_state(channel) == CS_NEW) {