I am working to track concurrent channels with the dialog module, but I have run in to an
issue. Due to the nature of my required configuration, I have a need to strip the record
route headers from packets that are sent to the upstream proxy. This leaves no way for
the dialog module to track the state of the call. I was hoping that DID_FALLBACK or
DID_NONE modes would track by call id or some other constant, but it does not appear to.
So, before I start down the path of using htable to store and reinsert the did when a
packet returns, is there something I am missing with dialog? Is there some more efficient
way to do this?
- Charles