Walk us through what happens the moment someone places an emergency call.
PBXware checks three things in order. First, does this extension already have a regular DID? If so, that’s used, nothing else needs to happen.
Second, does it already have an active ECBN assignment, say, from a call it placed twenty minutes ago? If so, that same number is reused and its clock resets, so the callback path stays consistent rather than changing numbers between related events.
Third, if neither is true, PBXware pulls a free number from the pool and assigns it right then. Whichever path it takes, that number goes into the SIP Contact header, so it’s the number a responder’s callback actually reaches.