diff options
-rw-r--r-- | plugins/ifx.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/ifx.c b/plugins/ifx.c index edfe9f0b..3e8bcb0f 100644 --- a/plugins/ifx.c +++ b/plugins/ifx.c @@ -75,6 +75,7 @@ static const char *dlc_nodes[NUM_DLC] = { "/dev/ttyGSM1", "/dev/ttyGSM2", static const char *none_prefix[] = { NULL }; static const char *xdrv_prefix[] = { "+XDRV:", NULL }; +static const char *xgendata_prefix[] = { "+XGENDATA:", NULL }; struct ifx_data { GIOChannel *device; @@ -249,6 +250,9 @@ static void cfun_enable(gboolean ok, GAtResult *result, gpointer user_data) return; } + g_at_chat_send(data->dlcs[AUX_DLC], "AT+XGENDATA", xgendata_prefix, + NULL, NULL, NULL); + if (data->audio_setting && data->audio_source && data->audio_dest) { /* configure source */ snprintf(buf, sizeof(buf), "AT+XDRV=40,4,%d,%d,%s", |