« Previous - Version 3/33 (diff) - Next » - Current version
Adrian Georgescu, 10/26/2008 10:24 am


sip_register

First create a [wiki:configuration_file configuration file]

=== Description ===

{{{
adigeo@ag-imac3:~$sip_register.py -h
Usage: sip_register.py [options]

This script will register a SIP account to a SIP registrar and refresh it
while the program is running. When Ctrl+D is pressed it will unregister.

Options:
-h, --help show this help message and exit
-a ACCOUNT_NAME, --account-name=ACCOUNT_NAME
The account name from which to read account settings.
Corresponds to section Account_NAME in the
configuration file.
--sip-address=SIP_ADDRESS
SIP login account
-p PASSWORD, --password=PASSWORD
Password to use to authenticate the local account.
This overrides the setting from the config file.
-n DISPLAY_NAME, --display-name=DISPLAY_NAME
Display name to use for the local account. This
overrides the setting from the config file.
-e EXPIRES, --expires=EXPIRES
"Expires" value to set in REGISTER. Default is 300
seconds.
-o IP[:PORT], --outbound-proxy=IP[:PORT]
Outbound SIP proxy to use. By default a lookup of the
domain is performed based on SRV and A records. This
overrides the setting from the config file.
-s, --trace-sip Dump the raw contents of incoming and outgoing SIP
messages (disabled by default).
-l, --log-pjsip Print PJSIP logging output (disabled by default).
}}}

=== Example ===

{{{
adigeo@ag-imac3:~$sip_register
Using default account:
Resolved DNS SRV record "_sip._udp.ag-projects.com" --> proxy.sipthor.net:5060
Resolved DNS A record "proxy.sipthor.net" --> 85.17.186.7, 81.23.228.150, 81.23.228.129
Registering ""Adrian G." <sip:>" at 81.23.228.150:5060
REGISTER was successful
Contact: <sip::49521> (expires in 300 seconds)
Other registered contacts:
<sip::5062;line=634g6j67> (expires in 559 seconds)
<sip::5060> (expires in 205 seconds)
<sip::49515> (expires in 152 seconds)
<sip::49511> (expires in 135 seconds)
<sip:;uniq=5B2860C44383A3D6705629A7E1FB8> (expires in 1014 seconds)
<sip::61359> (expires in 981 seconds)
Press Ctrl+D to stop the program
}}}