Skip to content

rundekugel/callsip.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

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.

About

Let a sip phone ring

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages