# Overview
uSipServer is a SIP "server" on Android.
- simple to use
- works as SIP proxy and registrar
- supports only UDP-SIP
- NOT contains VOIP<=>3G/LTE call gateway function
# Quick Start Guide
Ex) use with CSipSimple as dial number "9999"
[0] configure properties below.
- Domain : SIP server domain. default value is local IP.
- Local IP : listening address to SIP message. default value is "0.0.0.0 (any)".
- Local Port : listening port to SIP message. default value is "5060".
[1] Runs uSipServer, and push [start] button.
then SIP domain will be printed as below.
"sipserver started. [@xxx]" / xxx = SIP domain
[2] Runs CSipSimple.
[3] Account setting of CSipSimple.
[menu] -> [Accounts] -> [Add account]
Account name = 9999
User = 9999
Server = xxx
Password = (don't care if User Authentication = Off)
and pushes [save] button.
[4] Check registered status of a CSipSimple.
If it is registered, then you can dial.
# User authentication configuration
User Authentication config format is below;
- user delimiter is ";" (semicolon)
- user/pass delimiter is ":" (colon)
- if "User Authentication" is vacant, the authentication function is disabled
If you add 2 users "foo" and "baz", and each passwords are "bar" and "qux", set "foo:bar;baz:qux;" to "User Authentication".
# अवलोकन
uSipServer Android पर एक SIP "सर्वर" है।
- उपयोग करने के लिए सरल
- एसआईपी प्रॉक्सी और रजिस्ट्रार के रूप में काम करता है
- केवल यूडीपी-एसआईपी का समर्थन करता है
- वीओआइपी <=> 3 जी / एलटीई कॉल गेटवे फ़ंक्शन शामिल नहीं है
# त्वरित आरंभ गाइड
पूर्व) CSipSimple के साथ डायल नंबर "9999" के रूप में उपयोग करें
[०] नीचे दिए गए गुणों को कॉन्फ़िगर करें।
- डोमेन: एसआईपी सर्वर डोमेन। डिफ़ॉल्ट मान स्थानीय IP है।
- स्थानीय आईपी: एसआईपी संदेश को सुनने का पता। डिफ़ॉल्ट मान "0.0.0.0 (कोई भी)" है।
- लोकल पोर्ट: सिप मैसेज को सुनने का पोर्ट। डिफ़ॉल्ट मान "5060" है।
[१] uSipServer चलाती है, और [start] बटन पुश करती है।
फिर एसआईपी डोमेन नीचे के रूप में मुद्रित किया जाएगा।
"sipserver ने शुरू किया। [@xxx]" / xxx = SIP डोमेन
[२] CSipSimple चलाता है।
[३] CSipSimple की खाता सेटिंग।
[मेनू] -> [लेखा] -> [खाता जोड़ें]
खाता नाम = 9999
उपयोगकर्ता = 9999
सर्वर = xxx
पासवर्ड = (परवाह नहीं है अगर उपयोगकर्ता प्रमाणीकरण = बंद)
और धक्का [सहेजें] बटन।
[४] एक CSipSimple की पंजीकृत स्थिति की जाँच करें।
यदि यह पंजीकृत है, तो आप डायल कर सकते हैं।
# उपयोगकर्ता प्रमाणीकरण कॉन्फ़िगरेशन
उपयोगकर्ता प्रमाणीकरण विन्यास प्रारूप नीचे है;
- उपयोगकर्ता सीमांकक है ";" (अर्धविराम)
- उपयोगकर्ता / पास परिसीमन है ":" (कोलन)
- यदि "उपयोगकर्ता प्रमाणीकरण" खाली है, तो प्रमाणीकरण फ़ंक्शन अक्षम है
यदि आप 2 उपयोगकर्ता "फू" और "बाज" जोड़ते हैं, और प्रत्येक पासवर्ड "बार" और "क्क्स" हैं, तो "फू: बार; बाज: क्क्स" सेट करें; "उपयोगकर्ता प्रमाणीकरण" के लिए।