Index: channels/chan_sip.c =================================================================== --- channels/chan_sip.c (revision 191087) +++ channels/chan_sip.c (working copy) @@ -5213,6 +5213,9 @@ int x; int audio = FALSE; + /* start searching for the next connection information (c=) from this point */ + destiterator = iterator; + numberofports = 1; len = -1; if ((sscanf(m, "audio %d/%d RTP/AVP %n", &x, &numberofports, &len) == 2 && len > 0) ||