This question originally came up in our Slack community and the thread has been consolidated here for long-term reference.
I’m trying to use the new Phone Numbers feature. My FastAPI backend:
- Creates a SIP dispatch rule with
CreateSIPDispatchRule - Calls
PhoneNumberService.UpdatePhoneNumberwith that rule ID to bind a purchased number
But I get an error about the dispatch rule being a “catch all” rule.
Questions:
- Is there a way to make
CreateSIPDispatchRulenon-catch-all purely via API soUpdatePhoneNumberaccepts it? - Can we supply the
PN_xxxidentifier during rule creation?