diff --git a/addons/chan_mobile.c b/addons/chan_mobile.c index d6dc994d2b..3feec92881 100644 --- a/addons/chan_mobile.c +++ b/addons/chan_mobile.c @@ -3659,7 +3659,7 @@ static void *do_monitor_phone(void *data) { struct mbl_pvt *pvt = (struct mbl_pvt *)data; struct hfp_pvt *hfp = pvt->hfp; - char buf[256]; + char buf[350]; int t; at_message_t at_msg; struct msg_queue_entry *entry;