RestComm / Restcomm-Connect

The Open Source Cloud Communications Platform
http://www.restcomm.com/
GNU Affero General Public License v3.0
244 stars 215 forks source link

RestComm sends EndSignal to unknown IVR endpoint #1623

Closed hrosa closed 7 years ago

hrosa commented 7 years ago

Simple scenario: calling +1311 (conference moderator) with nobody else in the bridge. We can see in the pcap that RC sends an end signal to /mobicents/ivr/$ (using ANY wildcard).

This operation should not be allowed as the result can be unpredictable as it can interrupt literally ANY ivr endpoint in the media server. It can also register RestComm to listen to events happening on unknown endpoint.

rqnt-wildcard-not-allowed.pcapng.zip

maria-farooq commented 7 years ago

@hrosa can you please check if it is still happening? as i remember some refactoring went through for rms5 upgrade and it should not be happening now. or can you provide steps to reproduce so we close or implement this issue?

maria-farooq commented 7 years ago

it was bcz of an extra ivr we were creating and it was fixed during rms5 upgrade

maria-farooq commented 7 years ago

it is also irrelevant after implementing #2024