docs: inbound telephony (#124)

This commit is contained in:
Sabiha Khan 2026-01-22 18:35:40 +05:30 committed by GitHub
parent 3b614b8b82
commit b996cb80cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 498 additions and 64 deletions

View file

@ -663,7 +663,7 @@ export default function ConfigureTelephonyPage() {
</>
)}
<div className="pt-4">
<div className="pt-4 space-y-3">
<Button
type="submit"
className="w-full"
@ -671,6 +671,19 @@ export default function ConfigureTelephonyPage() {
>
{isLoading ? "Saving..." : "Save Configuration"}
</Button>
<div className="text-center">
<p className="text-xs text-muted-foreground">
Configure inbound calling?{" "}
<a
href="https://docs.dograh.com/integrations/telephony/inbound"
target="_blank"
rel="noopener noreferrer"
className="text-blue-600 dark:text-blue-400 hover:underline"
>
View documentation
</a>
</p>
</div>
</div>
</CardContent>
</Card>