xlite 注册partysip 过程分析

来源:互联网 发布:苏州博物馆 淘宝 编辑:程序博客网 时间:2024/05/17 06:23

[root@localhost partysip-2.2.2]# partysip -d 6 -i
Found new address : 127.0.0.1/127.0.0.1/255.0.0.0
Found new address : 192.168.1.106/192.168.1.106/255.255.255.0
Server:             WellX Telecom/Partysip/2.2.2
Debug level:        6
Config name:        /usr/local/etc/partysip/partysip.conf
ServerIP: (IPv4)    192.168.1.106,127.0.0.1
ServerName:         armstrong87.gicp.net
ServerRealm:        '"wellx.org"'
Log name:           Standard output
| INFO2 | <psp_core.c: 573> serverip token 0: '192.168.1.106'
| INFO2 | <psp_core.c: 573> serverip token 1: '127.0.0.1'
| INFO2 | <psp_core.c: 528> servername token 0: 'armstrong87.gicp.net'
| INFO1 | <main.c: 408> loading plugin: udp (udp)
| INFO1 | <main.c: 408> loading plugin: syntax (syntax)
| INFO2 | <syntax_core.c: 47> syntax plugin: plugin_init()!
| INFO1 | <main.c: 408> loading plugin: auth (auth)
| INFO2 | <auth_core.c: 54> auth plugin: plugin_init()!
| INFO1 | <auth_core.c: 68> auth plugin: Authentication is turned off!
| INFO1 | <main.c: 408> loading plugin: filter (filter_internal)
| INFO2 | <filter_core.c: 51> filter plugin: plugin_init()!
| INFO1 | <filter.c: 194> filter plugin: configured to do record-routing!
| INFO1 | <filter.c: 206> filter plugin: configured to process url for local domain!
| INFO1 | <filter.c: 212> filter plugin: configured to process url for non local domain!
| INFO1 | <main.c: 408> loading plugin: rgstrar (rgstrar)
| INFO2 | <rgstrar_core.c: 53> rgstrar plugin: plugin_init()!
| INFO1 | <main.c: 408> loading plugin: ls_localdb (ls_localdb)
| INFO2 | <ls_localdb_core.c: 47> ls_localdb plugin: plugin_init()!
| INFO1 | <ls_localdb.c: 121> ls_localdb plugin: configured to run in statefull sequential mode!
| INFO1 | <ls_localdb.c: 127> ls_localdb plugin: configured to do record-routing!
| INFO1 | <main.c: 408> loading plugin: ls_sfull (ls_sfull)
| INFO2 | <ls_sfull_core.c: 53> ls_sfull plugin: plugin_init()!
| INFO1 | <ls_sfull.c: 97> ls_sfull plugin: configured to do record-routing!
(partysip)


| INFO2 | <udp.c: 539> UDP MESSAGE RECEIVED

| INFO2 | <udp.c: 587> udp plugin: RCV UDP MESSAGE (from 183.39.152.170:15122)
| INFO1 | <udp.c: 596> 
REGISTER sip:armstrong87.gicp.net SIP/2.0
Via: SIP/2.0/UDP 192.168.8.113:15122;branch=z9hG4bK-d87543-277b385b8e26fa43-1--d87543-
Max-Forwards: 70
Contact: <sip:1001@192.168.8.113:15122;rinstance=b8566cc31ae40e28>
To: "xlite"<sip:1001@armstrong87.gicp.net>
From: "xlite"<sip:1001@armstrong87.gicp.net>;tag=c747da5d
Call-ID: 561ae32c431d552bZDVkYWNjNDMzNzBmZGZlMjgxNDhhOTg2MjU3M2RmZjQ.
CSeq: 1 REGISTER
Expires: 3600
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
User-Agent: X-Lite release 1002tx stamp 29712
Content-Length: 0




| INFO2 | <osip_transaction.c: 131> allocating transaction ressource 1 561ae32c431d552bZDVkYWNjNDMzNzBmZGZlMjgxNDhhOTg2MjU3M2RmZjQ.
| INFO2 | <nist.c: 32> allocating NIST context
| INFO2 | <psp_osip.c: 83> osip module: wake up!
| INFO1 | <psp_core4.c: 110> psp_core_cb_rcvregister!
| INFO1 | <psp_request.c: 37> Allocating psp_req ressource!
| INFO2 | <syntax.c: 178> syntax plugin: IP address detected!
| INFO1 | <filter.c: 430> filter plugin: filter_context 0x94665f8!
| INFO1 | <filter.c: 436> filter plugin: configured to process url for local domain!
| INFO1 | <filter.c: 442> filter plugin: configured to process url for non local domain!
| INFO1 | <filter.c: 446> filter plugin: entering cb_filter_search_location
| INFO1 | <filter.c: 593> filter plugin: Didn't do anything with this request?
| INFO2 | <rgstrar.c: 74> rgstrar plugin: Updating contact list of a user!
| INFO1 | <rgstrar.c: 167> INFO: rgstrar plugin: User Registration saved!
| INFO1 | <imp.c: 150> Swithing to uas mode!
| INFO2 | <psp_osip.c: 83> osip module: wake up!
| INFO1 | <udp.c: 854> 
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.8.113:15122;branch=z9hG4bK-d87543-277b385b8e26fa43-1--d87543-;received=183.39.152.170
From: "xlite" <sip:1001@armstrong87.gicp.net>;tag=c747da5d
To: "xlite" <sip:1001@armstrong87.gicp.net>;tag=841295406
Call-ID: 561ae32c431d552bZDVkYWNjNDMzNzBmZGZlMjgxNDhhOTg2MjU3M2RmZjQ.
CSeq: 1 REGISTER
Contact: <sip:1001@192.168.8.113:15122;rinstance=b8566cc31ae40e28>;expires=3600
Server: osip2/partysip/armstrong87/2.2.2
Content-Length: 0




| INFO2 | <ppldnsv6.c: 807> DNS resolution with 183.39.152.170:15122
| INFO1 | <udp.c: 997> udp_plugin: message sent to 183.39.152.170 on port 15122
| INFO1 | <psp_core4.c: 208> psp_core_cb_snd2xx!
| INFO2 | <udp.c: 539> UDP MESSAGE RECEIVED
| INFO2 | <udp.c: 587> udp plugin: RCV UDP MESSAGE (from 183.39.152.170:15122)
| INFO1 | <udp.c: 596> 
REGISTER sip:armstrong87.gicp.net SIP/2.0
Via: SIP/2.0/UDP 192.168.8.113:15122;branch=z9hG4bK-d87543-3135fb44bd3b7124-1--d87543-
Max-Forwards: 70
Contact: <sip:1001@192.168.8.113:15122;rinstance=b8566cc31ae40e28>;expires=0
To: "xlite"<sip:1001@armstrong87.gicp.net>
From: "xlite"<sip:1001@armstrong87.gicp.net>;tag=c747da5d
Call-ID: 561ae32c431d552bZDVkYWNjNDMzNzBmZGZlMjgxNDhhOTg2MjU3M2RmZjQ.
CSeq: 2 REGISTER
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
User-Agent: X-Lite release 1002tx stamp 29712
Content-Length: 0




| INFO2 | <osip_transaction.c: 131> allocating transaction ressource 2 561ae32c431d552bZDVkYWNjNDMzNzBmZGZlMjgxNDhhOTg2MjU3M2RmZjQ.
| INFO2 | <nist.c: 32> allocating NIST context
| INFO2 | <psp_osip.c: 83> osip module: wake up!
| INFO1 | <psp_core4.c: 110> psp_core_cb_rcvregister!
| INFO1 | <psp_request.c: 37> Allocating psp_req ressource!
| INFO2 | <syntax.c: 178> syntax plugin: IP address detected!
| INFO1 | <filter.c: 430> filter plugin: filter_context 0x94665f8!
| INFO1 | <filter.c: 436> filter plugin: configured to process url for local domain!
| INFO1 | <filter.c: 442> filter plugin: configured to process url for non local domain!
| INFO1 | <filter.c: 446> filter plugin: entering cb_filter_search_location
| INFO1 | <filter.c: 593> filter plugin: Didn't do anything with this request?
| INFO2 | <rgstrar.c: 74> rgstrar plugin: Updating contact list of a user!
| INFO1 | <rgstrar.c: 167> INFO: rgstrar plugin: User Registration saved!
| INFO1 | <imp.c: 150> Swithing to uas mode!
| INFO2 | <psp_osip.c: 83> osip module: wake up!
| INFO1 | <udp.c: 854> 
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.8.113:15122;branch=z9hG4bK-d87543-3135fb44bd3b7124-1--d87543-;received=183.39.152.170
From: "xlite" <sip:1001@armstrong87.gicp.net>;tag=c747da5d
To: "xlite" <sip:1001@armstrong87.gicp.net>;tag=1677203168
Call-ID: 561ae32c431d552bZDVkYWNjNDMzNzBmZGZlMjgxNDhhOTg2MjU3M2RmZjQ.
CSeq: 2 REGISTER
Server: osip2/partysip/armstrong87/2.2.2
Content-Length: 0




| INFO2 | <ppldnsv6.c: 807> DNS resolution with 183.39.152.170:15122
| INFO1 | <udp.c: 997> udp_plugin: message sent to 183.39.152.170 on port 15122
| INFO1 | <psp_core4.c: 208> psp_core_cb_snd2xx!
| INFO2 | <udp.c: 539> UDP MESSAGE RECEIVED
| INFO2 | <udp.c: 587> udp plugin: RCV UDP MESSAGE (from 183.39.152.170:15122)
| INFO1 | <udp.c: 596> 
REGISTER sip:armstrong87.gicp.net SIP/2.0
Via: SIP/2.0/UDP 192.168.8.113:15122;branch=z9hG4bK-d87543-1906ba47ee1bcd1e-1--d87543-
Max-Forwards: 70
Contact: <sip:1001@183.39.152.170:15122;rinstance=9b92d94e2e043a97>
To: "xlite"<sip:1001@armstrong87.gicp.net>
From: "xlite"<sip:1001@armstrong87.gicp.net>;tag=c747da5d
Call-ID: 561ae32c431d552bZDVkYWNjNDMzNzBmZGZlMjgxNDhhOTg2MjU3M2RmZjQ.
CSeq: 3 REGISTER
Expires: 3600
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
User-Agent: X-Lite release 1002tx stamp 29712
Content-Length: 0




| INFO2 | <osip_transaction.c: 131> allocating transaction ressource 3 561ae32c431d552bZDVkYWNjNDMzNzBmZGZlMjgxNDhhOTg2MjU3M2RmZjQ.
| INFO2 | <nist.c: 32> allocating NIST context
| INFO2 | <psp_osip.c: 83> osip module: wake up!
| INFO1 | <psp_core4.c: 110> psp_core_cb_rcvregister!
| INFO1 | <psp_request.c: 37> Allocating psp_req ressource!
| INFO2 | <syntax.c: 178> syntax plugin: IP address detected!
| INFO1 | <filter.c: 430> filter plugin: filter_context 0x94665f8!
| INFO1 | <filter.c: 436> filter plugin: configured to process url for local domain!
| INFO1 | <filter.c: 442> filter plugin: configured to process url for non local domain!
| INFO1 | <filter.c: 446> filter plugin: entering cb_filter_search_location
| INFO1 | <filter.c: 593> filter plugin: Didn't do anything with this request?
| INFO2 | <rgstrar.c: 74> rgstrar plugin: Updating contact list of a user!
| INFO1 | <rgstrar.c: 167> INFO: rgstrar plugin: User Registration saved!
| INFO1 | <imp.c: 150> Swithing to uas mode!
| INFO2 | <psp_osip.c: 83> osip module: wake up!
| INFO1 | <udp.c: 854> 
SIP/2.0 200 OK
Via: SIP/2.0/UDP 192.168.8.113:15122;branch=z9hG4bK-d87543-1906ba47ee1bcd1e-1--d87543-;received=183.39.152.170
From: "xlite" <sip:1001@armstrong87.gicp.net>;tag=c747da5d
To: "xlite" <sip:1001@armstrong87.gicp.net>;tag=919968943
Call-ID: 561ae32c431d552bZDVkYWNjNDMzNzBmZGZlMjgxNDhhOTg2MjU3M2RmZjQ.
CSeq: 3 REGISTER
Contact: <sip:1001@183.39.152.170:15122;rinstance=9b92d94e2e043a97>;expires=3600
Server: osip2/partysip/armstrong87/2.2.2
Content-Length: 0




| INFO2 | <ppldnsv6.c: 807> DNS resolution with 183.39.152.170:15122
| INFO1 | <udp.c: 997> udp_plugin: message sent to 183.39.152.170 on port 15122
| INFO1 | <psp_core4.c: 208> psp_core_cb_snd2xx!
| INFO2 | <udp.c: 539> UDP MESSAGE RECEIVED
| INFO2 | <udp.c: 587> udp plugin: RCV UDP MESSAGE (from 183.39.152.170:15122)
| INFO1 | <udp.c: 596> 
SUBSCRIBE sip:1001@armstrong87.gicp.net SIP/2.0
Via: SIP/2.0/UDP 192.168.8.113:15122;branch=z9hG4bK-d87543-fa6680324a145927-1--d87543-
Max-Forwards: 70
Contact: <sip:1001@183.39.152.170:15122>
To: "xlite"<sip:1001@armstrong87.gicp.net>
From: "xlite"<sip:1001@armstrong87.gicp.net>;tag=4c70da62
Call-ID: 783ea67510179073ZDVkYWNjNDMzNzBmZGZlMjgxNDhhOTg2MjU3M2RmZjQ.
CSeq: 1 SUBSCRIBE
Expires: 300
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
User-Agent: X-Lite release 1002tx stamp 29712
Event: message-summary
Content-Length: 0




| INFO2 | <osip_transaction.c: 131> allocating transaction ressource 4 783ea67510179073ZDVkYWNjNDMzNzBmZGZlMjgxNDhhOTg2MjU3M2RmZjQ.
| INFO2 | <nist.c: 32> allocating NIST context
| INFO2 | <psp_osip.c: 83> osip module: wake up!
| INFO1 | <psp_core4.c: 146> psp_core_cb_rcvoptions!
| INFO1 | <psp_request.c: 37> Allocating psp_req ressource!
| INFO2 | <syntax.c: 178> syntax plugin: IP address detected!
| INFO1 | <filter.c: 430> filter plugin: filter_context 0x94665f8!
| INFO1 | <filter.c: 436> filter plugin: configured to process url for local domain!
| INFO1 | <filter.c: 442> filter plugin: configured to process url for non local domain!
| INFO1 | <filter.c: 446> filter plugin: entering cb_filter_search_location
| INFO1 | <filter.c: 593> filter plugin: Didn't do anything with this request?
| INFO2 | <ls_sfull.c: 191> ls_sfull plugin: checking if we are responsible for request-URI 'armstrong87.gicp.net'
| INFO1 | <ls_sfull.c: 197> ls_sfull plugin: ignore this request which belongs to this domain.
| INFO1 | <ls_localdb.c: 292> ls_localdb plugin: 1 locations found!
| INFO1 | <imp.c: 162> Swithing to sfull (sequential) mode!
| INFO1 | <sfp_fsm.c: 314> proxyfsm: proxy_snd_all_request evt=946cd30
| INFO2 | <osip_transaction.c: 131> allocating transaction ressource 5 783ea67510179073ZDVkYWNjNDMzNzBmZGZlMjgxNDhhOTg2MjU3M2RmZjQ.
| INFO2 | <nict.c: 34> allocating NICT context
| INFO2 | <sfp_fsm2.c: 220> sfp module: transaction correctly forwarded!
| INFO2 | <psp_osip.c: 83> osip module: wake up!
| INFO1 | <udp.c: 854> 
SUBSCRIBE sip:1001@183.39.152.170:15122;rinstance=9b92d94e2e043a97 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.106;branch=z9hG4bKf436f52c21a775d62346e1a898eb27d9c.0
Via: SIP/2.0/UDP 192.168.8.113:15122;branch=z9hG4bK-d87543-fa6680324a145927-1--d87543-;received=183.39.152.170
From: "xlite" <sip:1001@armstrong87.gicp.net>;tag=4c70da62
To: "xlite" <sip:1001@armstrong87.gicp.net>
Call-ID: 783ea67510179073ZDVkYWNjNDMzNzBmZGZlMjgxNDhhOTg2MjU3M2RmZjQ.
CSeq: 1 SUBSCRIBE
Contact: <sip:1001@183.39.152.170:15122>
Max-forwards: 69
Expires: 300
User-agent: X-Lite release 1002tx stamp 29712
Event: message-summary
User-Agent: osip2/partysip/armstrong87/2.2.2
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
Content-Length: 0




| INFO2 | <ppldnsv6.c: 807> DNS resolution with 183.39.152.170:15122
| INFO1 | <udp.c: 997> udp_plugin: message sent to 183.39.152.170 on port 15122
| INFO1 | <psp_core5.c: 134> psp_core_cb_sndoptions!
| INFO2 | <udp.c: 539> UDP MESSAGE RECEIVED
| INFO2 | <udp.c: 587> udp plugin: RCV UDP MESSAGE (from 183.39.152.170:15122)
| INFO1 | <udp.c: 596> 
SIP/2.0 489 Event Package Not Supported
Via: SIP/2.0/UDP 192.168.1.106;branch=z9hG4bKf436f52c21a775d62346e1a898eb27d9c.0;received=116.205.46.234
Via: SIP/2.0/UDP 192.168.8.113:15122;branch=z9hG4bK-d87543-fa6680324a145927-1--d87543-;received=183.39.152.170
To: "xlite"<sip:1001@armstrong87.gicp.net>;tag=ef1b3174
From: "xlite"<sip:1001@armstrong87.gicp.net>;tag=4c70da62
Call-ID: 783ea67510179073ZDVkYWNjNDMzNzBmZGZlMjgxNDhhOTg2MjU3M2RmZjQ.
CSeq: 1 SUBSCRIBE
User-Agent: X-Lite release 1002tx stamp 29712
Content-Length: 0




| INFO2 | <psp_osip.c: 83> osip module: wake up!
| INFO1 | <psp_core5.c: 196> psp_core_cb_rcv4xx!
| INFO1 | <sfp_fsm.c: 865> proxyfsm: proxy_rcv_3456xx evt=946f888
| INFO2 | <psp_osip.c: 83> osip module: wake up!
| INFO1 | <udp.c: 854> 
SIP/2.0 489 Event Package Not Supported
Via: SIP/2.0/UDP 192.168.8.113:15122;branch=z9hG4bK-d87543-fa6680324a145927-1--d87543-;received=183.39.152.170
From: "xlite" <sip:1001@armstrong87.gicp.net>;tag=4c70da62
To: "xlite" <sip:1001@armstrong87.gicp.net>;tag=ef1b3174
Call-ID: 783ea67510179073ZDVkYWNjNDMzNzBmZGZlMjgxNDhhOTg2MjU3M2RmZjQ.
CSeq: 1 SUBSCRIBE
User-agent: X-Lite release 1002tx stamp 29712
Server: osip2/partysip/armstrong87/2.2.2
Content-Length: 0




| INFO2 | <ppldnsv6.c: 807> DNS resolution with 183.39.152.170:15122
| INFO1 | <udp.c: 997> udp_plugin: message sent to 183.39.152.170 on port 15122
| INFO1 | <psp_core4.c: 279> psp_core_cb_snd4xx!
| INFO1 | <psp_core5.c: 61> psp_core_cb_nict_kill_transaction!
| INFO2 | <udp.c: 539> UDP MESSAGE RECEIVED
| INFO2 | <udp.c: 587> udp plugin: RCV UDP MESSAGE (from 183.39.152.170:15122)
| INFO1 | <udp.c: 596> 






| INFO1 | <psp_core4.c: 61> psp_core_cb_nist_kill_transaction!
| INFO1 | <psp_core4.c: 61> psp_core_cb_nist_kill_transaction!
| INFO1 | <psp_core4.c: 61> psp_core_cb_nist_kill_transaction!
| INFO1 | <psp_core4.c: 61> psp_core_cb_nist_kill_transaction!
| INFO2 | <sfp.c: 857> module sfp: all transaction are terminated here!
| INFO1 | <sfp_fsm.c: 697> proxyfsm: proxy_timeout_close evt=946b468
| INFO2 | <sfp.c: 857> module sfp: all transaction are terminated here!
| INFO1 | <sfp_fsm.c: 697> proxyfsm: proxy_timeout_close evt=946b468
| INFO2 | <sfp.c: 857> module sfp: all transaction are terminated here!
| INFO1 | <sfp_fsm.c: 697> proxyfsm: proxy_timeout_close evt=946b468
| INFO2 | <sfp.c: 857> module sfp: all transaction are terminated here!
| INFO1 | <sfp_fsm.c: 697> proxyfsm: proxy_timeout_close evt=946b468
| INFO2 | <osip_transaction.c: 285> free transaction ressource 4 783ea67510179073ZDVkYWNjNDMzNzBmZGZlMjgxNDhhOTg2MjU3M2RmZjQ.
| INFO2 | <nist.c: 76> free nist ressource
| INFO1 | <psp_request.c: 116> free psp_req ressouce!
| INFO2 | <osip_transaction.c: 285> free transaction ressource 5 783ea67510179073ZDVkYWNjNDMzNzBmZGZlMjgxNDhhOTg2MjU3M2RmZjQ.
| INFO2 | <nict.c: 123> free nict ressource
| INFO2 | <osip_transaction.c: 285> free transaction ressource 3 561ae32c431d552bZDVkYWNjNDMzNzBmZGZlMjgxNDhhOTg2MjU3M2RmZjQ.
| INFO2 | <nist.c: 76> free nist ressource
| INFO1 | <psp_request.c: 116> free psp_req ressouce!
| INFO2 | <osip_transaction.c: 285> free transaction ressource 2 561ae32c431d552bZDVkYWNjNDMzNzBmZGZlMjgxNDhhOTg2MjU3M2RmZjQ.
| INFO2 | <nist.c: 76> free nist ressource
| INFO1 | <psp_request.c: 116> free psp_req ressouce!
| INFO2 | <osip_transaction.c: 285> free transaction ressource 1 561ae32c431d552bZDVkYWNjNDMzNzBmZGZlMjgxNDhhOTg2MjU3M2RmZjQ.
| INFO2 | <nist.c: 76> free nist ressource
| INFO1 | <psp_request.c: 116> free psp_req ressouce!
| INFO2 | <udp.c: 539> UDP MESSAGE RECEIVED
| INFO2 | <udp.c: 587> udp plugin: RCV UDP MESSAGE (from 183.39.152.170:15122)
| INFO1 | <udp.c: 596> 






| INFO2 | <udp.c: 539> UDP MESSAGE RECEIVED
| INFO2 | <udp.c: 587> udp plugin: RCV UDP MESSAGE (from 183.39.152.170:15122)
| INFO1 | <udp.c: 596> 






| INFO2 | <udp.c: 539> UDP MESSAGE RECEIVED
| INFO2 | <udp.c: 587> udp plugin: RCV UDP MESSAGE (from 183.39.152.170:15122)
| INFO1 | <udp.c: 596> 






| INFO2 | <udp.c: 539> UDP MESSAGE RECEIVED
| INFO2 | <udp.c: 587> udp plugin: RCV UDP MESSAGE (from 183.39.152.170:15122)
| INFO1 | <udp.c: 596> 






| INFO2 | <udp.c: 539> UDP MESSAGE RECEIVED
| INFO2 | <udp.c: 587> udp plugin: RCV UDP MESSAGE (from 183.39.152.170:15122)
| INFO1 | <udp.c: 596> 

原创粉丝点击