Is there a way to support one-to-many mapping between service code and service type
I have a question regarding the Pipeline Setup Toolbox. Is there a way, where we can do a one-to-many mapping of the service code and the service type? For example, I have a service code TEL which I want to map to two different type of services. But one of them is just an extension of the other.
To illustrate:
/service/telephony
and
/service/telephony/test
I tried to do a wildcard by mapping TEL to /service/telephony* and I also tried /service/telephony.*, but when I pump in the CDR, both /service/telephony and /service/telephony/test encountered error while trying to rate the CDR. It only work for either one, because it works if I put /service/telephony OR /service/telephony/test. It never worked for both at the same time.