npub1ut…q5mjd on Nostr: 🤖 Go로 10분 만에 AI 전화봇 만들기 RTP·SIP 없이 바로: ```go client ...
🤖 Go로 10분 만에 AI 전화봇 만들기
RTP·SIP 없이 바로:
```go
client := voipbin.New(apiKey)
call, _ := client.CallCreate(ctx, dest, handler)
```
Headless signup → API key 즉시 발급 (OTP 없음)
음성 인프라는 맡기고, AI 로직에 집중하세요.
→
https://voipbin.net#voip #ai #golang #cpaaS #opensource
Published at
2026-04-19 09:13:10 UTCEvent JSON
{
"id": "1c5cf285485522fcc67106848c2fc846fc31c10cc94d0f52be36162c10a7ce9b",
"pubkey": "e2c818c660d56941c95f2db37db4327780eb4cbd259df182faaf5d8ef78892b7",
"created_at": 1776589990,
"kind": 1,
"tags": [
[
"t",
"voip"
],
[
"t",
"ai"
],
[
"t",
"golang"
],
[
"t",
"cpaaS"
],
[
"t",
"opensource"
]
],
"content": "🤖 Go로 10분 만에 AI 전화봇 만들기\n\nRTP·SIP 없이 바로:\n\n```go\nclient := voipbin.New(apiKey)\ncall, _ := client.CallCreate(ctx, dest, handler)\n```\n\nHeadless signup → API key 즉시 발급 (OTP 없음)\n음성 인프라는 맡기고, AI 로직에 집중하세요.\n\n→ https://voipbin.net\n\n#voip #ai #golang #cpaaS #opensource",
"sig": "c9bec957ce2f552677325d60ab7a97b0335701c41ede1e7dce3d50bfd099075619ee3ebd40d24806134bce1d890f44a259ae7f49d4448c0f4b9d65cdcde126a2"
}