Alcatel PRI QSIG to Asterisk

Post Reply
vieri
Member
Posts: 36
Joined: 25 May 2007 05:16

Alcatel PRI QSIG to Asterisk

Post by vieri »

I have a PRI E1 link between Asterisk 1.4.24 and Alcatel-Lucent OmniPCX Enterprise R9.0.

As EuroISDN it works fine.

However, I need to move to QSIG because of a firmware upgrade on the Alcatel PBX which doesn't support EuroISDN (please don't ask why).

Besides, I've read somewhere that 2 B Channel Transfers "should" work with * 1.4, the latest 1.4 libpri and QSIG.
So this morning I thought I'd try migrating from EuroISDN to QSIG. I kept the exact same settings on both Asterisk and Alcatel since they worked fine over EuroISDN; all I changed was "switchtype=qsig" on * and used a QSIG trunk group on Alcatel.

I tried calling from an Alcatel to an * extension and found that the destination phone rings but after about 4 seconds the call is aborted, whether I pick the phone up or not.

In the following asterisk log, Alcatel extension 3210 tries to call Asterisk extension 4062.

Can anyone please help?

Thanks,
Vieri

Code: Select all

[Mar 19 08:04:21] VERBOSE[11756] logger.c: < Protocol Discriminator: Q.931 (8)  len=39
[Mar 19 08:04:21] VERBOSE[11756] logger.c: < Call Ref: len= 2 (reference 20968/0x51E8) (Originator)
[Mar 19 08:04:21] VERBOSE[11756] logger.c: < Message type: SETUP (5)
[Mar 19 08:04:21] VERBOSE[11756] logger.c: < [a1]
[Mar 19 08:04:21] VERBOSE[11756] logger.c: < Sending Complete (len= 1)
[Mar 19 08:04:21] VERBOSE[11756] logger.c: < [04 03 80 90 a3]
[Mar 19 08:04:21] VERBOSE[11756] logger.c: < Bearer Capability (len= 5) [ Ext: 1  Q.931 Std: 0  Info transfer capability: Speech (0)
[Mar 19 08:04:21] VERBOSE[11756] logger.c: <                              Ext: 1  Trans mode/rate: 64kbps, circuit-mode (16)
[Mar 19 08:04:21] VERBOSE[11756] logger.c: <                                User information layer 1: A-Law (35)
[Mar 19 08:04:21] VERBOSE[11756] logger.c: < [18 03 a9 83 87]
[Mar 19 08:04:21] VERBOSE[11756] logger.c: < Channel ID (len= 5) [ Ext: 1  IntID: Implicit  PRI  Spare: 0  Exclusive  Dchan: 0
[Mar 19 08:04:21] VERBOSE[11756] logger.c: <                        ChanSel: As indicated in following octets
[Mar 19 08:04:21] VERBOSE[11756] logger.c: <                       Ext: 1  Coding: 0  Number Specified  Channel Type: 3
[Mar 19 08:04:21] VERBOSE[11756] logger.c: <                       Ext: 1  Channel: 7 ]
[Mar 19 08:04:21] VERBOSE[11756] logger.c: < [6c 06 00 81 33 32 31 30]
[Mar 19 08:04:21] VERBOSE[11756] logger.c: < Calling Number (len= 8) [ Ext: 0  TON: Unknown Number Type (0)  NPI: Unknown Number Plan (0)
[Mar 19 08:04:21] VERBOSE[11756] logger.c: <                           Presentation: Presentation permitted, user number passed network screening (1)  '3210' ]
[Mar 19 08:04:21] VERBOSE[11756] logger.c: < [70 05 80 34 30 36 32]
[Mar 19 08:04:21] VERBOSE[11756] logger.c: < Called Number (len= 7) [ Ext: 1  TON: Unknown Number Type (0)  NPI: Unknown Number Plan (0)  '4062' ]
[Mar 19 08:04:21] VERBOSE[11756] logger.c: < [7d 02 91 81]
[Mar 19 08:04:21] VERBOSE[11756] logger.c: < IE: High-layer Compatibility (len = 4)
[Mar 19 08:04:21] VERBOSE[11756] logger.c: < [95]
[Mar 19 08:04:21] VERBOSE[11756] logger.c: < Locking Shift (len=01): Requested codeset 5
[Mar 19 08:04:21] VERBOSE[11756] logger.c: < [32 01 81]
[Mar 19 08:04:21] ERROR[11756] chan_dahdi.c: !! < Unknown IE 50 (cs5, len = 3)
[Mar 19 08:04:21] VERBOSE[11756] logger.c: -- Making new call for cr 20968
[Mar 19 08:04:21] VERBOSE[11756] logger.c: -- Processing Q.931 Call Setup
[Mar 19 08:04:21] VERBOSE[11756] logger.c: -- Processing IE 161 (cs0, Sending Complete)
[Mar 19 08:04:21] VERBOSE[11756] logger.c: -- Processing IE 4 (cs0, Bearer Capability)
[Mar 19 08:04:21] VERBOSE[11756] logger.c: -- Processing IE 24 (cs0, Channel Identification)
[Mar 19 08:04:21] VERBOSE[11756] logger.c: -- Processing IE 108 (cs0, Calling Party Number)
[Mar 19 08:04:21] VERBOSE[11756] logger.c: -- Processing IE 112 (cs0, Called Party Number)
[Mar 19 08:04:21] VERBOSE[11756] logger.c: -- Processing IE 125 (cs0, High-layer Compatibility)
[Mar 19 08:04:21] VERBOSE[11756] logger.c: -- Processing IE 50 (cs5, Unknown Information Element)
[Mar 19 08:04:21] VERBOSE[11756] logger.c: !! Unknown IE 50 (cs5, Unknown Information Element)
[Mar 19 08:04:21] VERBOSE[11756] logger.c: q931.c:3545 q931_receive: call 20968 on channel 7 enters state 6 (Call Present)
[Mar 19 08:04:21] VERBOSE[11756] logger.c: q931.c:2810 q931_call_proceeding: call 20968 on channel 7 enters state 9 (Incoming Call Proceeding)
[Mar 19 08:04:21] VERBOSE[11756] logger.c: > Protocol Discriminator: Q.931 (8)  len=11
[Mar 19 08:04:21] VERBOSE[11756] logger.c: > Call Ref: len= 2 (reference 20968/0x51E8) (Terminator)
[Mar 19 08:04:21] VERBOSE[11756] logger.c: > Message type: CALL PROCEEDING (2)
[Mar 19 08:04:21] VERBOSE[11756] logger.c: > [18 04 e9 81 83 87]
[Mar 19 08:04:21] VERBOSE[11756] logger.c: > Channel ID (len= 6) [ Ext: 1  IntID: Explicit  PRI  Spare: 0  Exclusive  Dchan: 0
[Mar 19 08:04:21] VERBOSE[11756] logger.c: >                        ChanSel: As indicated in following octets
[Mar 19 08:04:21] VERBOSE[11756] logger.c: >                       Ext: 1  DS1 Identifier: 1 
[Mar 19 08:04:21] VERBOSE[11756] logger.c: >                       Ext: 1  Coding: 0  Number Specified  Channel Type: 3
[Mar 19 08:04:21] VERBOSE[11756] logger.c: >                       Ext: 1  Channel: 7 ]
[Mar 19 08:04:21] VERBOSE[11756] logger.c:     -- Accepting call from '3210' to '4062' on channel 1/7, span 1
[Mar 19 08:04:21] VERBOSE[12808] logger.c:     -- Executing [4062@from-pstn-deviate-custom:4] Answer("Zap/7-1", "") in new stack
[Mar 19 08:04:21] VERBOSE[12808] logger.c: q931.c:2943 q931_connect: call 20968 on channel 7 enters state 10 (Active)
[Mar 19 08:04:21] VERBOSE[12808] logger.c: > Protocol Discriminator: Q.931 (8)  len=15
[Mar 19 08:04:21] VERBOSE[12808] logger.c: > Call Ref: len= 2 (reference 20968/0x51E8) (Terminator)
[Mar 19 08:04:21] VERBOSE[12808] logger.c: > Message type: CONNECT (7)
[Mar 19 08:04:21] VERBOSE[12808] logger.c: > [18 04 e9 81 83 87]
[Mar 19 08:04:21] VERBOSE[12808] logger.c: > Channel ID (len= 6) [ Ext: 1  IntID: Explicit  PRI  Spare: 0  Exclusive  Dchan: 0
[Mar 19 08:04:21] VERBOSE[12808] logger.c: >                        ChanSel: As indicated in following octets
[Mar 19 08:04:21] VERBOSE[12808] logger.c: >                       Ext: 1  DS1 Identifier: 1 
[Mar 19 08:04:21] VERBOSE[12808] logger.c: >                       Ext: 1  Coding: 0  Number Specified  Channel Type: 3
[Mar 19 08:04:21] VERBOSE[12808] logger.c: >                       Ext: 1  Channel: 7 ]
[Mar 19 08:04:21] VERBOSE[12808] logger.c: > [1e 02 81 82]
[Mar 19 08:04:21] VERBOSE[12808] logger.c: > Progress Indicator (len= 4) [ Ext: 1  Coding: CCITT (ITU) standard (0)  0: 0  Location: Private network serving the local user (1)
[Mar 19 08:04:21] VERBOSE[12808] logger.c: >                               Ext: 1  Progress Description: Called equipment is non-ISDN. (2) ]
[Mar 19 08:04:21] VERBOSE[12808] logger.c:     -- Goto (custom-TOSIP,4062,1)
[Mar 19 08:04:21] VERBOSE[11756] logger.c: < Protocol Discriminator: Q.931 (8)  len=13
[Mar 19 08:04:21] VERBOSE[11756] logger.c: < Call Ref: len= 2 (reference 20968/0x51E8) (Originator)
[Mar 19 08:04:21] VERBOSE[11756] logger.c: < Message type: STATUS (125)
[Mar 19 08:04:21] VERBOSE[11756] logger.c: < [08 03 80 e4 18]
[Mar 19 08:04:21] VERBOSE[11756] logger.c: < Cause (len= 5) [ Ext: 1  Coding: CCITT (ITU) standard (0)  Spare: 0  Location: User (0)
[Mar 19 08:04:21] VERBOSE[11756] logger.c: <                  Ext: 1  Cause: Invalid information element contents (100), class = Protocol Error (e.g. unknown message) (6) ]
[Mar 19 08:04:21] VERBOSE[11756] logger.c: <              Cause data 1: 18 (24)
[Mar 19 08:04:21] VERBOSE[11756] logger.c: < [14 01 01]
[Mar 19 08:04:21] VERBOSE[11756] logger.c: < Call State (len= 3) [ Ext: 0  Coding: CCITT (ITU) standard (0)  Call state: Call Initiated (1)
[Mar 19 08:04:21] VERBOSE[11756] logger.c: -- Processing IE 8 (cs0, Cause)
[Mar 19 08:04:21] VERBOSE[11756] logger.c: -- Processing IE 20 (cs0, Call State)
[Mar 19 08:04:21] VERBOSE[11756] logger.c: < Protocol Discriminator: Q.931 (8)  len=13
[Mar 19 08:04:21] VERBOSE[11756] logger.c: < Call Ref: len= 2 (reference 20968/0x51E8) (Originator)
[Mar 19 08:04:21] VERBOSE[11756] logger.c: < Message type: STATUS (125)
[Mar 19 08:04:21] VERBOSE[11756] logger.c: < [08 03 80 e4 18]
[Mar 19 08:04:21] VERBOSE[11756] logger.c: < Cause (len= 5) [ Ext: 1  Coding: CCITT (ITU) standard (0)  Spare: 0  Location: User (0)
[Mar 19 08:04:21] VERBOSE[11756] logger.c: <                  Ext: 1  Cause: Invalid information element contents (100), class = Protocol Error (e.g. unknown message) (6) ]
[Mar 19 08:04:21] VERBOSE[11756] logger.c: <              Cause data 1: 18 (24)
[Mar 19 08:04:21] VERBOSE[11756] logger.c: < [14 01 01]
[Mar 19 08:04:21] VERBOSE[11756] logger.c: < Call State (len= 3) [ Ext: 0  Coding: CCITT (ITU) standard (0)  Call state: Call Initiated (1)
[Mar 19 08:04:21] VERBOSE[11756] logger.c: -- Processing IE 8 (cs0, Cause)
[Mar 19 08:04:21] VERBOSE[11756] logger.c: -- Processing IE 20 (cs0, Call State)
[Mar 19 08:04:21] VERBOSE[12808] logger.c:     -- Executing [s@macro-dial:7] Dial("Zap/7-1", "SIP/4062||tTwW") in new stack
[Mar 19 08:04:21] VERBOSE[12808] logger.c:     -- Called 4062
[Mar 19 08:04:21] VERBOSE[12808] logger.c:     -- SIP/4062-b4143ed0 is ringing
[Mar 19 08:04:23] VERBOSE[12808] logger.c:     -- SIP/4062-b4143ed0 answered Zap/7-1
[Mar 19 08:04:25] VERBOSE[11756] logger.c: < Protocol Discriminator: Q.931 (8)  len=12
[Mar 19 08:04:25] VERBOSE[11756] logger.c: < Call Ref: len= 2 (reference 20968/0x51E8) (Originator)
[Mar 19 08:04:25] VERBOSE[11756] logger.c: < Message type: RELEASE COMPLETE (90)
[Mar 19 08:04:25] VERBOSE[11756] logger.c: < [08 05 80 e6 33 30 33]
[Mar 19 08:04:25] VERBOSE[11756] logger.c: < Cause (len= 7) [ Ext: 1  Coding: CCITT (ITU) standard (0)  Spare: 0  Location: User (0)
[Mar 19 08:04:25] VERBOSE[11756] logger.c: <                  Ext: 1  Cause: Recover on timer expiry (102), class = Protocol Error (e.g. unknown message) (6) ]
[Mar 19 08:04:25] VERBOSE[11756] logger.c: <              Cause data:[Mar 19 08:04:25] VERBOSE[11756] logger.c:  33[Mar 19 08:04:25] VERBOSE[11756] logger.c:  30[Mar 19 08:04:25] VERBOSE[11756] logger.c:  33[Mar 19 08:04:25] VERBOSE[11756] logger.c:  (Timer T[Mar 19 08:04:25] VERBOSE[11756] logger.c: 3[Mar 19 08:04:25] VERBOSE[11756] logger.c: 0[Mar 19 08:04:25] VERBOSE[11756] logger.c: 3[Mar 19 08:04:25] VERBOSE[11756] logger.c: )
[Mar 19 08:04:25] VERBOSE[11756] logger.c: -- Processing IE 8 (cs0, Cause)
[Mar 19 08:04:25] VERBOSE[11756] logger.c: q931.c:3760 q931_receive: call 20968 on channel 7 enters state 0 (Null)
[Mar 19 08:04:25] VERBOSE[11756] logger.c:     -- Channel 1/7, span 1 got hangup, cause 102
[Mar 19 08:04:25] VERBOSE[12808] logger.c:     -- Executing [h@macro-dial:1] Macro("Zap/7-1", "hangupcall") in new stack
[Mar 19 08:04:25] VERBOSE[12808] logger.c:     -- Executing [s@macro-hangupcall:11] Hangup("Zap/7-1", "") in new stack
[Mar 19 08:04:25] DEBUG[12808] chan_dahdi.c: Set option AUDIO MODE, value: ON(1) on Zap/7-1
[Mar 19 08:04:25] DEBUG[12808] chan_dahdi.c: Already hungup...  Calling hangup once, and clearing call
[Mar 19 08:04:25] VERBOSE[12808] logger.c: NEW_HANGUP DEBUG: Calling q931_hangup, ourstate Null, peerstate Null
[Mar 19 08:04:25] VERBOSE[12808] logger.c: NEW_HANGUP DEBUG: Destroying the call, ourstate Null, peerstate Null
[Mar 19 08:04:25] DEBUG[12808] chan_dahdi.c: Set option AUDIO MODE, value: OFF(0) on Zap/7-1
[Mar 19 08:04:25] VERBOSE[12808] logger.c:     -- Hungup 'Zap/7-1'
The Alcatel trunk to Asterisk is:

Code: Select all

┌─Review/Modify: Trunk Groups──────────────────────────────────────────────────┐
│                                                                              │
│             Node Number (reserved) : 1                                       │
│                     Trunk Group ID : 5                                       │
│                                                                              │
│                   Trunk Group Type + T2                                      │
│                   Trunk Group Name : ----------                              │
│             UTF-8 Trunk Group Name : --------------------------------------- │
│             Number Compatible With : -1                                      │
│                     Remote Network : 15                                      │
│                 Shared Trunk Group + False                                   │
│                   Special Services + Nothing                                 │
│                        Node number : 1                                       │
│               Transcom Trunk Group + False                                   │
│           Auto.reserv.by Attendant + False                                   │
│           Overflow trunk group No. : -1                                      │
│                    Tone on seizure + False                                   │
│                Private Trunk Group + True                                    │
│                Q931 Signal variant + QSIG                                    │
│                 SS7 Signal variant + No variant                              │
│           Number Of Digits To Send : 0                                       │
│             Channel selection type + Quantified                              │
│ Auto.DTMF dialing on outgoing call + NO                                      │
│              T2 Specification + None                                         │
│ genous network for direct RTP + NO                                           │
│           Public Network COS  : 0                                            │
│               DID transcoding + False                                        │
│      Can support UUS in SETUP + True                                         │
│                                                                              │
│                         Implicit Priority                                    │
│                                                                              │
│               Activation mode : 0                                            │
│                Priority Level : 0                                            │
│                                                                              │
│                     Preempter + NO                                           │
│ ncoming calls Restriction COS : 10                                           │
│ utgoing calls Restriction COS : 10                                           │
│        Callee number mpt1343  + NO                                           │
│               Overlap dialing + YES                                          │
│        Call diversion in ISDN + YES                                          │
│                                                                              │
└──────────────────────────────────────────────────────────────────────────────┘
root
Member
Posts: 133
Joined: 01 Sep 2007 18:23
Location: EU

Re: Alcatel PRI QSIG to Asterisk

Post by root »

You should post an Alcatel trace in this forum if you are interested in an answer.
Your traces display several times "q931" which is ISDN not qsig are sure that you
have changed it on both sides?

4 sec looks like T310 in the trunk category which means that we release the call
if we get no connect ack 4 sec after the connect, but only increase of the timer
would not solve your problem finaly. Your trace show that an IE is not understud
send us an "t3" trace from the OXE and we will see
wuchihhung
Member
Posts: 7
Joined: 10 Jul 2007 22:18

Re: Alcatel PRI QSIG to Asterisk

Post by wuchihhung »

this is two site use alcatel oxe R9.0 Q.sig GF 2BCT function succes T3 trace log

ext 181 (node1) call 7001 (node2) answer,then transfer back 180 (node1) and hangup,two site E1 link channel go back
all free.


______________________________________________________________________________
| (006767:000002) Concatenated-Physical-Event :
| long: 99 desti: 0 source: 0 cryst: 0 cpl: 9 us: 0 term: 0 type a5
| tei: 0 >>>> message received : SETUP [05] Call ref : 00 03
| SENDING COMPLETE
|______________________________________________________________________________
|
| IE:[04] BEARER_CAPABILITY (l=3) 80 90 a3
| IE:[18] CHANNEL (l=3) a1 83 84 -> T2 : B channel 4 preferred
| IE:[1c] FACILITY (l=42)
| [9f] Discriminator of supplementary service applications
| [aa] NFE (l=6):
| [80] Source Entity (l=1) End_PTNX
| [82] Destination Entity (l=1) End_PTNX
| [8b] Interpretation APDU (l=1): DISCARD (0)
| [a1] INVOKE (l=12):
| Invoke Ident. : 2ee0 (12000)
| OP: 0000 (0)
| [80] Context specific (l=3) 31 38 31
| [a1] INVOKE (l=14):
| Invoke Ident. : 2f09 (12041)
| OP: 0029 (41)
| [03] Bit string (l=5) 00 86 00 00 00
| IE:[1e] PROGRESS_ID (l=2) 80 83
| IE:[6c] CALLING_NUMBER (l=5) -> 00 81 Num : 181
| IE:[70] CALLED_NUMBER (l=5) -> 80 Num : 7001
| IE:[7d] HLC (l=2) 91 81
| [95] Locking shift. codeset : 5
| IE:[32] EI_PARTY_CATEGORY (l=1) -> EXTENSION (1)
|______________________________________________________________________________

______________________________________________________________________________
| (006767:000004) 1165: Send_IO1 (link-nbr=9, sapi=0, tei=0) :
| long: 23 desti: 0 source: 15 cryst: 0 cpl: 9 us: 8 term: 0 type a5
| tei: 0 <<<< message sent : CALL PROC (02) Call ref : 80 03
|______________________________________________________________________________
|
| IE:[18] CHANNEL (l=3) a9 83 84 -> T2 : B channel 4 exclusive
|______________________________________________________________________________

______________________________________________________________________________
| (006767:000005) 1165: Send_IO1 (link-nbr=9, sapi=0, tei=0) :
| long: 59 desti: 0 source: 15 cryst: 0 cpl: 9 us: 8 term: 0 type a5
| tei: 0 <<<< message sent : ALERT (01) Call ref : 80 03
|______________________________________________________________________________
|
| IE:[1c] FACILITY (l=27)
| [9f] Discriminator of supplementary service applications
| [aa] NFE (l=6):
| [80] Source Entity (l=1) End_PTNX
| [82] Destination Entity (l=1) End_PTNX
| [8b] Interpretation APDU (l=1): DISCARD (0)
| [a1] INVOKE (l=13):
| Invoke Ident. : 2ee1 (12001)
| OP: 0001 (1)
| [80] Context specific (l=4) 37 30 30 31
| IE:[1e] PROGRESS_ID (l=2) 80 88
| IE:[1e] PROGRESS_ID (l=2) 80 82
| [95] Locking shift. codeset : 5
| IE:[32] EI_PARTY_CATEGORY (l=1) -> EXTENSION (1)
|______________________________________________________________________________

______________________________________________________________________________
| (006817:000007) 1165: Send_IO1 (link-nbr=9, sapi=0, tei=0) :
| long: 63 desti: 0 source: 15 cryst: 0 cpl: 9 us: 8 term: 0 type a5
| tei: 0 <<<< message sent : CONNECT (07) Call ref : 80 03
|______________________________________________________________________________
|
| IE:[1c] FACILITY (l=27)
| [9f] Discriminator of supplementary service applications
| [aa] NFE (l=6):
| [80] Source Entity (l=1) End_PTNX
| [82] Destination Entity (l=1) End_PTNX
| [8b] Interpretation APDU (l=1): DISCARD (0)
| [a1] INVOKE (l=13):
| Invoke Ident. : 2ee2 (12002)
| OP: 0002 (2)
| [80] Context specific (l=4) 37 30 30 31
| IE:[1e] PROGRESS_ID (l=2) 80 82
| IE:[4c] CONNECTED_NUMBER (l=6) -> 00 81 Num : 7001
| [95] Locking shift. codeset : 5
| IE:[32] EI_PARTY_CATEGORY (l=1) -> EXTENSION (1)
|______________________________________________________________________________

______________________________________________________________________________
| (006818:000009) Concatenated-Physical-Event :
| long: 18 desti: 0 source: 0 cryst: 0 cpl: 9 us: 0 term: 0 type a5
| tei: 0 >>>> message received : CONNECT ACK (0f) Call ref : 00 03
|______________________________________________________________________________

______________________________________________________________________________
| (006861:000010) 1165: Send_IO1 (link-nbr=9, sapi=0, tei=0) :
| long: 21 desti: 0 source: 15 cryst: 0 cpl: 9 us: 8 term: 0 type a5
| tei: 0 <<<< message sent : NOTIFY [6e] Call ref : 80 03
|______________________________________________________________________________
|
| IE:[27] NOTIF_INDI (l=1) f9 : remote hold
|______________________________________________________________________________

______________________________________________________________________________
| (006904:000011) 1165: Send_IO1 (link-nbr=9, sapi=0, tei=0) :
| long: 149 desti: 0 source: 15 cryst: 0 cpl: 9 us: 8 term: 0 type a5
| tei: 0 <<<< message sent : SETUP [05] Call ref : 00 02
| SENDING COMPLETE
|______________________________________________________________________________
|
| IE:[04] BEARER_CAPABILITY (l=3) 80 90 a3
| IE:[18] CHANNEL (l=3) a9 83 83 -> T2 : B channel 3 exclusive
| IE:[1c] FACILITY (l=20)
| [9f] Discriminator of supplementary service applications
| [aa] NFE (l=6):
| [80] Source Entity (l=1) End_PTNX
| [82] Destination Entity (l=1) End_PTNX
| [a1] INVOKE (l=9):
| Invoke Ident. : 2f34 (12084)
| OP: 0054 (84)
| [05] Nul (l=0)
| IE:[1c] FACILITY (l=74)
| [9f] Discriminator of supplementary service applications
| [aa] NFE (l=6):
| [80] Source Entity (l=1) End_PTNX
| [82] Destination Entity (l=1) End_PTNX
| [8b] Interpretation APDU (l=1): DISCARD (0)
| [a1] INVOKE (l=13):
| Invoke Ident. : 2ee0 (12000)
| OP: 0000 (0)
| [80] Context specific (l=4) 37 30 30 31
| [a1] INVOKE (l=29):
| Invoke Ident. : 2f35 (12085)
| OP: 0055 (85)
| [30] Sequence (l=20)
| [82] Context specific (l=9) 2f 7c 7c 00 00 00 00 00 00
| [83] Context specific (l=1) 03
| [84] Context specific (l=1) 00
| [86] Context specific (l=1) 01
| [a1] INVOKE (l=14):
| Invoke Ident. : 2f09 (12041)
| OP: 0029 (41)
| [03] Bit string (l=5) 00 86 00 00 00
| IE:[1e] PROGRESS_ID (l=2) 80 83
| IE:[6c] CALLING_NUMBER (l=6) -> 00 81 Num : 7001
| IE:[70] CALLED_NUMBER (l=4) -> 80 Num : 180
| IE:[7d] HLC (l=2) 91 81
|______________________________________________________________________________

______________________________________________________________________________
| (006906:000014) Concatenated-Physical-Event :
| long: 23 desti: 0 source: 0 cryst: 0 cpl: 9 us: 0 term: 0 type a5
| tei: 0 >>>> message received : CALL PROC (02) Call ref : 80 02
|______________________________________________________________________________
|
| IE:[18] CHANNEL (l=3) a1 83 83 -> T2 : B channel 3 preferred
|______________________________________________________________________________

______________________________________________________________________________
| (006906:000015) Concatenated-Physical-Event :
| long: 102 desti: 0 source: 0 cryst: 0 cpl: 9 us: 0 term: 0 type a5
| tei: 0 >>>> message received : ALERT (01) Call ref : 80 02
|______________________________________________________________________________
|
| IE:[1c] FACILITY (l=42)
| [9f] Discriminator of supplementary service applications
| [aa] NFE (l=6):
| [80] Source Entity (l=1) End_PTNX
| [82] Destination Entity (l=1) End_PTNX
| [a2] RESULT (l=31):
| Invoke Ident. : 2ee7 (12007)
| [30] Sequence (l=25)
| OP : 0054 (84)
| [30] Sequence (l=20)
| [82] Context specific (l=9) 2f 7c 7c 00 00 00 00 00 00
| [83] Context specific (l=1) 03
| [84] Context specific (l=1) 01
| [86] Context specific (l=1) 01
| IE:[1c] FACILITY (l=26)
| [9f] Discriminator of supplementary service applications
| [aa] NFE (l=6):
| [80] Source Entity (l=1) End_PTNX
| [82] Destination Entity (l=1) End_PTNX
| [8b] Interpretation APDU (l=1): DISCARD (0)
| [a1] INVOKE (l=12):
| Invoke Ident. : 2ee1 (12001)
| OP: 0001 (1)
| [80] Context specific (l=3) 31 38 30
| IE:[1e] PROGRESS_ID (l=2) 80 88
| IE:[1e] PROGRESS_ID (l=2) 80 82
| [95] Locking shift. codeset : 5
| IE:[32] EI_PARTY_CATEGORY (l=1) -> EXTENSION (1)
|______________________________________________________________________________

______________________________________________________________________________
| (006977:000017) 1164: Send_IO1 (link-nbr=9, sapi=0, tei=0) :
| long: 40 desti: 0 source: 15 cryst: 0 cpl: 9 us: 8 term: 0 type a5
| tei: 0 <<<< message sent : FACILITY [62] Call ref : 00 02
|______________________________________________________________________________
|
| IE:[1c] FACILITY (l=20)
| [9f] Discriminator of supplementary service applications
| [aa] NFE (l=6):
| [80] Source Entity (l=1) End_PTNX
| [82] Destination Entity (l=1) End_PTNX
| [a1] INVOKE (l=9):
| Invoke Ident. : 2ee7 (12007)
| OP: 0007 (7)
| [05] Nul (l=0)
|______________________________________________________________________________

______________________________________________________________________________
| (006977:000018) Concatenated-Physical-Event :
| long: 50 desti: 0 source: 0 cryst: 0 cpl: 9 us: 0 term: 0 type a5
| tei: 0 >>>> message received : FACILITY [62] Call ref : 80 02
|______________________________________________________________________________
|
| IE:[1c] FACILITY (l=30)
| [9f] Discriminator of supplementary service applications
| [aa] NFE (l=6):
| [80] Source Entity (l=1) End_PTNX
| [82] Destination Entity (l=1) End_PTNX
| [a2] RESULT (l=19):
| Invoke Ident. : 2ee7 (12007)
| [30] Sequence (l=13)
| OP : 0007 (7)
| [30] Sequence (l=8)
| [12] Numeric string (l=1) 31
| [80] Context specific (l=3) 62 62 62
|______________________________________________________________________________

______________________________________________________________________________
| (006977:000019) 1165: Send_IO1 (link-nbr=9, sapi=0, tei=0) :
| long: 48 desti: 0 source: 15 cryst: 0 cpl: 9 us: 8 term: 0 type a5
| tei: 0 <<<< message sent : FACILITY [62] Call ref : 80 03
|______________________________________________________________________________
|
| IE:[1c] FACILITY (l=28)
| [9f] Discriminator of supplementary service applications
| [aa] NFE (l=6):
| [80] Source Entity (l=1) End_PTNX
| [82] Destination Entity (l=1) End_PTNX
| [a1] INVOKE (l=17):
| Invoke Ident. : 2ee9 (12009)
| OP: 0009 (9)
| [30] Sequence (l=8)
| [12] Numeric string (l=1) 31
| [80] Context specific (l=3) 62 62 62
|______________________________________________________________________________

______________________________________________________________________________
| (006978:000020) Concatenated-Physical-Event :
| long: 23 desti: 0 source: 0 cryst: 0 cpl: 9 us: 0 term: 0 type a5
| tei: 0 >>>> message received : DISCONNECT [45] Call ref : 80 02
|______________________________________________________________________________
|
| IE:[08] CAUSE (l=3) 80 90 80 -> [90] NORMAL CALL CLEARING
|______________________________________________________________________________

______________________________________________________________________________
| (006978:000021) 1165: Send_IO1 (link-nbr=9, sapi=0, tei=0) :
| long: 23 desti: 0 source: 15 cryst: 0 cpl: 9 us: 8 term: 0 type a5
| tei: 0 <<<< message sent : RELEASE [4d] Call ref : 00 02
|______________________________________________________________________________
|
| IE:[08] CAUSE (l=3) 80 90 80 -> [90] NORMAL CALL CLEARING
|______________________________________________________________________________

______________________________________________________________________________
| (006979:000022) Concatenated-Physical-Event :
| long: 47 desti: 0 source: 0 cryst: 0 cpl: 9 us: 0 term: 0 type a5
| tei: 0 >>>> message received : DISCONNECT [45] Call ref : 00 03
|______________________________________________________________________________
|
| IE:[08] CAUSE (l=3) 80 90 80 -> [90] NORMAL CALL CLEARING
| IE:[1c] FACILITY (l=22)
| [9f] Discriminator of supplementary service applications
| [aa] NFE (l=6):
| [80] Source Entity (l=1) End_PTNX
| [82] Destination Entity (l=1) End_PTNX
| [a2] RESULT (l=11):
| Invoke Ident. : 2ee9 (12009)
| [30] Sequence (l=5)
| OP : 0009 (9)
| [05] Nul (l=0)
|______________________________________________________________________________

______________________________________________________________________________
| (006979:000023) 1165: Send_IO1 (link-nbr=9, sapi=0, tei=0) :
| long: 23 desti: 0 source: 15 cryst: 0 cpl: 9 us: 8 term: 0 type a5
| tei: 0 <<<< message sent : RELEASE [4d] Call ref : 80 03
|______________________________________________________________________________
|
| IE:[08] CAUSE (l=3) 80 90 80 -> [90] NORMAL CALL CLEARING
|______________________________________________________________________________

______________________________________________________________________________
| (006979:000024) Concatenated-Physical-Event :
| long: 23 desti: 0 source: 0 cryst: 0 cpl: 9 us: 0 term: 0 type a5
| tei: 0 >>>> message received : REL COMP [5a] Call ref : 80 02
|______________________________________________________________________________
|
| IE:[08] CAUSE (l=3) 80 90 80 -> [90] NORMAL CALL CLEARING
|______________________________________________________________________________

______________________________________________________________________________
| (006980:000025) Concatenated-Physical-Event :
| long: 23 desti: 0 source: 0 cryst: 0 cpl: 9 us: 0 term: 0 type a5
| tei: 0 >>>> message received : REL COMP [5a] Call ref : 00 03
|______________________________________________________________________________
|
| IE:[08] CAUSE (l=3) 80 90 80 -> [90] NORMAL CALL CLEARING
|______________________________________________________________________________
wuchihhung
Member
Posts: 7
Joined: 10 Jul 2007 22:18

Re: Alcatel PRI QSIG to Asterisk

Post by wuchihhung »

this is use alcatel OXE R9.0 Q.sig GF and Asterisk Q.sig 2BCT T3 trace log, Function N/G ,Two channel occupy.

ext 180 (alcatel) call 7001 (asterisk sip phone) answer,then transfer back to 181 (alcate) and on-hook.

______________________________________________________________________________
| (640476:000037) 1178: Send_IO1 (link-nbr=1, sapi=0, tei=0) :
| long: 148 desti: 0 source: 15 cryst: 1 cpl: 7 us: 8 term: 0 type a5
| tei: 0 <<<< message sent : SETUP [05] Call ref : 00 19
| SENDING COMPLETE
|______________________________________________________________________________
|
| IE:[04] BEARER_CAPABILITY (l=3) 80 90 a3
| IE:[18] CHANNEL (l=3) a9 83 9b -> T2 : B channel 27 exclusive
| IE:[1c] FACILITY (l=20)
| [9f] Discriminator of supplementary service applications
| [aa] NFE (l=6):
| [80] Source Entity (l=1) End_PTNX
| [82] Destination Entity (l=1) End_PTNX
| [a1] INVOKE (l=9):
| Invoke Ident. : 2f34 (12084)
| OP: 0054 (84)
| [05] Nul (l=0)
| IE:[1c] FACILITY (l=73)
| [9f] Discriminator of supplementary service applications
| [aa] NFE (l=6):
| [80] Source Entity (l=1) End_PTNX
| [82] Destination Entity (l=1) End_PTNX
| [8b] Interpretation APDU (l=1): DISCARD (0)
| [a1] INVOKE (l=12):
| Invoke Ident. : 2ee0 (12000)
| OP: 0000 (0)
| [80] Context specific (l=3) 31 38 30
| [a1] INVOKE (l=29):
| Invoke Ident. : 2f35 (12085)
| OP: 0055 (85)
| [30] Sequence (l=20)
| [82] Context specific (l=9) 2f 7c 7c 00 00 00 00 00 00
| [83] Context specific (l=1) 03
| [84] Context specific (l=1) 00
| [86] Context specific (l=1) 01
| [a1] INVOKE (l=14):
| Invoke Ident. : 2f09 (12041)
| OP: 0029 (41)
| [03] Bit string (l=5) 00 86 00 00 00
| IE:[1e] PROGRESS_ID (l=2) 80 83
| IE:[6c] CALLING_NUMBER (l=5) -> 00 81 Num : 180
| IE:[70] CALLED_NUMBER (l=5) -> 80 Num : 7001
| IE:[7d] HLC (l=2) 91 81
|______________________________________________________________________________

______________________________________________________________________________
| (640477:000040) Concatenated-Physical-Event :
| long: 23 desti: 0 source: 0 cryst: 1 cpl: 7 us: 0 term: 0 type a5
| tei: 0 >>>> message received : CALL PROC (02) Call ref : 80 19
|______________________________________________________________________________
|
| IE:[18] CHANNEL (l=3) a9 83 9b -> T2 : B channel 27 exclusive
|______________________________________________________________________________

______________________________________________________________________________
| (640479:000041) Concatenated-Physical-Event :
| long: 22 desti: 0 source: 0 cryst: 1 cpl: 7 us: 0 term: 0 type a5
| tei: 0 >>>> message received : ALERT (01) Call ref : 80 19
|______________________________________________________________________________
|
| IE:[1e] PROGRESS_ID (l=2) 81 88
|______________________________________________________________________________

______________________________________________________________________________
| (640496:000042) Concatenated-Physical-Event :
| long: 27 desti: 0 source: 0 cryst: 1 cpl: 7 us: 0 term: 0 type a5
| tei: 0 >>>> message received : CONNECT (07) Call ref : 80 19
|______________________________________________________________________________
|
| IE:[18] CHANNEL (l=3) a9 83 9b -> T2 : B channel 27 exclusive
| IE:[1e] PROGRESS_ID (l=2) 81 82
|______________________________________________________________________________

______________________________________________________________________________
| (640496:000043) 1178: Send_IO1 (link-nbr=1, sapi=0, tei=0) :
| long: 18 desti: 0 source: 15 cryst: 1 cpl: 7 us: 8 term: 0 type a5
| tei: 0 <<<< message sent : CONNECT ACK (0f) Call ref : 00 19
|______________________________________________________________________________

______________________________________________________________________________
| (640551:000044) Concatenated-Physical-Event :
| long: 76 desti: 0 source: 0 cryst: 1 cpl: 7 us: 0 term: 0 type a5
| tei: 0 >>>> message received : SETUP [05] Call ref : 00 09
|______________________________________________________________________________
|
| IE:[04] BEARER_CAPABILITY (l=3) 80 90 a3
| IE:[18] CHANNEL (l=3) a1 83 81 -> T2 : B channel 1 preferred
| IE:[1c] FACILITY (l=32)
| [9f] Discriminator of supplementary service applications
| [aa] NFE (l=6):
| [80] Source Entity (l=1) End_PTNX
| [82] Destination Entity (l=1) End_PTNX
| [8b] Interpretation APDU (l=1): DISCARD (0)
| [a1] INVOKE (l=18):
| Invoke Ident. : 0008 (8)
| OP: 0000 (0)
| [80] Context specific (l=10) 77 69 6e 68 6f 2d 37 30 30
| 31
| IE:[6c] CALLING_NUMBER (l=6) -> 00 81 Num : 7001
| IE:[70] CALLED_NUMBER (l=4) -> 80 Num : 181
|______________________________________________________________________________

______________________________________________________________________________
| (640551:000046) 1178: Send_IO1 (link-nbr=1, sapi=0, tei=0) :
| long: 23 desti: 0 source: 15 cryst: 1 cpl: 7 us: 8 term: 0 type a5
| tei: 0 <<<< message sent : CALL PROC (02) Call ref : 80 09
|______________________________________________________________________________
|
| IE:[18] CHANNEL (l=3) a9 83 81 -> T2 : B channel 1 exclusive
|______________________________________________________________________________

______________________________________________________________________________
| (640551:000047) 1178: Send_IO1 (link-nbr=1, sapi=0, tei=0) :
| long: 85 desti: 0 source: 15 cryst: 1 cpl: 7 us: 8 term: 0 type a5
| tei: 0 <<<< message sent : ALERT (01) Call ref : 80 09
|______________________________________________________________________________
|
| IE:[1c] FACILITY (l=57)
| [9f] Discriminator of supplementary service applications
| [aa] NFE (l=6):
| [80] Source Entity (l=1) End_PTNX
| [82] Destination Entity (l=1) End_PTNX
| [8b] Interpretation APDU (l=1): DISCARD (0)
| [a1] INVOKE (l=12):
| Invoke Ident. : 2ee1 (12001)
| OP: 0001 (1)
| [80] Context specific (l=3) 31 38 31
| [a1] INVOKE (l=29):
| Invoke Ident. : 2f35 (12085)
| OP: 0055 (85)
| [30] Sequence (l=20)
| [82] Context specific (l=9) 2f 7c 7c 00 00 00 00 00 00
| [83] Context specific (l=1) 03
| [84] Context specific (l=1) 01
| [86] Context specific (l=1) 01
| IE:[1e] PROGRESS_ID (l=2) 80 88
| IE:[1e] PROGRESS_ID (l=2) 80 82
|______________________________________________________________________________

______________________________________________________________________________
| (640673:000049) 1178: Send_IO1 (link-nbr=1, sapi=0, tei=0) :
| long: 23 desti: 0 source: 15 cryst: 1 cpl: 7 us: 8 term: 0 type a5
| tei: 0 <<<< message sent : DISCONNECT [45] Call ref : 00 19
|______________________________________________________________________________
|
| IE:[08] CAUSE (l=3) 80 90 80 -> [90] NORMAL CALL CLEARING
|______________________________________________________________________________

______________________________________________________________________________
| (640674:000050) Concatenated-Physical-Event :
| long: 22 desti: 0 source: 0 cryst: 1 cpl: 7 us: 0 term: 0 type a5
| tei: 0 >>>> message received : DISCONNECT [45] Call ref : 00 09
|______________________________________________________________________________
|
| IE:[08] CAUSE (l=2) 81 90 -> [90] NORMAL CALL CLEARING
|______________________________________________________________________________

______________________________________________________________________________
| (640674:000051) 1178: Send_IO1 (link-nbr=1, sapi=0, tei=0) :
| long: 23 desti: 0 source: 15 cryst: 1 cpl: 7 us: 8 term: 0 type a5
| tei: 0 <<<< message sent : RELEASE [4d] Call ref : 80 09
|______________________________________________________________________________
|
| IE:[08] CAUSE (l=3) 80 90 80 -> [90] NORMAL CALL CLEARING
|______________________________________________________________________________

______________________________________________________________________________
| (640674:000052) Concatenated-Physical-Event :
| long: 22 desti: 0 source: 0 cryst: 1 cpl: 7 us: 0 term: 0 type a5
| tei: 0 >>>> message received : RELEASE [4d] Call ref : 80 19
|______________________________________________________________________________
|
| IE:[08] CAUSE (l=2) 81 90 -> [90] NORMAL CALL CLEARING
|______________________________________________________________________________

______________________________________________________________________________
| (640674:000053) 1178: Send_IO1 (link-nbr=1, sapi=0, tei=0) :
| long: 23 desti: 0 source: 15 cryst: 1 cpl: 7 us: 8 term: 0 type a5
| tei: 0 <<<< message sent : REL COMP [5a] Call ref : 00 19
|______________________________________________________________________________
|
| IE:[08] CAUSE (l=3) 80 90 80 -> [90] NORMAL CALL CLEARING
|______________________________________________________________________________

______________________________________________________________________________
| (640675:000054) Concatenated-Physical-Event :
| long: 22 desti: 0 source: 0 cryst: 1 cpl: 7 us: 0 term: 0 type a5
| tei: 0 >>>> message received : REL COMP [5a] Call ref : 00 09
|______________________________________________________________________________
|
| IE:[08] CAUSE (l=2) 81 90 -> [90] NORMAL CALL CLEARING
|______________________________________________________________________________




this is asterisk console log:

-- Executing [7001@default:1] Set("DAHDI/13-1", "DIRNAME=180/200911/17") in new stack
-- Executing [7001@default:2] Set("DAHDI/13-1", "FILENAME=180/200911/17/135704-7001") in new stack
-- Executing [7001@default:3] System("DAHDI/13-1", "/bin/mkdir -p /var/spool/asterisk/monitor/180/200911/17") in new stack
-- Accepting call from '180' to '7001' on channel 0/13, span 1
-- Executing [7001@default:4] MixMonitor("DAHDI/13-1", "180/200911/17/135704-7001.gsm,b") in new stack
== Begin MixMonitor Recording DAHDI/13-1
-- Executing [7001@default:5] Macro("DAHDI/13-1", "stdexten,7001") in new stack
-- Executing [s@macro-stdexten:1] Set("DAHDI/13-1", "A=7001") in new stack
-- Executing [s@macro-stdexten:2] Dial("DAHDI/13-1", "SIP/7001,20") in new stack
== Using SIP RTP CoS mark 5
== Using UDPTL CoS mark 5
-- Called 7001
-- SIP/7001-00000003 is ringing
-- SIP/7001-00000003 answered DAHDI/13-1
-- Got SIP response 500 "Server Internal Error" back from 192.168.1.4
-- Started music on hold, class 'default', on DAHDI/13-1
[Nov 17 13:57:12] WARNING[1082]: file.c:650 ast_openstream_full: File /var/lib/asterisk/moh/CHANGES-asterisk-moh-opsound-2 does not exist in any format
[Nov 17 13:57:12] WARNING[1082]: res_musiconhold.c:257 ast_moh_files_next: Unable to open file '/var/lib/asterisk/moh/CHANGES-asterisk-moh-opsound-2': No such file or directory
-- Stopped music on hold on DAHDI/13-1
-- Got SIP response 500 "Server Internal Error" back from 192.168.1.34
-- Got SIP response 500 "Server Internal Error" back from 192.168.1.64
== Using SIP RTP CoS mark 5
== Using UDPTL CoS mark 5
-- Executing [181@default:1] Dial("SIP/7001-00000004", "DAHDI/g1/181") in new stack
-- Requested transfer capability: 0x00 - SPEECH
-- Called g1/181
-- DAHDI/1-1 is proceeding passing it to SIP/7001-00000004
-- DAHDI/1-1 is ringing
== Spawn extension (macro-stdexten, s, 2) exited non-zero on 'SIP/7001-00000004<ZOMBIE>' in macro 'stdexten'
== Spawn extension (default, 7001, 5) exited non-zero on 'SIP/7001-00000004<ZOMBIE>'
== MixMonitor close filestream
-- DAHDI/1-1 answered DAHDI/13-1
-- Native bridging DAHDI/13-1 and DAHDI/1-1
-- Channel 0/1, span 1 got hangup request, cause 16
-- Hungup 'DAHDI/1-1'
== Spawn extension (default, 181, 1) exited non-zero on 'DAHDI/13-1'
-- Hungup 'DAHDI/13-1'
== End MixMonitor Recording DAHDI/13-1
root
Member
Posts: 133
Joined: 01 Sep 2007 18:23
Location: EU

Re: Alcatel PRI QSIG to Asterisk

Post by root »

check the reason for this error messages...

-- Got SIP response 500 "Server Internal Error" back from 192.168.1.4
-- Started music on hold, class 'default', on DAHDI/13-1
[Nov 17 13:57:12] WARNING[1082]: file.c:650 ast_openstream_full: File /var/lib/asterisk/moh/CHANGES-asterisk-moh-opsound-2 does not exist in any format
[Nov 17 13:57:12] WARNING[1082]: res_musiconhold.c:257 ast_moh_files_next: Unable to open file '/var/lib/asterisk/moh/CHANGES-asterisk-moh-opsound-2': No such file or directory
-- Stopped music on hold on DAHDI/13-1
-- Got SIP response 500 "Server Internal Error" back from 192.168.1.34
-- Got SIP response 500 "Server Internal Error" back from 192.168.1.64
umer458
Member
Posts: 8
Joined: 20 Apr 2022 05:21

Re: Alcatel PRI QSIG to Asterisk

Post by umer458 »

having same kind of problem, but in my case every thing works fine except, the third party exchange i have is huawei with Alcatel oxe 4400 as master exchange. everything DID/ DOD and all other prefixes the slave exchange uses, but when it comes to call back request on Qsig trunk with alcatel, the feature is being rejected from slave exchange i.e. Huawei. Need your worthy guidline, in order to solve this problem if there would be any sort of setting in my Oxe side?? will by waiting for your worthy answer. Thanks in advance
User avatar
frank
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 3169
Joined: 06 Jul 2004 00:18
Location: New York
Contact:

Re: Alcatel PRI QSIG to Asterisk

Post by frank »

Try to turn off INFORMATION ELEMENT in the OXE> Maybe the way you configured asterisk, it does not like it.
Code Free Or Die
haroun
Senior Member
Posts: 1355
Joined: 29 Mar 2010 11:09

Re: Alcatel PRI QSIG to Asterisk

Post by haroun »

hi
In a heterogeneous private network, an Alcatel PCX can communicate with a QSIG GFPBX from another manufacturer and have a minimum number of services.
This PBX must support QSIG GF to be able to handle the additional service frame sent bythe Alcatel PCX. It can thus disregard ABC services that it does not support and set up thecall.

Additional services
The QSIG interface of ABC-F networks supports the following additional services:
- Display name,
- Optimized transfer,
- Optimized forwarding,
- Automatic callback on busy set,
- Automatic callback on no answer,
- Call presentation,
- AOC (charge) display,
- Intrusion (barge-in).
These services can be used if the host PBX also offers them.

A QSIG-GF trunk group must be declared exactly as you would an ABC-F trunk group.
Compatibility GF This parameter must be set to Yes when the network is heterogeneous and includes PBXs other than OmniPCXEnterprise
haroun
Senior Member
Posts: 1355
Joined: 29 Mar 2010 11:09

Re: Alcatel PRI QSIG to Asterisk

Post by haroun »

can past a t3 trace log when the callback service a made ?
Post Reply

Return to “Asterisk”