mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-10 08:05:22 +02:00
parent
97fbd9b37b
commit
11e033c72d
7 changed files with 78 additions and 18 deletions
|
|
@ -3,11 +3,12 @@ Telephony helper utilities.
|
|||
Common functions used across telephony operations.
|
||||
"""
|
||||
|
||||
from dograh.api.constants import COUNTRY_CODES
|
||||
from fastapi import Request
|
||||
from loguru import logger
|
||||
from starlette.responses import HTMLResponse
|
||||
|
||||
from api.constants import COUNTRY_CODES
|
||||
|
||||
|
||||
def numbers_match(
|
||||
incoming_number: str,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue