asterisk / asterisk

The official Asterisk Project repository.

Home Page:https://www.asterisk.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[new-feature]: Add multi-tenant identifier to chan_pjsip

bkford opened this issue · comments

Feature Description

Add multi-tenant identifier to chan_pjsip for general purpose use.

Why don't use '@' variable for PJSIP endpoint?
https://www.asterisk.org/did-you-know-you-can-use-variables-in-pjsip-conf/

For example

[myendpoint]
type=endpoint
@TenantID=MY_COMPANY

That doesn't put such information in events or other things.

That doesn't put such information in events or other things.

The Feature Description is too short to understand why it is needed and how to use it.
Nothing about "events or other things."

I do multi-tenant in my setup using PJSIP endpoint '@'variable and CALLERID(tag)/CONNECTEDLINE(tag)

BTW, I read the PR description and am confused.