docs: inbound telephony

This commit is contained in:
Sabiha Khan 2026-01-22 18:11:30 +05:30
parent 3b614b8b82
commit 3e5fa9d2a2
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>