cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
techdir
New Contributor

AdTran 908e SV8100->IPFlex<-FusionPBX

Jump to solution

I have an IPFlex from AT&T which is currently plugged into an NEC SV8100.  That all works, but I'm trying to put an AdTran 908e in so I can phase out the SV8100 and transition over to a FusionPBX system.  I have attached a diagram for visual aid.  The problem is when I put the AdTran in place then I can't make/receive calls outside.

hostname "TA908e"

!

!

clock timezone -6-Central-Time

!

ip subnet-zero

ip classless

ip default-gateway 10.1.0.1

ip routing

ipv6 unicast-routing

!

!

domain-name "bunaisd.net"

name-server 10.0.4.19 10.2.0.11

!

!

event-history on

no logging forwarding

no logging email

!

service password-encryption

!

!

no ip firewall alg msn

no ip firewall alg mszone

no ip firewall alg h323

!

!

no dot11ap access-point-control

!

!

ip crypto ffe

!

!

interface eth 0/1

  no ip address

  shutdown

!

!

interface eth 0/2

  no ip address

  shutdown

!

!

interface gigabit-eth 0/1

  ip address  10.1.0.19  255.255.254.0

  media-gateway ip primary

  no shutdown

!

!

interface t1 0/1

  description IPFlex

  tdm-group 1 timeslots 1-24 speed 64

  no shutdown

!

interface t1 0/2

  description NEC

  tdm-group 1 timeslots 1-24 speed 64

  no shutdown

!

interface t1 0/3

  shutdown

!

interface t1 0/4

  shutdown

!

!

interface pri 1

  description pri 1

  alias PRI-1

  isdn switch-type 5ess

  role user

  isdn name-delivery

  connect t1 0/1 tdm-group 1

  no shutdown

!

interface pri 2

  description pri 2

  alias PRI-2

  isdn switch-type 5ess

  isdn name-delivery

  connect t1 0/2 tdm-group 1

  no shutdown

!

!

interface fxs 0/1

  shutdown

!

interface fxs 0/2

  shutdown

!

interface fxs 0/3

  shutdown

!

interface fxs 0/4

  shutdown

!

interface fxs 0/5

  shutdown

!

interface fxs 0/6

  shutdown

!

interface fxs 0/7

  shutdown

!

interface fxs 0/8

  shutdown

!

!

interface fxo 0/0

  shutdown

!

!

isdn-group 1

  connect pri 1

!

!

isdn-group 2

  connect pri 2

!

!

timing-source t1 0/1

!

!

ip access-list extended FreeSWITCH

  permit ip any  any

  permit tcp any  any

  permit udp any  any

  permit icmp any  any

  permit gre any  any

  permit esp any  any

  permit ahp any  any

!

ip access-list extended IPFlex

  permit ip any  any

  permit tcp any  any

  permit udp any  any

  permit icmp any  any

  permit gre any  any

  permit esp any  any

  permit ahp any  any

!

ip access-list extended NEC

  permit ip any  any

  permit tcp any  any

  permit udp any  any

  permit icmp any  any

  permit gre any  any

  permit esp any  any

  permit ahp any  any

!

!

ip route 0.0.0.0 0.0.0.0 10.1.0.1

!

no tftp server

no tftp server overwrite

http server

http secure-server

no snmp agent

no ip ftp server

no ip scp server

no ip sntp server

!

!

sip

sip udp 5060

no sip tcp

!

!

voice feature-mode network

voice forward-mode network

!

!

voice dial-plan 1 local NXX-NXX-XXXX

voice dial-plan 2 extensions MXXX

voice dial-plan 3 local NXX-XXXX

!

!

voice email-list emergency

  description "Emergency Call"

  sender svcact@bunaisd.net

  address jmccaughey@bunaisd.net

!

!

!

voice codec-list FreeSWITCH

  codec g711ulaw

  codec g711alaw

  codec g729

!

!

voice trunk-list FreeSWITCH

  trunk T03

!

voice trunk-list IPFlex

  trunk T01

!

voice trunk-list NEC

  trunk T02

!

!

voice trunk T01 type isdn

  description "IPFlex"

  resource-selection circular descending

  connect isdn-group 1

  modem-passthrough

  t38

  t38 redundancy high-speed 1

  t38 redundancy low-speed 1

  t38 max-buffer 400

  t38 max-datagram 250

  rtp delay-mode adaptive

!

voice trunk T02 type isdn

  description "NEC"

  resource-selection circular descending

  connect isdn-group 2

  no early-cut-through

  modem-passthrough

  t38

  t38 redundancy high-speed 1

  t38 redundancy low-speed 1

  t38 max-buffer 400

  t38 max-datagram 250

  rtp delay-mode adaptive

!

voice trunk T03 type sip

  description "FreeSWITCH"

  sip-server primary 192.168.101.4

  sip-server secondary 192.168.101.4 udp 5080

  sip-server rollover service-unavailable-or-timeout

  ringback override 180

  ringback override 183

!

!

voice grouped-trunk IPFLEX-GROUP

  description "PRI trunk group connection to IPFlex"

  trunk T01

  accept $ cost 20

  permit list NEC

  permit list FreeSWITCH

  !deny all other trunks

  !deny all other ani

!

!

voice grouped-trunk NEC-GROUP

  description "PRI trunk to NEC"

  trunk T02

  accept 409994XXXX cost 15

  accept $ cost 15

  permit list IPFlex

  permit list FreeSWITCH

  !deny all other trunks

  !deny all other ani

!

!

voice grouped-trunk FREESWITCH-GROUP

  description "SIP trunk to FreeSWITCH"

  trunk T03

  accept 4099944826 cost 10

  accept 4099944890 cost 10

  permit list IPFlex

  permit list NEC

  !deny all other trunks

  !deny all other ani

!

!

ip rtp udp 14000

!

0 Kudos
1 Solution

Accepted Solutions
Anonymous
Not applicable

Re: AdTran 908e SV8100->IPFlex<-FusionPBX

Jump to solution

Your PRI "roles" are already correct in your latest config.  PRI 3 (T1 0/3) is facing the carrier and is correctly configured as "role user."  PRI 4 (T1 0/4) is facing the NEC and is correctly configured as "role network."  I'm happy to help you run this down if you have a secure way for me to gain access to the device - shouldn't take very long.  Otherwise, here's what you can do to run this down quickly...

First, this may simply be an issue with the ISDN signalling type (i.e. 5ess, NI2, etc.)   So, first try changing the ISDN Switch Type to NI2 on PRI 4 (toward the NEC.)  Caller ID can also cause problems on some systems so on your PRI 4 interface disable caller id by typing "no isdn name-delivery."

If that doesn't work, save a copy of your existing config and then delete it all.  This is not an IP or SIP issue as you're simply trying to pass traffic from through the TA900 from one PRI interface to another.  Get rid of all of the "trunk-list" config for the testing.  Get rid of everything except for the PRI interfaces facing the IPFlex and the NEC.  Once we have the calls flowing and working correctly between the IPFlex and NEC through the TA900, then you can add back your trunk-lists, etc, etc.

Do your "debug isdn l2-formatted" and place a call that would come in over the IPFlex and should terminate to the NEC.  Look at the first Setup message that arrives on PRI 3 - Does the Called Party "Ph.#" show 4 digits or 10?  Whatever this shows, this is what the NEC is expecting to receive, so make sure that your PRI 4 interface is set to send the same number of digits.  In that same setup message for PRI 3, you can see the caller id info and determine if IPFlex is sending caller id info and, if so, which isdn caller id type they're using.

If you'd like me to login to your system and assist, reply back here and I'll shoot you an email (assuming that the jmccaughey email address listed in your "voice email-list emergency" config is yours)

View solution in original post

0 Kudos
10 Replies
Anonymous
Not applicable

Re: AdTran 908e SV8100->IPFlex<-FusionPBX

Jump to solution

I think you may have multiple issues going on.  Usually most Voice providers will not allow you send outbound caller id for number belonging to another carrier so all calls going out IP-Flex will need a caller-id override added that match one of the number they have given you, same for other carrier.  AT&T and NEC should never be allowed to talk to each other  so under NEC-GROUP trunk it should only allow Freeswitch list, IPFlex should only allow Freeswitch list, Freeswitch group should have both lists.  Your Freeswitch group should have a cost of 0 on the numbers it accepts which should be the DIDs assigned by IPFlex and NEC deny all others. I would make both carrier groups accept $ with Ipflex cost 0 if you want to use it first and NEC cost 10 to make it second.  Another thing you need to add is the digits transferred on you PRI interface and it needs to match what the carrier is expecting.  Your PRI2 interface should most likely be set to role user as well.  After cleaning up this items to start with we would need some debug info to start troubleshooting more.  The debugs should be the following I would separate a new debug for each call scenario, i.e. IPFlex inbound, NEC inbound, Outbound:

debug isdn l2-formatted

debug voice switchboard

debug sip stack message

John Wable

techdir
New Contributor

Re: AdTran 908e SV8100->IPFlex<-FusionPBX

Jump to solution

I have been playing with it and I have managed to get the AT&T->AdTran908e->FusionPBX working.  I still can't get the calls to go to the NEC system.  Really weird thing is I put a 4 digit number in the accept statement for the Fusion system and it sends the call, but when it gets to the Fusion system it is a 10-digit number.  I currently have the AT&T plugged directly to the NEC system so the phones work, but I do have some debug info from when it was connected through the AdTran.

TA908e#debug isdn verbose

TA908e#debug voice verbose

13:51:28.378 ISDN.L2_FMT PRI  4  ==============================================

13:51:28.378 ISDN.L2_MSG PRI  4  T 02 01 01 01

13:51:28.378 ISDN.L2_FMT PRI  4    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:0   P/F:1

13:51:28.381 ISDN.L2_FMT PRI  4  ==============================================

13:51:28.381 ISDN.L2_MSG PRI  4  R 02 01 01 01

13:51:28.382 ISDN.L2_FMT PRI  4    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:0   P/F:1

TA908e#

13:51:46.361 ISDN.L2_FMT PRI  3  ==============================================

13:51:46.362 ISDN.L2_MSG PRI  3  R 02 01 01 55

13:51:46.362 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:42  P/F:1

13:51:46.362 ISDN.L2_FMT PRI  3  ==============================================

13:51:46.362 ISDN.L2_MSG PRI  3  T 02 01 01 BF

13:51:46.362 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:95  P/F:1

13:51:52.872 ISDN.L2_FMT PRI  3  ==============================================

13:51:52.872 ISDN.L2_MSG PRI  3  R 02 01 BE 54 08 02 1C C5 05 04 03 80 90 A2

13:51:52.872 ISDN.L2_MSG PRI  3    18 03 A9 83 81 28 0B 55 6E 61 76 61 69 6C

13:51:52.872 ISDN.L2_MSG PRI  3    61 62 6C 65 6C 0C 21 81 34 30 39 34 32 30

13:51:52.872 ISDN.L2_MSG PRI  3    32 31 39 37 70 05 80 34 38 36 30

13:51:52.873 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 INFO Ns:95  Nr:42  P:0

13:51:52.873 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:1CC5

13:51:52.873 ISDN.L2_FMT PRI  3    M - 05 SETUP      

13:51:52.873 ISDN.L2_FMT PRI  3     IE - 04 BEARER CAPABILITY   Len=3

13:51:52.873 ISDN.L2_FMT PRI  3          80 Xfer Cap.:SPEECH           

13:51:52.873 ISDN.L2_FMT PRI  3          90 Xfer Rate:64k  

13:51:52.873 ISDN.L2_FMT PRI  3          A2 Layer 1:G.711 U-Law   

13:51:52.873 ISDN.L2_FMT PRI  3     IE - 18 CHANNEL ID          Len=3

13:51:52.874 ISDN.L2_FMT PRI  3          A9 Primary Rate

13:51:52.874 ISDN.L2_FMT PRI  3             Intfc ID:IMPLICIT

13:51:52.874 ISDN.L2_FMT PRI  3             Pref/Excl:EXCLUSIVE

13:51:52.874 ISDN.L2_FMT PRI  3             D-Chan Indicated:NO

13:51:52.874 ISDN.L2_FMT PRI  3             Chan. Sel:FOLLOWS

13:51:52.874 ISDN.L2_FMT PRI  3          83 Numb/Map:NUMBER

13:51:52.874 ISDN.L2_FMT PRI  3          81 Channel:1

13:51:52.874 ISDN.L2_FMT PRI  3     IE - 28 DISPLAY             Len=11

13:51:52.875 ISDN.L2_FMT PRI  3             Unavailable

13:51:52.875 ISDN.L2_FMT PRI  3     IE - 6C CALLING PARTY #     Len=12

13:51:52.875 ISDN.L2_FMT PRI  3          21 Numb. Type:NATIONAL     

13:51:52.875 ISDN.L2_FMT PRI  3             Numb. Plan:E.164         

13:51:52.875 ISDN.L2_FMT PRI  3          81 Presentation:ALLOWED    

13:51:52.875 ISDN.L2_FMT PRI  3             Screening:NTWK SCRN PASS

13:51:52.875 ISDN.L2_FMT PRI  3             Ph.# 1234567890

13:51:52.875 ISDN.L2_FMT PRI  3     IE - 70 CALLED PARTY #      Len=5

13:51:52.876 ISDN.L2_FMT PRI  3          80 Numb. Type:UNKNOWN      

13:51:52.876 ISDN.L2_FMT PRI  3             Numb. Plan:UNKNOWN       

13:51:52.876 ISDN.L2_FMT PRI  3             Ph.# 4860

13:51:52.876 ISDN.CC_MSG PRI  3  CC>>Host: 02 0042 SETUP_IND

13:51:52.876 ISDN.CC_IE  PRI  3     ie: 00 04 0A 80 80 80 90 00 00 00 00 00 82

13:51:52.876 ISDN.CC_IE  PRI  3     ie: 00 18 0B 81 81 80 81 00 00 80 03 00 00 01

13:51:52.877 ISDN.CC_IE  PRI  3     ie: 00 6C 0E 82 81 80 81 34 30 39 34 32 30 32 31 39 37

13:51:52.877 ISDN.CC_IE  PRI  3     ie: 00 70 06 80 80 34 38 36 30

13:51:52.877 ISDN.CC_IE  PRI  3    Qie: 28 0B 55 6E 61 76 61 69 6C 61 62 6C 65

13:51:52.877 ISDN.EP     PRI  3  Incoming call :'4860' from '1234567890'.

13:51:52.877 ISDN.CC_MSG PRI  3  Host>>CC: 00 0042 CALL_PROCEEDING_REQ

13:51:52.877 ISDN.CC_IE  PRI  3     ie: 00 18 0B 81 81 80 81 80 00 80 03 00 00 01

13:51:52.877 ISDN.RES_MGR Reserving an inbound channel.

13:51:52.878 ISDN.RES_MGR Searching for matching ISDN Group.

13:51:52.878 ISDN.GROUP 0 ISDN Group 0: Interface 'pri 3' is not connected.

13:51:52.878 ISDN.GROUP 1 ISDN Group 1: Interface 'pri 3' is not connected.

13:51:52.878 ISDN.GROUP 2 ISDN Group 2: Interface 'pri 3' is not connected.

13:51:52.878 ISDN.GROUP 3 ISDN Group 3  score:1.

13:51:52.878 ISDN.GROUP 4 ISDN Group 4: Interface 'pri 3' is not connected.

13:51:52.879 ISDN.RES_MGR ISDN Group 3 is best match.

13:51:52.879 ISDN.EP     PRI  3  Incoming call to '4860' accepted

13:51:52.879 ISDN.L2_FMT PRI  3  ==============================================

13:51:52.879 ISDN.L2_MSG PRI  3  T 02 01 01 C0

13:51:52.879 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:96  P/F:0

13:51:52.880 ISDN.L2_FMT PRI  3  ==============================================

13:51:52.880 ISDN.L2_MSG PRI  3  T 00 01 54 C0 08 02 9C C5 02 18 03 A9 83 81

13:51:52.880 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:42  Nr:96  P:0

13:51:52.880 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9CC5

13:51:52.880 ISDN.L2_FMT PRI  3    M - 02 CALL_PROC  

13:51:52.880 ISDN.L2_FMT PRI  3     IE - 18 CHANNEL ID          Len=3

13:51:52.880 ISDN.L2_FMT PRI  3          A9 Primary Rate

13:51:52.880 ISDN.L2_FMT PRI  3             Intfc ID:IMPLICIT

13:51:52.881 ISDN.L2_FMT PRI  3             Pref/Excl:EXCLUSIVE

13:51:52.881 ISDN.L2_FMT PRI  3             D-Chan Indicated:NO

13:51:52.881 ISDN.L2_FMT PRI  3             Chan. Sel:FOLLOWS

13:51:52.881 ISDN.L2_FMT PRI  3          83 Numb/Map:NUMBER

13:51:52.881 ISDN.L2_FMT PRI  3          81 Channel:1

13:51:52.881 TM.T01 23 en bloc sending call rec'd

13:51:52.881 TM.T01 23 IsdnTmStateIdle->IsdnTmStateInboundAccept

13:51:52.882 TM.T01 23 IsdnTmStateInboundAccept::enter() send call to acct

13:51:52.882 TA.T01 23 TAIdle               rcvd: inboundCall from TM

13:51:52.882 TA.T01 23 State change      >> TAIdle->TAInboundCall (TAS_Calling)

13:51:52.882 TA.T01 23 Failed - DID translation: no match for 4860, using 4860

13:51:52.883 TA.T01 23 TAIdle               sent: call to SB

13:51:52.883 TM.T01 23 tachg_TAInboundCall do nothing

13:51:52.883 SB.CALL 516 Idle                 Called the call routine with 4860

13:51:52 SB.TGMgr Testing Trunk Access List NEC

13:51:52 SB.TGMgr Testing Trunk Access List FreeSWITCH

13:51:52 SB.TGMgr Trunk lists configured in TrunkGroup IPFLEX-GROUP deny SABR Routing

13:51:52 SB.TGMgr Testing Trunk Access List IPFlex

13:51:52 SB.TGMgr Trunk Access List IPFlex is Permitted

13:51:52 SB.TGMgr Trunk lists configured in TrunkGroup NEC-GROUP permit SABR Routing

13:51:52 SB.TGMgr For dialed number 4860, against template XXXX, on TrunkGroup NEC-GROUP, the score is 985

13:51:52 SB.TGMgr Testing Trunk Access List IPFlex

13:51:52 SB.TGMgr Trunk Access List IPFlex is Permitted

13:51:52 SB.TGMgr Trunk lists configured in TrunkGroup JHINTERCOM-GROUP permit SABR Routing

13:51:52 SB.TGMgr Testing Trunk Access List IPFlex

13:51:52 SB.TGMgr Trunk Access List IPFlex is Permitted

13:51:52 SB.TGMgr Trunk lists configured in TrunkGroup ELINTERCOM-GROUP permit SABR Routing

13:51:52 SB.TGMgr Testing Trunk Access List IPFlex

13:51:52 SB.TGMgr Trunk Access List IPFlex is Permitted

13:51:52 SB.TGMgr Trunk lists configured in TrunkGroup HSINTERCOM-GROUP permit SABR Routing

13:51:52.886 SB.CALL 516 Idle                 No LOCAL station matched dialed number (4860)

13:51:52.886 SB.CCM isMappable:

13:51:52.886 SB.CCM  :  Call Struct 0x0x51d51a10 :   Call-ID = 516

13:51:52.887 SB.CCM  :  Org Acct = T01    Dst Acct = T02

13:51:52.887 SB.CCM  :  Org Port ID = Isdn(Ds1Ds0Trunk) 0/3.1   Dst Port ID = unknown 0/0

13:51:52.887 ISDN.L2_FMT PRI  3  ==============================================

13:51:52.887 ISDN.L2_MSG PRI  3  R 00 01 01 56

13:51:52.887 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:43  P/F:0

13:51:52.887 SB.CCM isMappable: Call Connection Type is TDM_TO_TDM

13:51:52.888 SB.CALL 516 Idle                 Call sent from T01 to T02 (4860)

13:51:52.888 SB.CALL 516 State change      >> Idle->Delivering

13:51:52.888 TA.T01 23 TAInboundCall        CallResp event accepted

13:51:52.888 TA.T01 23 State change      >> TAInboundCall->TAConnectWaitIn (TAS_Calling)

13:51:52.889 TA.T02 Deliver event rejected, trunk out of service

13:51:52.889 SB.CALL 516 Delivering           Called the clearCall routine

13:51:52.889 SB.CALL 516 Delivering           No available resources on call from T01 to T02 (last attempt)

13:51:52.889 SB.CALL 516 State change      >> Delivering->Clearing

13:51:52.889 TA.T01 23 TAConnectWaitIn      ClearCall event accepted

13:51:52.889 TA.T01 23 State change      >> TAConnectWaitIn->TAClearingComplete (TAS_Clearing)

13:51:52.890 TM.T01 23 IsdnTmStateInboundAccept->IsdnTmStateUserClearing

13:51:52.890 TM.T01 23 IsdnTmStateUserClearing::enter()

13:51:52.891 ISDN.EP     PRI  3  Call to '4860' cleared from this end

13:51:52.891 ISDN.L2_FMT PRI  3  ==============================================

13:51:52.891 ISDN.L2_MSG PRI  3  T 00 01 56 C0 08 02 9C C5 45 08 02 80 A9

13:51:52.891 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:43  Nr:96  P:0

13:51:52.892 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9CC5

13:51:52.892 ISDN.L2_FMT PRI  3    M - 45 DISCONNECT 

13:51:52.892 ISDN.L2_FMT PRI  3     IE - 08 CAUSE               Len=2

13:51:52.892 ISDN.L2_FMT PRI  3          80 Location:U

13:51:52.892 ISDN.L2_FMT PRI  3          A9 Cause:41 (TEMPORARY_FAILURE)

13:51:52.892 ISDN.CC_MSG PRI  3  Host>>CC: 00 0042 DISC_REQ

13:51:52.892 ISDN.CC_IE  PRI  3     ie: 00 08 04 00 80 00 A9

13:51:52.893 SB.CALL 516 Clearing             Called the clearResponse routine

13:51:52.893 SB.CALL 516 State change      >> Clearing->CallIdlePending

13:51:52.893 SB.CCM release:

13:51:52.893 SB.CCM  :  Call Struct 0x0x51d51a10 :   Call-ID = 516

13:51:52.894 SB.CCM  :  Org Acct = T01    Dst Acct = T02

13:51:52.894 SB.CCM  :  Org Port ID = Isdn(Ds1Ds0Trunk) 0/3.1   Dst Port ID = unknown 0/0

13:51:52.894 SB.CCM release: Call Connection Type is TDM_TO_TDM

13:51:52.894 SB.CALL 516 CallIdlePending      ClearResponse sent from T01 to T02

13:51:52.894 TONESERVICES.EVENTS t1 0/3.1 - empty - Busy Generation: Request resource

13:51:52.895 TONESERVICES.EVENTS t1 0/3.1 - Dsp 0/1.1 - Busy Generation: DSP channel allocated for the resource

13:51:52.895 TONESERVICES.EVENTS t1 0/3.1 - Dsp 0/1.1 - Busy Generation: constructed

13:51:52.895 TONESERVICES.EVENTS t1 0/3.1 - Dsp 0/1.1 - Busy Generation: starting

13:51:52.895 TONESERVICES.EVENTS t1 0/3.1 - Dsp 0/1.1 - Busy Generation: TDM map

13:51:52.896 TA.T02 clearResponse event rejected, no matching CallID516

13:51:52.898 ISDN.L2_FMT PRI  3  ==============================================

13:51:52.898 ISDN.L2_MSG PRI  3  R 00 01 01 58

13:51:52.898 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:44  P/F:0

13:51:52.901 ISDN.L2_FMT PRI  3  ==============================================

13:51:52.901 ISDN.L2_MSG PRI  3  R 02 01 C0 58 08 02 1C C5 4D

13:51:52.902 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 INFO Ns:96  Nr:44  P:0

13:51:52.902 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:1CC5

13:51:52.902 ISDN.L2_FMT PRI  3    M - 4D RELEASE    

13:51:52.902 ISDN.CC_MSG PRI  3  CC>>Host: 02 0042 CLEAR_CONF

13:51:52.903 ISDN.L2_FMT PRI  3  ==============================================

13:51:52.903 ISDN.L2_MSG PRI  3  T 02 01 01 C2

13:51:52.903 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:97  P/F:0

13:51:52.903 ISDN.L2_FMT PRI  3  ==============================================

13:51:52.903 ISDN.L2_MSG PRI  3  T 00 01 58 C2 08 02 9C C5 5A

13:51:52.903 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:44  Nr:97  P:0

13:51:52.903 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9CC5

13:51:52.903 ISDN.L2_FMT PRI  3    M - 5A RELEASE_CMP

13:51:52.904 TM.T01 23 IsdnTmStateUserClearing->IsdnTmStateIdling

13:51:52.904 TM.T01 23 IsdnTmStateIdling::enter()

13:51:52.905 TM.T01 23 IsdnTmStateIdling - send appearance off

13:51:52.905 TM.T01 23 IsdnTmStateIdling->IsdnTmStateIdle

13:51:52.905 TM.T01 23 IsdnAppearanceChannel::releaseChannel

13:51:52.905 TM.T01 23 IsdnTmStateIdle::enter()

13:51:52.905 ISDN.RES_MGR Releasing inbound channel, called number 4860.

13:51:52.906 TONESERVICES.EVENTS t1 0/3.1 - Dsp 0/1.1 - Busy Generation: stopping

13:51:52.906 TONESERVICES.EVENTS t1 0/3.1 - Dsp 0/1.1 - Busy Generation: TDM unmap

13:51:52.906 RTP.CHANNEL t1 0/3.1 - Dsp 0/1.1 - Busy Generation: releasing RTP resource

13:51:52.906 TONESERVICES.EVENTS t1 0/3.1 - Dsp 0/1.1 - Busy Generation: release

13:51:52.907 TA.T01 23 TAClearingComplete   rcvd: appearance off from TM

13:51:52.907 TA.T01 23 TAClearingComplete   Clear Local Variables

13:51:52.907 TA.T01 23 State change      >> TAClearingComplete->TAIdle (TAS_Idle)

13:51:52.909 ISDN.L2_FMT PRI  3  ==============================================

13:51:52.909 ISDN.L2_MSG PRI  3  R 00 01 01 5A

13:51:52.910 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:45  P/F:0

2019.05.27 13:51:53 SMDR 516        05/27/2019 13:51:52      0.0 0    E  00/03                 1234567890      00/00 Unknown         4860            0 N 

13:51:54.524 ISDN.L2_FMT PRI  3  ==============================================

13:51:54.524 ISDN.L2_MSG PRI  3  R 02 01 C2 5A 08 02 1C C6 05 04 03 80 90 A2

13:51:54.524 ISDN.L2_MSG PRI  3    18 03 A9 83 81 28 0B 55 6E 61 76 61 69 6C

13:51:54.525 ISDN.L2_MSG PRI  3    61 62 6C 65 6C 0C 21 81 34 30 39 34 32 30

13:51:54.525 ISDN.L2_MSG PRI  3    32 31 39 37 70 05 80 34 38 36 30

13:51:54.525 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 INFO Ns:97  Nr:45  P:0

13:51:54.525 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:1CC6

13:51:54.525 ISDN.L2_FMT PRI  3    M - 05 SETUP      

13:51:54.525 ISDN.L2_FMT PRI  3     IE - 04 BEARER CAPABILITY   Len=3

13:51:54.525 ISDN.L2_FMT PRI  3          80 Xfer Cap.:SPEECH           

13:51:54.525 ISDN.L2_FMT PRI  3          90 Xfer Rate:64k  

13:51:54.525 ISDN.L2_FMT PRI  3          A2 Layer 1:G.711 U-Law   

13:51:54.526 ISDN.L2_FMT PRI  3     IE - 18 CHANNEL ID          Len=3

13:51:54.526 ISDN.L2_FMT PRI  3          A9 Primary Rate

13:51:54.526 ISDN.L2_FMT PRI  3             Intfc ID:IMPLICIT

13:51:54.526 ISDN.L2_FMT PRI  3             Pref/Excl:EXCLUSIVE

13:51:54.526 ISDN.L2_FMT PRI  3             D-Chan Indicated:NO

13:51:54.526 ISDN.L2_FMT PRI  3             Chan. Sel:FOLLOWS

13:51:54.526 ISDN.L2_FMT PRI  3          83 Numb/Map:NUMBER

13:51:54.526 ISDN.L2_FMT PRI  3          81 Channel:1

13:51:54.527 ISDN.L2_FMT PRI  3     IE - 28 DISPLAY             Len=11

13:51:54.527 ISDN.L2_FMT PRI  3             Unavailable

13:51:54.527 ISDN.L2_FMT PRI  3     IE - 6C CALLING PARTY #     Len=12

13:51:54.527 ISDN.L2_FMT PRI  3          21 Numb. Type:NATIONAL     

13:51:54.527 ISDN.L2_FMT PRI  3             Numb. Plan:E.164         

13:51:54.527 ISDN.L2_FMT PRI  3          81 Presentation:ALLOWED    

13:51:54.527 ISDN.L2_FMT PRI  3             Screening:NTWK SCRN PASS

13:51:54.527 ISDN.L2_FMT PRI  3             Ph.# 1234567890

13:51:54.528 ISDN.L2_FMT PRI  3     IE - 70 CALLED PARTY #      Len=5

13:51:54.528 ISDN.L2_FMT PRI  3          80 Numb. Type:UNKNOWN      

13:51:54.528 ISDN.L2_FMT PRI  3             Numb. Plan:UNKNOWN       

13:51:54.528 ISDN.L2_FMT PRI  3             Ph.# 4860

13:51:54.528 ISDN.CC_MSG PRI  3  CC>>Host: 02 0043 SETUP_IND

13:51:54.528 ISDN.CC_IE  PRI  3     ie: 00 04 0A 80 80 80 90 00 00 00 00 00 82

13:51:54.528 ISDN.CC_IE  PRI  3     ie: 00 18 0B 81 81 80 81 00 00 80 03 00 00 01

13:51:54.529 ISDN.CC_IE  PRI  3     ie: 00 6C 0E 82 81 80 81 34 30 39 34 32 30 32 31 39 37

13:51:54.529 ISDN.CC_IE  PRI  3     ie: 00 70 06 80 80 34 38 36 30

13:51:54.529 ISDN.CC_IE  PRI  3    Qie: 28 0B 55 6E 61 76 61 69 6C 61 62 6C 65

13:51:54.529 ISDN.EP     PRI  3  Incoming call :'4860' from '1234567890'.

13:51:54.529 ISDN.CC_MSG PRI  3  Host>>CC: 00 0043 CALL_PROCEEDING_REQ

13:51:54.529 ISDN.CC_IE  PRI  3     ie: 00 18 0B 81 81 80 81 80 00 80 03 00 00 01

13:51:54.529 ISDN.RES_MGR Reserving an inbound channel.

13:51:54.530 ISDN.RES_MGR Searching for matching ISDN Group.

techdir
New Contributor

Re: AdTran 908e SV8100->IPFlex<-FusionPBX

Jump to solution

Here is an updated configuration:

TA908e#show run

Building configuration...

!

!

! ADTRAN, Inc. OS version R11.4.2.E

! Boot ROM version R10.9.3.B1

! Platform: Total Access 908e (3rd Gen), part number 4243908F2

! Serial number CFG1234567

!

!

hostname "TA908e"

!

!

clock timezone -6-Central-Time

!

ip subnet-zero

ip classless

ip default-gateway 10.1.0.1

ip routing

ipv6 unicast-routing

!

!

domain-name "bunaisd.net"

name-server 10.0.4.19 10.2.0.11

!

!

no auto-config

!

event-history on

event-history priority debug

no logging forwarding

no logging email

!

service password-encryption

!

!

no ip firewall alg msn

no ip firewall alg mszone

no ip firewall alg h323

!

!

no dot11ap access-point-control

!

!

ip crypto ffe

!

!

interface eth 0/1

  no ip address

  shutdown

!

!

interface eth 0/2

  no ip address

  shutdown

!

!

!

interface gigabit-eth 0/1

  description LAN

  ip address  10.1.0.19  255.255.254.0

  media-gateway ip primary

  no shutdown

!

!

!

!

interface t1 0/1

  description Do not use

  fdl none

  shutdown

!

interface t1 0/2

  description Do not use

  fdl none

  shutdown

!

interface t1 0/3

  description IPFlex

  fdl att

  tdm-group 3 timeslots 1-24 speed 64

  no shutdown

!

interface t1 0/4

  description NEC

  fdl att

  tdm-group 3 timeslots 1-24 speed 64

  no shutdown

!

!

interface pri 1

  description pri 1

  alias PRI-1

  isdn switch-type 5ess

  role user

  isdn name-delivery

  shutdown

!

interface pri 2

  description pri 2

  alias PRI-2

  isdn switch-type 5ess

  isdn name-delivery

  shutdown

!

interface pri 3

  description pri 3

  alias PRI-3

  isdn switch-type 5ess

  role user

  isdn name-delivery

  connect t1 0/3 tdm-group 3

  no shutdown

!

interface pri 4

  description pri 4

  alias PRI-4

  isdn switch-type 5ess

  isdn name-delivery

  connect t1 0/4 tdm-group 3

  digits-transferred 4

  no shutdown

!

!

interface fxs 0/1

  shutdown

!

interface fxs 0/2

  shutdown

!

interface fxs 0/3

  shutdown

!

interface fxs 0/4

  shutdown

!

interface fxs 0/5

  shutdown

!

interface fxs 0/6

  shutdown

!

interface fxs 0/7

  shutdown

!

interface fxs 0/8

  shutdown

!

!

interface fxo 0/0

  shutdown

!

!

isdn-group 1

  connect pri 1

!

!

isdn-group 2

  connect pri 2

!

!

isdn-group 3

  connect pri 3

!

!

isdn-group 4

  connect pri 4

!

!

!

!

timing-source t1 0/3

!

!

!

!

ip access-list extended FreeSWITCH

  permit ip any  any   

  permit tcp any  any  

  permit udp any  any   

  permit icmp any  any   

  permit gre any  any   

  permit esp any  any   

  permit ahp any  any   

!

ip access-list extended IPFlex

  permit ip any  any   

  permit tcp any  any  

  permit udp any  any   

  permit icmp any  any   

  permit gre any  any   

  permit esp any  any   

  permit ahp any  any   

!

ip access-list extended NEC

  permit ip any  any   

  permit tcp any  any  

  permit udp any  any   

  permit icmp any  any   

  permit gre any  any   

  permit esp any  any   

  permit ahp any  any   

!

!

!

!

!

!

ip route 0.0.0.0 0.0.0.0 10.1.0.1

!

no tftp server

no tftp server overwrite

http server

http secure-server

snmp agent

no ip ftp server

no ip scp server

no ip sntp server

!

!

sip

sip udp 5060

no sip tcp

!

!

!

voice feature-mode local

voice transfer-mode local

voice forward-mode local

!

!

!

!

!

!

!

!

voice dial-plan 1 local NXX-XXXX

!

!

!

!

!

voice codec-list FreeSWITCH

  codec g711ulaw

  codec g711alaw

  codec g729

!

!

voice trunk-list FreeSWITCH

  trunk T03

!

voice trunk-list IPFlex

  trunk T01

!

voice trunk-list NEC

  trunk T02

!

voice trunk-list elintercom

  trunk T04

!

voice trunk-list hsintercom

  trunk T06

!

voice trunk-list jhintercom

  trunk T05

!

!

voice trunk T01 type isdn

  description "IPFlex"

  resource-selection circular descending

  connect isdn-group 3

  modem-passthrough

  t38

  t38 redundancy high-speed 1

  t38 redundancy low-speed 1

  t38 max-buffer 400

  t38 max-datagram 250

  rtp delay-mode adaptive

  codec-list FreeSWITCH

!

voice trunk T02 type isdn

  description "NEC"

  resource-selection circular descending

  connect isdn-group 4

  no early-cut-through

  modem-passthrough

  t38

  t38 redundancy high-speed 1

  t38 redundancy low-speed 1

  t38 max-buffer 400

  t38 max-datagram 250

  rtp delay-mode adaptive

!

voice trunk T04 type sip

  description "elintercom"

  sip-server primary 192.168.103.5

  sip-server rollover service-unavailable-or-timeout

  codec-list FreeSWITCH both

  ringback override 180

  ringback override 183

!

voice trunk T05 type sip

  description "jhintercom"

  match dnis "XXXX" substitute "409994XXXX"

  match ani "XXXX" substitute "409994XXXX"

  sip-server primary 192.168.101.5

  sip-server rollover service-unavailable-or-timeout

  registrar primary 192.168.101.5 udp 5080

  codec-list FreeSWITCH both

  grammar from host local

  transfer-mode network

  ringback override 180

  ringback override 183

!

voice trunk T06 type sip

  description "hsintercom"

  sip-server primary 192.168.4.5

  sip-server rollover service-unavailable-or-timeout

  codec-list FreeSWITCH both

  ringback override 180

  ringback override 183

!

!

voice grouped-trunk IPFLEX-GROUP

  description "PRI trunk group connection to IPFlex"

  trunk T01

  accept $ cost 20

  permit list NEC

  permit list FreeSWITCH

  !deny all other trunks

  !deny all other ani

!

!

voice grouped-trunk NEC-GROUP

  description "PRI trunk to NEC"

  trunk T02

  accept 409994XXXX cost 15

  accept 1409994XXXX cost 15

  accept XXXX cost 15

  permit list IPFlex

  permit list FreeSWITCH

  !deny all other trunks

  !deny all other ani

!

!

voice grouped-trunk JHINTERCOM-GROUP

  description "jhintercom"

  trunk T05

  accept 4099944826 cost 10

  accept 4099944890 cost 10

  accept 14099944826 cost 10

  accept 14099944890 cost 10

  accept 4826 cost 10

  accept 4890 cost 10

  permit list IPFlex

  permit list FreeSWITCH

  !deny all other trunks

  !deny all other ani

!

!

voice grouped-trunk ELINTERCOM-GROUP

  trunk T04

  permit list IPFlex

  permit list FreeSWITCH

  !deny all other trunks

  !deny all other ani

!

!

voice grouped-trunk HSINTERCOM-GROUP

  trunk T06

  permit list IPFlex

  permit list FreeSWITCH

  !deny all other trunks

  !deny all other ani

!

!

voice user 1

  connect fxs 0/1

!

!

voice user 2

  connect fxs 0/2

!

!

voice user 3

  connect fxs 0/3

!

!

voice user 4

  connect fxs 0/4

!

!

voice user 5

  connect fxs 0/5

!

!

voice user 6

  connect fxs 0/6

!

!

voice user 7

  connect fxs 0/7

!

!

voice user 8

  connect fxs 0/8

!

!

voice user 9

!

!

no sip registrar authenticate

!

!

ip rtp udp 14000

!

!

sip secure remote-user

  no blacklist

!

!

!

line con 0

  no login

!

line telnet 0 4

  login

  no shutdown

line ssh 0 4

  login local-userlist

  no shutdown

!

!

ntp server pool.ntp.org

!

!

!

end

Anonymous
Not applicable

Re: AdTran 908e SV8100->IPFlex<-FusionPBX

Jump to solution

My mistake I thought both PRI lines where Upstream carriers. Now I see what you are trying to do.  You have a single upstream carrier AT&T IPFlex and you are trying to split calls between multiple internal PBX systems.  That changes things around and makes a little more sense now.

Make sure you have working connectivity between the Adtran and NEC easiest test would be to make outbound call from NEC if it fails change the role on the T1 going to NEC to be network since the Adtran is the upstream carrier as far as the NEC knows.  Once that is working the next thing to look at would be your least cost routing setup to verify you get the desired results.

The following commands and outputs will help identify if T1 and PRI are working correctly:

show int t1 0/4

Looking to make sure it is up and the DSO should all have an X showing they are nailed, you want to also to look for any recent errors

show int PRI 4

Looking once again for any errors, and to make sure all channels are showing either a . not a - there should be on D and possibly if active calls some A.

Call flow between multiple trunks is all handled via the least cost routing feature of the groups.  In your current configuration this is how the call flow will work.

Calls from IPFlex with the following numbers will always go to jhintercom first because it is the lowest cost, only going to NEC because of higher cost if Fusion is not available:

4099944826 cost 10 

4099944890 cost 10 

14099944826 cost 10 

14099944890 cost 10 

4826 cost 10 

4890 cost 10

Calls not specifically matching above numbers will go to the NEC first and if its not available be dropped, so if you have multiple DIDs other then the 4826 and 4890 all those calls will go to NEC only.

409994XXXX cost 15 

1409994XXXX cost 15 

XXXX cost 15 

Calls will never go to trunks T04 and T06 because they do not accept and calls at any cost.

Once again sorry if I caused any confusion because of the misunderstanding of the setup.

John Wable

techdir
New Contributor

Re: AdTran 908e SV8100->IPFlex<-FusionPBX

Jump to solution

Let me clarify a little what my end goal is. I have 3 fusion servers, one on each campus, and I am trying to replace the SV8100 with those fusion servers. I wanted to do a more gradual switch over and swap over the DIDs one office at a time, but if I can't get the SV8100 to play nice then it will be a mass roll over to the new system.  Thanks for all the info thus far, jwable. I've run the debugs you suggested and I will get those posted as soon as I can.

techdir
New Contributor

Re: AdTran 908e SV8100->IPFlex<-FusionPBX

Jump to solution

TA908e#debug isdn l2-formatted

TA908e#debug voice switchboard

TA908e#debug sip stack messages

2019.05.30 15:19:55 T1.t1 0/4 Tx Yellow, Red

2019.05.30 15:20:04 T1.t1 0/3 Tx Yellow, Red

2019.05.30 15:20:04 T1.t1 0/4 No Alarms

2019.05.30 15:20:04 INTERFACE_STATUS.t1 0/4 changed state to up

15:20:05.074 ISDN.L2_FMT PRI  4  ==============================================

15:20:05.075 ISDN.L2_FMT PRI  4    Sapi:00 C/R:C Tei:00 Ctl:SABME   P:1

15:20:05.078 ISDN.L2_FMT PRI  4  ==============================================

15:20:05.079 ISDN.L2_FMT PRI  4    Sapi:00 C/R:C Tei:00 Ctl:UA      F:1

2019.05.30 15:20:05 ISDN.EP     PRI  4  D channel is UP

2019.05.30 15:20:05 INTERFACE_STATUS.pri 4 changed state to up

15:20:05.506 ISDN.L2_FMT PRI  4  ==============================================

15:20:05.506 ISDN.L2_FMT PRI  4    Sapi:00 C/R:R Tei:00 Ctl:SABME   P:1

15:20:05.507 ISDN.L2_FMT PRI  4  ==============================================

15:20:05.507 ISDN.L2_FMT PRI  4    Sapi:00 C/R:R Tei:00 Ctl:UA      F:1

15:20:05.517 ISDN.L2_FMT PRI  4  ==============================================

15:20:05.518 ISDN.L2_FMT PRI  4    Sapi:00 C/R:R Tei:00 INFO Ns:0   Nr:0   P:0

15:20:05.518 ISDN.L2_FMT PRI  4    Prot:08  CRL:2  CRV:012C

15:20:05.518 ISDN.L2_FMT PRI  4    M - 05 SETUP      

15:20:05.519 ISDN.L2_FMT PRI  4     IE - 04 BEARER CAPABILITY   Len=3

15:20:05.519 ISDN.L2_FMT PRI  4          80 Xfer Cap.:SPEECH           

15:20:05.519 ISDN.L2_FMT PRI  4          90 Xfer Rate:64k  

15:20:05.519 ISDN.L2_FMT PRI  4          A2 Layer 1:G.711 U-Law   

15:20:05.519 ISDN.L2_FMT PRI  4     IE - 18 CHANNEL ID          Len=3

15:20:05.519 ISDN.L2_FMT PRI  4          A9 Primary Rate

15:20:05.519 ISDN.L2_FMT PRI  4             Intfc ID:IMPLICIT

15:20:05.519 ISDN.L2_FMT PRI  4             Pref/Excl:EXCLUSIVE

15:20:05.520 ISDN.L2_FMT PRI  4             D-Chan Indicated:NO

15:20:05.520 ISDN.L2_FMT PRI  4             Chan. Sel:FOLLOWS

15:20:05.520 ISDN.L2_FMT PRI  4          83 Numb/Map:NUMBER

15:20:05.520 ISDN.L2_FMT PRI  4          8e Channel:14

15:20:05.520 ISDN.L2_FMT PRI  4     IE - 1E PROGRESS INDICATOR  Len=2

15:20:05.520 ISDN.L2_FMT PRI  4          81 Location:LPN

15:20:05.520 ISDN.L2_FMT PRI  4          83 Description:ORIG. NOT ISDN   

15:20:05.520 ISDN.L2_FMT PRI  4     IE - 6C CALLING PARTY #     Len=12

15:20:05.521 ISDN.L2_FMT PRI  4          21 Numb. Type:NATIONAL     

15:20:05.521 ISDN.L2_FMT PRI  4             Numb. Plan:E.164         

15:20:05.521 ISDN.L2_FMT PRI  4          80 Presentation:ALLOWED    

15:20:05.521 ISDN.L2_FMT PRI  4             Screening:USER PROVIDED

15:20:05.521 ISDN.L2_FMT PRI  4             Ph.# 4099944840

15:20:05.521 ISDN.L2_FMT PRI  4     IE - 70 CALLED PARTY #      Len=8

15:20:05.521 ISDN.L2_FMT PRI  4          80 Numb. Type:UNKNOWN      

15:20:05.521 ISDN.L2_FMT PRI  4             Numb. Plan:UNKNOWN       

15:20:05.522 ISDN.L2_FMT PRI  4             Ph.# 6599564

15:20:05.525 ISDN.L2_FMT PRI  4  ==============================================

15:20:05.525 ISDN.L2_FMT PRI  4    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:1   P/F:0

15:20:05.525 ISDN.L2_FMT PRI  4  ==============================================

15:20:05.525 ISDN.L2_FMT PRI  4    Sapi:00 C/R:C Tei:00 INFO Ns:0   Nr:1   P:0

15:20:05.525 ISDN.L2_FMT PRI  4    Prot:08  CRL:2  CRV:812C

15:20:05.526 ISDN.L2_FMT PRI  4    M - 02 CALL_PROC  

15:20:05.526 ISDN.L2_FMT PRI  4     IE - 18 CHANNEL ID          Len=3

15:20:05.526 ISDN.L2_FMT PRI  4          A9 Primary Rate

15:20:05.526 ISDN.L2_FMT PRI  4             Intfc ID:IMPLICIT

15:20:05.526 ISDN.L2_FMT PRI  4             Pref/Excl:EXCLUSIVE

15:20:05.526 ISDN.L2_FMT PRI  4             D-Chan Indicated:NO

15:20:05.526 ISDN.L2_FMT PRI  4             Chan. Sel:FOLLOWS

15:20:05.526 ISDN.L2_FMT PRI  4          83 Numb/Map:NUMBER

15:20:05.527 ISDN.L2_FMT PRI  4          8e Channel:14

15:20:05.527 ISDN.L2_FMT PRI  4  ==============================================

15:20:05.527 ISDN.L2_FMT PRI  4    Sapi:00 C/R:C Tei:00 INFO Ns:1   Nr:1   P:0

15:20:05.527 ISDN.L2_FMT PRI  4    Prot:08  CRL:2  CRV:812C

15:20:05.527 ISDN.L2_FMT PRI  4    M - 45 DISCONNECT 

15:20:05.528 ISDN.L2_FMT PRI  4     IE - 08 CAUSE               Len=2

15:20:05.528 ISDN.L2_FMT PRI  4          82 Location:LN

15:20:05.528 ISDN.L2_FMT PRI  4          A2 Cause:34 (NO_CIRCUIT_AVAILABLE)

15:20:05.532 ISDN.L2_FMT PRI  4  ==============================================

15:20:05.532 ISDN.L2_FMT PRI  4    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:1   P/F:0

15:20:05.534 ISDN.L2_FMT PRI  4  ==============================================

15:20:05.534 ISDN.L2_FMT PRI  4    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:2   P/F:0

15:20:05.654 ISDN.L2_FMT PRI  4  ==============================================

15:20:05.654 ISDN.L2_FMT PRI  4    Sapi:00 C/R:R Tei:00 INFO Ns:1   Nr:2   P:0

15:20:05.654 ISDN.L2_FMT PRI  4    Prot:08  CRL:2  CRV:012C

15:20:05.654 ISDN.L2_FMT PRI  4    M - 4D RELEASE    

15:20:05.654 ISDN.L2_FMT PRI  4     IE - 08 CAUSE               Len=2

15:20:05.654 ISDN.L2_FMT PRI  4          80 Location:U

15:20:05.654 ISDN.L2_FMT PRI  4          90 Cause:16 (NORMAL_CLEARING)

15:20:05.655 ISDN.L2_FMT PRI  4  ==============================================

15:20:05.656 ISDN.L2_FMT PRI  4    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:2   P/F:0

15:20:05.656 ISDN.L2_FMT PRI  4  ==============================================

15:20:05.656 ISDN.L2_FMT PRI  4    Sapi:00 C/R:C Tei:00 INFO Ns:2   Nr:2   P:0

15:20:05.656 ISDN.L2_FMT PRI  4    Prot:08  CRL:2  CRV:812C

15:20:05.656 ISDN.L2_FMT PRI  4    M - 5A RELEASE_CMP

15:20:05.661 ISDN.L2_FMT PRI  4  ==============================================

15:20:05.661 ISDN.L2_FMT PRI  4    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:3   P/F:0

2019.05.30 15:20:06 ISDN.EP     PRI  4  D channel is DOWN

2019.05.30 15:20:06 TM.T02 0 WARNING Trunk has no b-channels

2019.05.30 15:20:06 T1.t1 0/4 Yellow

2019.05.30 15:20:06 INTERFACE_STATUS.t1 0/4 changed state to down

2019.05.30 15:20:06 INTERFACE_STATUS.pri 4 changed state to down

2019.05.30 15:20:08 T1.t1 0/4 No Alarms

2019.05.30 15:20:08 INTERFACE_STATUS.t1 0/4 changed state to up

15:20:09.078 ISDN.L2_FMT PRI  4  ==============================================

15:20:09.079 ISDN.L2_FMT PRI  4    Sapi:00 C/R:C Tei:00 Ctl:SABME   P:1

15:20:09.082 ISDN.L2_FMT PRI  4  ==============================================

15:20:09.082 ISDN.L2_FMT PRI  4    Sapi:00 C/R:C Tei:00 Ctl:UA      F:1

2019.05.30 15:20:09 ISDN.EP     PRI  4  D channel is UP

2019.05.30 15:20:09 INTERFACE_STATUS.pri 4 changed state to up

2019.05.30 15:20:11 TM.T02 0 WARNING Trunk has no b-channels

2019.05.30 15:20:13 T1.t1 0/3 No Alarms

2019.05.30 15:20:13 INTERFACE_STATUS.t1 0/3 changed state to up

2019.05.30 15:20:13 SYS_TIMING.0 Activating primary timing-source t1 0/3. -1809770398 ms

15:20:14.084 ISDN.L2_FMT PRI  3  ==============================================

15:20:14.084 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:SABME   P:1

15:20:14.089 ISDN.L2_FMT PRI  3  ==============================================

15:20:14.089 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:UA      F:1

2019.05.30 15:20:14 ISDN.EP     PRI  3  D channel is UP

2019.05.30 15:20:14 INTERFACE_STATUS.pri 3 changed state to up

15:20:14.469 ISDN.L2_FMT PRI  3  ==============================================

15:20:14.470 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 Ctl:SABME   P:1

15:20:14.470 ISDN.L2_FMT PRI  3  ==============================================

15:20:14.470 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 Ctl:UA      F:1

2019.05.30 15:20:16 TM.T01 0 Adding 23 b-channels in-service

15:20:17.103 ISDN.L2_FMT PRI  4  ==============================================

15:20:17.104 ISDN.L2_FMT PRI  4    Sapi:00 C/R:R Tei:00 INFO Ns:0   Nr:0   P:0

15:20:17.104 ISDN.L2_FMT PRI  4    Prot:08  CRL:2  CRV:012D

15:20:17.104 ISDN.L2_FMT PRI  4    M - 05 SETUP      

15:20:17.105 ISDN.L2_FMT PRI  4     IE - 04 BEARER CAPABILITY   Len=3

15:20:17.105 ISDN.L2_FMT PRI  4          80 Xfer Cap.:SPEECH           

15:20:17.105 ISDN.L2_FMT PRI  4          90 Xfer Rate:64k  

15:20:17.105 ISDN.L2_FMT PRI  4          A2 Layer 1:G.711 U-Law   

15:20:17.105 ISDN.L2_FMT PRI  4     IE - 18 CHANNEL ID          Len=3

15:20:17.105 ISDN.L2_FMT PRI  4          A9 Primary Rate

15:20:17.105 ISDN.L2_FMT PRI  4             Intfc ID:IMPLICIT

15:20:17.105 ISDN.L2_FMT PRI  4             Pref/Excl:EXCLUSIVE

15:20:17.106 ISDN.L2_FMT PRI  4             D-Chan Indicated:NO

15:20:17.106 ISDN.L2_FMT PRI  4             Chan. Sel:FOLLOWS

15:20:17.106 ISDN.L2_FMT PRI  4          83 Numb/Map:NUMBER

15:20:17.106 ISDN.L2_FMT PRI  4          8f Channel:15

15:20:17.106 ISDN.L2_FMT PRI  4     IE - 1E PROGRESS INDICATOR  Len=2

15:20:17.106 ISDN.L2_FMT PRI  4          81 Location:LPN

15:20:17.106 ISDN.L2_FMT PRI  4          83 Description:ORIG. NOT ISDN   

15:20:17.106 ISDN.L2_FMT PRI  4     IE - 6C CALLING PARTY #     Len=12

15:20:17.106 ISDN.L2_FMT PRI  4          21 Numb. Type:NATIONAL     

15:20:17.107 ISDN.L2_FMT PRI  4             Numb. Plan:E.164         

15:20:17.107 ISDN.L2_FMT PRI  4          80 Presentation:ALLOWED    

15:20:17.107 ISDN.L2_FMT PRI  4             Screening:USER PROVIDED

15:20:17.107 ISDN.L2_FMT PRI  4             Ph.# 4099944840

15:20:17.107 ISDN.L2_FMT PRI  4     IE - 70 CALLED PARTY #      Len=8

15:20:17.107 ISDN.L2_FMT PRI  4          80 Numb. Type:UNKNOWN      

15:20:17.107 ISDN.L2_FMT PRI  4             Numb. Plan:UNKNOWN       

15:20:17.107 ISDN.L2_FMT PRI  4             Ph.# 6599564

15:20:17.111 ISDN.L2_FMT PRI  4  ==============================================

15:20:17.111 ISDN.L2_FMT PRI  4    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:1   P/F:0

15:20:17.111 ISDN.L2_FMT PRI  4  ==============================================

15:20:17.111 ISDN.L2_FMT PRI  4    Sapi:00 C/R:C Tei:00 INFO Ns:0   Nr:1   P:0

15:20:17.112 ISDN.L2_FMT PRI  4    Prot:08  CRL:2  CRV:812D

15:20:17.112 ISDN.L2_FMT PRI  4    M - 02 CALL_PROC  

15:20:17.112 ISDN.L2_FMT PRI  4     IE - 18 CHANNEL ID          Len=3

15:20:17.112 ISDN.L2_FMT PRI  4          A9 Primary Rate

15:20:17.112 ISDN.L2_FMT PRI  4             Intfc ID:IMPLICIT

15:20:17.112 ISDN.L2_FMT PRI  4             Pref/Excl:EXCLUSIVE

15:20:17.112 ISDN.L2_FMT PRI  4             D-Chan Indicated:NO

15:20:17.112 ISDN.L2_FMT PRI  4             Chan. Sel:FOLLOWS

15:20:17.113 ISDN.L2_FMT PRI  4          83 Numb/Map:NUMBER

15:20:17.113 ISDN.L2_FMT PRI  4          8f Channel:15

15:20:17.113 ISDN.L2_FMT PRI  4  ==============================================

15:20:17.114 ISDN.L2_FMT PRI  4    Sapi:00 C/R:C Tei:00 INFO Ns:1   Nr:1   P:0

15:20:17.114 ISDN.L2_FMT PRI  4    Prot:08  CRL:2  CRV:812D

15:20:17.114 ISDN.L2_FMT PRI  4    M - 45 DISCONNECT 

15:20:17.114 ISDN.L2_FMT PRI  4     IE - 08 CAUSE               Len=2

15:20:17.114 ISDN.L2_FMT PRI  4          82 Location:LN

15:20:17.114 ISDN.L2_FMT PRI  4          A2 Cause:34 (NO_CIRCUIT_AVAILABLE)

15:20:17.118 ISDN.L2_FMT PRI  4  ==============================================

15:20:17.118 ISDN.L2_FMT PRI  4    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:1   P/F:0

15:20:17.120 ISDN.L2_FMT PRI  4  ==============================================

15:20:17.120 ISDN.L2_FMT PRI  4    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:2   P/F:0

15:20:17.267 ISDN.L2_FMT PRI  4  ==============================================

15:20:17.267 ISDN.L2_FMT PRI  4    Sapi:00 C/R:R Tei:00 INFO Ns:1   Nr:2   P:0

15:20:17.267 ISDN.L2_FMT PRI  4    Prot:08  CRL:2  CRV:012D

15:20:17.267 ISDN.L2_FMT PRI  4    M - 4D RELEASE    

15:20:17.267 ISDN.L2_FMT PRI  4     IE - 08 CAUSE               Len=2

15:20:17.267 ISDN.L2_FMT PRI  4          80 Location:U

15:20:17.268 ISDN.L2_FMT PRI  4          90 Cause:16 (NORMAL_CLEARING)

15:20:17.268 ISDN.L2_FMT PRI  4  ==============================================

15:20:17.268 ISDN.L2_FMT PRI  4    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:2   P/F:0

15:20:17.269 ISDN.L2_FMT PRI  4  ==============================================

15:20:17.269 ISDN.L2_FMT PRI  4    Sapi:00 C/R:C Tei:00 INFO Ns:2   Nr:2   P:0

15:20:17.269 ISDN.L2_FMT PRI  4    Prot:08  CRL:2  CRV:812D

15:20:17.269 ISDN.L2_FMT PRI  4    M - 5A RELEASE_CMP

15:20:17.274 ISDN.L2_FMT PRI  4  ==============================================

15:20:17.274 ISDN.L2_FMT PRI  4    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:3   P/F:0

15:20:27.835 ISDN.L2_FMT PRI  4  ==============================================

15:20:27.836 ISDN.L2_FMT PRI  4    Sapi:00 C/R:R Tei:00 INFO Ns:2   Nr:3   P:0

15:20:27.836 ISDN.L2_FMT PRI  4    Prot:08  CRL:2  CRV:012E

15:20:27.836 ISDN.L2_FMT PRI  4    M - 05 SETUP      

15:20:27.836 ISDN.L2_FMT PRI  4     IE - 04 BEARER CAPABILITY   Len=3

15:20:27.837 ISDN.L2_FMT PRI  4          80 Xfer Cap.:SPEECH           

15:20:27.837 ISDN.L2_FMT PRI  4          90 Xfer Rate:64k  

15:20:27.837 ISDN.L2_FMT PRI  4          A2 Layer 1:G.711 U-Law   

15:20:27.837 ISDN.L2_FMT PRI  4     IE - 18 CHANNEL ID          Len=3

15:20:27.837 ISDN.L2_FMT PRI  4          A9 Primary Rate

15:20:27.837 ISDN.L2_FMT PRI  4             Intfc ID:IMPLICIT

15:20:27.837 ISDN.L2_FMT PRI  4             Pref/Excl:EXCLUSIVE

15:20:27.837 ISDN.L2_FMT PRI  4             D-Chan Indicated:NO

15:20:27.838 ISDN.L2_FMT PRI  4             Chan. Sel:FOLLOWS

15:20:27.838 ISDN.L2_FMT PRI  4          83 Numb/Map:NUMBER

15:20:27.838 ISDN.L2_FMT PRI  4          8f Channel:15

15:20:27.838 ISDN.L2_FMT PRI  4     IE - 1E PROGRESS INDICATOR  Len=2

15:20:27.838 ISDN.L2_FMT PRI  4          81 Location:LPN

15:20:27.838 ISDN.L2_FMT PRI  4          83 Description:ORIG. NOT ISDN   

15:20:27.838 ISDN.L2_FMT PRI  4     IE - 6C CALLING PARTY #     Len=12

15:20:27.838 ISDN.L2_FMT PRI  4          21 Numb. Type:NATIONAL     

15:20:27.839 ISDN.L2_FMT PRI  4             Numb. Plan:E.164         

15:20:27.839 ISDN.L2_FMT PRI  4          80 Presentation:ALLOWED    

15:20:27.839 ISDN.L2_FMT PRI  4             Screening:USER PROVIDED

15:20:27.839 ISDN.L2_FMT PRI  4             Ph.# 4099944840

15:20:27.839 ISDN.L2_FMT PRI  4     IE - 70 CALLED PARTY #      Len=8

15:20:27.839 ISDN.L2_FMT PRI  4          80 Numb. Type:UNKNOWN      

15:20:27.839 ISDN.L2_FMT PRI  4             Numb. Plan:UNKNOWN       

15:20:27.839 ISDN.L2_FMT PRI  4             Ph.# 6599564

15:20:27.843 ISDN.L2_FMT PRI  4  ==============================================

15:20:27.843 ISDN.L2_FMT PRI  4    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:3   P/F:0

15:20:27.843 ISDN.L2_FMT PRI  4  ==============================================

15:20:27.843 ISDN.L2_FMT PRI  4    Sapi:00 C/R:C Tei:00 INFO Ns:3   Nr:3   P:0

15:20:27.843 ISDN.L2_FMT PRI  4    Prot:08  CRL:2  CRV:812E

15:20:27.843 ISDN.L2_FMT PRI  4    M - 02 CALL_PROC  

15:20:27.844 ISDN.L2_FMT PRI  4     IE - 18 CHANNEL ID          Len=3

15:20:27.844 ISDN.L2_FMT PRI  4          A9 Primary Rate

15:20:27.844 ISDN.L2_FMT PRI  4             Intfc ID:IMPLICIT

15:20:27.844 ISDN.L2_FMT PRI  4             Pref/Excl:EXCLUSIVE

15:20:27.844 ISDN.L2_FMT PRI  4             D-Chan Indicated:NO

15:20:27.844 ISDN.L2_FMT PRI  4             Chan. Sel:FOLLOWS

15:20:27.844 ISDN.L2_FMT PRI  4          83 Numb/Map:NUMBER

15:20:27.844 ISDN.L2_FMT PRI  4          8f Channel:15

15:20:27.845 ISDN.L2_FMT PRI  4  ==============================================

15:20:27.845 ISDN.L2_FMT PRI  4    Sapi:00 C/R:C Tei:00 INFO Ns:4   Nr:3   P:0

15:20:27.845 ISDN.L2_FMT PRI  4    Prot:08  CRL:2  CRV:812E

15:20:27.845 ISDN.L2_FMT PRI  4    M - 45 DISCONNECT 

15:20:27.846 ISDN.L2_FMT PRI  4     IE - 08 CAUSE               Len=2

15:20:27.846 ISDN.L2_FMT PRI  4          82 Location:LN

15:20:27.846 ISDN.L2_FMT PRI  4          A2 Cause:34 (NO_CIRCUIT_AVAILABLE)

15:20:27.850 ISDN.L2_FMT PRI  4  ==============================================

15:20:27.850 ISDN.L2_FMT PRI  4    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:4   P/F:0

15:20:27.851 ISDN.L2_FMT PRI  4  ==============================================

15:20:27.852 ISDN.L2_FMT PRI  4    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:5   P/F:0

15:20:27.977 ISDN.L2_FMT PRI  4  ==============================================

15:20:27.977 ISDN.L2_FMT PRI  4    Sapi:00 C/R:R Tei:00 INFO Ns:3   Nr:5   P:0

15:20:27.977 ISDN.L2_FMT PRI  4    Prot:08  CRL:2  CRV:012E

15:20:27.978 ISDN.L2_FMT PRI  4    M - 4D RELEASE    

15:20:27.978 ISDN.L2_FMT PRI  4     IE - 08 CAUSE               Len=2

15:20:27.978 ISDN.L2_FMT PRI  4          80 Location:U

15:20:27.978 ISDN.L2_FMT PRI  4          90 Cause:16 (NORMAL_CLEARING)

15:20:27.979 ISDN.L2_FMT PRI  4  ==============================================

15:20:27.979 ISDN.L2_FMT PRI  4    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:4   P/F:0

15:20:27.979 ISDN.L2_FMT PRI  4  ==============================================

15:20:27.979 ISDN.L2_FMT PRI  4    Sapi:00 C/R:C Tei:00 INFO Ns:5   Nr:4   P:0

15:20:27.979 ISDN.L2_FMT PRI  4    Prot:08  CRL:2  CRV:812E

15:20:27.980 ISDN.L2_FMT PRI  4    M - 5A RELEASE_CMP

15:20:27.984 ISDN.L2_FMT PRI  4  ==============================================

15:20:27.985 ISDN.L2_FMT PRI  4    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:6   P/F:0

15:20:44.475 ISDN.L2_FMT PRI  3  ==============================================

15:20:44.475 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:0   P/F:1

15:20:44.475 ISDN.L2_FMT PRI  3  ==============================================

15:20:44.475 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:0   P/F:1

15:20:50.537 ISDN.L2_FMT PRI  3  ==============================================

15:20:50.538 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 INFO Ns:0   Nr:0   P:0

15:20:50.538 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:1ED6

15:20:50.538 ISDN.L2_FMT PRI  3    M - 05 SETUP      

15:20:50.538 ISDN.L2_FMT PRI  3     IE - 04 BEARER CAPABILITY   Len=3

15:20:50.538 ISDN.L2_FMT PRI  3          80 Xfer Cap.:SPEECH           

15:20:50.538 ISDN.L2_FMT PRI  3          90 Xfer Rate:64k  

15:20:50.539 ISDN.L2_FMT PRI  3          A2 Layer 1:G.711 U-Law   

15:20:50.539 ISDN.L2_FMT PRI  3     IE - 18 CHANNEL ID          Len=3

15:20:50.539 ISDN.L2_FMT PRI  3          A9 Primary Rate

15:20:50.539 ISDN.L2_FMT PRI  3             Intfc ID:IMPLICIT

15:20:50.539 ISDN.L2_FMT PRI  3             Pref/Excl:EXCLUSIVE

15:20:50.539 ISDN.L2_FMT PRI  3             D-Chan Indicated:NO

15:20:50.539 ISDN.L2_FMT PRI  3             Chan. Sel:FOLLOWS

15:20:50.539 ISDN.L2_FMT PRI  3          83 Numb/Map:NUMBER

15:20:50.539 ISDN.L2_FMT PRI  3          81 Channel:1

15:20:50.540 ISDN.L2_FMT PRI  3     IE - 28 DISPLAY             Len=11

15:20:50.540 ISDN.L2_FMT PRI  3             Unavailable

15:20:50.540 ISDN.L2_FMT PRI  3     IE - 6C CALLING PARTY #     Len=12

15:20:50.540 ISDN.L2_FMT PRI  3          21 Numb. Type:NATIONAL     

15:20:50.540 ISDN.L2_FMT PRI  3             Numb. Plan:E.164         

15:20:50.540 ISDN.L2_FMT PRI  3          81 Presentation:ALLOWED    

15:20:50.540 ISDN.L2_FMT PRI  3             Screening:NTWK SCRN PASS

15:20:50.540 ISDN.L2_FMT PRI  3             Ph.# 1234567890

15:20:50.541 ISDN.L2_FMT PRI  3     IE - 70 CALLED PARTY #      Len=5

15:20:50.541 ISDN.L2_FMT PRI  3          80 Numb. Type:UNKNOWN      

15:20:50.541 ISDN.L2_FMT PRI  3             Numb. Plan:UNKNOWN       

15:20:50.541 ISDN.L2_FMT PRI  3             Ph.# 4811

15:20:50.544 ISDN.L2_FMT PRI  3  ==============================================

15:20:50.544 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:1   P/F:0

15:20:50.545 ISDN.L2_FMT PRI  3  ==============================================

15:20:50.545 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:0   Nr:1   P:0

15:20:50.545 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9ED6

15:20:50.545 ISDN.L2_FMT PRI  3    M - 02 CALL_PROC  

15:20:50.545 ISDN.L2_FMT PRI  3     IE - 18 CHANNEL ID          Len=3

15:20:50.546 ISDN.L2_FMT PRI  3          A9 Primary Rate

15:20:50.546 ISDN.L2_FMT PRI  3             Intfc ID:IMPLICIT

15:20:50.546 ISDN.L2_FMT PRI  3             Pref/Excl:EXCLUSIVE

15:20:50.546 ISDN.L2_FMT PRI  3             D-Chan Indicated:NO

15:20:50.546 ISDN.L2_FMT PRI  3             Chan. Sel:FOLLOWS

15:20:50.546 ISDN.L2_FMT PRI  3          83 Numb/Map:NUMBER

15:20:50.546 ISDN.L2_FMT PRI  3          81 Channel:1

15:20:50.547 SB.CALL 579 Idle                 Called the call routine with 4811

15:20:50 SB.TGMgr Testing Trunk Access List NEC

15:20:50 SB.TGMgr Testing Trunk Access List FreeSWITCH

15:20:50 SB.TGMgr Trunk lists configured in TrunkGroup IPFLEX-GROUP deny SABR Routing

15:20:50 SB.TGMgr Testing Trunk Access List IPFlex

15:20:50 SB.TGMgr Trunk Access List IPFlex is Permitted

15:20:50 SB.TGMgr Trunk lists configured in TrunkGroup NEC-GROUP permit SABR Routing

15:20:50 SB.TGMgr For dialed number 4811, against template XXXX, on TrunkGroup NEC-GROUP, the score is 985

15:20:50 SB.TGMgr Testing Trunk Access List IPFlex

15:20:50 SB.TGMgr Trunk Access List IPFlex is Permitted

15:20:50 SB.TGMgr Trunk lists configured in TrunkGroup JHINTERCOM-GROUP permit SABR Routing

15:20:50 SB.TGMgr Testing Trunk Access List IPFlex

15:20:50 SB.TGMgr Trunk Access List IPFlex is Permitted

15:20:50 SB.TGMgr Trunk lists configured in TrunkGroup ELINTERCOM-GROUP permit SABR Routing

15:20:50 SB.TGMgr Testing Trunk Access List IPFlex

15:20:50 SB.TGMgr Trunk Access List IPFlex is Permitted

15:20:50 SB.TGMgr Trunk lists configured in TrunkGroup HSINTERCOM-GROUP permit SABR Routing

15:20:50.550 SB.CALL 579 Idle                 No LOCAL station matched dialed number (4811)

15:20:50.550 SB.CCM isMappable:

15:20:50.550 SB.CCM  :  Call Struct 0x0x4ed79e10 :   Call-ID = 579

15:20:50.550 SB.CCM  :  Org Acct = T01    Dst Acct = T02

15:20:50.550 SB.CCM  :  Org Port ID = Isdn(Ds1Ds0Trunk) 0/3.1   Dst Port ID = unknown 0/0

15:20:50.551 SB.CCM isMappable: Call Connection Type is TDM_TO_TDM

15:20:50.551 SB.CALL 579 Idle                 Call sent from T01 to T02 (4811)

15:20:50.551 SB.CALL 579 State change      >> Idle->Delivering

15:20:50.551 SB.CALL 579 Delivering           Called the clearCall routine

15:20:50.551 SB.CALL 579 Delivering           No available resources on call from T01 to T02 (last attempt)

15:20:50.551 SB.CALL 579 State change      >> Delivering->Clearing

15:20:50.552 ISDN.L2_FMT PRI  3  ==============================================

15:20:50.553 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:1   P/F:0

15:20:50.553 ISDN.L2_FMT PRI  3  ==============================================

15:20:50.553 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:1   Nr:1   P:0

15:20:50.553 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9ED6

15:20:50.554 ISDN.L2_FMT PRI  3    M - 45 DISCONNECT 

15:20:50.554 ISDN.L2_FMT PRI  3     IE - 08 CAUSE               Len=2

15:20:50.554 ISDN.L2_FMT PRI  3          80 Location:U

15:20:50.554 ISDN.L2_FMT PRI  3          A9 Cause:41 (TEMPORARY_FAILURE)

15:20:50.554 SB.CALL 579 Clearing             Called the clearResponse routine

15:20:50.555 SB.CALL 579 State change      >> Clearing->CallIdlePending

15:20:50.555 SB.CCM release:

15:20:50.555 SB.CCM  :  Call Struct 0x0x4ed79e10 :   Call-ID = 579

15:20:50.555 SB.CCM  :  Org Acct = T01    Dst Acct = T02

15:20:50.555 SB.CCM  :  Org Port ID = Isdn(Ds1Ds0Trunk) 0/3.1   Dst Port ID = unknown 0/0

15:20:50.555 SB.CCM release: Call Connection Type is TDM_TO_TDM

15:20:50.556 SB.CALL 579 CallIdlePending      ClearResponse sent from T01 to T02

15:20:50.560 ISDN.L2_FMT PRI  3  ==============================================

15:20:50.560 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:2   P/F:0

15:20:50.563 ISDN.L2_FMT PRI  3  ==============================================

15:20:50.563 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 INFO Ns:1   Nr:2   P:0

15:20:50.563 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:1ED6

15:20:50.564 ISDN.L2_FMT PRI  3    M - 4D RELEASE    

15:20:50.564 ISDN.L2_FMT PRI  3  ==============================================

15:20:50.564 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:2   P/F:0

15:20:50.565 ISDN.L2_FMT PRI  3  ==============================================

15:20:50.565 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:2   Nr:2   P:0

15:20:50.565 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9ED6

15:20:50.565 ISDN.L2_FMT PRI  3    M - 5A RELEASE_CMP

15:20:50.570 ISDN.L2_FMT PRI  3  ==============================================

15:20:50.571 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:3   P/F:0

15:20:52.274 ISDN.L2_FMT PRI  3  ==============================================

15:20:52.274 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 INFO Ns:2   Nr:3   P:0

15:20:52.275 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:1ED7

15:20:52.275 ISDN.L2_FMT PRI  3    M - 05 SETUP      

15:20:52.275 ISDN.L2_FMT PRI  3     IE - 04 BEARER CAPABILITY   Len=3

15:20:52.275 ISDN.L2_FMT PRI  3          80 Xfer Cap.:SPEECH           

15:20:52.275 ISDN.L2_FMT PRI  3          90 Xfer Rate:64k  

15:20:52.275 ISDN.L2_FMT PRI  3          A2 Layer 1:G.711 U-Law   

15:20:52.275 ISDN.L2_FMT PRI  3     IE - 18 CHANNEL ID          Len=3

15:20:52.275 ISDN.L2_FMT PRI  3          A9 Primary Rate

15:20:52.276 ISDN.L2_FMT PRI  3             Intfc ID:IMPLICIT

15:20:52.276 ISDN.L2_FMT PRI  3             Pref/Excl:EXCLUSIVE

15:20:52.276 ISDN.L2_FMT PRI  3             D-Chan Indicated:NO

15:20:52.276 ISDN.L2_FMT PRI  3             Chan. Sel:FOLLOWS

15:20:52.276 ISDN.L2_FMT PRI  3          83 Numb/Map:NUMBER

15:20:52.276 ISDN.L2_FMT PRI  3          81 Channel:1

15:20:52.276 ISDN.L2_FMT PRI  3     IE - 28 DISPLAY             Len=11

15:20:52.276 ISDN.L2_FMT PRI  3             Unavailable

15:20:52.276 ISDN.L2_FMT PRI  3     IE - 6C CALLING PARTY #     Len=12

15:20:52.277 ISDN.L2_FMT PRI  3          21 Numb. Type:NATIONAL     

15:20:52.277 ISDN.L2_FMT PRI  3             Numb. Plan:E.164         

15:20:52.277 ISDN.L2_FMT PRI  3          81 Presentation:ALLOWED    

15:20:52.277 ISDN.L2_FMT PRI  3             Screening:NTWK SCRN PASS

15:20:52.277 ISDN.L2_FMT PRI  3             Ph.# 1234567890

15:20:52.277 ISDN.L2_FMT PRI  3     IE - 70 CALLED PARTY #      Len=5

15:20:52.277 ISDN.L2_FMT PRI  3          80 Numb. Type:UNKNOWN      

15:20:52.277 ISDN.L2_FMT PRI  3             Numb. Plan:UNKNOWN       

15:20:52.277 ISDN.L2_FMT PRI  3             Ph.# 4811

15:20:52.281 ISDN.L2_FMT PRI  3  ==============================================

15:20:52.281 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:3   P/F:0

15:20:52.281 ISDN.L2_FMT PRI  3  ==============================================

15:20:52.281 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:3   Nr:3   P:0

15:20:52.281 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9ED7

15:20:52.282 ISDN.L2_FMT PRI  3    M - 02 CALL_PROC  

15:20:52.282 ISDN.L2_FMT PRI  3     IE - 18 CHANNEL ID          Len=3

15:20:52.282 ISDN.L2_FMT PRI  3          A9 Primary Rate

15:20:52.282 ISDN.L2_FMT PRI  3             Intfc ID:IMPLICIT

15:20:52.282 ISDN.L2_FMT PRI  3             Pref/Excl:EXCLUSIVE

15:20:52.282 ISDN.L2_FMT PRI  3             D-Chan Indicated:NO

15:20:52.282 ISDN.L2_FMT PRI  3             Chan. Sel:FOLLOWS

15:20:52.282 ISDN.L2_FMT PRI  3          83 Numb/Map:NUMBER

15:20:52.282 ISDN.L2_FMT PRI  3          81 Channel:1

15:20:52.283 SB.CALL 580 Idle                 Called the call routine with 4811

15:20:52 SB.TGMgr Testing Trunk Access List NEC

15:20:52 SB.TGMgr Testing Trunk Access List FreeSWITCH

15:20:52 SB.TGMgr Trunk lists configured in TrunkGroup IPFLEX-GROUP deny SABR Routing

15:20:52 SB.TGMgr Testing Trunk Access List IPFlex

15:20:52 SB.TGMgr Trunk Access List IPFlex is Permitted

15:20:52 SB.TGMgr Trunk lists configured in TrunkGroup NEC-GROUP permit SABR Routing

15:20:52 SB.TGMgr For dialed number 4811, against template XXXX, on TrunkGroup NEC-GROUP, the score is 985

15:20:52 SB.TGMgr Testing Trunk Access List IPFlex

15:20:52 SB.TGMgr Trunk Access List IPFlex is Permitted

15:20:52 SB.TGMgr Trunk lists configured in TrunkGroup JHINTERCOM-GROUP permit SABR Routing

15:20:52 SB.TGMgr Testing Trunk Access List IPFlex

15:20:52 SB.TGMgr Trunk Access List IPFlex is Permitted

15:20:52 SB.TGMgr Trunk lists configured in TrunkGroup ELINTERCOM-GROUP permit SABR Routing

15:20:52 SB.TGMgr Testing Trunk Access List IPFlex

15:20:52 SB.TGMgr Trunk Access List IPFlex is Permitted

15:20:52 SB.TGMgr Trunk lists configured in TrunkGroup HSINTERCOM-GROUP permit SABR Routing

15:20:52.286 SB.CALL 580 Idle                 No LOCAL station matched dialed number (4811)

15:20:52.286 SB.CCM isMappable:

15:20:52.286 SB.CCM  :  Call Struct 0x0x4ed68e10 :   Call-ID = 580

15:20:52.286 SB.CCM  :  Org Acct = T01    Dst Acct = T02

15:20:52.287 SB.CCM  :  Org Port ID = Isdn(Ds1Ds0Trunk) 0/3.1   Dst Port ID = unknown 0/0

15:20:52.287 SB.CCM isMappable: Call Connection Type is TDM_TO_TDM

15:20:52.287 SB.CALL 580 Idle                 Call sent from T01 to T02 (4811)

15:20:52.287 SB.CALL 580 State change      >> Idle->Delivering

15:20:52.287 SB.CALL 580 Delivering           Called the clearCall routine

15:20:52.288 SB.CALL 580 Delivering           No available resources on call from T01 to T02 (last attempt)

15:20:52.288 SB.CALL 580 State change      >> Delivering->Clearing

15:20:52.289 ISDN.L2_FMT PRI  3  ==============================================

15:20:52.289 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:4   P/F:0

15:20:52.289 ISDN.L2_FMT PRI  3  ==============================================

15:20:52.290 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:4   Nr:3   P:0

15:20:52.290 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9ED7

15:20:52.290 ISDN.L2_FMT PRI  3    M - 45 DISCONNECT 

15:20:52.290 ISDN.L2_FMT PRI  3     IE - 08 CAUSE               Len=2

15:20:52.290 ISDN.L2_FMT PRI  3          80 Location:U

15:20:52.290 ISDN.L2_FMT PRI  3          A9 Cause:41 (TEMPORARY_FAILURE)

15:20:52.291 SB.CALL 580 Clearing             Called the clearResponse routine

15:20:52.291 SB.CALL 580 State change      >> Clearing->CallIdlePending

15:20:52.291 SB.CCM release:

15:20:52.291 SB.CCM  :  Call Struct 0x0x4ed68e10 :   Call-ID = 580

15:20:52.292 SB.CCM  :  Org Acct = T01    Dst Acct = T02

15:20:52.292 SB.CCM  :  Org Port ID = Isdn(Ds1Ds0Trunk) 0/3.1   Dst Port ID = unknown 0/0

15:20:52.292 SB.CCM release: Call Connection Type is TDM_TO_TDM

15:20:52.292 SB.CALL 580 CallIdlePending      ClearResponse sent from T01 to T02

15:20:52.296 ISDN.L2_FMT PRI  3  ==============================================

15:20:52.297 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:5   P/F:0

15:20:52.300 ISDN.L2_FMT PRI  3  ==============================================

15:20:52.300 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 INFO Ns:3   Nr:5   P:0

15:20:52.300 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:1ED7

15:20:52.300 ISDN.L2_FMT PRI  3    M - 4D RELEASE    

15:20:52.300 ISDN.L2_FMT PRI  3  ==============================================

15:20:52.301 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:4   P/F:0

15:20:52.301 ISDN.L2_FMT PRI  3  ==============================================

15:20:52.301 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:5   Nr:4   P:0

15:20:52.301 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9ED7

15:20:52.301 ISDN.L2_FMT PRI  3    M - 5A RELEASE_CMP

15:20:52.307 ISDN.L2_FMT PRI  3  ==============================================

15:20:52.307 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:6   P/F:0

15:20:54.519 ISDN.L2_FMT PRI  3  ==============================================

15:20:54.519 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 INFO Ns:4   Nr:6   P:0

15:20:54.520 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:1ED8

15:20:54.520 ISDN.L2_FMT PRI  3    M - 05 SETUP      

15:20:54.520 ISDN.L2_FMT PRI  3     IE - 04 BEARER CAPABILITY   Len=3

15:20:54.520 ISDN.L2_FMT PRI  3          80 Xfer Cap.:SPEECH           

15:20:54.520 ISDN.L2_FMT PRI  3          90 Xfer Rate:64k  

15:20:54.520 ISDN.L2_FMT PRI  3          A2 Layer 1:G.711 U-Law   

15:20:54.520 ISDN.L2_FMT PRI  3     IE - 18 CHANNEL ID          Len=3

15:20:54.520 ISDN.L2_FMT PRI  3          A9 Primary Rate

15:20:54.521 ISDN.L2_FMT PRI  3             Intfc ID:IMPLICIT

15:20:54.521 ISDN.L2_FMT PRI  3             Pref/Excl:EXCLUSIVE

15:20:54.521 ISDN.L2_FMT PRI  3             D-Chan Indicated:NO

15:20:54.521 ISDN.L2_FMT PRI  3             Chan. Sel:FOLLOWS

15:20:54.521 ISDN.L2_FMT PRI  3          83 Numb/Map:NUMBER

15:20:54.521 ISDN.L2_FMT PRI  3          81 Channel:1

15:20:54.521 ISDN.L2_FMT PRI  3     IE - 28 DISPLAY             Len=11

15:20:54.521 ISDN.L2_FMT PRI  3             Unavailable

15:20:54.522 ISDN.L2_FMT PRI  3     IE - 6C CALLING PARTY #     Len=12

15:20:54.522 ISDN.L2_FMT PRI  3          21 Numb. Type:NATIONAL     

15:20:54.522 ISDN.L2_FMT PRI  3             Numb. Plan:E.164         

15:20:54.522 ISDN.L2_FMT PRI  3          81 Presentation:ALLOWED    

15:20:54.522 ISDN.L2_FMT PRI  3             Screening:NTWK SCRN PASS

15:20:54.522 ISDN.L2_FMT PRI  3             Ph.# 1234567890

15:20:54.522 ISDN.L2_FMT PRI  3     IE - 70 CALLED PARTY #      Len=5

15:20:54.522 ISDN.L2_FMT PRI  3          80 Numb. Type:UNKNOWN      

15:20:54.522 ISDN.L2_FMT PRI  3             Numb. Plan:UNKNOWN       

15:20:54.523 ISDN.L2_FMT PRI  3             Ph.# 4811

15:20:54.526 ISDN.L2_FMT PRI  3  ==============================================

15:20:54.526 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:5   P/F:0

15:20:54.526 ISDN.L2_FMT PRI  3  ==============================================

15:20:54.527 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:6   Nr:5   P:0

15:20:54.527 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9ED8

15:20:54.527 ISDN.L2_FMT PRI  3    M - 02 CALL_PROC  

15:20:54.527 ISDN.L2_FMT PRI  3     IE - 18 CHANNEL ID          Len=3

15:20:54.527 ISDN.L2_FMT PRI  3          A9 Primary Rate

15:20:54.527 ISDN.L2_FMT PRI  3             Intfc ID:IMPLICIT

15:20:54.527 ISDN.L2_FMT PRI  3             Pref/Excl:EXCLUSIVE

15:20:54.528 ISDN.L2_FMT PRI  3             D-Chan Indicated:NO

15:20:54.528 ISDN.L2_FMT PRI  3             Chan. Sel:FOLLOWS

15:20:54.528 ISDN.L2_FMT PRI  3          83 Numb/Map:NUMBER

15:20:54.528 ISDN.L2_FMT PRI  3          81 Channel:1

15:20:54.528 SB.CALL 581 Idle                 Called the call routine with 4811

15:20:54 SB.TGMgr Testing Trunk Access List NEC

15:20:54 SB.TGMgr Testing Trunk Access List FreeSWITCH

15:20:54 SB.TGMgr Trunk lists configured in TrunkGroup IPFLEX-GROUP deny SABR Routing

15:20:54 SB.TGMgr Testing Trunk Access List IPFlex

15:20:54 SB.TGMgr Trunk Access List IPFlex is Permitted

15:20:54 SB.TGMgr Trunk lists configured in TrunkGroup NEC-GROUP permit SABR Routing

15:20:54 SB.TGMgr For dialed number 4811, against template XXXX, on TrunkGroup NEC-GROUP, the score is 985

15:20:54 SB.TGMgr Testing Trunk Access List IPFlex

15:20:54 SB.TGMgr Trunk Access List IPFlex is Permitted

15:20:54 SB.TGMgr Trunk lists configured in TrunkGroup JHINTERCOM-GROUP permit SABR Routing

15:20:54 SB.TGMgr Testing Trunk Access List IPFlex

15:20:54 SB.TGMgr Trunk Access List IPFlex is Permitted

15:20:54 SB.TGMgr Trunk lists configured in TrunkGroup ELINTERCOM-GROUP permit SABR Routing

15:20:54 SB.TGMgr Testing Trunk Access List IPFlex

15:20:54 SB.TGMgr Trunk Access List IPFlex is Permitted

15:20:54 SB.TGMgr Trunk lists configured in TrunkGroup HSINTERCOM-GROUP permit SABR Routing

15:20:54.531 SB.CALL 581 Idle                 No LOCAL station matched dialed number (4811)

15:20:54.532 SB.CCM isMappable:

15:20:54.532 SB.CCM  :  Call Struct 0x0x4ed79e10 :   Call-ID = 581

15:20:54.532 SB.CCM  :  Org Acct = T01    Dst Acct = T02

15:20:54.532 SB.CCM  :  Org Port ID = Isdn(Ds1Ds0Trunk) 0/3.1   Dst Port ID = unknown 0/0

15:20:54.532 SB.CCM isMappable: Call Connection Type is TDM_TO_TDM

15:20:54.532 SB.CALL 581 Idle                 Call sent from T01 to T02 (4811)

15:20:54.533 SB.CALL 581 State change      >> Idle->Delivering

15:20:54.533 SB.CALL 581 Delivering           Called the clearCall routine

15:20:54.533 SB.CALL 581 Delivering           No available resources on call from T01 to T02 (last attempt)

15:20:54.533 SB.CALL 581 State change      >> Delivering->Clearing

15:20:54.534 ISDN.L2_FMT PRI  3  ==============================================

15:20:54.534 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:7   P/F:0

15:20:54.535 ISDN.L2_FMT PRI  3  ==============================================

15:20:54.535 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:7   Nr:5   P:0

15:20:54.535 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9ED8

15:20:54.535 ISDN.L2_FMT PRI  3    M - 45 DISCONNECT 

15:20:54.536 ISDN.L2_FMT PRI  3     IE - 08 CAUSE               Len=2

15:20:54.536 ISDN.L2_FMT PRI  3          80 Location:U

15:20:54.536 ISDN.L2_FMT PRI  3          A9 Cause:41 (TEMPORARY_FAILURE)

15:20:54.536 SB.CALL 581 Clearing             Called the clearResponse routine

15:20:54.536 SB.CALL 581 State change      >> Clearing->CallIdlePending

15:20:54.537 SB.CCM release:

15:20:54.537 SB.CCM  :  Call Struct 0x0x4ed79e10 :   Call-ID = 581

15:20:54.537 SB.CCM  :  Org Acct = T01    Dst Acct = T02

15:20:54.537 SB.CCM  :  Org Port ID = Isdn(Ds1Ds0Trunk) 0/3.1   Dst Port ID = unknown 0/0

15:20:54.537 SB.CCM release: Call Connection Type is TDM_TO_TDM

15:20:54.537 SB.CALL 581 CallIdlePending      ClearResponse sent from T01 to T02

15:20:54.542 ISDN.L2_FMT PRI  3  ==============================================

15:20:54.542 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:8   P/F:0

15:20:54.545 ISDN.L2_FMT PRI  3  ==============================================

15:20:54.545 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 INFO Ns:5   Nr:8   P:0

15:20:54.545 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:1ED8

15:20:54.546 ISDN.L2_FMT PRI  3    M - 4D RELEASE    

15:20:54.546 ISDN.L2_FMT PRI  3  ==============================================

15:20:54.546 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:6   P/F:0

15:20:54.546 ISDN.L2_FMT PRI  3  ==============================================

15:20:54.547 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:8   Nr:6   P:0

15:20:54.547 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9ED8

15:20:54.547 ISDN.L2_FMT PRI  3    M - 5A RELEASE_CMP

15:20:54.552 ISDN.L2_FMT PRI  3  ==============================================

15:20:54.553 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:9   P/F:0

15:20:56.053 ISDN.L2_FMT PRI  3  ==============================================

15:20:56.054 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 INFO Ns:6   Nr:9   P:0

15:20:56.054 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:1ED9

15:20:56.054 ISDN.L2_FMT PRI  3    M - 05 SETUP      

15:20:56.054 ISDN.L2_FMT PRI  3     IE - 04 BEARER CAPABILITY   Len=3

15:20:56.054 ISDN.L2_FMT PRI  3          80 Xfer Cap.:SPEECH           

15:20:56.054 ISDN.L2_FMT PRI  3          90 Xfer Rate:64k  

15:20:56.055 ISDN.L2_FMT PRI  3          A2 Layer 1:G.711 U-Law   

15:20:56.055 ISDN.L2_FMT PRI  3     IE - 18 CHANNEL ID          Len=3

15:20:56.055 ISDN.L2_FMT PRI  3          A9 Primary Rate

15:20:56.055 ISDN.L2_FMT PRI  3             Intfc ID:IMPLICIT

15:20:56.055 ISDN.L2_FMT PRI  3             Pref/Excl:EXCLUSIVE

15:20:56.055 ISDN.L2_FMT PRI  3             D-Chan Indicated:NO

15:20:56.055 ISDN.L2_FMT PRI  3             Chan. Sel:FOLLOWS

15:20:56.055 ISDN.L2_FMT PRI  3          83 Numb/Map:NUMBER

15:20:56.056 ISDN.L2_FMT PRI  3          81 Channel:1

15:20:56.056 ISDN.L2_FMT PRI  3     IE - 28 DISPLAY             Len=11

15:20:56.056 ISDN.L2_FMT PRI  3             Unavailable

15:20:56.056 ISDN.L2_FMT PRI  3     IE - 6C CALLING PARTY #     Len=12

15:20:56.056 ISDN.L2_FMT PRI  3          21 Numb. Type:NATIONAL     

15:20:56.056 ISDN.L2_FMT PRI  3             Numb. Plan:E.164         

15:20:56.056 ISDN.L2_FMT PRI  3          81 Presentation:ALLOWED    

15:20:56.056 ISDN.L2_FMT PRI  3             Screening:NTWK SCRN PASS

15:20:56.057 ISDN.L2_FMT PRI  3             Ph.# 1234567890

15:20:56.057 ISDN.L2_FMT PRI  3     IE - 70 CALLED PARTY #      Len=5

15:20:56.057 ISDN.L2_FMT PRI  3          80 Numb. Type:UNKNOWN      

15:20:56.057 ISDN.L2_FMT PRI  3             Numb. Plan:UNKNOWN       

15:20:56.057 ISDN.L2_FMT PRI  3             Ph.# 4811

15:20:56.060 ISDN.L2_FMT PRI  3  ==============================================

15:20:56.060 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:7   P/F:0

15:20:56.061 ISDN.L2_FMT PRI  3  ==============================================

15:20:56.061 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:9   Nr:7   P:0

15:20:56.061 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9ED9

15:20:56.061 ISDN.L2_FMT PRI  3    M - 02 CALL_PROC  

15:20:56.061 ISDN.L2_FMT PRI  3     IE - 18 CHANNEL ID          Len=3

15:20:56.061 ISDN.L2_FMT PRI  3          A9 Primary Rate

15:20:56.061 ISDN.L2_FMT PRI  3             Intfc ID:IMPLICIT

15:20:56.062 ISDN.L2_FMT PRI  3             Pref/Excl:EXCLUSIVE

15:20:56.062 ISDN.L2_FMT PRI  3             D-Chan Indicated:NO

15:20:56.062 ISDN.L2_FMT PRI  3             Chan. Sel:FOLLOWS

15:20:56.062 ISDN.L2_FMT PRI  3          83 Numb/Map:NUMBER

15:20:56.062 ISDN.L2_FMT PRI  3          81 Channel:1

15:20:56.063 SB.CALL 582 Idle                 Called the call routine with 4811

15:20:56 SB.TGMgr Testing Trunk Access List NEC

15:20:56 SB.TGMgr Testing Trunk Access List FreeSWITCH

15:20:56 SB.TGMgr Trunk lists configured in TrunkGroup IPFLEX-GROUP deny SABR Routing

15:20:56 SB.TGMgr Testing Trunk Access List IPFlex

15:20:56 SB.TGMgr Trunk Access List IPFlex is Permitted

15:20:56 SB.TGMgr Trunk lists configured in TrunkGroup NEC-GROUP permit SABR Routing

15:20:56 SB.TGMgr For dialed number 4811, against template XXXX, on TrunkGroup NEC-GROUP, the score is 985

15:20:56 SB.TGMgr Testing Trunk Access List IPFlex

15:20:56 SB.TGMgr Trunk Access List IPFlex is Permitted

15:20:56 SB.TGMgr Trunk lists configured in TrunkGroup JHINTERCOM-GROUP permit SABR Routing

15:20:56 SB.TGMgr Testing Trunk Access List IPFlex

15:20:56 SB.TGMgr Trunk Access List IPFlex is Permitted

15:20:56 SB.TGMgr Trunk lists configured in TrunkGroup ELINTERCOM-GROUP permit SABR Routing

15:20:56 SB.TGMgr Testing Trunk Access List IPFlex

15:20:56 SB.TGMgr Trunk Access List IPFlex is Permitted

15:20:56 SB.TGMgr Trunk lists configured in TrunkGroup HSINTERCOM-GROUP permit SABR Routing

15:20:56.065 SB.CALL 582 Idle                 No LOCAL station matched dialed number (4811)

15:20:56.065 SB.CCM isMappable:

15:20:56.066 SB.CCM  :  Call Struct 0x0x4ed68e10 :   Call-ID = 582

15:20:56.066 SB.CCM  :  Org Acct = T01    Dst Acct = T02

15:20:56.066 SB.CCM  :  Org Port ID = Isdn(Ds1Ds0Trunk) 0/3.1   Dst Port ID = unknown 0/0

15:20:56.066 SB.CCM isMappable: Call Connection Type is TDM_TO_TDM

15:20:56.066 SB.CALL 582 Idle                 Call sent from T01 to T02 (4811)

15:20:56.067 SB.CALL 582 State change      >> Idle->Delivering

15:20:56.067 SB.CALL 582 Delivering           Called the clearCall routine

15:20:56.067 SB.CALL 582 Delivering           No available resources on call from T01 to T02 (last attempt)

15:20:56.067 SB.CALL 582 State change      >> Delivering->Clearing

15:20:56.068 ISDN.L2_FMT PRI  3  ==============================================

15:20:56.068 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:10  P/F:0

15:20:56.069 ISDN.L2_FMT PRI  3  ==============================================

15:20:56.069 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:10  Nr:7   P:0

15:20:56.069 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9ED9

15:20:56.069 ISDN.L2_FMT PRI  3    M - 45 DISCONNECT 

15:20:56.069 ISDN.L2_FMT PRI  3     IE - 08 CAUSE               Len=2

15:20:56.070 ISDN.L2_FMT PRI  3          80 Location:U

15:20:56.070 ISDN.L2_FMT PRI  3          A9 Cause:41 (TEMPORARY_FAILURE)

15:20:56.070 SB.CALL 582 Clearing             Called the clearResponse routine

15:20:56.070 SB.CALL 582 State change      >> Clearing->CallIdlePending

15:20:56.071 SB.CCM release:

15:20:56.071 SB.CCM  :  Call Struct 0x0x4ed68e10 :   Call-ID = 582

15:20:56.071 SB.CCM  :  Org Acct = T01    Dst Acct = T02

15:20:56.071 SB.CCM  :  Org Port ID = Isdn(Ds1Ds0Trunk) 0/3.1   Dst Port ID = unknown 0/0

15:20:56.071 SB.CCM release: Call Connection Type is TDM_TO_TDM

15:20:56.071 SB.CALL 582 CallIdlePending      ClearResponse sent from T01 to T02

15:20:56.076 ISDN.L2_FMT PRI  3  ==============================================

15:20:56.076 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:11  P/F:0

15:20:56.079 ISDN.L2_FMT PRI  3  ==============================================

15:20:56.079 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 INFO Ns:7   Nr:11  P:0

15:20:56.079 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:1ED9

15:20:56.080 ISDN.L2_FMT PRI  3    M - 4D RELEASE    

15:20:56.080 ISDN.L2_FMT PRI  3  ==============================================

15:20:56.080 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:8   P/F:0

15:20:56.080 ISDN.L2_FMT PRI  3  ==============================================

15:20:56.081 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:11  Nr:8   P:0

15:20:56.081 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9ED9

15:20:56.081 ISDN.L2_FMT PRI  3    M - 5A RELEASE_CMP

15:20:56.086 ISDN.L2_FMT PRI  3  ==============================================

15:20:56.087 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:12  P/F:0

15:20:58.226 ISDN.L2_FMT PRI  3  ==============================================

15:20:58.226 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 INFO Ns:8   Nr:12  P:0

15:20:58.226 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:1EDA

15:20:58.226 ISDN.L2_FMT PRI  3    M - 05 SETUP      

15:20:58.227 ISDN.L2_FMT PRI  3     IE - 04 BEARER CAPABILITY   Len=3

15:20:58.227 ISDN.L2_FMT PRI  3          80 Xfer Cap.:SPEECH           

15:20:58.227 ISDN.L2_FMT PRI  3          90 Xfer Rate:64k  

15:20:58.227 ISDN.L2_FMT PRI  3          A2 Layer 1:G.711 U-Law   

15:20:58.227 ISDN.L2_FMT PRI  3     IE - 18 CHANNEL ID          Len=3

15:20:58.227 ISDN.L2_FMT PRI  3          A9 Primary Rate

15:20:58.227 ISDN.L2_FMT PRI  3             Intfc ID:IMPLICIT

15:20:58.227 ISDN.L2_FMT PRI  3             Pref/Excl:EXCLUSIVE

15:20:58.227 ISDN.L2_FMT PRI  3             D-Chan Indicated:NO

15:20:58.228 ISDN.L2_FMT PRI  3             Chan. Sel:FOLLOWS

15:20:58.228 ISDN.L2_FMT PRI  3          83 Numb/Map:NUMBER

15:20:58.228 ISDN.L2_FMT PRI  3          81 Channel:1

15:20:58.228 ISDN.L2_FMT PRI  3     IE - 28 DISPLAY             Len=11

15:20:58.228 ISDN.L2_FMT PRI  3             Unavailable

15:20:58.228 ISDN.L2_FMT PRI  3     IE - 6C CALLING PARTY #     Len=12

15:20:58.228 ISDN.L2_FMT PRI  3          21 Numb. Type:NATIONAL     

15:20:58.228 ISDN.L2_FMT PRI  3             Numb. Plan:E.164         

15:20:58.228 ISDN.L2_FMT PRI  3          81 Presentation:ALLOWED    

15:20:58.229 ISDN.L2_FMT PRI  3             Screening:NTWK SCRN PASS

15:20:58.229 ISDN.L2_FMT PRI  3             Ph.# 1234567890

15:20:58.229 ISDN.L2_FMT PRI  3     IE - 70 CALLED PARTY #      Len=5

15:20:58.229 ISDN.L2_FMT PRI  3          80 Numb. Type:UNKNOWN      

15:20:58.229 ISDN.L2_FMT PRI  3             Numb. Plan:UNKNOWN       

15:20:58.229 ISDN.L2_FMT PRI  3             Ph.# 4811

15:20:58.232 ISDN.L2_FMT PRI  3  ==============================================

15:20:58.233 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:9   P/F:0

15:20:58.233 ISDN.L2_FMT PRI  3  ==============================================

15:20:58.233 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:12  Nr:9   P:0

15:20:58.233 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9EDA

15:20:58.233 ISDN.L2_FMT PRI  3    M - 02 CALL_PROC  

15:20:58.233 ISDN.L2_FMT PRI  3     IE - 18 CHANNEL ID          Len=3

15:20:58.233 ISDN.L2_FMT PRI  3          A9 Primary Rate

15:20:58.234 ISDN.L2_FMT PRI  3             Intfc ID:IMPLICIT

15:20:58.234 ISDN.L2_FMT PRI  3             Pref/Excl:EXCLUSIVE

15:20:58.234 ISDN.L2_FMT PRI  3             D-Chan Indicated:NO

15:20:58.234 ISDN.L2_FMT PRI  3             Chan. Sel:FOLLOWS

15:20:58.234 ISDN.L2_FMT PRI  3          83 Numb/Map:NUMBER

15:20:58.234 ISDN.L2_FMT PRI  3          81 Channel:1

15:20:58.235 SB.CALL 583 Idle                 Called the call routine with 4811

15:20:58 SB.TGMgr Testing Trunk Access List NEC

15:20:58 SB.TGMgr Testing Trunk Access List FreeSWITCH

15:20:58 SB.TGMgr Trunk lists configured in TrunkGroup IPFLEX-GROUP deny SABR Routing

15:20:58 SB.TGMgr Testing Trunk Access List IPFlex

15:20:58 SB.TGMgr Trunk Access List IPFlex is Permitted

15:20:58 SB.TGMgr Trunk lists configured in TrunkGroup NEC-GROUP permit SABR Routing

15:20:58 SB.TGMgr For dialed number 4811, against template XXXX, on TrunkGroup NEC-GROUP, the score is 985

15:20:58 SB.TGMgr Testing Trunk Access List IPFlex

15:20:58 SB.TGMgr Trunk Access List IPFlex is Permitted

15:20:58 SB.TGMgr Trunk lists configured in TrunkGroup JHINTERCOM-GROUP permit SABR Routing

15:20:58 SB.TGMgr Testing Trunk Access List IPFlex

15:20:58 SB.TGMgr Trunk Access List IPFlex is Permitted

15:20:58 SB.TGMgr Trunk lists configured in TrunkGroup ELINTERCOM-GROUP permit SABR Routing

15:20:58 SB.TGMgr Testing Trunk Access List IPFlex

15:20:58 SB.TGMgr Trunk Access List IPFlex is Permitted

15:20:58 SB.TGMgr Trunk lists configured in TrunkGroup HSINTERCOM-GROUP permit SABR Routing

15:20:58.238 SB.CALL 583 Idle                 No LOCAL station matched dialed number (4811)

15:20:58.238 SB.CCM isMappable:

15:20:58.238 SB.CCM  :  Call Struct 0x0x4ed79e10 :   Call-ID = 583

15:20:58.238 SB.CCM  :  Org Acct = T01    Dst Acct = T02

15:20:58.238 SB.CCM  :  Org Port ID = Isdn(Ds1Ds0Trunk) 0/3.1   Dst Port ID = unknown 0/0

15:20:58.238 SB.CCM isMappable: Call Connection Type is TDM_TO_TDM

15:20:58.239 SB.CALL 583 Idle                 Call sent from T01 to T02 (4811)

15:20:58.239 SB.CALL 583 State change      >> Idle->Delivering

15:20:58.239 SB.CALL 583 Delivering           Called the clearCall routine

15:20:58.239 SB.CALL 583 Delivering           No available resources on call from T01 to T02 (last attempt)

15:20:58.239 SB.CALL 583 State change      >> Delivering->Clearing

15:20:58.240 ISDN.L2_FMT PRI  3  ==============================================

15:20:58.241 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:13  P/F:0

15:20:58.241 ISDN.L2_FMT PRI  3  ==============================================

15:20:58.242 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:13  Nr:9   P:0

15:20:58.242 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9EDA

15:20:58.242 ISDN.L2_FMT PRI  3    M - 45 DISCONNECT 

15:20:58.242 ISDN.L2_FMT PRI  3     IE - 08 CAUSE               Len=2

15:20:58.242 ISDN.L2_FMT PRI  3          80 Location:U

15:20:58.242 ISDN.L2_FMT PRI  3          A9 Cause:41 (TEMPORARY_FAILURE)

15:20:58.243 SB.CALL 583 Clearing             Called the clearResponse routine

15:20:58.243 SB.CALL 583 State change      >> Clearing->CallIdlePending

15:20:58.243 SB.CCM release:

15:20:58.243 SB.CCM  :  Call Struct 0x0x4ed79e10 :   Call-ID = 583

15:20:58.243 SB.CCM  :  Org Acct = T01    Dst Acct = T02

15:20:58.244 SB.CCM  :  Org Port ID = Isdn(Ds1Ds0Trunk) 0/3.1   Dst Port ID = unknown 0/0

15:20:58.244 SB.CCM release: Call Connection Type is TDM_TO_TDM

15:20:58.244 SB.CALL 583 CallIdlePending      ClearResponse sent from T01 to T02

15:20:58.248 ISDN.L2_FMT PRI  3  ==============================================

15:20:58.248 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:14  P/F:0

15:20:58.251 ISDN.L2_FMT PRI  3  ==============================================

15:20:58.252 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 INFO Ns:9   Nr:14  P:0

15:20:58.252 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:1EDA

15:20:58.252 ISDN.L2_FMT PRI  3    M - 4D RELEASE    

15:20:58.252 ISDN.L2_FMT PRI  3  ==============================================

15:20:58.253 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:10  P/F:0

15:20:58.253 ISDN.L2_FMT PRI  3  ==============================================

15:20:58.253 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:14  Nr:10  P:0

15:20:58.253 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9EDA

15:20:58.253 ISDN.L2_FMT PRI  3    M - 5A RELEASE_CMP

15:20:58.259 ISDN.L2_FMT PRI  3  ==============================================

15:20:58.259 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:15  P/F:0

15:20:59.528 ISDN.L2_FMT PRI  4  ==============================================

15:20:59.528 ISDN.L2_FMT PRI  4    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:4   P/F:1

15:20:59.532 ISDN.L2_FMT PRI  4  ==============================================

15:20:59.532 ISDN.L2_FMT PRI  4    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:6   P/F:1

15:20:59.912 ISDN.L2_FMT PRI  3  ==============================================

15:20:59.913 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 INFO Ns:10  Nr:15  P:0

15:20:59.913 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:1EDB

15:20:59.913 ISDN.L2_FMT PRI  3    M - 05 SETUP      

15:20:59.914 ISDN.L2_FMT PRI  3     IE - 04 BEARER CAPABILITY   Len=3

15:20:59.914 ISDN.L2_FMT PRI  3          80 Xfer Cap.:SPEECH           

15:20:59.914 ISDN.L2_FMT PRI  3          90 Xfer Rate:64k  

15:20:59.914 ISDN.L2_FMT PRI  3          A2 Layer 1:G.711 U-Law   

15:20:59.914 ISDN.L2_FMT PRI  3     IE - 18 CHANNEL ID          Len=3

15:20:59.914 ISDN.L2_FMT PRI  3          A9 Primary Rate

15:20:59.914 ISDN.L2_FMT PRI  3             Intfc ID:IMPLICIT

15:20:59.914 ISDN.L2_FMT PRI  3             Pref/Excl:EXCLUSIVE

15:20:59.915 ISDN.L2_FMT PRI  3             D-Chan Indicated:NO

15:20:59.915 ISDN.L2_FMT PRI  3             Chan. Sel:FOLLOWS

15:20:59.915 ISDN.L2_FMT PRI  3          83 Numb/Map:NUMBER

15:20:59.915 ISDN.L2_FMT PRI  3          81 Channel:1

15:20:59.915 ISDN.L2_FMT PRI  3     IE - 28 DISPLAY             Len=11

15:20:59.915 ISDN.L2_FMT PRI  3             Unavailable

15:20:59.915 ISDN.L2_FMT PRI  3     IE - 6C CALLING PARTY #     Len=12

15:20:59.915 ISDN.L2_FMT PRI  3          21 Numb. Type:NATIONAL     

15:20:59.915 ISDN.L2_FMT PRI  3             Numb. Plan:E.164         

15:20:59.916 ISDN.L2_FMT PRI  3          81 Presentation:ALLOWED    

15:20:59.916 ISDN.L2_FMT PRI  3             Screening:NTWK SCRN PASS

15:20:59.916 ISDN.L2_FMT PRI  3             Ph.# 1234567890

15:20:59.916 ISDN.L2_FMT PRI  3     IE - 70 CALLED PARTY #      Len=5

15:20:59.916 ISDN.L2_FMT PRI  3          80 Numb. Type:UNKNOWN      

15:20:59.916 ISDN.L2_FMT PRI  3             Numb. Plan:UNKNOWN       

15:20:59.916 ISDN.L2_FMT PRI  3             Ph.# 4811

15:20:59.919 ISDN.L2_FMT PRI  3  ==============================================

15:20:59.920 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:11  P/F:0

15:20:59.920 ISDN.L2_FMT PRI  3  ==============================================

15:20:59.920 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:15  Nr:11  P:0

15:20:59.920 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9EDB

15:20:59.920 ISDN.L2_FMT PRI  3    M - 02 CALL_PROC  

15:20:59.921 ISDN.L2_FMT PRI  3     IE - 18 CHANNEL ID          Len=3

15:20:59.921 ISDN.L2_FMT PRI  3          A9 Primary Rate

15:20:59.921 ISDN.L2_FMT PRI  3             Intfc ID:IMPLICIT

15:20:59.921 ISDN.L2_FMT PRI  3             Pref/Excl:EXCLUSIVE

15:20:59.921 ISDN.L2_FMT PRI  3             D-Chan Indicated:NO

15:20:59.921 ISDN.L2_FMT PRI  3             Chan. Sel:FOLLOWS

15:20:59.921 ISDN.L2_FMT PRI  3          83 Numb/Map:NUMBER

15:20:59.921 ISDN.L2_FMT PRI  3          81 Channel:1

15:20:59.922 SB.CALL 584 Idle                 Called the call routine with 4811

15:20:59 SB.TGMgr Testing Trunk Access List NEC

15:20:59 SB.TGMgr Testing Trunk Access List FreeSWITCH

15:20:59 SB.TGMgr Trunk lists configured in TrunkGroup IPFLEX-GROUP deny SABR Routing

15:20:59 SB.TGMgr Testing Trunk Access List IPFlex

15:20:59 SB.TGMgr Trunk Access List IPFlex is Permitted

15:20:59 SB.TGMgr Trunk lists configured in TrunkGroup NEC-GROUP permit SABR Routing

15:20:59 SB.TGMgr For dialed number 4811, against template XXXX, on TrunkGroup NEC-GROUP, the score is 985

15:20:59 SB.TGMgr Testing Trunk Access List IPFlex

15:20:59 SB.TGMgr Trunk Access List IPFlex is Permitted

15:20:59 SB.TGMgr Trunk lists configured in TrunkGroup JHINTERCOM-GROUP permit SABR Routing

15:20:59 SB.TGMgr Testing Trunk Access List IPFlex

15:20:59 SB.TGMgr Trunk Access List IPFlex is Permitted

15:20:59 SB.TGMgr Trunk lists configured in TrunkGroup ELINTERCOM-GROUP permit SABR Routing

15:20:59 SB.TGMgr Testing Trunk Access List IPFlex

15:20:59 SB.TGMgr Trunk Access List IPFlex is Permitted

15:20:59 SB.TGMgr Trunk lists configured in TrunkGroup HSINTERCOM-GROUP permit SABR Routing

15:20:59.925 SB.CALL 584 Idle                 No LOCAL station matched dialed number (4811)

15:20:59.925 SB.CCM isMappable:

15:20:59.925 SB.CCM  :  Call Struct 0x0x4ed68e10 :   Call-ID = 584

15:20:59.925 SB.CCM  :  Org Acct = T01    Dst Acct = T02

15:20:59.925 SB.CCM  :  Org Port ID = Isdn(Ds1Ds0Trunk) 0/3.1   Dst Port ID = unknown 0/0

15:20:59.925 SB.CCM isMappable: Call Connection Type is TDM_TO_TDM

15:20:59.926 SB.CALL 584 Idle                 Call sent from T01 to T02 (4811)

15:20:59.926 SB.CALL 584 State change      >> Idle->Delivering

15:20:59.926 SB.CALL 584 Delivering           Called the clearCall routine

15:20:59.926 SB.CALL 584 Delivering           No available resources on call from T01 to T02 (last attempt)

15:20:59.926 SB.CALL 584 State change      >> Delivering->Clearing

15:20:59.928 ISDN.L2_FMT PRI  3  ==============================================

15:20:59.928 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:16  Nr:11  P:0

15:20:59.928 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9EDB

15:20:59.928 ISDN.L2_FMT PRI  3    M - 45 DISCONNECT 

15:20:59.928 ISDN.L2_FMT PRI  3     IE - 08 CAUSE               Len=2

15:20:59.929 ISDN.L2_FMT PRI  3          80 Location:U

15:20:59.929 ISDN.L2_FMT PRI  3          A9 Cause:41 (TEMPORARY_FAILURE)

15:20:59.929 ISDN.L2_FMT PRI  3  ==============================================

15:20:59.929 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:16  P/F:0

15:20:59.930 SB.CALL 584 Clearing             Called the clearResponse routine

15:20:59.930 SB.CALL 584 State change      >> Clearing->CallIdlePending

15:20:59.930 SB.CCM release:

15:20:59.930 SB.CCM  :  Call Struct 0x0x4ed68e10 :   Call-ID = 584

15:20:59.930 SB.CCM  :  Org Acct = T01    Dst Acct = T02

15:20:59.930 SB.CCM  :  Org Port ID = Isdn(Ds1Ds0Trunk) 0/3.1   Dst Port ID = unknown 0/0

15:20:59.931 SB.CCM release: Call Connection Type is TDM_TO_TDM

15:20:59.931 SB.CALL 584 CallIdlePending      ClearResponse sent from T01 to T02

15:20:59.935 ISDN.L2_FMT PRI  3  ==============================================

15:20:59.935 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:17  P/F:0

15:20:59.938 ISDN.L2_FMT PRI  3  ==============================================

15:20:59.938 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 INFO Ns:11  Nr:17  P:0

15:20:59.939 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:1EDB

15:20:59.939 ISDN.L2_FMT PRI  3    M - 4D RELEASE    

15:20:59.939 ISDN.L2_FMT PRI  3  ==============================================

15:20:59.940 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:12  P/F:0

15:20:59.940 ISDN.L2_FMT PRI  3  ==============================================

15:20:59.940 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:17  Nr:12  P:0

15:20:59.940 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9EDB

15:20:59.940 ISDN.L2_FMT PRI  3    M - 5A RELEASE_CMP

15:20:59.946 ISDN.L2_FMT PRI  3  ==============================================

15:20:59.946 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:18  P/F:0

15:21:02.376 ISDN.L2_FMT PRI  3  ==============================================

15:21:02.377 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 INFO Ns:12  Nr:18  P:0

15:21:02.377 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:1EDC

15:21:02.377 ISDN.L2_FMT PRI  3    M - 05 SETUP      

15:21:02.377 ISDN.L2_FMT PRI  3     IE - 04 BEARER CAPABILITY   Len=3

15:21:02.377 ISDN.L2_FMT PRI  3          80 Xfer Cap.:SPEECH           

15:21:02.378 ISDN.L2_FMT PRI  3          90 Xfer Rate:64k  

15:21:02.378 ISDN.L2_FMT PRI  3          A2 Layer 1:G.711 U-Law   

15:21:02.378 ISDN.L2_FMT PRI  3     IE - 18 CHANNEL ID          Len=3

15:21:02.378 ISDN.L2_FMT PRI  3          A9 Primary Rate

15:21:02.378 ISDN.L2_FMT PRI  3             Intfc ID:IMPLICIT

15:21:02.378 ISDN.L2_FMT PRI  3             Pref/Excl:EXCLUSIVE

15:21:02.378 ISDN.L2_FMT PRI  3             D-Chan Indicated:NO

15:21:02.378 ISDN.L2_FMT PRI  3             Chan. Sel:FOLLOWS

15:21:02.379 ISDN.L2_FMT PRI  3          83 Numb/Map:NUMBER

15:21:02.379 ISDN.L2_FMT PRI  3          81 Channel:1

15:21:02.379 ISDN.L2_FMT PRI  3     IE - 28 DISPLAY             Len=11

15:21:02.379 ISDN.L2_FMT PRI  3             Unavailable

15:21:02.379 ISDN.L2_FMT PRI  3     IE - 6C CALLING PARTY #     Len=12

15:21:02.379 ISDN.L2_FMT PRI  3          21 Numb. Type:NATIONAL     

15:21:02.379 ISDN.L2_FMT PRI  3             Numb. Plan:E.164         

15:21:02.379 ISDN.L2_FMT PRI  3          81 Presentation:ALLOWED    

15:21:02.380 ISDN.L2_FMT PRI  3             Screening:NTWK SCRN PASS

15:21:02.380 ISDN.L2_FMT PRI  3             Ph.# 1234567890

15:21:02.380 ISDN.L2_FMT PRI  3     IE - 70 CALLED PARTY #      Len=5

15:21:02.380 ISDN.L2_FMT PRI  3          80 Numb. Type:UNKNOWN      

15:21:02.380 ISDN.L2_FMT PRI  3             Numb. Plan:UNKNOWN       

15:21:02.380 ISDN.L2_FMT PRI  3             Ph.# 4811

15:21:02.383 ISDN.L2_FMT PRI  3  ==============================================

15:21:02.384 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:13  P/F:0

15:21:02.384 ISDN.L2_FMT PRI  3  ==============================================

15:21:02.384 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:18  Nr:13  P:0

15:21:02.384 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9EDC

15:21:02.384 ISDN.L2_FMT PRI  3    M - 02 CALL_PROC  

15:21:02.384 ISDN.L2_FMT PRI  3     IE - 18 CHANNEL ID          Len=3

15:21:02.385 ISDN.L2_FMT PRI  3          A9 Primary Rate

15:21:02.385 ISDN.L2_FMT PRI  3             Intfc ID:IMPLICIT

15:21:02.385 ISDN.L2_FMT PRI  3             Pref/Excl:EXCLUSIVE

15:21:02.385 ISDN.L2_FMT PRI  3             D-Chan Indicated:NO

15:21:02.385 ISDN.L2_FMT PRI  3             Chan. Sel:FOLLOWS

15:21:02.385 ISDN.L2_FMT PRI  3          83 Numb/Map:NUMBER

15:21:02.385 ISDN.L2_FMT PRI  3          81 Channel:1

15:21:02.386 SB.CALL 585 Idle                 Called the call routine with 4811

15:21:02 SB.TGMgr Testing Trunk Access List NEC

15:21:02 SB.TGMgr Testing Trunk Access List FreeSWITCH

15:21:02 SB.TGMgr Trunk lists configured in TrunkGroup IPFLEX-GROUP deny SABR Routing

15:21:02 SB.TGMgr Testing Trunk Access List IPFlex

15:21:02 SB.TGMgr Trunk Access List IPFlex is Permitted

15:21:02 SB.TGMgr Trunk lists configured in TrunkGroup NEC-GROUP permit SABR Routing

15:21:02 SB.TGMgr For dialed number 4811, against template XXXX, on TrunkGroup NEC-GROUP, the score is 985

15:21:02 SB.TGMgr Testing Trunk Access List IPFlex

15:21:02 SB.TGMgr Trunk Access List IPFlex is Permitted

15:21:02 SB.TGMgr Trunk lists configured in TrunkGroup JHINTERCOM-GROUP permit SABR Routing

15:21:02 SB.TGMgr Testing Trunk Access List IPFlex

15:21:02 SB.TGMgr Trunk Access List IPFlex is Permitted

15:21:02 SB.TGMgr Trunk lists configured in TrunkGroup ELINTERCOM-GROUP permit SABR Routing

15:21:02 SB.TGMgr Testing Trunk Access List IPFlex

15:21:02 SB.TGMgr Trunk Access List IPFlex is Permitted

15:21:02 SB.TGMgr Trunk lists configured in TrunkGroup HSINTERCOM-GROUP permit SABR Routing

15:21:02.389 SB.CALL 585 Idle                 No LOCAL station matched dialed number (4811)

15:21:02.389 SB.CCM isMappable:

15:21:02.389 SB.CCM  :  Call Struct 0x0x4ed79e10 :   Call-ID = 585

15:21:02.389 SB.CCM  :  Org Acct = T01    Dst Acct = T02

15:21:02.389 SB.CCM  :  Org Port ID = Isdn(Ds1Ds0Trunk) 0/3.1   Dst Port ID = unknown 0/0

15:21:02.390 SB.CCM isMappable: Call Connection Type is TDM_TO_TDM

15:21:02.390 SB.CALL 585 Idle                 Call sent from T01 to T02 (4811)

15:21:02.390 SB.CALL 585 State change      >> Idle->Delivering

15:21:02.390 SB.CALL 585 Delivering           Called the clearCall routine

15:21:02.390 SB.CALL 585 Delivering           No available resources on call from T01 to T02 (last attempt)

15:21:02.390 SB.CALL 585 State change      >> Delivering->Clearing

15:21:02.391 ISDN.L2_FMT PRI  3  ==============================================

15:21:02.392 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:19  P/F:0

15:21:02.392 ISDN.L2_FMT PRI  3  ==============================================

15:21:02.392 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:19  Nr:13  P:0

15:21:02.393 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9EDC

15:21:02.393 ISDN.L2_FMT PRI  3    M - 45 DISCONNECT 

15:21:02.393 ISDN.L2_FMT PRI  3     IE - 08 CAUSE               Len=2

15:21:02.393 ISDN.L2_FMT PRI  3          80 Location:U

15:21:02.393 ISDN.L2_FMT PRI  3          A9 Cause:41 (TEMPORARY_FAILURE)

15:21:02.394 SB.CALL 585 Clearing             Called the clearResponse routine

15:21:02.394 SB.CALL 585 State change      >> Clearing->CallIdlePending

15:21:02.394 SB.CCM release:

15:21:02.394 SB.CCM  :  Call Struct 0x0x4ed79e10 :   Call-ID = 585

15:21:02.394 SB.CCM  :  Org Acct = T01    Dst Acct = T02

15:21:02.394 SB.CCM  :  Org Port ID = Isdn(Ds1Ds0Trunk) 0/3.1   Dst Port ID = unknown 0/0

15:21:02.395 SB.CCM release: Call Connection Type is TDM_TO_TDM

15:21:02.395 SB.CALL 585 CallIdlePending      ClearResponse sent from T01 to T02

15:21:02.399 ISDN.L2_FMT PRI  3  ==============================================

15:21:02.399 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:20  P/F:0

15:21:02.403 ISDN.L2_FMT PRI  3  ==============================================

15:21:02.403 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 INFO Ns:13  Nr:20  P:0

15:21:02.403 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:1EDC

15:21:02.403 ISDN.L2_FMT PRI  3    M - 4D RELEASE    

15:21:02.404 ISDN.L2_FMT PRI  3  ==============================================

15:21:02.404 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:14  P/F:0

15:21:02.404 ISDN.L2_FMT PRI  3  ==============================================

15:21:02.404 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:20  Nr:14  P:0

15:21:02.404 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9EDC

15:21:02.404 ISDN.L2_FMT PRI  3    M - 5A RELEASE_CMP

15:21:02.410 ISDN.L2_FMT PRI  3  ==============================================

15:21:02.410 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:21  P/F:0

15:21:19.419 ISDN.L2_FMT PRI  3  ==============================================

15:21:19.420 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 INFO Ns:14  Nr:21  P:0

15:21:19.420 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:1EDD

15:21:19.420 ISDN.L2_FMT PRI  3    M - 05 SETUP      

15:21:19.420 ISDN.L2_FMT PRI  3     IE - 04 BEARER CAPABILITY   Len=3

15:21:19.420 ISDN.L2_FMT PRI  3          80 Xfer Cap.:SPEECH           

15:21:19.420 ISDN.L2_FMT PRI  3          90 Xfer Rate:64k  

15:21:19.421 ISDN.L2_FMT PRI  3          A2 Layer 1:G.711 U-Law   

15:21:19.421 ISDN.L2_FMT PRI  3     IE - 18 CHANNEL ID          Len=3

15:21:19.421 ISDN.L2_FMT PRI  3          A9 Primary Rate

15:21:19.421 ISDN.L2_FMT PRI  3             Intfc ID:IMPLICIT

15:21:19.421 ISDN.L2_FMT PRI  3             Pref/Excl:EXCLUSIVE

15:21:19.421 ISDN.L2_FMT PRI  3             D-Chan Indicated:NO

15:21:19.421 ISDN.L2_FMT PRI  3             Chan. Sel:FOLLOWS

15:21:19.421 ISDN.L2_FMT PRI  3          83 Numb/Map:NUMBER

15:21:19.421 ISDN.L2_FMT PRI  3          81 Channel:1

15:21:19.422 ISDN.L2_FMT PRI  3     IE - 28 DISPLAY             Len=11

15:21:19.422 ISDN.L2_FMT PRI  3             Unavailable

15:21:19.422 ISDN.L2_FMT PRI  3     IE - 6C CALLING PARTY #     Len=12

15:21:19.422 ISDN.L2_FMT PRI  3          21 Numb. Type:NATIONAL     

15:21:19.422 ISDN.L2_FMT PRI  3             Numb. Plan:E.164         

15:21:19.422 ISDN.L2_FMT PRI  3          81 Presentation:ALLOWED    

15:21:19.422 ISDN.L2_FMT PRI  3             Screening:NTWK SCRN PASS

15:21:19.422 ISDN.L2_FMT PRI  3             Ph.# 1234567890

15:21:19.423 ISDN.L2_FMT PRI  3     IE - 70 CALLED PARTY #      Len=5

15:21:19.423 ISDN.L2_FMT PRI  3          80 Numb. Type:UNKNOWN      

15:21:19.423 ISDN.L2_FMT PRI  3             Numb. Plan:UNKNOWN       

15:21:19.423 ISDN.L2_FMT PRI  3             Ph.# 4815

15:21:19.426 ISDN.L2_FMT PRI  3  ==============================================

15:21:19.426 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:15  P/F:0

15:21:19.427 ISDN.L2_FMT PRI  3  ==============================================

15:21:19.427 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:21  Nr:15  P:0

15:21:19.427 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9EDD

15:21:19.427 ISDN.L2_FMT PRI  3    M - 02 CALL_PROC  

15:21:19.427 ISDN.L2_FMT PRI  3     IE - 18 CHANNEL ID          Len=3

15:21:19.427 ISDN.L2_FMT PRI  3          A9 Primary Rate

15:21:19.427 ISDN.L2_FMT PRI  3             Intfc ID:IMPLICIT

15:21:19.428 ISDN.L2_FMT PRI  3             Pref/Excl:EXCLUSIVE

15:21:19.428 ISDN.L2_FMT PRI  3             D-Chan Indicated:NO

15:21:19.428 ISDN.L2_FMT PRI  3             Chan. Sel:FOLLOWS

15:21:19.428 ISDN.L2_FMT PRI  3          83 Numb/Map:NUMBER

15:21:19.428 ISDN.L2_FMT PRI  3          81 Channel:1

15:21:19.429 SB.CALL 586 Idle                 Called the call routine with 4815

15:21:19 SB.TGMgr Testing Trunk Access List NEC

15:21:19 SB.TGMgr Testing Trunk Access List FreeSWITCH

15:21:19 SB.TGMgr Trunk lists configured in TrunkGroup IPFLEX-GROUP deny SABR Routing

15:21:19 SB.TGMgr Testing Trunk Access List IPFlex

15:21:19 SB.TGMgr Trunk Access List IPFlex is Permitted

15:21:19 SB.TGMgr Trunk lists configured in TrunkGroup NEC-GROUP permit SABR Routing

15:21:19 SB.TGMgr For dialed number 4815, against template XXXX, on TrunkGroup NEC-GROUP, the score is 985

15:21:19 SB.TGMgr Testing Trunk Access List IPFlex

15:21:19 SB.TGMgr Trunk Access List IPFlex is Permitted

15:21:19 SB.TGMgr Trunk lists configured in TrunkGroup JHINTERCOM-GROUP permit SABR Routing

15:21:19 SB.TGMgr Testing Trunk Access List IPFlex

15:21:19 SB.TGMgr Trunk Access List IPFlex is Permitted

15:21:19 SB.TGMgr Trunk lists configured in TrunkGroup ELINTERCOM-GROUP permit SABR Routing

15:21:19 SB.TGMgr Testing Trunk Access List IPFlex

15:21:19 SB.TGMgr Trunk Access List IPFlex is Permitted

15:21:19 SB.TGMgr Trunk lists configured in TrunkGroup HSINTERCOM-GROUP permit SABR Routing

15:21:19.431 SB.CALL 586 Idle                 No LOCAL station matched dialed number (4815)

15:21:19.432 SB.CCM isMappable:

15:21:19.432 SB.CCM  :  Call Struct 0x0x4ed68e10 :   Call-ID = 586

15:21:19.432 SB.CCM  :  Org Acct = T01    Dst Acct = T02

15:21:19.432 SB.CCM  :  Org Port ID = Isdn(Ds1Ds0Trunk) 0/3.1   Dst Port ID = unknown 0/0

15:21:19.432 SB.CCM isMappable: Call Connection Type is TDM_TO_TDM

15:21:19.432 SB.CALL 586 Idle                 Call sent from T01 to T02 (4815)

15:21:19.433 SB.CALL 586 State change      >> Idle->Delivering

15:21:19.433 SB.CALL 586 Delivering           Called the clearCall routine

15:21:19.433 SB.CALL 586 Delivering           No available resources on call from T01 to T02 (last attempt)

15:21:19.433 SB.CALL 586 State change      >> Delivering->Clearing

15:21:19.434 ISDN.L2_FMT PRI  3  ==============================================

15:21:19.435 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:22  Nr:15  P:0

15:21:19.435 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9EDD

15:21:19.435 ISDN.L2_FMT PRI  3    M - 45 DISCONNECT 

15:21:19.435 ISDN.L2_FMT PRI  3     IE - 08 CAUSE               Len=2

15:21:19.435 ISDN.L2_FMT PRI  3          80 Location:U

15:21:19.435 ISDN.L2_FMT PRI  3          A9 Cause:41 (TEMPORARY_FAILURE)

15:21:19.436 ISDN.L2_FMT PRI  3  ==============================================

15:21:19.436 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:22  P/F:0

15:21:19.436 SB.CALL 586 Clearing             Called the clearResponse routine

15:21:19.437 SB.CALL 586 State change      >> Clearing->CallIdlePending

15:21:19.437 SB.CCM release:

15:21:19.437 SB.CCM  :  Call Struct 0x0x4ed68e10 :   Call-ID = 586

15:21:19.437 SB.CCM  :  Org Acct = T01    Dst Acct = T02

15:21:19.437 SB.CCM  :  Org Port ID = Isdn(Ds1Ds0Trunk) 0/3.1   Dst Port ID = unknown 0/0

15:21:19.437 SB.CCM release: Call Connection Type is TDM_TO_TDM

15:21:19.438 SB.CALL 586 CallIdlePending      ClearResponse sent from T01 to T02

15:21:19.441 ISDN.L2_FMT PRI  3  ==============================================

15:21:19.441 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:23  P/F:0

15:21:19.444 ISDN.L2_FMT PRI  3  ==============================================

15:21:19.445 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 INFO Ns:15  Nr:23  P:0

15:21:19.445 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:1EDD

15:21:19.445 ISDN.L2_FMT PRI  3    M - 4D RELEASE    

15:21:19.445 ISDN.L2_FMT PRI  3  ==============================================

15:21:19.446 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:16  P/F:0

15:21:19.446 ISDN.L2_FMT PRI  3  ==============================================

15:21:19.446 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:23  Nr:16  P:0

15:21:19.446 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9EDD

15:21:19.446 ISDN.L2_FMT PRI  3    M - 5A RELEASE_CMP

15:21:19.452 ISDN.L2_FMT PRI  3  ==============================================

15:21:19.452 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:24  P/F:0

15:21:21.347 ISDN.L2_FMT PRI  3  ==============================================

15:21:21.348 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 INFO Ns:16  Nr:24  P:0

15:21:21.348 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:1EDE

15:21:21.348 ISDN.L2_FMT PRI  3    M - 05 SETUP      

15:21:21.348 ISDN.L2_FMT PRI  3     IE - 04 BEARER CAPABILITY   Len=3

15:21:21.348 ISDN.L2_FMT PRI  3          80 Xfer Cap.:SPEECH           

15:21:21.348 ISDN.L2_FMT PRI  3          90 Xfer Rate:64k  

15:21:21.349 ISDN.L2_FMT PRI  3          A2 Layer 1:G.711 U-Law   

15:21:21.349 ISDN.L2_FMT PRI  3     IE - 18 CHANNEL ID          Len=3

15:21:21.349 ISDN.L2_FMT PRI  3          A9 Primary Rate

15:21:21.349 ISDN.L2_FMT PRI  3             Intfc ID:IMPLICIT

15:21:21.349 ISDN.L2_FMT PRI  3             Pref/Excl:EXCLUSIVE

15:21:21.349 ISDN.L2_FMT PRI  3             D-Chan Indicated:NO

15:21:21.349 ISDN.L2_FMT PRI  3             Chan. Sel:FOLLOWS

15:21:21.349 ISDN.L2_FMT PRI  3          83 Numb/Map:NUMBER

15:21:21.349 ISDN.L2_FMT PRI  3          81 Channel:1

15:21:21.350 ISDN.L2_FMT PRI  3     IE - 28 DISPLAY             Len=11

15:21:21.350 ISDN.L2_FMT PRI  3             Unavailable

15:21:21.350 ISDN.L2_FMT PRI  3     IE - 6C CALLING PARTY #     Len=12

15:21:21.350 ISDN.L2_FMT PRI  3          21 Numb. Type:NATIONAL     

15:21:21.350 ISDN.L2_FMT PRI  3             Numb. Plan:E.164         

15:21:21.350 ISDN.L2_FMT PRI  3          81 Presentation:ALLOWED    

15:21:21.350 ISDN.L2_FMT PRI  3             Screening:NTWK SCRN PASS

15:21:21.350 ISDN.L2_FMT PRI  3             Ph.# 1234567890

15:21:21.351 ISDN.L2_FMT PRI  3     IE - 70 CALLED PARTY #      Len=5

15:21:21.351 ISDN.L2_FMT PRI  3          80 Numb. Type:UNKNOWN      

15:21:21.351 ISDN.L2_FMT PRI  3             Numb. Plan:UNKNOWN       

15:21:21.351 ISDN.L2_FMT PRI  3             Ph.# 4815

15:21:21.354 ISDN.L2_FMT PRI  3  ==============================================

15:21:21.354 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:17  P/F:0

15:21:21.354 ISDN.L2_FMT PRI  3  ==============================================

15:21:21.355 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:24  Nr:17  P:0

15:21:21.355 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9EDE

15:21:21.355 ISDN.L2_FMT PRI  3    M - 02 CALL_PROC  

15:21:21.355 ISDN.L2_FMT PRI  3     IE - 18 CHANNEL ID          Len=3

15:21:21.355 ISDN.L2_FMT PRI  3          A9 Primary Rate

15:21:21.355 ISDN.L2_FMT PRI  3             Intfc ID:IMPLICIT

15:21:21.355 ISDN.L2_FMT PRI  3             Pref/Excl:EXCLUSIVE

15:21:21.356 ISDN.L2_FMT PRI  3             D-Chan Indicated:NO

15:21:21.356 ISDN.L2_FMT PRI  3             Chan. Sel:FOLLOWS

15:21:21.356 ISDN.L2_FMT PRI  3          83 Numb/Map:NUMBER

15:21:21.356 ISDN.L2_FMT PRI  3          81 Channel:1

15:21:21.356 SB.CALL 587 Idle                 Called the call routine with 4815

15:21:21 SB.TGMgr Testing Trunk Access List NEC

15:21:21 SB.TGMgr Testing Trunk Access List FreeSWITCH

15:21:21 SB.TGMgr Trunk lists configured in TrunkGroup IPFLEX-GROUP deny SABR Routing

15:21:21 SB.TGMgr Testing Trunk Access List IPFlex

15:21:21 SB.TGMgr Trunk Access List IPFlex is Permitted

15:21:21 SB.TGMgr Trunk lists configured in TrunkGroup NEC-GROUP permit SABR Routing

15:21:21 SB.TGMgr For dialed number 4815, against template XXXX, on TrunkGroup NEC-GROUP, the score is 985

15:21:21 SB.TGMgr Testing Trunk Access List IPFlex

15:21:21 SB.TGMgr Trunk Access List IPFlex is Permitted

15:21:21 SB.TGMgr Trunk lists configured in TrunkGroup JHINTERCOM-GROUP permit SABR Routing

15:21:21 SB.TGMgr Testing Trunk Access List IPFlex

15:21:21 SB.TGMgr Trunk Access List IPFlex is Permitted

15:21:21 SB.TGMgr Trunk lists configured in TrunkGroup ELINTERCOM-GROUP permit SABR Routing

15:21:21 SB.TGMgr Testing Trunk Access List IPFlex

15:21:21 SB.TGMgr Trunk Access List IPFlex is Permitted

15:21:21 SB.TGMgr Trunk lists configured in TrunkGroup HSINTERCOM-GROUP permit SABR Routing

15:21:21.359 SB.CALL 587 Idle                 No LOCAL station matched dialed number (4815)

15:21:21.359 SB.CCM isMappable:

15:21:21.360 SB.CCM  :  Call Struct 0x0x51d47210 :   Call-ID = 587

15:21:21.360 SB.CCM  :  Org Acct = T01    Dst Acct = T02

15:21:21.360 SB.CCM  :  Org Port ID = Isdn(Ds1Ds0Trunk) 0/3.1   Dst Port ID = unknown 0/0

15:21:21.360 SB.CCM isMappable: Call Connection Type is TDM_TO_TDM

15:21:21.360 SB.CALL 587 Idle                 Call sent from T01 to T02 (4815)

15:21:21.361 SB.CALL 587 State change      >> Idle->Delivering

15:21:21.361 SB.CALL 587 Delivering           Called the clearCall routine

15:21:21.361 SB.CALL 587 Delivering           No available resources on call from T01 to T02 (last attempt)

15:21:21.361 SB.CALL 587 State change      >> Delivering->Clearing

15:21:21.362 ISDN.L2_FMT PRI  3  ==============================================

15:21:21.362 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:25  P/F:0

15:21:21.363 ISDN.L2_FMT PRI  3  ==============================================

15:21:21.363 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:25  Nr:17  P:0

15:21:21.363 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9EDE

15:21:21.363 ISDN.L2_FMT PRI  3    M - 45 DISCONNECT 

15:21:21.364 ISDN.L2_FMT PRI  3     IE - 08 CAUSE               Len=2

15:21:21.364 ISDN.L2_FMT PRI  3          80 Location:U

15:21:21.364 ISDN.L2_FMT PRI  3          A9 Cause:41 (TEMPORARY_FAILURE)

15:21:21.364 SB.CALL 587 Clearing             Called the clearResponse routine

15:21:21.365 SB.CALL 587 State change      >> Clearing->CallIdlePending

15:21:21.365 SB.CCM release:

15:21:21.365 SB.CCM  :  Call Struct 0x0x51d47210 :   Call-ID = 587

15:21:21.365 SB.CCM  :  Org Acct = T01    Dst Acct = T02

15:21:21.365 SB.CCM  :  Org Port ID = Isdn(Ds1Ds0Trunk) 0/3.1   Dst Port ID = unknown 0/0

15:21:21.365 SB.CCM release: Call Connection Type is TDM_TO_TDM

15:21:21.366 SB.CALL 587 CallIdlePending      ClearResponse sent from T01 to T02

15:21:21.370 ISDN.L2_FMT PRI  3  ==============================================

15:21:21.370 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:26  P/F:0

15:21:21.373 ISDN.L2_FMT PRI  3  ==============================================

15:21:21.373 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 INFO Ns:17  Nr:26  P:0

15:21:21.373 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:1EDE

15:21:21.373 ISDN.L2_FMT PRI  3    M - 4D RELEASE    

15:21:21.374 ISDN.L2_FMT PRI  3  ==============================================

15:21:21.374 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:18  P/F:0

15:21:21.374 ISDN.L2_FMT PRI  3  ==============================================

15:21:21.374 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:26  Nr:18  P:0

15:21:21.374 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9EDE

15:21:21.375 ISDN.L2_FMT PRI  3    M - 5A RELEASE_CMP

15:21:21.380 ISDN.L2_FMT PRI  3  ==============================================

15:21:21.380 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:27  P/F:0

15:21:23.929 ISDN.L2_FMT PRI  3  ==============================================

15:21:23.930 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 INFO Ns:18  Nr:27  P:0

15:21:23.930 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:1EDF

15:21:23.930 ISDN.L2_FMT PRI  3    M - 05 SETUP      

15:21:23.930 ISDN.L2_FMT PRI  3     IE - 04 BEARER CAPABILITY   Len=3

15:21:23.930 ISDN.L2_FMT PRI  3          80 Xfer Cap.:SPEECH           

15:21:23.930 ISDN.L2_FMT PRI  3          90 Xfer Rate:64k  

15:21:23.930 ISDN.L2_FMT PRI  3          A2 Layer 1:G.711 U-Law   

15:21:23.931 ISDN.L2_FMT PRI  3     IE - 18 CHANNEL ID          Len=3

15:21:23.931 ISDN.L2_FMT PRI  3          A9 Primary Rate

15:21:23.931 ISDN.L2_FMT PRI  3             Intfc ID:IMPLICIT

15:21:23.931 ISDN.L2_FMT PRI  3             Pref/Excl:EXCLUSIVE

15:21:23.931 ISDN.L2_FMT PRI  3             D-Chan Indicated:NO

15:21:23.931 ISDN.L2_FMT PRI  3             Chan. Sel:FOLLOWS

15:21:23.931 ISDN.L2_FMT PRI  3          83 Numb/Map:NUMBER

15:21:23.931 ISDN.L2_FMT PRI  3          81 Channel:1

15:21:23.932 ISDN.L2_FMT PRI  3     IE - 28 DISPLAY             Len=11

15:21:23.932 ISDN.L2_FMT PRI  3             Unavailable

15:21:23.932 ISDN.L2_FMT PRI  3     IE - 6C CALLING PARTY #     Len=12

15:21:23.932 ISDN.L2_FMT PRI  3          21 Numb. Type:NATIONAL     

15:21:23.932 ISDN.L2_FMT PRI  3             Numb. Plan:E.164         

15:21:23.932 ISDN.L2_FMT PRI  3          81 Presentation:ALLOWED    

15:21:23.932 ISDN.L2_FMT PRI  3             Screening:NTWK SCRN PASS

15:21:23.932 ISDN.L2_FMT PRI  3             Ph.# 1234567890

15:21:23.933 ISDN.L2_FMT PRI  3     IE - 70 CALLED PARTY #      Len=5

15:21:23.933 ISDN.L2_FMT PRI  3          80 Numb. Type:UNKNOWN      

15:21:23.933 ISDN.L2_FMT PRI  3             Numb. Plan:UNKNOWN       

15:21:23.933 ISDN.L2_FMT PRI  3             Ph.# 4815

15:21:23.936 ISDN.L2_FMT PRI  3  ==============================================

15:21:23.936 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:19  P/F:0

15:21:23.936 ISDN.L2_FMT PRI  3  ==============================================

15:21:23.937 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:27  Nr:19  P:0

15:21:23.937 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9EDF

15:21:23.937 ISDN.L2_FMT PRI  3    M - 02 CALL_PROC  

15:21:23.937 ISDN.L2_FMT PRI  3     IE - 18 CHANNEL ID          Len=3

15:21:23.937 ISDN.L2_FMT PRI  3          A9 Primary Rate

15:21:23.937 ISDN.L2_FMT PRI  3             Intfc ID:IMPLICIT

15:21:23.937 ISDN.L2_FMT PRI  3             Pref/Excl:EXCLUSIVE

15:21:23.937 ISDN.L2_FMT PRI  3             D-Chan Indicated:NO

15:21:23.938 ISDN.L2_FMT PRI  3             Chan. Sel:FOLLOWS

15:21:23.938 ISDN.L2_FMT PRI  3          83 Numb/Map:NUMBER

15:21:23.938 ISDN.L2_FMT PRI  3          81 Channel:1

15:21:23.938 SB.CALL 588 Idle                 Called the call routine with 4815

15:21:23 SB.TGMgr Testing Trunk Access List NEC

15:21:23 SB.TGMgr Testing Trunk Access List FreeSWITCH

15:21:23 SB.TGMgr Trunk lists configured in TrunkGroup IPFLEX-GROUP deny SABR Routing

15:21:23 SB.TGMgr Testing Trunk Access List IPFlex

15:21:23 SB.TGMgr Trunk Access List IPFlex is Permitted

15:21:23 SB.TGMgr Trunk lists configured in TrunkGroup NEC-GROUP permit SABR Routing

15:21:23 SB.TGMgr For dialed number 4815, against template XXXX, on TrunkGroup NEC-GROUP, the score is 985

15:21:23 SB.TGMgr Testing Trunk Access List IPFlex

15:21:23 SB.TGMgr Trunk Access List IPFlex is Permitted

15:21:23 SB.TGMgr Trunk lists configured in TrunkGroup JHINTERCOM-GROUP permit SABR Routing

15:21:23 SB.TGMgr Testing Trunk Access List IPFlex

15:21:23 SB.TGMgr Trunk Access List IPFlex is Permitted

15:21:23 SB.TGMgr Trunk lists configured in TrunkGroup ELINTERCOM-GROUP permit SABR Routing

15:21:23 SB.TGMgr Testing Trunk Access List IPFlex

15:21:23 SB.TGMgr Trunk Access List IPFlex is Permitted

15:21:23 SB.TGMgr Trunk lists configured in TrunkGroup HSINTERCOM-GROUP permit SABR Routing

15:21:23.941 SB.CALL 588 Idle                 No LOCAL station matched dialed number (4815)

15:21:23.941 SB.CCM isMappable:

15:21:23.942 SB.CCM  :  Call Struct 0x0x4ed68e10 :   Call-ID = 588

15:21:23.942 SB.CCM  :  Org Acct = T01    Dst Acct = T02

15:21:23.942 SB.CCM  :  Org Port ID = Isdn(Ds1Ds0Trunk) 0/3.1   Dst Port ID = unknown 0/0

15:21:23.942 SB.CCM isMappable: Call Connection Type is TDM_TO_TDM

15:21:23.942 SB.CALL 588 Idle                 Call sent from T01 to T02 (4815)

15:21:23.942 SB.CALL 588 State change      >> Idle->Delivering

15:21:23.943 SB.CALL 588 Delivering           Called the clearCall routine

15:21:23.943 SB.CALL 588 Delivering           No available resources on call from T01 to T02 (last attempt)

15:21:23.943 SB.CALL 588 State change      >> Delivering->Clearing

15:21:23.944 ISDN.L2_FMT PRI  3  ==============================================

15:21:23.944 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:28  P/F:0

15:21:23.945 ISDN.L2_FMT PRI  3  ==============================================

15:21:23.945 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:28  Nr:19  P:0

15:21:23.945 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9EDF

15:21:23.945 ISDN.L2_FMT PRI  3    M - 45 DISCONNECT 

15:21:23.945 ISDN.L2_FMT PRI  3     IE - 08 CAUSE               Len=2

15:21:23.945 ISDN.L2_FMT PRI  3          80 Location:U

15:21:23.945 ISDN.L2_FMT PRI  3          A9 Cause:41 (TEMPORARY_FAILURE)

15:21:23.946 SB.CALL 588 Clearing             Called the clearResponse routine

15:21:23.946 SB.CALL 588 State change      >> Clearing->CallIdlePending

15:21:23.946 SB.CCM release:

15:21:23.946 SB.CCM  :  Call Struct 0x0x4ed68e10 :   Call-ID = 588

15:21:23.947 SB.CCM  :  Org Acct = T01    Dst Acct = T02

15:21:23.947 SB.CCM  :  Org Port ID = Isdn(Ds1Ds0Trunk) 0/3.1   Dst Port ID = unknown 0/0

15:21:23.947 SB.CCM release: Call Connection Type is TDM_TO_TDM

15:21:23.947 SB.CALL 588 CallIdlePending      ClearResponse sent from T01 to T02

15:21:23.951 ISDN.L2_FMT PRI  3  ==============================================

15:21:23.952 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:29  P/F:0

15:21:23.955 ISDN.L2_FMT PRI  3  ==============================================

15:21:23.955 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 INFO Ns:19  Nr:29  P:0

15:21:23.955 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:1EDF

15:21:23.955 ISDN.L2_FMT PRI  3    M - 4D RELEASE    

15:21:23.956 ISDN.L2_FMT PRI  3  ==============================================

15:21:23.956 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:20  P/F:0

15:21:23.956 ISDN.L2_FMT PRI  3  ==============================================

15:21:23.956 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:29  Nr:20  P:0

15:21:23.956 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9EDF

15:21:23.957 ISDN.L2_FMT PRI  3    M - 5A RELEASE_CMP

15:21:23.962 ISDN.L2_FMT PRI  3  ==============================================

15:21:23.962 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:30  P/F:0

15:21:25.828 ISDN.L2_FMT PRI  3  ==============================================

15:21:25.829 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 INFO Ns:20  Nr:30  P:0

15:21:25.829 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:1EE0

15:21:25.829 ISDN.L2_FMT PRI  3    M - 05 SETUP      

15:21:25.829 ISDN.L2_FMT PRI  3     IE - 04 BEARER CAPABILITY   Len=3

15:21:25.829 ISDN.L2_FMT PRI  3          80 Xfer Cap.:SPEECH           

15:21:25.829 ISDN.L2_FMT PRI  3          90 Xfer Rate:64k  

15:21:25.829 ISDN.L2_FMT PRI  3          A2 Layer 1:G.711 U-Law   

15:21:25.829 ISDN.L2_FMT PRI  3     IE - 18 CHANNEL ID          Len=3

15:21:25.829 ISDN.L2_FMT PRI  3          A9 Primary Rate

15:21:25.830 ISDN.L2_FMT PRI  3             Intfc ID:IMPLICIT

15:21:25.830 ISDN.L2_FMT PRI  3             Pref/Excl:EXCLUSIVE

15:21:25.830 ISDN.L2_FMT PRI  3             D-Chan Indicated:NO

15:21:25.830 ISDN.L2_FMT PRI  3             Chan. Sel:FOLLOWS

15:21:25.830 ISDN.L2_FMT PRI  3          83 Numb/Map:NUMBER

15:21:25.830 ISDN.L2_FMT PRI  3          81 Channel:1

15:21:25.830 ISDN.L2_FMT PRI  3     IE - 28 DISPLAY             Len=11

15:21:25.830 ISDN.L2_FMT PRI  3             Unavailable

15:21:25.831 ISDN.L2_FMT PRI  3     IE - 6C CALLING PARTY #     Len=12

15:21:25.831 ISDN.L2_FMT PRI  3          21 Numb. Type:NATIONAL     

15:21:25.831 ISDN.L2_FMT PRI  3             Numb. Plan:E.164         

15:21:25.831 ISDN.L2_FMT PRI  3          81 Presentation:ALLOWED    

15:21:25.831 ISDN.L2_FMT PRI  3             Screening:NTWK SCRN PASS

15:21:25.831 ISDN.L2_FMT PRI  3             Ph.# 1234567890

15:21:25.831 ISDN.L2_FMT PRI  3     IE - 70 CALLED PARTY #      Len=5

15:21:25.831 ISDN.L2_FMT PRI  3          80 Numb. Type:UNKNOWN      

15:21:25.831 ISDN.L2_FMT PRI  3             Numb. Plan:UNKNOWN       

15:21:25.832 ISDN.L2_FMT PRI  3             Ph.# 4815

15:21:25.835 ISDN.L2_FMT PRI  3  ==============================================

15:21:25.835 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:21  P/F:0

15:21:25.835 ISDN.L2_FMT PRI  3  ==============================================

15:21:25.836 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:30  Nr:21  P:0

15:21:25.836 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9EE0

15:21:25.836 ISDN.L2_FMT PRI  3    M - 02 CALL_PROC  

15:21:25.836 ISDN.L2_FMT PRI  3     IE - 18 CHANNEL ID          Len=3

15:21:25.836 ISDN.L2_FMT PRI  3          A9 Primary Rate

15:21:25.836 ISDN.L2_FMT PRI  3             Intfc ID:IMPLICIT

15:21:25.836 ISDN.L2_FMT PRI  3             Pref/Excl:EXCLUSIVE

15:21:25.836 ISDN.L2_FMT PRI  3             D-Chan Indicated:NO

15:21:25.836 ISDN.L2_FMT PRI  3             Chan. Sel:FOLLOWS

15:21:25.837 ISDN.L2_FMT PRI  3          83 Numb/Map:NUMBER

15:21:25.837 ISDN.L2_FMT PRI  3          81 Channel:1

15:21:25.837 SB.CALL 589 Idle                 Called the call routine with 4815

15:21:25 SB.TGMgr Testing Trunk Access List NEC

15:21:25 SB.TGMgr Testing Trunk Access List FreeSWITCH

15:21:25 SB.TGMgr Trunk lists configured in TrunkGroup IPFLEX-GROUP deny SABR Routing

15:21:25 SB.TGMgr Testing Trunk Access List IPFlex

15:21:25 SB.TGMgr Trunk Access List IPFlex is Permitted

15:21:25 SB.TGMgr Trunk lists configured in TrunkGroup NEC-GROUP permit SABR Routing

15:21:25 SB.TGMgr For dialed number 4815, against template XXXX, on TrunkGroup NEC-GROUP, the score is 985

15:21:25 SB.TGMgr Testing Trunk Access List IPFlex

15:21:25 SB.TGMgr Trunk Access List IPFlex is Permitted

15:21:25 SB.TGMgr Trunk lists configured in TrunkGroup JHINTERCOM-GROUP permit SABR Routing

15:21:25 SB.TGMgr Testing Trunk Access List IPFlex

15:21:25 SB.TGMgr Trunk Access List IPFlex is Permitted

15:21:25 SB.TGMgr Trunk lists configured in TrunkGroup ELINTERCOM-GROUP permit SABR Routing

15:21:25 SB.TGMgr Testing Trunk Access List IPFlex

15:21:25 SB.TGMgr Trunk Access List IPFlex is Permitted

15:21:25 SB.TGMgr Trunk lists configured in TrunkGroup HSINTERCOM-GROUP permit SABR Routing

15:21:25.840 SB.CALL 589 Idle                 No LOCAL station matched dialed number (4815)

15:21:25.840 SB.CCM isMappable:

15:21:25.841 SB.CCM  :  Call Struct 0x0x51d47210 :   Call-ID = 589

15:21:25.841 SB.CCM  :  Org Acct = T01    Dst Acct = T02

15:21:25.841 SB.CCM  :  Org Port ID = Isdn(Ds1Ds0Trunk) 0/3.1   Dst Port ID = unknown 0/0

15:21:25.841 SB.CCM isMappable: Call Connection Type is TDM_TO_TDM

15:21:25.841 SB.CALL 589 Idle                 Call sent from T01 to T02 (4815)

15:21:25.842 SB.CALL 589 State change      >> Idle->Delivering

15:21:25.842 SB.CALL 589 Delivering           Called the clearCall routine

15:21:25.842 SB.CALL 589 Delivering           No available resources on call from T01 to T02 (last attempt)

15:21:25.842 SB.CALL 589 State change      >> Delivering->Clearing

15:21:25.843 ISDN.L2_FMT PRI  3  ==============================================

15:21:25.843 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:31  P/F:0

15:21:25.844 ISDN.L2_FMT PRI  3  ==============================================

15:21:25.844 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:31  Nr:21  P:0

15:21:25.844 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9EE0

15:21:25.844 ISDN.L2_FMT PRI  3    M - 45 DISCONNECT 

15:21:25.844 ISDN.L2_FMT PRI  3     IE - 08 CAUSE               Len=2

15:21:25.845 ISDN.L2_FMT PRI  3          80 Location:U

15:21:25.845 ISDN.L2_FMT PRI  3          A9 Cause:41 (TEMPORARY_FAILURE)

15:21:25.845 SB.CALL 589 Clearing             Called the clearResponse routine

15:21:25.845 SB.CALL 589 State change      >> Clearing->CallIdlePending

15:21:25.845 SB.CCM release:

15:21:25.846 SB.CCM  :  Call Struct 0x0x51d47210 :   Call-ID = 589

15:21:25.846 SB.CCM  :  Org Acct = T01    Dst Acct = T02

15:21:25.846 SB.CCM  :  Org Port ID = Isdn(Ds1Ds0Trunk) 0/3.1   Dst Port ID = unknown 0/0

15:21:25.846 SB.CCM release: Call Connection Type is TDM_TO_TDM

15:21:25.846 SB.CALL 589 CallIdlePending      ClearResponse sent from T01 to T02

15:21:25.850 ISDN.L2_FMT PRI  3  ==============================================

15:21:25.851 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:32  P/F:0

15:21:25.854 ISDN.L2_FMT PRI  3  ==============================================

15:21:25.854 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 INFO Ns:21  Nr:32  P:0

15:21:25.854 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:1EE0

15:21:25.854 ISDN.L2_FMT PRI  3    M - 4D RELEASE    

15:21:25.855 ISDN.L2_FMT PRI  3  ==============================================

15:21:25.855 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:22  P/F:0

15:21:25.855 ISDN.L2_FMT PRI  3  ==============================================

15:21:25.856 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:32  Nr:22  P:0

15:21:25.856 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9EE0

15:21:25.856 ISDN.L2_FMT PRI  3    M - 5A RELEASE_CMP

15:21:25.861 ISDN.L2_FMT PRI  3  ==============================================

15:21:25.862 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:33  P/F:0

15:21:28.019 ISDN.L2_FMT PRI  3  ==============================================

15:21:28.020 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 INFO Ns:22  Nr:33  P:0

15:21:28.020 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:1EE1

15:21:28.020 ISDN.L2_FMT PRI  3    M - 05 SETUP      

15:21:28.020 ISDN.L2_FMT PRI  3     IE - 04 BEARER CAPABILITY   Len=3

15:21:28.021 ISDN.L2_FMT PRI  3          80 Xfer Cap.:SPEECH           

15:21:28.021 ISDN.L2_FMT PRI  3          90 Xfer Rate:64k  

15:21:28.021 ISDN.L2_FMT PRI  3          A2 Layer 1:G.711 U-Law   

15:21:28.021 ISDN.L2_FMT PRI  3     IE - 18 CHANNEL ID          Len=3

15:21:28.021 ISDN.L2_FMT PRI  3          A9 Primary Rate

15:21:28.021 ISDN.L2_FMT PRI  3             Intfc ID:IMPLICIT

15:21:28.021 ISDN.L2_FMT PRI  3             Pref/Excl:EXCLUSIVE

15:21:28.021 ISDN.L2_FMT PRI  3             D-Chan Indicated:NO

15:21:28.021 ISDN.L2_FMT PRI  3             Chan. Sel:FOLLOWS

15:21:28.022 ISDN.L2_FMT PRI  3          83 Numb/Map:NUMBER

15:21:28.022 ISDN.L2_FMT PRI  3          81 Channel:1

15:21:28.022 ISDN.L2_FMT PRI  3     IE - 28 DISPLAY             Len=11

15:21:28.022 ISDN.L2_FMT PRI  3             Unavailable

15:21:28.022 ISDN.L2_FMT PRI  3     IE - 6C CALLING PARTY #     Len=12

15:21:28.022 ISDN.L2_FMT PRI  3          21 Numb. Type:NATIONAL     

15:21:28.022 ISDN.L2_FMT PRI  3             Numb. Plan:E.164         

15:21:28.022 ISDN.L2_FMT PRI  3          81 Presentation:ALLOWED    

15:21:28.023 ISDN.L2_FMT PRI  3             Screening:NTWK SCRN PASS

15:21:28.023 ISDN.L2_FMT PRI  3             Ph.# 1234567890

15:21:28.023 ISDN.L2_FMT PRI  3     IE - 70 CALLED PARTY #      Len=5

15:21:28.023 ISDN.L2_FMT PRI  3          80 Numb. Type:UNKNOWN      

15:21:28.023 ISDN.L2_FMT PRI  3             Numb. Plan:UNKNOWN       

15:21:28.023 ISDN.L2_FMT PRI  3             Ph.# 4815

15:21:28.026 ISDN.L2_FMT PRI  3  ==============================================

15:21:28.027 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:23  P/F:0

15:21:28.027 ISDN.L2_FMT PRI  3  ==============================================

15:21:28.027 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:33  Nr:23  P:0

15:21:28.027 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9EE1

15:21:28.027 ISDN.L2_FMT PRI  3    M - 02 CALL_PROC  

15:21:28.028 ISDN.L2_FMT PRI  3     IE - 18 CHANNEL ID          Len=3

15:21:28.028 ISDN.L2_FMT PRI  3          A9 Primary Rate

15:21:28.028 ISDN.L2_FMT PRI  3             Intfc ID:IMPLICIT

15:21:28.028 ISDN.L2_FMT PRI  3             Pref/Excl:EXCLUSIVE

15:21:28.028 ISDN.L2_FMT PRI  3             D-Chan Indicated:NO

15:21:28.028 ISDN.L2_FMT PRI  3             Chan. Sel:FOLLOWS

15:21:28.028 ISDN.L2_FMT PRI  3          83 Numb/Map:NUMBER

15:21:28.028 ISDN.L2_FMT PRI  3          81 Channel:1

15:21:28.029 SB.CALL 590 Idle                 Called the call routine with 4815

15:21:28 SB.TGMgr Testing Trunk Access List NEC

15:21:28 SB.TGMgr Testing Trunk Access List FreeSWITCH

15:21:28 SB.TGMgr Trunk lists configured in TrunkGroup IPFLEX-GROUP deny SABR Routing

15:21:28 SB.TGMgr Testing Trunk Access List IPFlex

15:21:28 SB.TGMgr Trunk Access List IPFlex is Permitted

15:21:28 SB.TGMgr Trunk lists configured in TrunkGroup NEC-GROUP permit SABR Routing

15:21:28 SB.TGMgr For dialed number 4815, against template XXXX, on TrunkGroup NEC-GROUP, the score is 985

15:21:28 SB.TGMgr Testing Trunk Access List IPFlex

15:21:28 SB.TGMgr Trunk Access List IPFlex is Permitted

15:21:28 SB.TGMgr Trunk lists configured in TrunkGroup JHINTERCOM-GROUP permit SABR Routing

15:21:28 SB.TGMgr Testing Trunk Access List IPFlex

15:21:28 SB.TGMgr Trunk Access List IPFlex is Permitted

15:21:28 SB.TGMgr Trunk lists configured in TrunkGroup ELINTERCOM-GROUP permit SABR Routing

15:21:28 SB.TGMgr Testing Trunk Access List IPFlex

15:21:28 SB.TGMgr Trunk Access List IPFlex is Permitted

15:21:28 SB.TGMgr Trunk lists configured in TrunkGroup HSINTERCOM-GROUP permit SABR Routing

15:21:28.032 SB.CALL 590 Idle                 No LOCAL station matched dialed number (4815)

15:21:28.032 SB.CCM isMappable:

15:21:28.033 SB.CCM  :  Call Struct 0x0x4ed68e10 :   Call-ID = 590

15:21:28.033 SB.CCM  :  Org Acct = T01    Dst Acct = T02

15:21:28.033 SB.CCM  :  Org Port ID = Isdn(Ds1Ds0Trunk) 0/3.1   Dst Port ID = unknown 0/0

15:21:28.033 SB.CCM isMappable: Call Connection Type is TDM_TO_TDM

15:21:28.033 SB.CALL 590 Idle                 Call sent from T01 to T02 (4815)

15:21:28.033 SB.CALL 590 State change      >> Idle->Delivering

15:21:28.034 SB.CALL 590 Delivering           Called the clearCall routine

15:21:28.034 SB.CALL 590 Delivering           No available resources on call from T01 to T02 (last attempt)

15:21:28.034 SB.CALL 590 State change      >> Delivering->Clearing

15:21:28.035 ISDN.L2_FMT PRI  3  ==============================================

15:21:28.035 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:34  P/F:0

15:21:28.036 ISDN.L2_FMT PRI  3  ==============================================

15:21:28.036 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:34  Nr:23  P:0

15:21:28.036 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9EE1

15:21:28.036 ISDN.L2_FMT PRI  3    M - 45 DISCONNECT 

15:21:28.037 ISDN.L2_FMT PRI  3     IE - 08 CAUSE               Len=2

15:21:28.037 ISDN.L2_FMT PRI  3          80 Location:U

15:21:28.037 ISDN.L2_FMT PRI  3          A9 Cause:41 (TEMPORARY_FAILURE)

15:21:28.037 SB.CALL 590 Clearing             Called the clearResponse routine

15:21:28.038 SB.CALL 590 State change      >> Clearing->CallIdlePending

15:21:28.038 SB.CCM release:

15:21:28.038 SB.CCM  :  Call Struct 0x0x4ed68e10 :   Call-ID = 590

15:21:28.038 SB.CCM  :  Org Acct = T01    Dst Acct = T02

15:21:28.038 SB.CCM  :  Org Port ID = Isdn(Ds1Ds0Trunk) 0/3.1   Dst Port ID = unknown 0/0

15:21:28.038 SB.CCM release: Call Connection Type is TDM_TO_TDM

15:21:28.039 SB.CALL 590 CallIdlePending      ClearResponse sent from T01 to T02

15:21:28.043 ISDN.L2_FMT PRI  3  ==============================================

15:21:28.043 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:35  P/F:0

15:21:28.046 ISDN.L2_FMT PRI  3  ==============================================

15:21:28.047 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 INFO Ns:23  Nr:35  P:0

15:21:28.047 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:1EE1

15:21:28.047 ISDN.L2_FMT PRI  3    M - 4D RELEASE    

15:21:28.047 ISDN.L2_FMT PRI  3  ==============================================

15:21:28.048 ISDN.L2_FMT PRI  3    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:24  P/F:0

15:21:28.048 ISDN.L2_FMT PRI  3  ==============================================

15:21:28.048 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 INFO Ns:35  Nr:24  P:0

15:21:28.048 ISDN.L2_FMT PRI  3    Prot:08  CRL:2  CRV:9EE1

15:21:28.048 ISDN.L2_FMT PRI  3    M - 5A RELEASE_CMP

15:21:28.054 ISDN.L2_FMT PRI  3  ==============================================

15:21:28.054 ISDN.L2_FMT PRI  3    Sapi:00 C/R:R Tei:00 Ctl:RR    Nr:36  P/F:0

15:21:31.078 ISDN.L2_FMT PRI  4  ==============================================

15:21:31.079 ISDN.L2_FMT PRI  4    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:4   P/F:1

15:21:31.082 ISDN.L2_FMT PRI  4  ==============================================

15:21:31.082 ISDN.L2_FMT PRI  4    Sapi:00 C/R:C Tei:00 Ctl:RR    Nr:6   P/F:1

2019.05.30 15:21:34 ISDN.EP     PRI  3  D channel is DOWN

2019.05.30 15:21:34 ISDN.EP     PRI  3  D channel is DOWN

2019.05.30 15:21:34 TM.T01 0 Taking 23 b-channels out-of-service

2019.05.30 15:21:34 T1.t1 0/3 Tx Yellow, Red, LOS

2019.05.30 15:21:34 INTERFACE_STATUS.t1 0/3 changed state to down

2019.05.30 15:21:34 INTERFACE_STATUS.pri 3 changed state to down

2019.05.30 15:21:35 SYS_TIMING.0 Activating internal timing-source. -1809688284 ms

2019.05.30 15:21:36 ISDN.EP     PRI  4  D channel is DOWN

2019.05.30 15:21:36 TM.T02 0 WARNING Trunk has no b-channels

2019.05.30 15:21:36 T1.t1 0/4 Tx Yellow, Red, LOS

2019.05.30 15:21:36 INTERFACE_STATUS.t1 0/4 changed state to down

2019.05.30 15:21:36 INTERFACE_STATUS.pri 4 changed state to down

2019.05.30 15:29:44 SNMP_SOURCE Authentication Failure

2019.05.30 15:29:44 SNMP_SOURCE Authentication Failure

2019.05.30 15:30:03 T1.t1 0/3 SEFS 15 min threshold exceeded

2019.05.30 15:30:03 T1.t1 0/4 SEFS 15 min threshold exceeded

2019.05.30 15:30:11 T1.t1 0/3 UAS 15 min threshold exceeded

2019.05.30 15:30:11 T1.t1 0/4 UAS 15 min threshold exceeded

Anonymous
Not applicable

Re: AdTran 908e SV8100->IPFlex<-FusionPBX

Jump to solution

Have you changed your PRI 4 to be network role yet?  I see in the errors it is saying PRI 4 is not working properly so no call is being routed through it.  Post the results of

show int t1 0/4

This should show something similar to the following:

t1 0/4 is UP

  Description: PRI

  Receiver has no alarms

  T1 coding is B8ZS, framing is ESF

  FDL type is ANSI

DS0 Status: 123456789012345678901234

              XXXXXXXXXXXXXXXXXXXXXXXX

  Status Legend: '-' = DS0 is not allocated

                 'X' = DS0 is allocated (nailed)

If not there is an issue with the  T1 config

show int pri 4

This should show something similar to the following:

pri 4 is UP

  Switch protocol:  National ISDN 2

  Signaling role:  network (NT) b-channel-restarts disabled

  b-channel-restarts:  disabled

  Calling-party override:  disabled

  Calling-party presentation:  allowed

  Calling-party screening:  auto

  Calling-party number:  (no number configured)

  Digits transferred 4

  Name-delivery:  via Setup msg / Facility IE

  Progress indicator #8 in alerting message:  enabled

  Progress indicator #2 in connect message:  disabled

  Progress indicator #1 in setup message:  disabled

  Progress indicator #3 in setup message:  disabled

  Progress indicator location:  public

  resource-selection: circular descending

  TBCT:  disabled

  area code:

  Transmission of redirecting numbers is enabled

  Redirecting numbers: sent as received

  Connected interface: t1 0/2 tdm-group 1

  Channel status 123456789012345678901234

                 .AA...A....A...........D

    Legend: - = Unallocated        . = Inactive

            A = Active B channel   B = Backup D channel

            D = Active D channel   M = Maintenance

            R = Restart

If not there is an issue with the PRI config and you can try adding the role network line to the PRI config as shown below

interface pri 4 

description pri 4 

alias PRI-4 

role network

isdn switch-type 5ess  

isdn name-delivery 

connect t1 0/4 tdm-group 3 

digits-transferred 4  

no shutdown 

John wable

Anonymous
Not applicable

Re: AdTran 908e SV8100->IPFlex<-FusionPBX

Jump to solution

Your PRI "roles" are already correct in your latest config.  PRI 3 (T1 0/3) is facing the carrier and is correctly configured as "role user."  PRI 4 (T1 0/4) is facing the NEC and is correctly configured as "role network."  I'm happy to help you run this down if you have a secure way for me to gain access to the device - shouldn't take very long.  Otherwise, here's what you can do to run this down quickly...

First, this may simply be an issue with the ISDN signalling type (i.e. 5ess, NI2, etc.)   So, first try changing the ISDN Switch Type to NI2 on PRI 4 (toward the NEC.)  Caller ID can also cause problems on some systems so on your PRI 4 interface disable caller id by typing "no isdn name-delivery."

If that doesn't work, save a copy of your existing config and then delete it all.  This is not an IP or SIP issue as you're simply trying to pass traffic from through the TA900 from one PRI interface to another.  Get rid of all of the "trunk-list" config for the testing.  Get rid of everything except for the PRI interfaces facing the IPFlex and the NEC.  Once we have the calls flowing and working correctly between the IPFlex and NEC through the TA900, then you can add back your trunk-lists, etc, etc.

Do your "debug isdn l2-formatted" and place a call that would come in over the IPFlex and should terminate to the NEC.  Look at the first Setup message that arrives on PRI 3 - Does the Called Party "Ph.#" show 4 digits or 10?  Whatever this shows, this is what the NEC is expecting to receive, so make sure that your PRI 4 interface is set to send the same number of digits.  In that same setup message for PRI 3, you can see the caller id info and determine if IPFlex is sending caller id info and, if so, which isdn caller id type they're using.

If you'd like me to login to your system and assist, reply back here and I'll shoot you an email (assuming that the jmccaughey email address listed in your "voice email-list emergency" config is yours)

0 Kudos
Anonymous
Not applicable

Re: AdTran 908e SV8100->IPFlex<-FusionPBX

Jump to solution

After you erase your config, you can start with this, while only having the IPFlex and NEC connected to the TA900...

Building configuration... 

! ADTRAN, Inc. OS version R11.4.2.E 

! Boot ROM version R10.9.3.B1 

! Platform: Total Access 908e (3rd Gen), part number 4243908F2 

! Serial number CFG1234567 

hostname "TA908e" 

clock timezone -6-Central-Time 

ip subnet-zero 

ip classless 

ip default-gateway 10.1.0.1 

ip routing 

ipv6 unicast-routing 

domain-name "bunaisd.net" 

name-server 10.0.4.19 10.2.0.11  

no auto-config 

event-history on 

event-history priority debug 

no logging forwarding 

no logging email 

service password-encryption 

no ip firewall alg msn 

no ip firewall alg mszone 

no ip firewall alg h323 

no dot11ap access-point-control 

ip crypto ffe 

interface eth 0/1 

  no ip address 

  shutdown 

interface eth 0/2 

  no ip address 

  shutdown 

interface gigabit-eth 0/1 

  description LAN 

  ip address  10.1.0.19  255.255.254.0  

  media-gateway ip primary 

  no shutdown 

interface t1 0/1 

  description Do not use 

  fdl none 

  shutdown 

interface t1 0/2 

  description Do not use 

  fdl none 

  shutdown 

interface t1 0/3 

  description IPFlex 

  fdl none

  tdm-group 3 timeslots 1-24 speed 64 

  no shutdown 

interface t1 0/4 

  description NEC 

  fdl none

  tdm-group 3 timeslots 1-24 speed 64 

  no shutdown 

interface pri 1 

  description pri 1 

  alias PRI-1 

  isdn switch-type 5ess  

  role user 

  isdn name-delivery 

  shutdown 

interface pri 2 

  description pri 2 

  alias PRI-2 

  isdn switch-type 5ess  

  isdn name-delivery 

  shutdown 

interface pri 3 

  description pri 3 

  alias PRI-3 

  isdn switch-type 5ess  

  role user 

  isdn name-delivery 

  connect t1 0/3 tdm-group 3 

  no shutdown 

interface pri 4 

  description pri 4 

  alias PRI-4 

  isdn switch-type ni2

  no isdn name-delivery 

  connect t1 0/4 tdm-group 3 

  digits-transferred all 

  no shutdown 

isdn-group 3 

  connect pri 3 

isdn-group 4 

  connect pri 4 

timing-source t1 0/3 

ip route 0.0.0.0 0.0.0.0 10.1.0.1 

no tftp server 

no tftp server overwrite 

http server 

http secure-server 

snmp agent 

no ip ftp server 

no ip scp server 

no ip sntp server 

sip 

sip udp 5060 

no sip tcp 

voice feature-mode local 

voice transfer-mode local 

voice forward-mode local 

voice dial-plan 1 local NXX-XXXX  

voice codec-list FreeSWITCH 

  codec g711ulaw 

  codec g711alaw 

  codec g729 

voice trunk T01 type isdn 

  description "IPFlex" 

  resource-selection linear descending 

  connect isdn-group 3 

  modem-passthrough 

  t38 

  t38 redundancy high-speed 1 

  t38 redundancy low-speed 1 

  t38 max-buffer 400 

  t38 max-datagram 250 

  rtp delay-mode adaptive 

  codec-list FreeSWITCH 

voice trunk T02 type isdn 

  description "NEC" 

  resource-selection linear descending 

  connect isdn-group 4 

  no early-cut-through 

  modem-passthrough 

  t38 

  t38 redundancy high-speed 1 

  t38 redundancy low-speed 1 

  t38 max-buffer 400 

  t38 max-datagram 250 

  rtp delay-mode adaptive 

  codec-list FreeSWITCH 

voice grouped-trunk IPFLEX-GROUP 

  description "PRI trunk group connection to IPFlex" 

  trunk T01 

  accept $ cost 0

voice grouped-trunk NEC-GROUP 

  description "PRI trunk to NEC" 

  trunk T02 

  accept 409994XXXX cost 0 

  accept 1409994XXXX cost 0

  accept XXXX cost 0 

line con 0 

  no login 

line telnet 0 4 

  login 

  no shutdown 

line ssh 0 4 

  login local-userlist 

  no shutdown 

ntp server pool.ntp.org 

end 

techdir
New Contributor

Re: AdTran 908e SV8100->IPFlex<-FusionPBX

Jump to solution

I had a guy come from the company that we bought our NEC licenses/equipment from and after a few hours of playing around with it we opened up the GUI and he just dumped the interfaces from the PRI and created them again and everything started working.

Thanks for all the information and help with this problem.  I feel like I learned a lot about PRI from you guys and troubleshooting this problem.jtcorcoran1jwable