Get started call to [email protected] #299
Replies: 2 comments 2 replies
-
Hey @sipsorcery, Did iptel.org give you a VoIP account? I'm unfamiliar with that service, but you typically get one. From the sounds of i,t your network will need:
Once that is in place, you can register your Agent and call the Peer. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I haven't tried it, but it should work. If anything, you can setup a
placeholder for the credentials (I believe Routr will complain.)
However, since the server is not challenging the request, it should process
it.
If so, please let me know. We should create an issue to remove the
credentials requirement.
--
Pedro
…On Mon, Nov 25, 2024 at 3:32 PM Aaron Clauson ***@***.***> wrote:
Hi @psanders <https://github.com/psanders> iptel.org is one of the few
SIP services that still offer an anonymous end point to call. You don't
need a user account on iptel.org (there used to be a lot more services
but they've dwindled over the two decades since VoIP/SIP became more
mainstream).
Given all that's required is to route the SIP INVITE to iptel.org, even
in a stateless SIP Procy mode, does that change what's required for the
Routr config? Is there any guide for a very basic SIP Proxy mode of
operation?
—
Reply to this email directly, view it on GitHub
<#299 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEDY7RRSP3APPPVIWGZUHL2COCNLAVCNFSM6AAAAABSLPALROVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMZXGY4DKNY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
psanders
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I got routr running seamlessly with the docker command below:
docker run -p 51908:51908 -p 5060:5060/udp -e EXTERNAL_ADDRS=192.168.1.123 fonoster/routr-one:latest
I also installed the cli tool using:
npm install --location=global @routr/ctl
But I'm a bit of a loss at what to do next? If I wanted to place a call from my SIP client to sip:[email protected] how would I go about it?
Beta Was this translation helpful? Give feedback.
All reactions