login | register
Wed 08 of Oct, 2008 [07:19 UTC]

voip-info.org

History

Asterisk UNISTIM channels

Created by: blu,Last modification on Tue 07 of Oct, 2008 [17:08 UTC]

chan_unistim


This is a channel driver for the UNISTIM (Unified Networks IP Stimulus) protocol. It provides UNISTIM server services that you can use to drive Nortel i2002, i2004, i2007 and i2050 phones.
The following features are supported:
  • Transfer
  • Threeway call
  • Call Forward
  • Message Waiting Indication (MWI)
  • Distinctive ring
  • Call History
  • Send/Receive CallerID
  • Redial
  • (Dynamic) SoftKeys
  • SendText()
  • Music On Hold

Available on all version of Asterisk.

Install :


For Asterisk 1.6:
chan_unistim is included in the official Asterisk source tree

For Asterisk 1.4.22 and higher:
wget http://mlkj.net/UNISTIM/chan_unistim-1.0.0.5e.tar.bz2
tar xvjf chan_unistim-1.0.0.5e.tar.bz2 && cd chan_unistim-1.0.0.5e
make && make install && make config

For Asterisk 1.4.4 to 1.4.21:
wget http://mlkj.net/UNISTIM/chan_unistim-1.0.0.5d.tar.bz2
tar xvjf chan_unistim-1.0.0.5d.tar.bz2 && cd chan_unistim-1.0.0.5d
make && make install && make config

For Asterisk 1.4.0 to 1.4.3 :
wget http://mlkj.net/UNISTIM/chan_unistim-1.0.0.5b.tar.bz2
tar xvjf chan_unistim-1.0.0.5b.tar.bz2 && cd chan_unistim-1.0.0.5b
make && make install && make config

For Asterisk 1.2 :
wget http://www.mlkj.net/UNISTIM/chan_unistim-1.0.0.4c.tar.bz2
tar xvjf chan_unistim-1.0.0.4c.tar.bz2 && cd chan_unistim-1.0.0.4c
make && make install && make config

For Asterisk 1.0 :
wget http://www.mlkj.net/asterisk/chan_unistim-0.9.2.tar.bz2
tar xvjf chan_unistim-0.9.2.tar.bz2 && cd chan_unistim-0.9.2
make && make install && make config

- edit /etc/asterisk/unistim.conf
- (re)start asterisk

Other versions can be found at http://mlkj.net/UNISTIM/


Install procedure for trixbox :

Update your system with yum -y update
Type asterisk -r
You should see something like Connected to Asterisk 1.2.9.1 svn rev XXXXXX currently running on asterisk1 (pid = 31770)
cd /usr/src
Replace XXXXXX with the svn rev number (obtained previously)
svn checkout http://svn.digium.com/svn/asterisk/branches/1.2 asterisk-1.2 --revision XXXXXX
(may take a while)
mv asterisk-1.2 asterisk
cd asterisk
make
ln -s /usr/src/asterisk/include/asterisk/ /usr/include/asterisk
Go to Install chapter for the rest of the procedure.

Trixbox 2.4:

yum install subversion gcc gcc-c++
cd /usr/src
svn checkout http://svn.digium.com/svn/asterisk/branches/1.4 asterisk
cd asterisk
./configure
make
ln -s /usr/src/asterisk/include/asterisk/ /usr/include/asterisk
cd ~
Go to Install chapter for the rest of the procedure.

Alternative for Trixbox 1.2 (also for 2.4):

a. Do 'yum -y update' to update all the packages.
b. Do 'yum -y install asterisk-devel' to install all the necessary asterisk headers
c. Follow the rest of the instructions in the INSTALL section.

How to configure i2004 phones :

- Power on the phone
- Wait for message "Nortel Networks"
- While the "Nortel Networks" splash is showing, quickly press each the four softkeys just below the LCD screen, in sequence from left to right. (you can do it real easily with your four fingers as if on a piano - one-two-three-four). This is known as 'swiping' a phone.
- If you see "Locating server", you weren't fast enough. Power off (or reboot the phone - see below) and try again
- DHCP : 0
- SET IP : a free ip on your network
- NETMSK / DEF GW : netmask and default gateway
- S1 IP : ip of the asterisk server
- S1 PORT : 5000
- S1 ACTION : 1
- S1 RETRY COUNT : 10
- S2 : same as S1

i2002 phones :

These phones have a smaller screen than the i2004. Takao Takahashi wrote a modified version with a better support of i2002.
ftp://ftp.voip-info.jp/asterisk/channels/1.4/chan_unistim-1.0.0.5c-i2002-r1.tar.gz
Follow the same installation procedure described previously.
Original page : http://voip.gapj.net/wiki2/index.php/Nortel_i2002


How to place a call :

The line=> entry in unistim.conf does not add an extension in asterisk by default. If you want to do that, add extension=line in your phone context.
if you have this entry on unistim.conf :
[violet]
device=006038abcdef
line => 102

then use exten => 2100,1,Dial(USTM/102@violet)

You can display a text with :
exten => 555,1,SendText(Sends text to client. Greetings)

Distinctive ring (since version 0.9.4) :

You need to append /r to the dial string.
The first digit must be from 0 to 7 (inclusive). It's the 'melody' selection.
The second digit (optional) must be from 0 to 3 (inclusive). It's the ring volume. 0 still produce a sound.
Select the ring style #1 and the default volume :
exten => 2100,1,Dial(USTM/102@violet/r1)
Select the ring style #4 with a very loud volume :
exten => 2100,1,Dial(USTM/102@violet/r43)

Country code (since version 0.9.4) :

You can use the following codes for country=
us fr au nl uk fi es jp no at nz tw cl se be sg il br hu lt pl za pt ee mx in de ch dk cn
(since version 1.0.0.0) If you want a correct ring, busy and congestion tone, you also need a valid entry in indications.conf and check if res_indications.so is loaded.
language= is also supported but it's only used by Asterisk (for more informations see Asterisk multi-language ). The end user interface of the phone will stay in english.

Bookmarks, Softkeys (since 1.0.0.2)

- Layout :
|--------------------|
|  5            2    |
|  4            1    |
|  3            0    |
- When the second letter of bookmark= is @, then the first character is used for positioning this entry
- If this option is omitted, the bookmark will be added to the next available sofkey
- Also work for linelabel (example : linelabel="5@Line 123")
- You can change a softkey programmatically (since 1.0.0.4) with SendText(@position@icon@label@extension) ex: SendText(@1@55@Stop Forwd@908)

Autoprovisioning (since 1.0.0.2)

This feature must only be used on a trusted network. It's very insecure : all unistim phones will be able to use your asterisk pbx.

autoprovisioning=yes

You must add an entry called [template]. Each new phones will be based on this profile.
You must set a least line=>. This value will be incremented when a new phone is registred.
device= must not be specified. By default, the phone will asks for a number. It will be added into the dialplan. Add extension=line for using the generated line number instead.
Example :
[general]
port=5000
autoprovisioning=yes

[template]
line => 100
bookmark=Support@123 ; Every phone will have a softkey Support

If a first phone have a mac = 006038abcdef, a new device named USTM/100@006038abcdef will be created.
If a second phone have a mac = 006038000000, it will be named USTM/101@006038000000 and so on.

autoprovisioning=tn

In this mode, new phones will ask for a tn, if this number match a tn= entry in a device, this phone will be mapped into.
Example:
[black]
tn=1234
line => 100

If a user enter TN 1234, the phone will be known as USTM/100@black.

History (since 1.0.0.4) :

- Use the two keys located in the middle of the Fixed feature keys row (on the bottom of the phone) to enter call history.
- By default, chan_unistim add any incoming and outgoing calls in files (/var/log/asterisk/unistimHistory). It can be a privacy issue, you can disable this feature by adding callhistory=0. If history files were created, you also need to delete them. callhistory=0 will NOT disable normal asterisk CDR logs.

Forward (since 1.0.0.4) :

- This feature requires chan_local (loaded by default)

Generic asterisk features (since 1.0.0.0)

You can use the following entries in unistim.conf
- Billing : accountcode amaflags
- Call Group : callgroup pickupgroup (untested)
- Music On Hold : musiconhold
- Language : language (see section Coutry Code)
- RTP NAT : nat (control ast_rtp_setnat, default = 0. Obscure behaviour)

Trunking :

It's not possible to connect a Nortel Succession/Meridian/BCM to Asterisk via chan_unistim. Use either E1/T1 trunks, or buy UTPS (UNISTIM Terminal Proxy Server) from Nortel.

Issues :

- As always, NAT can be tricky. If a phone is behind a NAT, you should port forward UDP 5000 (or change [general] port= in unistim.conf) and UDP 10000 (or change [yourphone] rtp_port=)
- Only one phone per public IP (multiple phones behind the same NAT don't work). Setup a VPN if you want to do that.
- If asterisk is behind a NAT, you must set [general] bindaddr= (0.9.2) or public_ip (0.9.4) with your public IP. If you don't do that or the bindaddr is invalid (or no longer valid, eg dynamic IP), phones should be able to display messages but will be
unable to send/receive RTP packets (no sound)
- Don't forget : this work is based entirely on a reverse engineering, so you may encounter compatibility issues. At this time, I know three ways to establish a RTP session. You can modify [yourphone] rtp_method= with 0, 1 , 2 or 3. 0 is the default method, should work. 1 can be used on new firmware (black i2004) and 2 on old violet i2004. 3 can be used on black i2004 with chrome.
- If you have difficulties, try unistim debug and set verbose 3 on the asterisk CLI. For extra debug, uncomment #define DUMP_PACKET 1 and recompile chan_unistim.
- In unistim.conf, don't add new configuration directive after line=> , except bookmark. It will be ignored.


Diagnostics mode on Nortel IP sets


All diagnostic functions begin with the 'lead sequence':

  • mute key
  • up arrow button
  • down arrow button
  • up arrow button
  • down arrow button
  • up arrow button
  • mute key

Followed immediately by one of the following sequences:

  • 0 key - Display Firmware hard version
  • 1 key - RAM check
  • 2 key - DTIC check
  • 3 key - EEPROM check
  • 4 key - Xmt, Rcv, Attenuation levels
  • 5 key - TCM loop back test, between i2004 and CE equipment
  • 6 key - unassigned
  • 7 key - Display Firmware hard version
  • 8 key - TCM BERT test
  • 9 Release key - Reset set/power cycle
  • * 2 key - RUDP on/off check. If RUDP is off, power cycle the set (9 Release).
  • * 0 key - Display Firmware soft version


How to configure i2050 software phone

- The i2050 can be provisioned in unistim.conf just like a regular i2004.
- The trick is the MAC address, the i2050 generates it's own MAC address instead of using the PC's MAC address.
- To get the i2050 MAC address
  • Just try to register the phone with asterisk, it'll fail and the phone's 'LCD' display will show it's MAC.
  • Got to 'Nortel Networks > i2050 Software Phone> Diagnostics'. Scroll down to 'System Data (All Users)', see the row 'Hardware ID:' The MAC address is the middle block of 12 hex digits separate by dashes. Ignore the two 4 hex digit block before and after the 12 digit block.
- i2050 settings
  • 'Communication server': set your server IP manually and set the port to 5000 (which corresponds to SL-100 in the drop down list).
  • 'Server type' doesn't make any difference.
- Issues
  • The phone works OK, but the soft key displays are messed up.
- Version tested Release 1.3 Version 1.0


chan_unistim Quick Tutorial

Thought I should share my experience with chan_unstim to help others who are having difficulties.

Install

- Follow the instructions at the top of this page.
- Copy unistim.conf from the chan_unistim-0.9.2 folder to /etc/asterisk

Configuration

- Edit /etc/asterisk/unistim.conf
  • For each phone you want to provision, you need to add 1 section to unistim.conf. You can use the built-in [violet] section as a template.
  • Cut and paste [violet], then edit the name between the brackets. For example to provision a phone called i2004, you should have a new section like this:
 [i2004]  
 device=[MAC Address]
 line => 100

  • Substitute [MAC Address] with the MAC of the phone. On my i2004, it's a small sticker with 6 pairs of hex-digits stuck at the back of the phone. Copy everything excluding the space separating each digit pair. For the i2050 software phone, refer to the i2050 section elsewhere on this page to get the MAC address.
  • Each phone should have a unique line number.
- Edit /etc/asterisk/extensions.conf
  • For the purpose of this tutorial, I'll be using the standard extensions.conf installed by make samples.
  • Locate the [default] section
  • Add a new extension for our i2004, from the previous example, with a line like this:
 exten => 2100,1,Macro(stdexten,2100,USTM/100@i2004)

- (Optional) Server IP address binding issues (should be solved in 0.9.4)
  • I've discovered that chan_unistim WILL NOT load if it doesn't get an IP address other than 127.0.0.1 when doing a reverse lookup of the hostname. A reverse lookup should work if your network has it's own local DNS. You know it failed if you see this on your Asterisk console: 'Unable to get IP address for <hostname>, UNISTIM disabled'.
  • You can get around this problem in 2 ways:
  • Uncomment the bindaddr line in unistim.conf and insert your host IP, OR
  • Edit /etc/hosts
  • Add a line similar to this to your /etc/hosts, replace 192.168.0.1 with your Asterisk server's IP and callmanager with the server's hostname
 192.168.0.1 callmanager
  • Also make sure that the line in /etc/hosts that starts with 127.0.0.1, doesn't include the hostname.
- That's it. Restart asterisk. Power up your phone. In a short while you should see "Device 'i2004' successfuly registered" on your Asterisk console.


Automatically Locate Call Server via DHCP ('full DHCP")

If you're planning to deploy many i2004 phones, you can use this trick and set your phones to "DHCP (Full)" when installing them:
- Prerequisite
  • ISC DHCP daemon (tested with 3.0.1-12)
-Steps
  • Edit /etc/dhcpd.conf
  • Add the following line near the top of the file
option nortel_ipt code 128 = string;
  • Add the following line within the subnet for your phones
option nortel_ipt "Nortel-i2004-A,iii.iii.iii.iii:ppppp,aaa,rrr;iii.iii.iii.iii:ppppp,aaa,rrr."

Note:
iii.iii.iii.iii = IP address of call server
ppppp = Signaling port of call server
aaa = Action, currently must be 1
rrr = Retry count, any value. 10 is fine
The repetition of this whole section is for a second server, and is optional.

Take care to enter all the punctuation marks correctly. There's a colon (:) between the IP and the Port, commas (,) between the other fields, a period (.) at the end, and, to keep DHCP happy, a semi-colon (;) after the closing quote.

For example, to connect to call server at 172.16.1.1:5000, use:
option nortel_ipt "Nortel-i2004-A,172.16.1.1:5000,1,10;172.16.1.1:5000,1,10.";

  • Restart dhcpd
  • Configure phone to use Full DHCP and reboot the phone.

(I presume that "partial DHCP" would allow you to use a locally-picked address for the phone and a hard-coded address for the server, which might be good for a roaming phone, but I have not tried this).

Note: If you're using an older ISC DHCP such as that found on e.g., OpenBSD 4.0, omit the option type line (ending in String) and use this line in the subnet section:
option option-128 "Nortel-i2004-A,172.16.1.1:5000,1,10.";



See also:




Comments

Comments Filter
222

333Re: i2002 NTDU91 Phones

by blu, Wednesday 27 of August, 2008 [23:06:40 UTC]
You should try this for new firmwares :
Search for const static unsigned char packet_recv_mac_addr[] =
{ 0xff, 0xff, 0xff, 0xff, 0x9a, 0x0d, 0x07, 0x31, 0x38 /*MacAddr */  };
and delete 0x31, 0x38, you should get this line after the change :
{ 0xff, 0xff, 0xff, 0xff, 0x9a, 0x0d, 0x07 /*MacAddr */  };

222

333Apple Ipod 80GB Video Classic...$220,Motorola E2 Rokr..$145

by tmza, Friday 25 of July, 2008 [12:56:58 UTC]
We are a new telecommunications company,specialised in the importing and exporting of mobilephones,accessories,games,ipods,laptops and cameras.
 Our delivery is usually within 48/72 working hours to any address and be rest assured that your dealing with us,is %100 secured and guaranteed.
For further details,do reach out to us via.........tmza@consultant.com
Nokia E50.......$120
Nokia E60.......$140
Nokia E61.......$160
Nokia E62.......$175
Nokia E65.......$240
Nokia E70.......$195
Nokia E90 Communicator..$255
Nokia N70.......$146
Nokia N71.......$155
Nokia N72.......$200
Nokia N73.......$210
Nokia N73i......$175
Nokia N75.......$260
Nokia N76.......$210
Nokia N77.......$250
Nokia N80.......$180
Nokia N90.......$200
Nokia N91.......$170
Nokia N92.......$210
Nokia N93.......$225
Nokia N93i......$285
Nokia N95.......$300
Nokia N95 8GB...$200
Nokia N96......$240
Nokia N96 16Gb...$250
Nokia N98.....$300
Nokia N800......$190
Nokia N810......$165
Nokia 770 ......$135
Nokia Aeon.....$140
Nokia 6500 Luna....$180
Nokia 6600......$175
Nokia 5300......$140
Nokia 5500......$120
Nokia 6233 .....$140
Nokia 6125......$110
Nokia 6136......$125
Nokia 6265i.....$105
Nokia 6282.....$120
Nokia 6280......$135
Nokia 6288......$185
Nokia 6708......$195
Nokia 6680......$150
Nokia 6681......$180
Nokia 7380......$150
Nokia 7390......$190
Nokia 9300......$140
Nokia 9500 Communicator....$200
Nokia 3250......$120
Nokia 8800......$210
Nokia 8801......$180
Nokia 8800 Sirocco Edition..$240
Nokia 8800 Arte....$300
Nokia 8800 Sapphire Arte....$260
Motorola Phones:
Motorola A1200....$150
Motorola Rizrz3...$120
Motorola V3x Razr.$110
Motorola E2 Rokr..$145
Motorola A910.....$90
Motorola E1070....$105
Motorola L6 Candybar RAZR...$110
Motorola D&G.....$105
Motorola Q .......$200
Motorola Razr Maxx V6...$180
Motorola E6.......$175
Motorola E770.....$105
Motorola Kazr K1..$175
Motorola M1000....$115
Motorola Razr Maxx V3...$180
Motorola Rizr Z3..$120
Motorola V1050....$110
Motorola V195....$100
Motorola V3 (Gold) Edition....$105
Motorola V3c RAZR for Verizon..$115
Motorola V3x (PINK)..$100
Motorola W220 GSM...$125
Motorola Razr V3i D&G..$180
Motorola Razr V3i.....$120
Motorola Razr V3 Oem..$190
Motorola V3C Razr Pink.$125
Sony Ericsson Phones:
Sony Ericsson P900....$105
Sony Ericsson P900I...$120
Sony Ericsson P910....$135
Sony Ericsson P910i...$170
Sony Ericsson S700i...$110
Sony Ericsson W810i...$185
Sony ericsson w800i...$195
Sony Ericsson W900i...$200
Sony Ericsson K700.....$180
Sony Ericsson K700i....$200
Sony Ericsson K750i...$130
Sony Ericsson K610i...$110
Sony Ericsson K800i...$140
Sony Ericsson M600i...$120
Sony Ericsson P990i...$220
Sony Ericsson W710i...$185
Sony Ericsson W850i...$190
Sony Ericsson W900i...$190
Sony Ericsson W950i...$210
Sony Ericsson Z610i...$185
Sony Ericsson Z710i...$155
Sony-Ericsson Z710i...$105
Sony Ericsson W850i...$195
Sony Ericsson K790....$160
Sony Ericsson W500i...$140
Sony Ericsson W550i...$155
Samsung Phones:
Samsung SGH-i300...$160
Samsung SGH-D900..$135
Samsung SGH-E870..$125
Samsung SGH-BlackJack..$145
Samsung SGH-P300...$180
Samsung SGH-D600...$120
Samsung SGH-D800...$135
Samsung SGH-P920...$185
Samsung SGH-I830...$195
Samsung SGH-Serene SGH-E910...$200
Samsung SGH-S401i..$120
Samsung SGH-D870...$140
Samsung SGH-Z710...$200
Samsung SGH-P900...$205
Samsung SGH-P860...$200
Samsung SGH-706SC..$110
Samsung SGH-D720...$100
Samsung SGH-D840...$120
Samsung SGH-E898...$185
Samsung SGH-I300....$115
Samsung SGH-I320....$170
Samsung SGH-P310...$185
Samsung SGH-P850...$140
Samsung SGH-P920...$200
Samsung SGH-X830 / 838...$190
Samsung SGH-Z510...$110
Dopod Phones:
Dopod 830...$180
Dopod 900...$220
Dopod 577...$130
Dopod 818T..$185
Dopod S300..$105
Dopod D810..$220
Dopod 818 Pro...$195
Dopod 696...$185
Dopod 585...$125
Dopod C720W.$190
Dopod C800..$200
Dopod 838 Pro...$210
Dopod 595...$170
Dopod 696...$135
BLACKBERRY PHONES
Blackberry 850 $100
Blackberry 857 $105
Blackberry 950 $110
Blackberry 957 $115
Blackberry 7280 $125
Blackberry 7290 $120
Blackberry 7510 $115
BlackBerry 7520 $130
Blackberry 7730 $125
Blackberry 7750 $150
Blackberry 7780 $145
Blackberry 5810 $110
Blackberry 8800 $180
Blackberry 8700c $175
Blackberry Pearl $185
and many more.........................
I-MATE PHONES
I-Mate Smartflip...$110
I-Mate Jamin ......$195
I-Mate Jasjar .....$210
I-Mate K-Jam ......$145
I-Mate Sp5 ........$125
I-Mate Sp5m .......$135
I-Mate Sp4m .......$100
I-Mate Jam Black...$115
I-Mate Jam...$120
I-Mate Pda2..$145
I-Mate Pda2k.$135
I-Mate Sp3i..$105
I-Mate Sp3...$115
I-Mate Pocket PC....$110
I-Mate Smartphone2..$100
I-Mate Smartphone...$95
Palm Treo In Store:
Palm Treo 650 Smartphone..$185
Palm Treo 700P....$300
Palm Treo 700W PDA Phone..$100
Palm Treo 700wx...$250
Palm Treo 750.....$220
Palm Treo 750v....$270
Palm T|X Handheld.$140
HP Ipaq HW6945....$310
Garmin iQue 3000 Handheld.$245
HP Ipaq HW6940........$280
HP Ipaq HW6925........$320
Wasp WPA206 Handheld..$550
Pharos Traveler 525E..$190
QTEK
Qtek Qtek 8500 ....... $110
Qtek S200 ....... $120
Qtek 9000 ....... $200
Qtek 8310 ....... $195
Qtek 8300 ....... $125
Qtek 9100 ....... $210
Qtek 8100 ....... $125
Qtek S110 ....... $135
Qtek S100 ....... $148
Qtek 9090 ....... $170
Qtek 8020 ....... $140
Qtek 8010 ....... $118
Qtek 2020i ...... $180
Qtek 2020 ....... $195
Qtek 1010 ....... $100 20GB
and many more.........................
02 Phones
o2 xDA Exec ........ $196
02 XDA Atom ........ $185
02 XDA NEO ........ $175
02 XDA mini S ....... $160
02 XDA II mini ...... $135
02 XDA IIi ......... $110
02 XDA IIs ......... $120
O2 X2i ......... $85
02 X4 ......... $100
02 X3 ......... $98
02 x7 ......... $100
and many more.........................
LG Phones:
LG 8138........$200
LG 8360........$210
LG 8380........$235
LG G262........$145
LG G7200P....$176
LG KG920......$200
LG M6100......$115
LG P7200.......$185
LG U400.........$210
LG U830.........$195
LG U880.........$200
LG U880 Cavalli...$205
LG U890...$200
Eten Phones:
ETen G500.....$200
Eten M500.....$170
ETen Glofiish X500..$190
ETen M700 Glofiish..$200
ETen E-Ten M600.....$200
Ben Q Phones:
BenQ Siemens-EF81..$170
BenQ AL26 .........$150
BenQ-Siemens P51 ..$190
BenQ-Siemens SL91..$195
Siemens SL75 BenQ..$200
Benq Siemens Ef71..$145
BenQ-Siemens S88...$135
Benq Siemens E71...$150
Siemens BenQ SXG75.$130
BenQ-Siemens S81...$110
Benq Siemens Ef91..$195
BenQ-Siemens CL71..$135
BenQ-Siemens P51...$200
Siemens SL75 BenQ..$195
Nextel Phones:
Nextel i880 ........$105
Nextel i870.........$90
Nextel i860.........$95
Nextel i90c.........$50
Nextel i95cl........$66
Nextel i930....$100
Nextel i830....$105
Nextel i920....$95
Nextel i970....$185
Nextel I580....$110
Play station games
Sony Psp Giga......$95
GameBoy Advance.$125
Nintendo DS.....$110
Nintendo Wii....$200
GameCube........$105
Xbox 360........$220
Xbox............$120
Sony Playstation 3(60GB)...$200
Playstation 3...$210
Playstation 2...$200
HTC P5500 (HTC Nike)...$550
HTC P6500 (HTC Sirius)...$540
HTC S730 (HTC Wings)...$530
HTC P4550 (HTC Kaiser)...$520
HTC P3450 (HTC Elf)...$510
HTC Advantage X7501...$500
HTC S420 (HTC Erato)...$480
HTC P6300 (HTC Panda)...$460
HTC S630 (HTC Cavalier 100)..$450
HTC P3400 (HTC Gene)...$440
HTC P3350 (HTC Love)...$430
HTC Advantage X7500 (HTC Athena)...$500
HTC S320 (HTC Monet)...$350
HTC P4350 (HTC Herald 100)...$400
HTC P3300 (HTC Artemis 160)...$320
HTC S620 (HTC Excalibur 100)...$520
HTC P3600 (HTC Trinity 100)...$420
HTC S310 (HTC Oxygen)...$300
HTC MTeoR (HTC Breeze 160)...$380
HTC TyTN P4500 (HTC Hermes 200)...$420
NEW Sidekick Phones In Store:
Pink juicy coutoure Sidekick 3...$150
New D-Wade Sidekick 3 $170
Green Lrg limited edition Sidekick 3...$145
Sidekick II Mister Cartoon...$110
Juicy couture Sidekick 1...$80
1996 Transfer Case: Sidekick 1996, and 1997
automatic...$130
Sidekick Basic Kit...$140
Sidekick II T-Mobile Cell Phone with Color Screen...$90
T-Mobile Sidekick 2 Danger Cell Phone...$100
T-Mobile Sidekick II TMO to Go Prepaid Phone...$108
Mobile Sidekick II.....$95
T-Mobile Sidekick 2 Danger Cell Phone...$110
SIDEKICK 3 for just...$160
Apple Iphone In Store:
Apple iphone 4GB.......$120
Apple iphone 8GB.......$140
Apple Iphone Touch 16GB....$250
Apple Ipod In Store:
Apple 30 GB iPod Photo M9829LL/A....$100
Apple 4 GB iPod Mini Blue M9436LL/A..$90
Apple 20GB iPod Nano ......$100
Apple 2 GB iPod Nano.......$90
Apple 4 GB iPod Nano.......$110
Apple 30 GB iPod Video.....$120
Apple 60 GB iPod Video.....$180
Apple Ipod Touch New Generation....$200
Apple Ipod 160GB Video Classic...$240
Apple Ipod 80GB Video Classic...$220
TomTom GO 910 Portable GPS Navigation.......$200USD
TomTom GO 710 Portable GPS Navigation......$180USD
Canon XL1 Digital Camcorder Kit..............$600
Canon EOS 1D Mark II N 8.2MP Digital SLR Camera....$850
Canon Camera Kit 1234B002............$350
Canon XL2 3CCD MiniDV Camcorder w/20x Optical Zoom......$800
CANON EOS-1D Mark II-N 8 Megapixel Digital....$900
Canon EOS-5D Digital , 12.8 Megapixels.......$500
Canon XH A1 1.67MP 3CCD Camcorder with 20x Optical Zoom...$850
Canon EOS 30D Digital SLR Camera & Canon....$400
JVC 52-Inch BRAND NEW PLASMA TV .......$600
42 inch LG-42PC3D HDTV Plasma.........$550
42 Inch HD TV Flat Panel Plasma Television..........$450
Sharp AQUOS LC-65D90U 65" 1080p ................$1,100
Sharp AQUOS LC-52D62U 52" 1080p..............$850
Sharp LC37D43U 37-inch AQUOS LCD Flat Panel HDTV ....$500
NEW PIONEER CDJ-1000 MP3 MK3 PLAYER........$450
NEW PIONEER CDJ-800 MP3 MK3 PLAYER .........$320
NEW PIONEER CDJ-800 MP3 MK2 PLAYER .........$280
NEW PIONEER DJM 1000...$700
NEW PIONEER DJM 800.....$600
NEW PIONEER DJM 600....$500
NEW Pioneer DVJ-X1 DVD .....................$700

RETURN POLICY
You may return the item within {30} days of

delivery.Products with Manufacturer Warranty which

exceed 40 days,could be returned directly to the

manufacturer according to their instructions.

For the inquiry or the interest contacts us today in the direction of
the company
e-mail
tmza@consultant.com
mobilemode193@gmail.com
222

333i2002 NTDU91 Phones

by kesau, Thursday 24 of July, 2008 [18:18:05 UTC]
Hi.
We have some newer i2002 phones that do not seem to work with the unistim driver. Model is NTDU91 and firmware is 604DAD.
Questions
1. What version of hardware / firmware was the unistim driver written for?
2. Is there a way to download my firmware and compare the differences and update the code?
3. Has anyone had an i2002 phone working with the unistim driver?
Thanks
Kevin

222

333unistim with asterisk

by mikeafpa, Wednesday 11 of June, 2008 [07:58:44 UTC]
Hi everyboby
I m trying to connect 2 nortel phones in my asterisk PBX, my phonesl are "nortel networks i2004" and all seams correct because I can to call this phone with a SIP phone
but if I want to call my SIP phone with my nortel phone I have no dial !!!
I have just in my asterisk console this message " warning 16279: pbx.c:2483 __ast_pbx_run: Channel 'USTM/105@nortel1005-0' sent into invalid extension 's' in context 'default', but no invalid handler
USTM(105@nortel1005-0) channel already destroyed"
I don 't find the solution thanks for your help
mika
mickmel@free.fr
222

333VPN for VoIP Blocking

by jenniferhan, Wednesday 12 of December, 2007 [05:56:14 UTC]
Somebody use VPN to solve the VoIP Blocking issue. But it seems not a good way to solve the voip blocking issue. Because VPN will take more bandwidth and will take effection on the Voice Quality

Currently I am using the VGCP, a new solution to solve the VoIP Blocking issue. Following is theirs website:
http://www.speed-voip.com/index-36.html

If any of you have interested, you may try to use it to solve your VoIP Blocking problems. Thanks.

Andy
andywong-01@hotmail.com

222

333UNISTIM trunking

by gergely.kis, Thursday 04 of October, 2007 [09:34:05 UTC]
Hello,
<p>
I saw in the documentation that it is not possible to connect Asterisk to a Nortel PBX through UNISTIM. However, we have the problem that we don't have influence on the configuration of the Nortel PBX, yet we would like to use an Asterisk based system. Is it possible to change the chan_unistim implementation to allow connecting Asterisk to the Nortel PBX? Or is this a limitiation of the UNISTIM protocol?
<p>
Thank you,<br>
Gergely

222

333Re: Illegal Instructions - i586

by blu, Sunday 23 of September, 2007 [15:05:15 UTC]
Change the file 'Makefile' :
Replace PROC=$(shell uname -m) by PROC=i586
Replace CFLAGS+=-O6 by CFLAGS+=-O2

222

333Illegal Instructions - i586

by barlow, Sunday 19 of August, 2007 [16:28:01 UTC]
I am an absolute Linux newbie, running a fresh Trixbox 1.23 beta 1 on a i586. I accurately followed the Unistim install procedure for Trixbox as outlined here (and in the README). I succesfully made Unistim.

Asterisk ran fine before making the Unistim module, but will not start afterwards. When running asterisk -vvvvgc I can see that chan_unistim loads fine, but many of the other modules now cause "Illegal instructions (core dumped)" errors. I added no loads for these modules in my /etc/asterisk/modules.conf but will have to apply no load to just about every module just to get Asterisk to start, making it unusable.

My memory (1GB) is ok, so it will have something to do with my i586 I guess, but have no clue where to start. It would be great if someone could point me in the right direction!
Thanks,

Barry

222

333Nortel IP 2002 Handset

by Evoguy6, Friday 10 of August, 2007 [08:09:59 UTC]
Hi there,

I have no idea of how to fix your problem but if you dont mind can I ask you something ? I have a Nortel IP 2002 phone which I would assume is already configured to communicate with a server s1 as well as a fall back server S2.

I was trying to hook it up and it gathers dhcp and then tries to access S1 and then S2.

Is there any means of reseting the phone and re-configuring to my services ?? It would be great if you or someone could help me in this regard.
cheers
evoguy6 @ gmail . com
222

333i2004 black - one way audio

by jc179, Wednesday 01 of August, 2007 [01:52:31 UTC]
Hi All

I have a nortel i2004, and I have tried every RTP mode between 0 and 3. For 1 and 2 I get audio to the phone, but I cannot send audio or dtmf tones. I cannot get it to work. This is my config. Anyone please help!

general
keepalive=120 ; in seconds, default = 120
bindaddr=192.168.205.5

black
device=000ae4765d8a
rtp_port = 10000 ; RTP port used by the phone, default = 10000. RTCP = rtp_port+1
rtp_method=1 ; If you don't have sound, you can try 1 or 2, default = 0
titledefault=Eastern ; default = "TimeZone (your time zone)". 12 characters max
maintext0="jonathans phone2" ; default = "Welcome", 24 characters max
maintext1="JC pbx" ; default = the name of the device, 24 characters max
maintext2="(main page)" ; default = the public IP of the phone, 24 characters max
dateformat=1 ; 0 = month/day, 1 (default) = day/month
timeformat=0 ; 0 = 0:00am ; 1 (default) = 0h00, 2 = 0:00
contrast=8 ; define the contrast of the LCD. From 0 to 15. Default = 8
nat=0 ; control ast_rtp_setnat, default = 0
callerid="JC" <555-234-5678>
context=default ; context, default="default"
mailbox=7104 ; Specify the mailbox number. Used for Message Waiting Indication
linelabel="Support" ; Softkey label for the next line=> entry, 9 char max.
line => 101
bookmark=jonathan@7101 ; Use a softkey to dial 123.
;bookmark=Mailbox@011@54 ; 54 shows a mailbox icon. See #define FAV_ICON_ for other values (32 to 63)
;bookmark=Test@*@USTM/violet ; Display an icon if violet is connected (dynamic), only for unistim device


Thanks