I have been using X-Lite on FWD without any troubles and recently became interested in trying asterisk. I am able to register from X-Lite and dial a number - I've tried dialing some of the sample numbers in the sample extentions.conf file, like 500 and 1234, they appear to dial correctly from X-lite but nothing else happens - no audio is heard. My understanding is that I should hear some sort of message. I already found one problem - on my debian system - /usr/bin/mpg123 was a symbolic link pointing to mpg321. I've corrected that and installed mpg123/unstable and made sure it was the real deal (deleted the symbolic link, etc). I am still not getting any audio. My setup: Debian (from Knoppix - a mix of unstable, testing, stable), no hardware phone cards, one software SIP phone (X-lite). Everything is on a LAN (no firewall involved). Where should I begin to find this problem? I've tried starting asterisk with lots of verbose flags, but I don't see anything suspicious. Peter.
> correctly from X-lite but nothing else happens - no audio is > heard. My understanding is that I should hear some sort ofI am using x-lite with the asterisk demo no problem. All I modified was sip.conf Is the asterisk server and your x-lite client on the same LAN segment? Is all iptables and firewall code turned off on the asterisk server? Gavin Hollinger
On Tue, Sep 02, 2003 at 03:28:11PM -0600, Gavin Hollinger wrote:> > correctly from X-lite but nothing else happens - no audio is > > heard. My understanding is that I should hear some sort of > > I am using x-lite with the asterisk demo no problem. All I modified was > sip.conf > > Is the asterisk server and your x-lite client on the same LAN segment? > > Is all iptables and firewall code turned off on the asterisk server? > > Gavin HollingerWhould you mind sharing the important bits of your X-lite config with me (network, sip settings)? Did you download the generic X-lite or the one for FWD?
> Whould you mind sharing the important bits of your X-lite config with meFirst, let me explain that I have only used x-lite to do a few quick tests. I verified audio in both directions and dtmf to work ok. The following are the settings I changed, with the exception of voicemail.conf and extensions.conf if you want to receive calls and have voice mail work on the sip phone. I have asterisk running at 10.0.0.2 and x-lite phone running at 10.0.0.8 In /etc/asterisk/sip.conf I have the following: ;X-Lite www.xten.com [xlite] callerid="CALLER NAME" <(555) 555-5555> type=friend nat=no secret=password host=dynamic defaultip=10.0.0.8 mailbox=5555555555 canreinvite=no dtmfmode=rfc2833> (network, sip settings)? Did you download the generic X-lite or the one > for FWD?Then in the generic phone config xlite v2.0 for windows: http://brands.xten.net/x-lite/download/X-Lite_Install.exe http://www.xten.com/docs/X-PRO_v2_Manual.pdf click menu button system settings sip proxy [default]: 10.0.0.2 Enabled:yes Display Name: CALLER NAME User Name: xlite Password: password Domain/Realm: 10.0.0.2 SIP Proxy: 10.0.0.2:5060 Send Internal IP: On