The usual cause of this sort of problem is that the proxy does not recognize that the request-URI is its own address.
In this case, I see that the request URI is <sip:10.0.10.1:0>. Strictly speaking, this is *not* the address of the proxy because the proxy isn't listening on port 0. I believe that you intended to use sip:10.0.10.1 or sip:10.0.10.1:5060, which (implicitly and explicitly) specify port 5060. In any case, you should avoid registering to an IP address as the SIP domain, but rather define a DNS name and arrange for proper DNS records. In theory, an IP address as sipX's "SIP domain name" should work, but it is a case that is not used much and therefore likely to have undiscovered bugs. Dale ________________________________________ From: [email protected] [[email protected]] On Behalf Of Allen Franklin [[email protected]] Sent: Wednesday, November 30, 2011 12:05 PM To: Discussion list for users of sipXecs software Subject: [sipx-users] (Re post) Unable to register a SIP UA running on the same host as the SIP proxy. (I am re-posting this because my previous post was altered somehow) I have developed a sipx plugin that uses the built-in SIP stack. My plugin sends a REGISTER to the sipx proxy, which is on the same host. It looks like the proxy adds a Via header to the REGISTER, decrements the Max-Forwards and sends the REGISTER to itself. This repeats until Max-Forwards is reached and a "too many hops" is returned to my plugin. You can see this in the sipXproxy.log below. My proxy's original REGISTER request is the 1st line of this log: "2011-11-30T15:30:13.699611Z":25223:INCOMING:INFO:icp.pbx.com:SipClientUdp-12:B7508B90:SipXProxy:"Read SIP message:\n----Local Host:10.0.10.1---- Port: 5060----\n----Remote Host:10.0.10.1---- Port: 8943----\nREGISTER sip:10.0.10.1:0 SIP/2.0\r\nCall-ID: [email protected]\r\nCSeq: 1 REGISTER\r\nFrom: <sip:[email protected]>;tag=2546\r\nTo: <sip:[email protected]>\r\nVia: SIP/2.0/UDP 10.0.10.1:8943;branch=z9hG4bK769c5fc475754654f46a945fa13095e3383533\r\nMax-Forwards: 70\r\nContact: <sip:[email protected]:8943;transport=udp>\r\nContent-Length: 0\r\n\r\n====================END====================" "2011-11-30T15:30:13.703351Z":25224:AUTH:INFO:icp.pbx.com:SipRouter-15:B61F9B90:SipXProxy:"EnforceAuthRules[400_authrules]::authorizeAndModify no permission required for call [email protected]" "2011-11-30T15:30:13.703453Z":25225:AUTH:INFO:icp.pbx.com:SipRouter-15:B61F9B90:SipXProxy:"SipProxy::proxyMessage authoritative authorization decision is ALLOW by 400_authrules for [email protected]" "2011-11-30T15:30:13.709275Z":25226:OUTGOING:INFO:icp.pbx.com:SipRouter-15:B61F9B90:SipXProxy:"SipUserAgent::sendUdp UDP SIP User Agent sent message:\n----Local Host:10.0.10.1---- Port: 5060----\n----Remote Host:10.0.10.1---- Port: 5060----\nREGISTER sip:10.0.10.1:0 SIP/2.0\r\nRecord-Route: <sip:10.0.10.1:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7EMjU0Ng%60%60%21c35d1ee9f1452cdf5882355b3ae03230>\r\nCall-Id: [email protected]\r\nCseq: 1 REGISTER\r\nFrom: <sip:[email protected]>;tag=2546\r\nTo: <sip:[email protected]>\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1951Svdz2S5wbniyLRnkVvEOfw\r\nVia: SIP/2.0/UDP 10.0.10.1:8943;branch=z9hG4bK769c5fc475754654f46a945fa13095e3383533\r\nMax-Forwards: 20\r\nContact: <sip:[email protected]:8943;transport=udp;x-sipX-nonat>\r\nContent-Length: 0\r\nDate: Wed, 30 Nov 2011 15:30:13 GMT\r\n\r\n--------------------END--------------------" "2011-11-30T15:30:13.711094Z":25227:INCOMING:INFO:icp.pbx.com:SipClientUdp-12:B7508B90:SipXProxy:"Read SIP message:\n----Local Host:10.0.10.1---- Port: 5060----\n----Remote Host:10.0.10.1---- Port: 5060----\nREGISTER sip:10.0.10.1:0 SIP/2.0\r\nRecord-Route: <sip:10.0.10.1:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7EMjU0Ng%60%60%21c35d1ee9f1452cdf5882355b3ae03230>\r\nCall-Id: [email protected]\r\nCseq: 1 REGISTER\r\nFrom: <sip:[email protected]>;tag=2546\r\nTo: <sip:[email protected]>\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1951Svdz2S5wbniyLRnkVvEOfw\r\nVia: SIP/2.0/UDP 10.0.10.1:8943;branch=z9hG4bK769c5fc475754654f46a945fa13095e3383533\r\nMax-Forwards: 20\r\nContact: <sip:[email protected]:8943;transport=udp;x-sipX-nonat>\r\nContent-Length: 0\r\nDate: Wed, 30 Nov 2011 15:30:13 GMT\r\n\r\n====================END====================" "2011-11-30T15:30:13.715191Z":25228:AUTH:INFO:icp.pbx.com:SipRouter-15:B61F9B90:SipXProxy:"EnforceAuthRules[400_authrules]::authorizeAndModify no permission required for call [email protected]" "2011-11-30T15:30:13.715284Z":25229:AUTH:INFO:icp.pbx.com:SipRouter-15:B61F9B90:SipXProxy:"SipProxy::proxyMessage authoritative authorization decision is ALLOW by 400_authrules for [email protected]" "2011-11-30T15:30:13.717063Z":25230:SIP:WARNING:icp.pbx.com:SipRouter-15:B61F9B90:SipXProxy:"SipUserAgent::send REGISTER request matches existing transaction" "2011-11-30T15:30:13.720938Z":25231:OUTGOING:INFO:icp.pbx.com:SipRouter-15:B61F9B90:SipXProxy:"SipUserAgent::sendUdp UDP SIP User Agent sent message:\n----Local Host:10.0.10.1---- Port: 5060----\n----Remote Host:10.0.10.1---- Port: 5060----\nREGISTER sip:10.0.10.1:0 SIP/2.0\r\nRecord-Route: <sip:10.0.10.1:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7EMjU0Ng%60%60%21c35d1ee9f1452cdf5882355b3ae03230>\r\nCall-Id: [email protected]\r\nCseq: 1 REGISTER\r\nFrom: <sip:[email protected]>;tag=2546\r\nTo: <sip:[email protected]>\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1954zJtxe7WEJzwCOS01n6jRww\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1951Svdz2S5wbniyLRnkVvEOfw\r\nVia: SIP/2.0/UDP 10.0.10.1:8943;branch=z9hG4bK769c5fc475754654f46a945fa13095e3383533\r\nMax-Forwards: 19\r\nContact: <sip:[email protected]:8943;transport=udp;x-sipX-nonat>\r\nContent-Length: 0\r\nDate: Wed, 30 Nov 2011 15:30:13 GMT\r\nX-Sipx-Spiral: true\r\n\r\n-------------------- END--------------------" "2011-11-30T15:30:13.723820Z":25232:INCOMING:INFO:icp.pbx.com:SipClientUdp-12:B7508B90:SipXProxy:"Read SIP message:\n----Local Host:10.0.10.1---- Port: 5060----\n----Remote Host:10.0.10.1---- Port: 5060----\nREGISTER sip:10.0.10.1:0 SIP/2.0\r\nRecord-Route: <sip:10.0.10.1:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7EMjU0Ng%60%60%21c35d1ee9f1452cdf5882355b3ae03230>\r\nCall-Id: [email protected]\r\nCseq: 1 REGISTER\r\nFrom: <sip:[email protected]>;tag=2546\r\nTo: <sip:[email protected]>\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1954zJtxe7WEJzwCOS01n6jRww\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1951Svdz2S5wbniyLRnkVvEOfw\r\nVia: SIP/2.0/UDP 10.0.10.1:8943;branch=z9hG4bK769c5fc475754654f46a945fa13095e3383533\r\nMax-Forwards: 19\r\nContact: <sip:[email protected]:8943;transport=udp;x-sipX-nonat>\r\nContent-Length: 0\r\nDate: Wed, 30 Nov 2011 15:30:13 GMT\r\nX-Sipx-Spiral: true\r\n\r\n====================END====================" "2011-11-30T15:30:13.728926Z":25233:AUTH:INFO:icp.pbx.com:SipRouter-15:B61F9B90:SipXProxy:"EnforceAuthRules[400_authrules]::authorizeAndModify no permission required for call [email protected]" "2011-11-30T15:30:13.729050Z":25234:AUTH:INFO:icp.pbx.com:SipRouter-15:B61F9B90:SipXProxy:"SipProxy::proxyMessage authoritative authorization decision is ALLOW by 400_authrules for [email protected]" "2011-11-30T15:30:13.731463Z":25235:SIP:WARNING:icp.pbx.com:SipRouter-15:B61F9B90:SipXProxy:"SipUserAgent::send REGISTER request matches existing transaction" "2011-11-30T15:30:13.735254Z":25236:OUTGOING:INFO:icp.pbx.com:SipRouter-15:B61F9B90:SipXProxy:"SipUserAgent::sendUdp UDP SIP User Agent sent message:\n----Local Host:10.0.10.1---- Port: 5060----\n----Remote Host:10.0.10.1---- Port: 5060----\nREGISTER sip:10.0.10.1:0 SIP/2.0\r\nRecord-Route: <sip:10.0.10.1:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7EMjU0Ng%60%60%21c35d1ee9f1452cdf5882355b3ae03230>\r\nCall-Id: [email protected]\r\nCseq: 1 REGISTER\r\nFrom: <sip:[email protected]>;tag=2546\r\nTo: <sip:[email protected]>\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1957hhnKUz1eMdQyr`j6ydnk2Q\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1954zJtxe7WEJzwCOS01n6jRww\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1951Svdz2S5wbniyLRnkVvEOfw\r\nVia: SIP/2.0/UDP 10.0.10.1:8943;branch=z9hG4bK769c5fc475754654f46a945fa13095e3383533\r\nMax-Forwards: 18\r\nContact: <sip:[email protected]:8943;transport=udp;x-sipX-nonat>\r\nContent-Length: 0\r\nDate: Wed, 30 Nov 2011 15:30:13 GMT\r\n\r\n--------------------END--------------------" "2011-11-30T15:30:13.737330Z":25237:INCOMING:INFO:icp.pbx.com:SipClientUdp-12:B7508B90:SipXProxy:"Read SIP message:\n----Local Host:10.0.10.1---- Port: 5060----\n----Remote Host:10.0.10.1---- Port: 5060----\nREGISTER sip:10.0.10.1:0 SIP/2.0\r\nRecord-Route: <sip:10.0.10.1:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7EMjU0Ng%60%60%21c35d1ee9f1452cdf5882355b3ae03230>\r\nCall-Id: [email protected]\r\nCseq: 1 REGISTER\r\nFrom: <sip:[email protected]>;tag=2546\r\nTo: <sip:[email protected]>\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1957hhnKUz1eMdQyr`j6ydnk2Q\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1954zJtxe7WEJzwCOS01n6jRww\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1951Svdz2S5wbniyLRnkVvEOfw\r\nVia: SIP/2.0/UDP 10.0.10.1:8943;branch=z9hG4bK769c5fc475754654f46a945fa13095e3383533\r\nMax-Forwards: 18\r\nContact: <sip:[email protected]:8943;transport=udp;x-sipX-nonat>\r\nContent-Length: 0\r\nDate: Wed, 30 Nov 2011 15:30:13 GMT\r\n\r\n== ==================END====================" "2011-11-30T15:30:13.742058Z":25238:AUTH:INFO:icp.pbx.com:SipRouter-15:B61F9B90:SipXProxy:"EnforceAuthRules[400_authrules]::authorizeAndModify no permission required for call [email protected]" "2011-11-30T15:30:13.742178Z":25239:AUTH:INFO:icp.pbx.com:SipRouter-15:B61F9B90:SipXProxy:"SipProxy::proxyMessage authoritative authorization decision is ALLOW by 400_authrules for [email protected]" "2011-11-30T15:30:13.743496Z":25240:SIP:WARNING:icp.pbx.com:SipRouter-15:B61F9B90:SipXProxy:"SipUserAgent::send REGISTER request matches existing transaction" "2011-11-30T15:30:13.747602Z":25241:OUTGOING:INFO:icp.pbx.com:SipRouter-15:B61F9B90:SipXProxy:"SipUserAgent::sendUdp UDP SIP User Agent sent message:\n----Local Host:10.0.10.1---- Port: 5060----\n----Remote Host:10.0.10.1---- Port: 5060----\nREGISTER sip:10.0.10.1:0 SIP/2.0\r\nRecord-Route: <sip:10.0.10.1:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7EMjU0Ng%60%60%21c35d1ee9f1452cdf5882355b3ae03230>\r\nCall-Id: [email protected]\r\nCseq: 1 REGISTER\r\nFrom: <sip:[email protected]>;tag=2546\r\nTo: <sip:[email protected]>\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-195ayW4LCmbZpJSonhjzDYyTyw\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1957hhnKUz1eMdQyr`j6ydnk2Q\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1954zJtxe7WEJzwCOS01n6jRww\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1951Svdz2S5wbniyLRnkVvEOfw\r\nVia: SIP/2.0/UDP 10.0.10.1:8943;branch=z9hG4bK769c5fc475754654f46a945fa13095e3383533\r\nMax-Forwards: 17\r\nContact: <sip:hosemccann@10. 0.10.1:8943;transport=udp;x-sipX-nonat>\r\nContent-Length: 0\r\nDate: Wed, 30 Nov 2011 15:30:13 GMT\r\nX-Sipx-Spiral: true\r\n\r\n--------------------END--------------------" "2011-11-30T15:30:13.749330Z":25242:INCOMING:INFO:icp.pbx.com:SipClientUdp-12:B7508B90:SipXProxy:"Read SIP message:\n----Local Host:10.0.10.1---- Port: 5060----\n----Remote Host:10.0.10.1---- Port: 5060----\nREGISTER sip:10.0.10.1:0 SIP/2.0\r\nRecord-Route: <sip:10.0.10.1:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7EMjU0Ng%60%60%21c35d1ee9f1452cdf5882355b3ae03230>\r\nCall-Id: [email protected]\r\nCseq: 1 REGISTER\r\nFrom: <sip:[email protected]>;tag=2546\r\nTo: <sip:[email protected]>\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-195ayW4LCmbZpJSonhjzDYyTyw\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1957hhnKUz1eMdQyr`j6ydnk2Q\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1954zJtxe7WEJzwCOS01n6jRww\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1951Svdz2S5wbniyLRnkVvEOfw\r\nVia: SIP/2.0/UDP 10.0.10.1:8943;branch=z9hG4bK769c5fc475754654f46a945fa13095e3383533\r\nMax-Forwards: 17\r\nContact: <sip:[email protected]:8943;transport=udp;x-sipX-n onat>\r\nContent-Length: 0\r\nDate: Wed, 30 Nov 2011 15:30:13 GMT\r\nX-Sipx-Spiral: true\r\n\r\n====================END====================" "2011-11-30T15:30:13.754238Z":25243:AUTH:INFO:icp.pbx.com:SipRouter-15:B61F9B90:SipXProxy:"EnforceAuthRules[400_authrules]::authorizeAndModify no permission required for call [email protected]" "2011-11-30T15:30:13.754339Z":25244:AUTH:INFO:icp.pbx.com:SipRouter-15:B61F9B90:SipXProxy:"SipProxy::proxyMessage authoritative authorization decision is ALLOW by 400_authrules for [email protected]" "2011-11-30T15:30:13.756762Z":25245:SIP:WARNING:icp.pbx.com:SipRouter-15:B61F9B90:SipXProxy:"SipUserAgent::send REGISTER request matches existing transaction" "2011-11-30T15:30:13.760592Z":25246:OUTGOING:INFO:icp.pbx.com:SipRouter-15:B61F9B90:SipXProxy:"SipUserAgent::sendUdp UDP SIP User Agent sent message:\n----Local Host:10.0.10.1---- Port: 5060----\n----Remote Host:10.0.10.1---- Port: 5060----\nREGISTER sip:10.0.10.1:0 SIP/2.0\r\nRecord-Route: <sip:10.0.10.1:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7EMjU0Ng%60%60%21c35d1ee9f1452cdf5882355b3ae03230>\r\nCall-Id: [email protected]\r\nCseq: 1 REGISTER\r\nFrom: <sip:[email protected]>;tag=2546\r\nTo: <sip:[email protected]>\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-195dOpos0KNbUY0Tl9WWbGWKzw\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-195ayW4LCmbZpJSonhjzDYyTyw\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1957hhnKUz1eMdQyr`j6ydnk2Q\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1954zJtxe7WEJzwCOS01n6jRww\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1951Svdz2S5wbniyLRnkVvEOfw\r\nVia: SIP/2.0/UDP 10.0.10.1:8943;branch=z9hG4bK769c5fc47575465 4f46a945fa13095e3383533\r\nMax-Forwards: 16\r\nContact: <sip:[email protected]:8943;transport=udp;x-sipX-nonat>\r\nContent-Length: 0\r\nDate: Wed, 30 Nov 2011 15:30:13 GMT\r\n\r\n--------------------END--------------------" "2011-11-30T15:30:13.762436Z":25247:INCOMING:INFO:icp.pbx.com:SipClientUdp-12:B7508B90:SipXProxy:"Read SIP message:\n----Local Host:10.0.10.1---- Port: 5060----\n----Remote Host:10.0.10.1---- Port: 5060----\nREGISTER sip:10.0.10.1:0 SIP/2.0\r\nRecord-Route: <sip:10.0.10.1:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7EMjU0Ng%60%60%21c35d1ee9f1452cdf5882355b3ae03230>\r\nCall-Id: [email protected]\r\nCseq: 1 REGISTER\r\nFrom: <sip:[email protected]>;tag=2546\r\nTo: <sip:[email protected]>\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-195dOpos0KNbUY0Tl9WWbGWKzw\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-195ayW4LCmbZpJSonhjzDYyTyw\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1957hhnKUz1eMdQyr`j6ydnk2Q\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1954zJtxe7WEJzwCOS01n6jRww\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1951Svdz2S5wbniyLRnkVvEOfw\r\nVia: SIP/2.0/UDP 10.0.10.1:8943;branch=z9hG4bK769c5fc475754654f46a945fa13095e3383533\r\nMax-For wards: 16\r\nContact: <sip:[email protected]:8943;transport=udp;x-sipX-nonat>\r\nContent-Length: 0\r\nDate: Wed, 30 Nov 2011 15:30:13 GMT\r\n\r\n====================END====================" "2011-11-30T15:30:13.767386Z":25248:AUTH:INFO:icp.pbx.com:SipRouter-15:B61F9B90:SipXProxy:"EnforceAuthRules[400_authrules]::authorizeAndModify no permission required for call [email protected]" "2011-11-30T15:30:13.767493Z":25249:AUTH:INFO:icp.pbx.com:SipRouter-15:B61F9B90:SipXProxy:"SipProxy::proxyMessage authoritative authorization decision is ALLOW by 400_authrules for [email protected]" "2011-11-30T15:30:13.768897Z":25250:SIP:WARNING:icp.pbx.com:SipRouter-15:B61F9B90:SipXProxy:"SipUserAgent::send REGISTER request matches existing transaction" "2011-11-30T15:30:13.773298Z":25251:OUTGOING:INFO:icp.pbx.com:SipRouter-15:B61F9B90:SipXProxy:"SipUserAgent::sendUdp UDP SIP User Agent sent message:\n----Local Host:10.0.10.1---- Port: 5060----\n----Remote Host:10.0.10.1---- Port: 5060----\nREGISTER sip:10.0.10.1:0 SIP/2.0\r\nRecord-Route: <sip:10.0.10.1:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7EMjU0Ng%60%60%21c35d1ee9f1452cdf5882355b3ae03230>\r\nCall-Id: [email protected]\r\nCseq: 1 REGISTER\r\nFrom: <sip:[email protected]>;tag=2546\r\nTo: <sip:[email protected]>\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-196078QEHmaJyWda9MSldF3qbw\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-195dOpos0KNbUY0Tl9WWbGWKzw\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-195ayW4LCmbZpJSonhjzDYyTyw\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1957hhnKUz1eMdQyr`j6ydnk2Q\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1954zJtxe7WEJzwCOS01n6jRww\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1951Svdz2S5wbniy LRnkVvEOfw\r\nVia: SIP/2.0/UDP 10.0.10.1:8943;branch=z9hG4bK769c5fc475754654f46a945fa13095e3383533\r\nMax-Forwards: 15\r\nContact: <sip:[email protected]:8943;transport=udp;x-sipX-nonat>\r\nContent-Length: 0\r\nDate: Wed, 30 Nov 2011 15:30:13 GMT\r\nX-Sipx-Spiral: true\r\n\r\n--------------------END--------------------" "2011-11-30T15:30:13.775088Z":25252:INCOMING:INFO:icp.pbx.com:SipClientUdp-12:B7508B90:SipXProxy:"Read SIP message:\n----Local Host:10.0.10.1---- Port: 5060----\n----Remote Host:10.0.10.1---- Port: 5060----\nREGISTER sip:10.0.10.1:0 SIP/2.0\r\nRecord-Route: <sip:10.0.10.1:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7EMjU0Ng%60%60%21c35d1ee9f1452cdf5882355b3ae03230>\r\nCall-Id: [email protected]\r\nCseq: 1 REGISTER\r\nFrom: <sip:[email protected]>;tag=2546\r\nTo: <sip:[email protected]>\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-196078QEHmaJyWda9MSldF3qbw\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-195dOpos0KNbUY0Tl9WWbGWKzw\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-195ayW4LCmbZpJSonhjzDYyTyw\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1957hhnKUz1eMdQyr`j6ydnk2Q\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1954zJtxe7WEJzwCOS01n6jRww\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1951Svdz2S5wbniyLRnkVvEOfw\r\nVia: SIP/2.0/UDP 10. 0.10.1:8943;branch=z9hG4bK769c5fc475754654f46a945fa13095e3383533\r\nMax-Forwards: 15\r\nContact: <sip:[email protected]:8943;transport=udp;x-sipX-nonat>\r\nContent-Length: 0\r\nDate: Wed, 30 Nov 2011 15:30:13 GMT\r\nX-Sipx-Spiral: true\r\n\r\n====================END====================" "2011-11-30T15:30:13.780294Z":25253:AUTH:INFO:icp.pbx.com:SipRouter-15:B61F9B90:SipXProxy:"EnforceAuthRules[400_authrules]::authorizeAndModify no permission required for call [email protected]" "2011-11-30T15:30:13.780395Z":25254:AUTH:INFO:icp.pbx.com:SipRouter-15:B61F9B90:SipXProxy:"SipProxy::proxyMessage authoritative authorization decision is ALLOW by 400_authrules for [email protected]" "2011-11-30T15:30:13.783009Z":25255:SIP:WARNING:icp.pbx.com:SipRouter-15:B61F9B90:SipXProxy:"SipUserAgent::send REGISTER request matches existing transaction" "2011-11-30T15:30:13.787128Z":25256:OUTGOING:INFO:icp.pbx.com:SipRouter-15:B61F9B90:SipXProxy:"SipUserAgent::sendUdp UDP SIP User Agent sent message:\n----Local Host:10.0.10.1---- Port: 5060----\n----Remote Host:10.0.10.1---- Port: 5060----\nREGISTER sip:10.0.10.1:0 SIP/2.0\r\nRecord-Route: <sip:10.0.10.1:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7EMjU0Ng%60%60%21c35d1ee9f1452cdf5882355b3ae03230>\r\nCall-Id: [email protected]\r\nCseq: 1 REGISTER\r\nFrom: <sip:[email protected]>;tag=2546\r\nTo: <sip:[email protected]>\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1963OEC_jRGsreAYZix37P7jTQ\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-196078QEHmaJyWda9MSldF3qbw\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-195dOpos0KNbUY0Tl9WWbGWKzw\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-195ayW4LCmbZpJSonhjzDYyTyw\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1957hhnKUz1eMdQyr`j6ydnk2Q\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1954zJtxe7WEJzwC OS01n6jRww\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1951Svdz2S5wbniyLRnkVvEOfw\r\nVia: SIP/2.0/UDP 10.0.10.1:8943;branch=z9hG4bK769c5fc475754654f46a945fa13095e3383533\r\nMax-Forwards: 14\r\nContact: <sip:[email protected]:8943;transport=udp;x-sipX-nonat>\r\nContent-Length: 0\r\nDate: Wed, 30 Nov 2011 15:30:13 GMT\r\n\r\n--------------------END--------------------" "2011-11-30T15:30:13.789302Z":25257:INCOMING:INFO:icp.pbx.com:SipClientUdp-12:B7508B90:SipXProxy:"Read SIP message:\n----Local Host:10.0.10.1---- Port: 5060----\n----Remote Host:10.0.10.1---- Port: 5060----\nREGISTER sip:10.0.10.1:0 SIP/2.0\r\nRecord-Route: <sip:10.0.10.1:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7EMjU0Ng%60%60%21c35d1ee9f1452cdf5882355b3ae03230>\r\nCall-Id: [email protected]\r\nCseq: 1 REGISTER\r\nFrom: <sip:[email protected]>;tag=2546\r\nTo: <sip:[email protected]>\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1963OEC_jRGsreAYZix37P7jTQ\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-196078QEHmaJyWda9MSldF3qbw\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-195dOpos0KNbUY0Tl9WWbGWKzw\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-195ayW4LCmbZpJSonhjzDYyTyw\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1957hhnKUz1eMdQyr`j6ydnk2Q\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1954zJtxe7WEJzwCOS01n6jRww\r\nVia: SIP/2.0/UDP 10. 0.10.1;branch=z9hG4bK-XX-1951Svdz2S5wbniyLRnkVvEOfw\r\nVia: SIP/2.0/UDP 10.0.10.1:8943;branch=z9hG4bK769c5fc475754654f46a945fa13095e3383533\r\nMax-Forwards: 14\r\nContact: <sip:[email protected]:8943;transport=udp;x-sipX-nonat>\r\nContent-Length: 0\r\nDate: Wed, 30 Nov 2011 15:30:13 GMT\r\n\r\n====================END====================" "2011-11-30T15:30:13.794376Z":25258:AUTH:INFO:icp.pbx.com:SipRouter-15:B61F9B90:SipXProxy:"EnforceAuthRules[400_authrules]::authorizeAndModify no permission required for call [email protected]" "2011-11-30T15:30:13.794477Z":25259:AUTH:INFO:icp.pbx.com:SipRouter-15:B61F9B90:SipXProxy:"SipProxy::proxyMessage authoritative authorization decision is ALLOW by 400_authrules for [email protected]" "2011-11-30T15:30:13.795858Z":25260:SIP:WARNING:icp.pbx.com:SipRouter-15:B61F9B90:SipXProxy:"SipUserAgent::send REGISTER request matches existing transaction" "2011-11-30T15:30:13.799949Z":25261:OUTGOING:INFO:icp.pbx.com:SipRouter-15:B61F9B90:SipXProxy:"SipUserAgent::sendUdp UDP SIP User Agent sent message:\n----Local Host:10.0.10.1---- Port: 5060----\n----Remote Host:10.0.10.1---- Port: 5060----\nREGISTER sip:10.0.10.1:0 SIP/2.0\r\nRecord-Route: <sip:10.0.10.1:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7EMjU0Ng%60%60%21c35d1ee9f1452cdf5882355b3ae03230>\r\nCall-Id: [email protected]\r\nCseq: 1 REGISTER\r\nFrom: <sip:[email protected]>;tag=2546\r\nTo: <sip:[email protected]>\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1966pB_W`CtMNp6Zef8F_cHPmQ\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1963OEC_jRGsreAYZix37P7jTQ\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-196078QEHmaJyWda9MSldF3qbw\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-195dOpos0KNbUY0Tl9WWbGWKzw\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-195ayW4LCmbZpJSonhjzDYyTyw\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1957hhnKUz1eMdQy r`j6ydnk2Q\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1954zJtxe7WEJzwCOS01n6jRww\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1951Svdz2S5wbniyLRnkVvEOfw\r\nVia: SIP/2.0/UDP 10.0.10.1:8943;branch=z9hG4bK769c5fc475754654f46a945fa13095e3383533\r\nMax-Forwards: 13\r\nContact: <sip:[email protected]:8943;transport=udp;x-sipX-nonat>\r\nContent-Length: 0\r\nDate: Wed, 30 Nov 2011 15:30:13 GMT\r\nX-Sipx-Spiral: true\r\n\r\n--------------------END--------------------" "2011-11-30T15:30:13.801722Z":25262:INCOMING:INFO:icp.pbx.com:SipClientUdp-12:B7508B90:SipXProxy:"Read SIP message:\n----Local Host:10.0.10.1---- Port: 5060----\n----Remote Host:10.0.10.1---- Port: 5060----\nREGISTER sip:10.0.10.1:0 SIP/2.0\r\nRecord-Route: <sip:10.0.10.1:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7EMjU0Ng%60%60%21c35d1ee9f1452cdf5882355b3ae03230>\r\nCall-Id: [email protected]\r\nCseq: 1 REGISTER\r\nFrom: <sip:[email protected]>;tag=2546\r\nTo: <sip:[email protected]>\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1966pB_W`CtMNp6Zef8F_cHPmQ\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1963OEC_jRGsreAYZix37P7jTQ\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-196078QEHmaJyWda9MSldF3qbw\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-195dOpos0KNbUY0Tl9WWbGWKzw\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-195ayW4LCmbZpJSonhjzDYyTyw\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1957hhnKUz1eMdQyr`j6ydnk2Q\r\nVia: SIP/2.0/UDP 10. 0.10.1;branch=z9hG4bK-XX-1954zJtxe7WEJzwCOS01n6jRww\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1951Svdz2S5wbniyLRnkVvEOfw\r\nVia: SIP/2.0/UDP 10.0.10.1:8943;branch=z9hG4bK769c5fc475754654f46a945fa13095e3383533\r\nMax-Forwards: 13\r\nContact: <sip:[email protected]:8943;transport=udp;x-sipX-nonat>\r\nContent-Length: 0\r\nDate: Wed, 30 Nov 2011 15:30:13 GMT\r\nX-Sipx-Spiral: true\r\n\r\n====================END====================" "2011-11-30T15:30:13.807170Z":25263:AUTH:INFO:icp.pbx.com:SipRouter-15:B61F9B90:SipXProxy:"EnforceAuthRules[400_authrules]::authorizeAndModify no permission required for call [email protected]" "2011-11-30T15:30:13.807275Z":25264:AUTH:INFO:icp.pbx.com:SipRouter-15:B61F9B90:SipXProxy:"SipProxy::proxyMessage authoritative authorization decision is ALLOW by 400_authrules for [email protected]" "2011-11-30T15:30:13.809910Z":25265:SIP:WARNING:icp.pbx.com:SipRouter-15:B61F9B90:SipXProxy:"SipUserAgent::send REGISTER request matches existing transaction" "2011-11-30T15:30:13.812556Z":25266:OUTGOING:INFO:icp.pbx.com:SipUserAgent-2:B62FAB90:SipXProxy:"SipUserAgent::sendUdp resend 1 of UDP message\nUDP SIP User Agent sent message:\n----Local Host:10.0.10.1---- Port: 5060----\n----Remote Host:10.0.10.1---- Port: 5060----\nREGISTER sip:10.0.10.1:0 SIP/2.0\r\nRecord-Route: <sip:10.0.10.1:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7EMjU0Ng%60%60%21c35d1ee9f1452cdf5882355b3ae03230>\r\nCall-Id: [email protected]\r\nCseq: 1 REGISTER\r\nFrom: <sip:[email protected]>;tag=2546\r\nTo: <sip:[email protected]>\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1951Svdz2S5wbniyLRnkVvEOfw\r\nVia: SIP/2.0/UDP 10.0.10.1:8943;branch=z9hG4bK769c5fc475754654f46a945fa13095e3383533\r\nMax-Forwards: 20\r\nContact: <sip:[email protected]:8943;transport=udp;x-sipX-nonat>\r\nContent-Length: 0\r\nDate: Wed, 30 Nov 2011 15:30:13 GMT\r\n\r\n--------------------END--------------------" "2011-11-30T15:30:13.813108Z":25267:INCOMING:INFO:icp.pbx.com:SipClientUdp-12:B7508B90:SipXProxy:"Read SIP message:\n----Local Host:10.0.10.1---- Port: 5060----\n----Remote Host:10.0.10.1---- Port: 5060----\nREGISTER sip:10.0.10.1:0 SIP/2.0\r\nRecord-Route: <sip:10.0.10.1:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7EMjU0Ng%60%60%21c35d1ee9f1452cdf5882355b3ae03230>\r\nCall-Id: [email protected]\r\nCseq: 1 REGISTER\r\nFrom: <sip:[email protected]>;tag=2546\r\nTo: <sip:[email protected]>\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1951Svdz2S5wbniyLRnkVvEOfw\r\nVia: SIP/2.0/UDP 10.0.10.1:8943;branch=z9hG4bK769c5fc475754654f46a945fa13095e3383533\r\nMax-Forwards: 20\r\nContact: <sip:[email protected]:8943;transport=udp;x-sipX-nonat>\r\nContent-Length: 0\r\nDate: Wed, 30 Nov 2011 15:30:13 GMT\r\n\r\n====================END====================" "2011-11-30T15:30:13.815001Z":25268:OUTGOING:INFO:icp.pbx.com:SipRouter-15:B61F9B90:SipXProxy:"SipUserAgent::sendUdp UDP SIP User Agent sent message:\n----Local Host:10.0.10.1---- Port: 5060----\n----Remote Host:10.0.10.1---- Port: 5060----\nREGISTER sip:10.0.10.1:0 SIP/2.0\r\nRecord-Route: <sip:10.0.10.1:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7EMjU0Ng%60%60%21c35d1ee9f1452cdf5882355b3ae03230>\r\nCall-Id: [email protected]\r\nCseq: 1 REGISTER\r\nFrom: <sip:[email protected]>;tag=2546\r\nTo: <sip:[email protected]>\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1969FNVgd9UrukOWYcaooFn7Vw\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1966pB_W`CtMNp6Zef8F_cHPmQ\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1963OEC_jRGsreAYZix37P7jTQ\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-196078QEHmaJyWda9MSldF3qbw\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-195dOpos0KNbUY0Tl9WWbGWKzw\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-195ayW4LCmbZpJSo nhjzDYyTyw\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1957hhnKUz1eMdQyr`j6ydnk2Q\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1954zJtxe7WEJzwCOS01n6jRww\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1951Svdz2S5wbniyLRnkVvEOfw\r\nVia: SIP/2.0/UDP 10.0.10.1:8943;branch=z9hG4bK769c5fc475754654f46a945fa13095e3383533\r\nMax-Forwards: 12\r\nContact: <sip:[email protected]:8943;transport=udp;x-sipX-nonat>\r\nContent-Length: 0\r\nDate: Wed, 30 Nov 2011 15:30:13 GMT\r\n\r\n--------------------END--------------------" "2011-11-30T15:30:13.817445Z":25269:OUTGOING:INFO:icp.pbx.com:SipClientUdp-12:B7508B90:SipXProxy:"SipUserAgent::sendUdp UDP SIP User Agent sent message:\n----Local Host:10.0.10.1---- Port: 5060----\n----Remote Host:10.0.10.1---- Port: 5060----\nSIP/2.0 100 Trying\r\nFrom: <sip:[email protected]>;tag=2546\r\nTo: <sip:[email protected]>\r\nCall-Id: [email protected]\r\nCseq: 1 REGISTER\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1951Svdz2S5wbniyLRnkVvEOfw\r\nVia: SIP/2.0/UDP 10.0.10.1:8943;branch=z9hG4bK769c5fc475754654f46a945fa13095e3383533\r\nContent-Length: 0\r\n\r\n--------------------END--------------------" "2011-11-30T15:30:13.818709Z":25270:INCOMING:INFO:icp.pbx.com:SipClientUdp-12:B7508B90:SipXProxy:"Read SIP message:\n----Local Host:10.0.10.1---- Port: 5060----\n----Remote Host:10.0.10.1---- Port: 5060----\nREGISTER sip:10.0.10.1:0 SIP/2.0\r\nRecord-Route: <sip:10.0.10.1:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7EMjU0Ng%60%60%21c35d1ee9f1452cdf5882355b3ae03230>\r\nCall-Id: [email protected]\r\nCseq: 1 REGISTER\r\nFrom: <sip:[email protected]>;tag=2546\r\nTo: <sip:[email protected]>\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1969FNVgd9UrukOWYcaooFn7Vw\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1966pB_W`CtMNp6Zef8F_cHPmQ\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1963OEC_jRGsreAYZix37P7jTQ\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-196078QEHmaJyWda9MSldF3qbw\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-195dOpos0KNbUY0Tl9WWbGWKzw\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-195ayW4LCmbZpJSonhjzDYyTyw\r\nVia: SIP/2.0/UDP 10. 0.10.1;branch=z9hG4bK-XX-1957hhnKUz1eMdQyr`j6ydnk2Q\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1954zJtxe7WEJzwCOS01n6jRww\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1951Svdz2S5wbniyLRnkVvEOfw\r\nVia: SIP/2.0/UDP 10.0.10.1:8943;branch=z9hG4bK769c5fc475754654f46a945fa13095e3383533\r\nMax-Forwards: 12\r\nContact: <sip:[email protected]:8943;transport=udp;x-sipX-nonat>\r\nContent-Length: 0\r\nDate: Wed, 30 Nov 2011 15:30:13 GMT\r\n\r\n====================END====================" "2011-11-30T15:30:13.823674Z":25271:OUTGOING:INFO:icp.pbx.com:SipUserAgent-2:B62FAB90:SipXProxy:"SipUserAgent::sendUdp resend 1 of UDP message\nUDP SIP User Agent sent message:\n----Local Host:10.0.10.1---- Port: 5060----\n----Remote Host:10.0.10.1---- Port: 5060----\nREGISTER sip:10.0.10.1:0 SIP/2.0\r\nRecord-Route: <sip:10.0.10.1:5060;lr;sipXecs-rs=%2Aauth%7E.%2Afrom%7EMjU0Ng%60%60%21c35d1ee9f1452cdf5882355b3ae03230>\r\nCall-Id: [email protected]\r\nCseq: 1 REGISTER\r\nFrom: <sip:[email protected]>;tag=2546\r\nTo: <sip:[email protected]>\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1954zJtxe7WEJzwCOS01n6jRww\r\nVia: SIP/2.0/UDP 10.0.10.1;branch=z9hG4bK-XX-1951Svdz2S5wbniyLRnkVvEOfw\r\nVia: SIP/2.0/UDP 10.0.10.1:8943;branch=z9hG4bK769c5fc475754654f46a945fa13095e3383533\r\nMax-Forwards: 19\r\nContact: <sip:[email protected]:8943;transport=udp;x-sipX-nonat>\r\nContent-Length: 0\r\nDate: Wed, 30 Nov 2011 15:30:13 GMT\r\nX-Sipx-Spiral: true\ r\n\r\n--------------------END--------------------" ? _______________________________________________ sipx-users mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-users/
