Modem Compatibility??? - PBX Info :: Your Free PBX, PABX and Telephone Information Resource
Home | Register |    
 
Forums         |        Articles          |        Blogs         |      Software          |      Portals          |      Resource          |      Wiki      |    White Papers         
 
Go Back   PBX Info :: Your Free PBX, PABX and Telephone Information Resource > PBX SYSTEMS > NEC
   SEARCH  
     
User Name Password      
Save ?
NEC Ask Questions and Find Answers:

Tags: ,


Reply
 
LinkBack Thread Tools Display Modes
Old 08-01-2004, 05:16 PM   #1 (permalink)
NECTECH
Junior Member

Activity Longevity
0/20 15/20
Today Posts
0/0 sssssss21
Location: Brisbane, Australia
Rep Power: 5NECTECH is on a distinguished road
Country:
KX-TVP50 Auto Attendant integration with siemens hicom 300

Hi there all!

I have recently received a new laptop and I am now having difficulty connecting to the older SDS & 110/120 ICS models.

When trying to connect to an ICS via Matworx or Officeworx, the application stalls when trying to search for my modem. It finds it but stalls when trying to resolve it for the configuration wizard?

When I use Telix for the connections, it sees and uses the modem, but after answering, they are not hand shaking to well and because no connection is established, it wont hand over the script?

Is the a known problem with using newer modems with the old PABX's?
NECTECH is offline   sendpm.gif Reply With Quote
Old 08-02-2004, 03:06 AM   #2 (permalink)
Dtu
Moderator

Activity Longevity
6/20 20/20
Today Posts
0/0 ssssss280
Location: Sydney, Australia
Rep Power: 6Dtu is on a distinguished road
Country:
RE:

Hi
I had a similar problem when going from an older laptop with a PCMCIA card modem to a newer laptop with built-in (software modem) doesn't handshake properly after answering. Only happens when connecting to the two older PABX's that I look after not the newer one. I can't speak for the programs that you use, I am using Procomm Plus.
Some of the Network guy's here have also experienced problems connecting to other things using newer laptops with built-in modems dialing in to older equipment.
Dtu is offline   sendpm.gif Reply With Quote
Old 08-02-2004, 03:37 AM   #3 (permalink)
NECTECH
Junior Member

Activity Longevity
0/20 15/20
Today Posts
0/0 sssssss21
Location: Brisbane, Australia
Rep Power: 5NECTECH is on a distinguished road
Country:
If anyone has sorted this problem before, please let me know
NECTECH is offline   sendpm.gif Reply With Quote
Old 08-02-2004, 07:14 PM   #4 (permalink)
Dtu
Moderator

Activity Longevity
6/20 20/20
Today Posts
0/0 ssssss280
Location: Sydney, Australia
Rep Power: 6Dtu is on a distinguished road
Country:
MATWorX IPS 7.0 and Registration

I actually had to go back to using an older PCMCIA card modem and not use the laptops in-built modem.

It is also a problem with some of the newer V.92 external modems the new protocol does not like handshaking with older modems.

I've had to resort to an older 14400 modem on my work desktop to connect to one of our PABX's.
Dtu is offline   sendpm.gif Reply With Quote
Old 08-03-2004, 01:21 AM   #5 (permalink)
pimonsak
Junior Member

Activity Longevity
0/20 15/20
Today Posts
0/0 ssssssss3
Location: phuket thailand
Rep Power: 0pimonsak is on a distinguished road
I think this problem dose not from NEC 2400 SDS
please re check modem configulation about dial out, in case you use extension number to out-going you must use prefix 9,
however, recheck COMMAND trunk rout parameter only DTMF or PLUSE kind of dial

good luck
pimonsak is offline   sendpm.gif Reply With Quote
Old 08-03-2004, 02:37 AM   #6 (permalink)
NECTECH
Junior Member

Activity Longevity
0/20 15/20
Today Posts
0/0 sssssss21
Location: Brisbane, Australia
Rep Power: 5NECTECH is on a distinguished road
Country:
Quote:
Originally Posted by Dtu
I actually had to go back to using an older PCMCIA card modem and not use the laptops in-built modem.

It is also a problem with some of the newer V.92 external modems the new protocol does not like handshaking with older modems.

I've had to resort to an older 14400 modem on my work desktop to connect to one of our PABX's.
Yeah, I must see if I can get hold of an old PCMCIA modem.....

I tried stripping the V92 off the modem back to V34 and made no difference.......
NECTECH is offline   sendpm.gif Reply With Quote
Old 08-09-2004, 07:56 PM   #7 (permalink)
ClassOfService
Guest

Activity Longevity
0/20 0/20
Today Posts
0/0 sssssssss
Programming KXTD1232 thru HyperTerminal

With the newer modems that are v.92 (most chipsets, with the exception of certain USR Winmodems) can disable v.92 and downgrade to v.40 or v.42: (All of these commands are utilized by the AT command set...) You'd have to ensure that your terminal program sends these initialization strings before it dials out)

V.44 Compression - V.44 and V.42 are enabled/disabled with the +DS44= command.
The V.250 spec includes up to 9 numeric values. The first two values control direction and compression negotiation:

+DS44=direction,compression-negotiation where
direction = 0, 1, 2 or 3:
0 = No V.44
1 = V.44 on Transmit Only
2 = V.44 on Receive Only
3 = V.44 in both or any direction

compression negotiation = 0 or 1:
0 = Do not disconnect if V.44 is not negotiated in specified direction
1 = Disconnect if V.44 is not negotiated in specified direction

The additional 7 values, which may not be supported in all client modems, specify capability, maximum codewords, stringsize, and history:

Capability: 0,1, or 2 where 0=Stream method; 1=Packet Method; 2=Multi-packet method
Maximum codewords (tx and rx) = 256 - 65536
Maximum stringsize (tx and rx) = 32 - 255
Maximum history (tx and rx) = 512 - 65536

To examine your modem's setting: AT+DS44?
To list valid values for your modem: AT+DS44=?

Some Lucent/Agere modems use +DCS (not a V.250 command) to control compression:
+DCS= command:
+DCS=#,# where # = 0 or 1. The first # is for V.42, the second for V.44; a value of 0 disables, 1 enables.
To disable V.44 but keep V.42: +DCS=1,0

You can also try to disable the v.92 quick connect feature by doing so:

Quick Connect - The command +PQC=# controls Quick Connect. The values are - 0 to enable Quick Connect (short phase 1 and phase 2 enabled); 1 - enable short phase 1 only; 2 - enable short phase 2 only; 3 - disable short phase 1 and phase 2.



** NOTE
US Robotics V.92 modems: Only the 5699B Winmodem, and the 5660A Softmodem support V.44. USR hardware-controller based models do not support V.44.

** ANOTHER ITEM

I've had better success if I keep the port rate on the COM port on the laptop or PC I'm using at 19200 vs higher baud rates.
  Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
BCM50 Remote Access PD BCM and Norstar 6 03-08-2006 04:30 PM
Modem Port on Meridian Mail -EC madhu Meridian Systems 2 01-27-2005 10:21 AM
CallPilot SMDI Modem Replacement gei_spot Meridian Systems 1 01-30-2004 07:32 PM
Mitel SX200 Modem Config. L352515 Mitel 1 10-30-2003 09:29 PM


All times are GMT -5. The time now is 02:47 AM.

Tags   |   Advertise    |    Media Partners   |    Admin   |   About us   |   Contact Us   |   RSS   

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.0.0
Copyright PBXINFO LLC 2006