Creating/Using local only accoun #3715
-
|
Hello, I'm pretty new to SIP and I was wanted to know if I could set this up for using SIP locally only. I was trying to see if I could make connections with both a phone and a doorbell. I know that they use IP with video but also that they do not take connections in the form of user@ip but just straight sip calls to the ip. I had found another app that did this but it's closed sourced and kind of shady that they're asking for nearly $40 USD via paypal for other features, as well as I couldn't get inbound to work. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Start to read here: https://github.com/baresip/baresip/wiki It's possible to use SIP locally without having to register at a SIP server. You need an account with parameter See here: https://github.com/baresip/baresip/wiki/Accounts#regint Also |
Beta Was this translation helpful? Give feedback.
Start to read here: https://github.com/baresip/baresip/wiki
It's possible to use SIP locally without having to register at a SIP server. You need an account with parameter
;regint=0, the registration interval set to zero.See here: https://github.com/baresip/baresip/wiki/Accounts#regint
Also
;catchall=yessimplifies the use.