enable_sip_routing
enable_sip_routing
Enable SIP-based routing for this agent. When enabled, a routing callback endpoint is registered at the specified path. Incoming SIP calls are matched against registered usernames and directed to this agent.
When auto_map is True, common SIP usernames are automatically registered based
on the agent’s name and route path.
Parameters
auto_map
Automatically register SIP usernames derived from the agent name and route.
path
URL path for the SIP routing endpoint.
Returns
AgentBase — Returns self for method chaining.