The proxy will not blindly send the call until it makes sure the INVITE is from someone with the credentials to actually authorize it.
SIP/2.0 407 Proxy Authentication Required Nor will it proceed once it updates the UA (phone user) to assure it is still there an involved in the call, then send the authenticated call to the gateway/provider. It's all very normal and sip'ish. On Tue, Jan 10, 2012 at 6:19 PM, Sergio Torosyan <[email protected]> wrote: > Thank you Todd. > > The calls are OK. If that’s the intended architecture, then I understand J. > I just was afraid that my call creates loops and fills the network. > > > > Thanks, > > Sergio T. > > > > From: [email protected] > [mailto:[email protected]] On Behalf Of Todd Hodgen > Sent: Tuesday, January 10, 2012 3:12 PM > > > To: 'Discussion list for users of sipXecs software' > Subject: Re: [sipx-users] SipXecs sends INVITEs to itself > > > > Correction, the proxy communicates with the bridge on 5090, 5070 is used by > the registrar. Or something similar, but you get the idea I think. > > > > From: [email protected] > [mailto:[email protected]] On Behalf Of Todd Hodgen > Sent: Tuesday, January 10, 2012 2:55 PM > To: 'Discussion list for users of sipXecs software' > Subject: Re: [sipx-users] SipXecs sends INVITEs to itself > > > > IF you look at the architecture, you have several different applications > running in that server – sipxbridge, sipxproxie, sipx media services, > etc. The needs to route the call through it’s proxy, and then it needs to > route it through its sip bridge to be able to get to your ITSP. These > various routing scenarios are reflected in that capture. > > > > Simplified - The phones use 5060 to talk to the proxie. The proxie uses > 5070 to talk to the bridge. The bridge uses 5080 to talk to the ITSP on > incoming, and 5060 on ourgoing. > > > > Is it working okay? Are there issues? > > > > From: [email protected] > [mailto:[email protected]] On Behalf Of Sergio Torosyan > Sent: Tuesday, January 10, 2012 2:48 PM > To: [email protected] > Subject: [sipx-users] SipXecs sends INVITEs to itself > > > > Hello, > > First of all sorry for such a long letter with messages, but I had to… > > > > I have a SipXecs server with a public IP address. I have a SIP Trunk - ITSP > setup also with public IP address. When I call from a registered IP phone to > a PSTN number, the call establishes through the ITSP. But the strange thing > is that the SipXecs resends the INVITEs and other messages to itself before > routing them to the ITSP or IP phone: > > > > 266.444.163.56 – IP phone > > 266.444.162.81 – SIPXecs > > 277.99.88.117 – ITSP > > > > ----Local Host:266.444.163.56---- Port: 5060---- > > ----Remote Host:266.444.162.81---- Port: 5060---- > > INVITE sip:[email protected] > > CSeq: 32814 INVITE > > > > ====================END====================" > > > > ----Local Host:266.444.163.56---- Port: 5060---- > > ----Remote Host:266.444.162.81---- Port: 5060---- > > SIP/2.0 100 Trying > > > > --------------------END--------------------" > > > > ----Local Host:266.444.163.56---- Port: 5060---- > > ----Remote Host:266.444.162.81---- Port: 5060---- > > SIP/2.0 407 Proxy Authentication Requied > > > > --------------------END--------------------" > > > > ----Local Host:266.444.163.56---- Port: 5060---- > > ----Remote Host:266.444.162.81---- Port: 5060---- > > ACK sip:[email protected] > > > > ====================END====================" > > > > ----Local Host:266.444.163.56---- Port: 5060---- > > ----Remote Host:266.444.162.81---- Port: 5060---- > > INVITE sip:[email protected] > > CSeq: 32815 INVITE > > > > ====================END====================" > > > > ----Local Host:266.444.163.56---- Port: 5060---- > > ----Remote Host:266.444.162.81---- Port: 5060---- > > SIP/2.0 100 Trying > > > > --------------------END--------------------" > > > > ----Local Host:266.444.163.56---- Port: -1---- > > ----Remote Host:266.444.163.56---- Port: 5070---- > > INVITE sip:[email protected] > > Cseq: 32815 INVITE > > > > --------------------END--------------------" > > > > ----Local Host:266.444.163.56---- Port: 5060---- > > ----Remote Host:266.444.163.56---- Port: 57206---- > > SIP/2.0 100 Trying > > > > ====================END====================" > > > > ----Local Host:266.444.163.56---- Port: 5060---- > > ----Remote Host:266.444.163.56---- Port: 57206---- > > SIP/2.0 302 Moved Tempoaily > > Cseq: 32815 INVITE > > Contact: <sip:[email protected]:5060> > > > > ====================END====================" > > > > ----Local Host:266.444.163.56---- Port: -1---- > > ----Remote Host:266.444.163.56---- Port: 5070---- > > ACK sip:[email protected] > > > > --------------------END--------------------" > > > > ----Local Host:266.444.163.56---- Port: 5060---- > > ----Remote Host:266.444.163.56---- Port: 5060---- > > INVITE sip:[email protected]:5060 > > Cseq: 32815 INVITE > > > > --------------------END--------------------" > > > > ----Local Host:266.444.163.56---- Port: 5060---- > > ----Remote Host:266.444.163.56---- Port: 5060---- > > INVITE sip:[email protected]:5060 > > Cseq: 32815 INVITE > > > > ====================END====================" > > > > ----Local Host:266.444.163.56---- Port: 5060---- > > ----Remote Host:266.444.163.56---- Port: 5060---- > > SIP/2.0 100 Trying > > > > --------------------END--------------------" > > > > ----Local Host:266.444.163.56---- Port: 5060---- > > ----Remote Host:266.444.163.56---- Port: 5060---- > > SIP/2.0 100 Trying > > > > ====================END====================" > > > > ----Local Host:266.444.163.56---- Port: -1---- > > ----Remote Host:266.444.163.56---- Port: 5090---- > > INVITE sip:[email protected]:5060 > > Cseq: 32815 INVITE > > > > --------------------END--------------------" > > > > ----Local Host:266.444.163.56---- Port: 5060---- > > ----Remote Host:266.444.163.56---- Port: 52437---- > > INVITE sip:[email protected] > > CSeq: 1 INVITE > > > > ====================END====================" > > > > ----Local Host:266.444.163.56---- Port: -1---- > > ----Remote Host:266.444.163.56---- Port: 5080---- > > SIP/2.0 100 Trying > > > > --------------------END--------------------" > > > > ----Local Host:266.444.163.56---- Port: 5060---- > > ----Remote Host:277.99.88.117---- Port: 5060---- > > INVITE sip:[email protected] > > Cseq: 1 INVITE > > > > --------------------END--------------------" > > > > ----Local Host:266.444.163.56---- Port: 5060---- > > ----Remote Host:277.99.88.117---- Port: 5060---- > > SIP/2.0 100 Trying > > CSeq: 1 INVITE > > > > ====================END====================" > > > > ----Local Host:266.444.163.56---- Port: -1---- > > ----Remote Host:266.444.163.56---- Port: 5090---- > > INVITE sip:[email protected]:5060 > > Cseq: 32815 INVITE > > > > --------------------END--------------------" > > > > ----Local Host:266.444.163.56---- Port: 5060---- > > ----Remote Host:266.444.163.56---- Port: 5090---- > > SIP/2.0 100 Trying > > CSeq: 32815 INVITE > > > > ====================END====================" > > > > ----Local Host:266.444.163.56---- Port: 5060---- > > ----Remote Host:277.99.88.117---- Port: 5060---- > > SIP/2.0 183 progress > > CSeq: 1 INVITE > > > > ====================END====================" > > > > ----Local Host:266.444.163.56---- Port: -1---- > > ----Remote Host:266.444.163.56---- Port: 5080---- > > SIP/2.0 183 progress > > Cseq: 1 INVITE > > > > --------------------END--------------------" > > > > ----Local Host:266.444.163.56---- Port: 5060---- > > ----Remote Host:266.444.163.56---- Port: 5090---- > > SIP/2.0 183 Session progress > > CSeq: 32815 INVITE > > > > ====================END====================" > > > > ----Local Host:266.444.163.56---- Port: 5060---- > > ----Remote Host:266.444.163.56---- Port: 5060---- > > SIP/2.0 183 Session progress > > Cseq: 32815 INVITE > > > > --------------------END--------------------" > > > > ----Local Host:266.444.163.56---- Port: 5060---- > > ----Remote Host:266.444.163.56---- Port: 5060---- > > SIP/2.0 183 Session progress > > Cseq: 32815 INVITE > > > > ====================END====================" > > > > ----Local Host:266.444.163.56---- Port: 5060---- > > ----Remote Host:266.444.162.81---- Port: 5060---- > > SIP/2.0 183 Session progress > > Cseq: 32815 INVITE > > > > --------------------END--------------------" > > > > ----Local Host:266.444.163.56---- Port: 5060---- > > ----Remote Host:277.99.88.117---- Port: 5060---- > > SIP/2.0 200 OK > > CSeq: 1 INVITE > > > > ====================END====================" > > > > ----Local Host:266.444.163.56---- Port: -1---- > > ----Remote Host:266.444.163.56---- Port: 5080---- > > SIP/2.0 200 OK > > Cseq: 1 INVITE > > > > --------------------END--------------------" > > > > ----Local Host:266.444.163.56---- Port: 5060---- > > ----Remote Host:266.444.163.56---- Port: 5090---- > > SIP/2.0 200 OK > > CSeq: 32815 INVITE > > > > ====================END====================" > > > > ----Local Host:266.444.163.56---- Port: 5060---- > > ----Remote Host:266.444.163.56---- Port: 5060---- > > SIP/2.0 200 OK > > Cseq: 32815 INVITE > > > > --------------------END--------------------" > > > > ----Local Host:266.444.163.56---- Port: 5060---- > > ----Remote Host:266.444.163.56---- Port: 5060---- > > SIP/2.0 200 OK > > Cseq: 32815 INVITE > > > > ====================END====================" > > > > ----Local Host:266.444.163.56---- Port: 5060---- > > ----Remote Host:266.444.162.81---- Port: 5060---- > > SIP/2.0 200 OK > > Cseq: 32815 INVITE > > > > --------------------END--------------------" > > > > ----Local Host:266.444.163.56---- Port: 5060---- > > ----Remote Host:266.444.162.81---- Port: 5060---- > > ACK sip:[email protected]:5090 SIP/2.0 > > CSeq: 32815 ACK > > > > ====================END====================" > > > > ----Local Host:266.444.163.56---- Port: 5060---- > > ----Remote Host:266.444.163.56---- Port: 5090---- > > ACK sip:[email protected]:5090 SIP/2.0 > > Cseq: 32815 ACK > > > > --------------------END--------------------" > > > > ----Local Host:266.444.163.56---- Port: 5060---- > > ----Remote Host:266.444.163.56---- Port: 52437---- > > ACK sip:[email protected]:5060 > > CSeq: 1 ACK > > > > ====================END====================" > > > > ----Local Host:266.444.163.56---- Port: 5060---- > > ----Remote Host:277.99.88.117---- Port: 5060---- > > ACK sip:[email protected]:5060 > > Cseq: 1 ACK > > > > --------------------END--------------------" > > > > ----Local Host:266.444.163.56---- Port: 5060---- > > ----Remote Host:266.444.162.81---- Port: 5060---- > > BYE sip:[email protected]:5090 SIP/2.0 > > CSeq: 32816 BYE > > > > ====================END====================" > > > > ----Local Host:266.444.163.56---- Port: 5060---- > > ----Remote Host:266.444.163.56---- Port: 5090---- > > BYE sip:[email protected]:5090 SIP/2.0 > > Cseq: 32816 BYE > > > > --------------------END--------------------" > > > > ----Local Host:266.444.163.56---- Port: 5060---- > > ----Remote Host:266.444.163.56---- Port: 5090---- > > SIP/2.0 100 Trying > > CSeq: 32816 BYE > > > > ====================END====================" > > > > ----Local Host:266.444.163.56---- Port: 5060---- > > ----Remote Host:266.444.163.56---- Port: 52437---- > > BYE sip:[email protected]:5060 > > CSeq: 2 BYE > > > > ====================END====================" > > > > ----Local Host:266.444.163.56---- Port: 5060---- > > ----Remote Host:277.99.88.117---- Port: 5060---- > > BYE sip:[email protected]:5060 > > Cseq: 2 BYE > > > > --------------------END--------------------" > > > > ----Local Host:266.444.163.56---- Port: 5060---- > > ----Remote Host:277.99.88.117---- Port: 5060---- > > SIP/2.0 200 OK > > CSeq: 2 BYE > > > > ====================END====================" > > > > ----Local Host:266.444.163.56---- Port: -1---- > > ----Remote Host:266.444.163.56---- Port: 5080---- > > SIP/2.0 200 OK > > > > Is this an intended bevavior, bug or a result of an incorrect setup? > > > > Thanks, > > Sergio T. > > > > > > > > P.S. > > *** You gain strength, courage and confidence by every experience in which > you really stop to look fear in the face. – Eleanor Roosevelt > > *** It does not matter how slowly you go so long as you do not stop. - > Confucius > > > > ________________________________ > > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2012.0.1901 / Virus Database: 2109/4734 - Release Date: 01/10/12 > > > _______________________________________________ > sipx-users mailing list > [email protected] > List Archive: http://list.sipfoundry.org/archive/sipx-users/ -- ====================== Tony Graziano, Manager Telephone: 434.984.8430 sip: [email protected] Fax: 434.465.6833 Email: [email protected] LAN/Telephony/Security and Control Systems Helpdesk: Telephone: 434.984.8426 sip: [email protected] Helpdesk Customers: http://myhelp.myitdepartment.net Blog: http://blog.myitdepartment.net Linked-In Profile: http://www.linkedin.com/pub/tony-graziano/14/4a6/7a4 Ask about our Internet Fax services! _______________________________________________ sipx-users mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-users/
