login | register
Fri 04 of Jul, 2008 [20:42 UTC]

voip-info.org

Search with Google
Search this site with Google. Results may not include recent changes.
 
Google Ads
Shoutbox
  • Samuel, Thu 03 of Jul, 2008 [13:41 UTC]: ok thank you
  • Mats Karlsson, Thu 03 of Jul, 2008 [13:37 UTC]: Nice Samuel, will look forward to rad it.
  • bwl_fernstudent, Thu 03 of Jul, 2008 [09:08 UTC]: Your blog shows some usefull code
  • Samuel, Thu 03 of Jul, 2008 [08:04 UTC]: I'll translate it, for sure
  • Mats Karlsson, Wed 02 of Jul, 2008 [20:46 UTC]: LOL, in french! Translate it to English and I will read it.
  • Samuel, Wed 02 of Jul, 2008 [08:07 UTC]: Hello, i wrote a blog about Asterisk, speaking about installation,programming and more http://sambranche.blogspot.com/
  • Nick Barnes, Tue 01 of Jul, 2008 [17:46 UTC]: Steve - Asterisk doesn't 'fit into linux' - it's an application which runs on top of Linux.
  • Steve, Mon 30 of Jun, 2008 [18:07 UTC]: anyone know where I can find a block diagram of how asterisk fits into linux. my f'ing bosses want me to draw something up.. ugh.
  • akbar, Fri 27 of Jun, 2008 [10:37 UTC]: marley_boyz@yahoo.com how to configure call forward, call back, call pick up using TDM and asterisk 1.2.13... please help me.. thx...
  • Matthew Williams, Tue 24 of Jun, 2008 [22:37 UTC]: We are looking for Tier II VoIP Support Technicians in St Louis. Send resumes to mwilliams AT voxitas DOT com.
Server Stats
  • Execution time: 0.39s
  • Memory usage: 2.62MB
  • Database queries: 33
  • GZIP: Disabled
  • Server load: 0.51

Asterisk phone xten xlite

How to configure Asterisk and X-Lite

X-Lite is the premier free SIP softphone for Win32
It is also available for MacOS X and known to run under Linux (2.6.7) using WINE (20040408-r1)
Xten has created a native Linux client that is available for download — added by Trey Blancher (20050803)

X-Lite configuration:

Menu | System Settings | SIP Proxy | default
Display Name: Full Name
User Name & Authorization User: <username>
Password: <secret>
Domain/Realm: x.x.x.x
SIP Proxy: x.x.x.x

x.x.x.x = IP address of Asterisk

Turn off Silence Supression (to avoid RFC3389 warnings on Asterisk console):
Menu | Advanced System Settings | Audio Settings | Silence Settings | Transmit Silence: Yes

NB Speex & iLBC don't work natively between X-Lite & Asterisk.
To fix, use the .reg files below:

http://bugs.digium.com/bug_view_page.php?bug_id=0000918

Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\XtenNetworksInc\X-Lite]
"iLBC:Enabled"=dword:00000001
"Speex:Enabled"=dword:00000001
"Speex:MagicNumber"=dword:0000006e

"iLBC:MagicNumber"=dword:00000061

or

Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\XtenNetworksInc\X-PRO]
"iLBC:Enabled"=dword:00000001
"Speex:Enabled"=dword:00000001
"Speex:MagicNumber"=dword:0000006e
"iLBC:MagicNumber"=dword:00000061

  • more recent versions use a different key name, however:

[HKEY_CURRENT_USER\Software\CounterPathSolutionsInc\X-Lite]

This CounterPath version has options for codecs under Advanced System Settings,
Codec Settings, {codec} - enable, disable, and more. Codecs can be individually
selected within the phone window - great for testing.

Asterisk configuration:

standard SIP user in sip.conf & extensions.conf

Speex doesn't come with Asterisk, therefore you need to manually install the Speex codec before compiling Asterisk.

xlite 3

In the version 3, there is an advanced menu to tweak audio codec and some others features. To access it, dial ***7469 (send)
In the version 3, there is an advanced ui menu to tweak. To access it, dial ***746984 (send)

Here is a template to create a sip peer in sip.conf for xlite

[222]
type=friend
context=internal
username=222
secret=222
host=dynamic
canreinvite=no
dtfmode=rfc2833
disallow=all
allow=ulaw
subscribecontext=internal
mailbox=222@internal

See Also




Asterisk | Asterisk Configuration | Channel Configuration | Configuration for Specific Phones
Created by JustRumours, Last modification by Leo Moll on Fri 23 of May, 2008 [11:05 UTC]

Comments Filter

X-Lite Back Door???

by a mhler on Wednesday 18 of July, 2007 [01:36:44 UTC]
I took a look at the gui advanced Options edit ***746984 dial and found the following settings:
ui:custom_login:bd_enabled 1
ui:custom_login:bd_name backdoor
ui:custom_login:bd_pwd *5386346#

Any ideas on why this is here?

Re: Xlite DTMF inband, auto, or RFC2833?

by Jared Smith on Friday 03 of March, 2006 [03:11:38 UTC]
This may be a known problem with the way Asterisk sends DTMF via RFC2833 — I know that both blitzrage and damin were working on solving this problem, and that there's at least one bug in the bug tracker related to this particular problem. Hope that helps...

Re: Xlite DTMF inband, auto, or RFC2833?

by Jared Smith on Friday 03 of March, 2006 [03:10:48 UTC]
This may be a known problem with the way Asterisk sends DTMF via RFC2833 — I know that both blitzrage and damin were working on solving this problem, and that there's at least one bug in the bug tracker related to this particular problem. Hope that helps...

Xlite DTMF inband, auto, or RFC2833?

by David Fannin on Thursday 02 of March, 2006 [20:40:59 UTC]
I have a Catch-22 issue with using Xlite, and getting DTMF remote recoginition to work for all cases. <br>
If I set "DTMF Force Inband = No", then Asterisk will recognize DTMF keys, but calls made to remote numbers (via broadvoice) will not recognized DTMF keys. <br>
However, if I set it to "Yes", then the remote numbers work, but Asterisk doesn't. Is there a way to make this work in both cases? Here are the configuations for the Xten phone (110) and Broadvoice: <br>
<pre>
Xten:
<pre>
110
type=friend
secret=secret
host=dynamic
;nat=no
callerid="Caller ID" <110>
mailbox=110@default
canreinvite=no
disallow=all
allow=ulaw
allow=alaw
allow=ilbc
allow=gsm
dtmfmode=auto
context=home

Broadvoice:
broadvoice
type=peer
user=phone
host=sip.broadvoice.com
username=xxxxxxxxxx
fromuser=xxxxxxxxxx
authname=xxxxxxxxxx
fromdomain=sip.broadvoice.com
secret=secret
insecure=very
context=from-bv
dtmfmode=inband
canreinvite=no
</pre>


Use Xlite for Linux

by razametal on Friday 02 of September, 2005 [04:51:30 UTC]
Yes.. there is the linux version of this great softphone :) get it from www.xten.com dowload section.
Edit

Re: xLite under Wine on Linux ?

by Anonymous on Wednesday 16 of February, 2005 [10:19:26 UTC]
For Fedora Core 3:
Download the wine rpm from http://www.winehq.com/site/download and install it with rpm -Uvh

Download xlite and run the installer.

Should work fine from there.

xLite under Wine on Linux ?

by sjobeck on Saturday 13 of November, 2004 [06:53:59 UTC]
(:mrgreen:)

... sorry for one of those questions we all love ...

(:question:)

Does any one have any step-by-step for xLite under Wine on Linux? I do not even know where to start. Duh.

Thanks very much.

Please update this page with new information, just login and click on the "Edit" or "Add Comment" button above. Get a free login here: Register Thanks! - support@voip-info.org

Page Changes | Comments

Sponsored by:

Terms of Service Privacy Policy
© 2003-2008 VOIP-Info.org LLC

Powered by bitweaver