added pjsip generation

This commit is contained in:
Alex
2022-08-27 15:36:28 -04:00
parent 6c338e14bb
commit 34bc843476
6 changed files with 121 additions and 16 deletions
+27
View File
@@ -0,0 +1,27 @@
[##EXT##]
type=endpoint
auth=##EXT##
aors=##EXT##
incoming_mwi_mailbox=##EXT##@default
mailboxes=##EXT##@default
mwi_from_user=##EXT##
allow=all
transport=transport-udp
transport=transport-tcp
context=internal
directmedia=no
rewrite_contact=yes
rtp_symmetric=yes
force_rport=yes
[##EXT##]
type=auth
auth_type=userpass
password=##CALL##
username=##PASS##
[##EXT##]
type=aor
max_contacts=1
mailboxes=##EXT##@default
+6
View File
@@ -0,0 +1,6 @@
{
"comment": "This is to store user info and password",
"created_at": "2020-01-01T00:00:00.000Z",
"ext": "122434",
"passwd": "password"
}