FYI.....got it working. I was using port 5050 for SIP Proxy as I am also running asterisk on this server...I changed it back to port 5060, shutdown asterisk and it worked...
Looks like the sipXBridge only talks to the SIPXProxy process over port 5060....is that correct? Any way to use other ports on SIPXProxy...its configurable, just doesn't work...the SipXProxy service never comes up - Fails -----Original Message----- From: WORLEY, Dale R (Dale) [mailto:[email protected]] Sent: Monday, August 09, 2010 1:23 PM To: Ujjval Karihaloo; Todd Hodgen; 'Tony Graziano' Cc: 'Michael Scheidell'; [email protected] Subject: RE: [sipx-users] SIP Trunk Setup questions ________________________________________ From: [email protected] [[email protected]] On Behalf Of Ujjval Karihaloo [[email protected]] I am getting following error for the SIP Proxy Service....I am not using DNS SRV for now. * SIP route to SIPXCHANGE_DOMAIN_NAME 'abc.com' is not to my IP address: 1.2.3.4 * See the installation guide on setting the DNS SRV records and domain names _________________________________________ If you are not using SRV records, then there should be an A record that maps the SIP domain name to the IP address of the sipXecs server. That is, such a record must be visible on the sipXecs server itself. To test this, on the server, do dig A abc.com And see that the "answer" section shows an A record containing the IP address. It will look something like this: $ dig a abc.com ; <<>> DiG 9.6.2-P2-RedHat-9.6.2-5.P2.fc12 <<>> a abc.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 5163 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;abc.com. IN A ;; ANSWER SECTION: >>> abc.com. 3600 IN A 1.2.3.4 ;; Query time: 41 msec ;; SERVER: 68.87.71.230#53(68.87.71.230) ;; WHEN: Mon Aug 9 15:25:22 2010 ;; MSG SIZE rcvd: 45 Dale _______________________________________________ sipx-users mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-users/
