4
This commit is contained in:
@@ -189,7 +189,7 @@ async def process_custom_secret(message: Message, state: FSMContext):
|
||||
async def create_account_and_reply(message_obj, state, number: str, username: str, secret: str, telegram_id: int):
|
||||
await message_obj.answer("Creating your SIP account with the chosen password... Please wait.")
|
||||
|
||||
# Create via MikoPBX with custom secret
|
||||
# Create via MikoPBX with custom secret (API v3)
|
||||
result = await mikopbx.create_extension(
|
||||
number=number,
|
||||
secret=secret,
|
||||
|
||||
Reference in New Issue
Block a user