Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

need help with Diagloic with Definity on DS1 1

Status
Not open for further replies.
Nov 16, 2003
125
SG
I am setting up a IVR to my definity using DS1 connection,
so far i am getting busy tone and the IVR could not detect the DS1 connection.

Code:
display ds1 1c04
                                DS1 CIRCUIT PACK

            Location: 01C04                           Name: IVR
            Bit Rate: 2.048                    Line Coding: hdb3

      Signaling Mode: CAS

        Interconnect: pbx                 Country Protocol: 1

Interface Companding: alaw                             CRC? n
           Idle Code: 11111111





      Slip Detection? n                 Near-end CSU Type: other

Code:
display station 12000                                           Page   1 of   3
                                     STATION

Extension: 12000                           Lock Messages? n          BCC: 0
     Type: DS1FD                           Security Code:             TN: 1
     Port: 01C0401                       Coverage Path 1:            COR: 1
     Name: IVR 1                         Coverage Path 2:            COS: 1
                                         Hunt-to Station:          Tests? y

STATION OPTIONS
              Loss Group: 4
    Off Premises Station? y
       R Balance Network? n

Code:
list trace station 12000                                               Page   1

                                LIST TRACE

time            data

16:03:29     Calling party station    0288 cid 0x3b
16:03:29     Calling Number & Name 0288 Tan, Simon
16:03:29     dial 12000
16:03:29     busy station    12000 cid 0x3b
16:03:31     idle station    0288 cid 0x3b

 
My idle code is different to yours, I'm in the UK.
TRY 01010100
Country Protocal 10
Slip detection y

Also what type of cable are you using for the connection. It needs to be a ds1 crossover.

lever
 
If I remember correctly I set my up as robbit-bit, but that was another job, and I can't check.
 
Thanks guys,

I am sorry i forgotten to include other infomations.

I am in singapore running E1 local connection.
on the other end is a Dialogic D600jcte1120ew ISDN card running on a windows 2008 x86 server.

I have a green led on the ISDN however it is asking for a R2 Protocol of the pbx. I would assume it is a CAS on the signalling protion.

 
Finally got it fixed.
The setting in the DS1 is working as it is. the problem was with the Dialogic card and application.

Default behaviour for the Dialogic after powered up is - Status Station: "In-Service/Off-Hook"
therefore when you call the station you will get a busy signal. The item the dialogic application was looking for is the R2 protocol file located in the Dialogic installation "pdk_sw_e1_luls_io.cdp"

We load the IVR profile for the dialogic application with the entry
Code:
[Protocol] = pdk_sw_e1_luls_io

and the station status became "In-Service/On-hook"


 
Thanks for taking time to post what you found to fix the problem. It may help others later. [cheers]

When is the last time you helped someone, just because you were able to?

For the best response to a question, read faq690-6594


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top