diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 426fb93de7..f691134bb2 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -10854,7 +10854,7 @@ static int handle_request_subscribe(struct sip_pvt *p, struct sip_request *req, char *accept = get_header(req, "Accept"); /* Find parameters to Event: header value and remove them for now */ - eventparam = strchr(event, ";"); + eventparam = strchr(event, ';'); if (eventparam) { *eventparam = '\0'; eventparam++;