Skip to main content
Participant
November 1, 2010
Answered

Can't be connected from x-lite.

  • November 1, 2010
  • 1 reply
  • 833 views

Hi, I was trying to connect to FMG using x-lite.
However, a reply of "REGISTER" did not come back from FMG.

It seems that an error had happened as the log message shows.

2010-11-01::19:12:41.149    DEBUG    SIP    4680    getMGAddressToUse::localIp not set, Using MG Address=192.168.0.2
2010-11-01::19:12:41.150    DEBUG    SIP    4680    Registration successful for profile sipPhone
2010-11-01::19:12:41.150    INFO    SIP    4680    transcAuthCompletedEventHandler:failed in constructing Date header : sipPhone
2010-11-01::19:12:41.151    WARNING    SIP    4680    transcAuthCompletedEventHandler:Failed to response to the request

Is there any approach to solve this problem?

Thanks.

- Hiromi

This topic has been closed for replies.
Correct answer

Oh thats great. But i am able to work with XLite 3 at my end.

I followed following steps:

1. In SIP Account of Xlite, i mentioned user name,display name and password as 888 and in domain i mentioned IP address of FMG machine.

wiht these steps i was able to register because default profile in SIP.xml of FMG of sipPhone2 has "*" entry in remoteSipHost which can accept request from any IP address and it worked for me.

1 reply

November 1, 2010

What user name and passwords you have set in XLite SIP account settings.

Please mention same details in SIP.xml present in conf folder of FMG. you can use default profile also for this purpose like SipPhone or sipPhone2 but in remoteSipHost please mention IP address of machine at which Xlite is installed along with SIP port number if different that 5060 at which Xlite is listening.

Also in SIP.xml you will find one TAG <debugSIP>. please set it to true and restart FMG service. After this please share your sip.log file with updated results.

piromixxxAuthor
Participant
November 1, 2010

Hi nmalhotra,

I resolved this problem.

I used xlite4 and set port number 5060.

However, xlite4 did not use 5060...(why not?)

I used Zoiper from it.

Then I did the following setting in remoteSipHost in sip.xml.

<remoteSipHost>192.168.0.*</remoteSipHost>

(use Zoiper client IP Address:192.168.0.4)

After reboot of AMG, connection was possible!

Thanks nmalhotra:)

- Hiromi

Correct answer
November 1, 2010

Oh thats great. But i am able to work with XLite 3 at my end.

I followed following steps:

1. In SIP Account of Xlite, i mentioned user name,display name and password as 888 and in domain i mentioned IP address of FMG machine.

wiht these steps i was able to register because default profile in SIP.xml of FMG of sipPhone2 has "*" entry in remoteSipHost which can accept request from any IP address and it worked for me.