KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
callsip.py
★ 9
Open GitHub ↗
Let a sip phone ring
Download README (.md)
Explore Similar Repositories
vue-news
:
a demo vue新闻
JapaneseVerbPractice
:
Practice Japanese verb conjugation
p2p-web-workshop
:
A collection of resources for running a peer-to-peer Web workshop
flightsimulator
:
No description available.
promotion
:
优惠促销通用解决方案,包含打折,满减,赠送等
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
callsip.py
?
Download (.md)
# callsip.py Simple SIP Phone ringer. V0.2 This small script let's a SIP Phone ring, without register. Only ringing is supported, no sound transport until yet. <pre> usage: callsip [-v:N|-p:Port|-dS:ec.|-s:Via-server] sip-user-address option (default) , desc. -c: (555@caller) , caller sip-address or phone number -d: (5) , duration(sec.) -l: (na) , own ip or URI -p: (5060) , port -s: (from address) , via-server ip or URI -u (), , use UDP instead of TCP -v: (0) , verboselevel 0..4 examples: callsip -d:3 alice@home.net #starts a sip call to alice and hangs up after 3 sec. callsip c:+4930555@x alice@home.net #starts a sip call to alice with callerid 004930555. </pre>