Incoming Calls Not Working

I am making an incoming call over a zaptel T1 trunk. The trunk works for outgoing calls. The inbound route when set to “any DID/any CID” works and the auto attendant answers.
Now, I have a SIP phone on extension 2213 so I setup inbound route of “2213/ any CID” and I get message “the number you have dialed is not in service”. Below is the Putty log from PRI DEBUG SPAN 1.

Can anyone tell me what I am doing wrong?

asterisk1*CLI>
< Protocol Discriminator: Q.931 (8) len=38
< Call Ref: len= 1 (reference 23/0x17) (Originator)
< Message type: SETUP (5)
< [04 02 80 90]
< Bearer Capability (len= 4) [ Ext: 1 Q.931 Std: 0 Info transfer capability: Speech (0)
< Ext: 1 Trans mode/rate: 64kbps, circuit-mode (16)
< Ext: 0 User information layer 1: Unknown (24)
< [18 04 e9 80 83 97]
< Channel ID (len= 6) [ Ext: 1 IntID: Explicit, PRI Spare: 0, Exclusive Dchan: 0
< ChanSel: Reserved
< Ext: 1 DS1 Identifier: 0
< Ext: 1 Coding: 0 Number Specified Channel Type: 3
< Ext: 1 Channel: 23 ]
< [20 02 00 e1]

< Network-Specific Facilities (len= 2) [ SDN (including GSDN) ]
< [6c 0b a2 39 39 39 39 39 39 39 39 39 39]
< Calling Number (len=13) [ Ext: 1 TON: National Number (2) NPI: Unknown (2)
< Presentation: Presentation permitted, user number not screened (0) ‘9999999999’ ]
< [70 05 a2 32 32 31 33]
< Called Number (len= 7) [ Ext: 1 TON: National Number (2) NPI: Unknown (2) ‘2213’ ]
– Making new call for cr 23
– Processing Q.931 Call Setup
– Processing IE 4 (cs0, Bearer Capability)
– Processing IE 24 (cs0, Channel Identification)
– Processing IE 32 (cs0, Network-Specific Facilities)
– Processing IE 108 (cs0, Calling Party Number)
– Processing IE 112 (cs0, Called Party Number)
– Going to extension s|1 because of immediate=yes

Protocol Discriminator: Q.931 (8) len=10
Call Ref: len= 2 (reference 23/0x17) (Terminator)
Message type: CALL PROCEEDING (2)
[18 03 a9 83 97]
Channel ID (len= 5) [ Ext: 1 IntID: Implicit, PRI Spare: 0, Exclusive Dchan: 0
ChanSel: Reserved
Ext: 1 Coding: 0 Number Specified Channel Type: 3
Ext: 1 Channel: 23 ]
– Accepting call from ‘9999999999’ to ‘s’ on channel 0/23, span 1
– Executing NoOp(“Zap/23-1”, “No DID or CID Match”) in new stack
– Executing Answer(“Zap/23-1”, “”) in new stack
Protocol Discriminator: Q.931 (8) len=14
Call Ref: len= 2 (reference 23/0x17) (Terminator)
Message type: CONNECT (7)
[18 03 a9 83 97]
Channel ID (len= 5) [ Ext: 1 IntID: Implicit, PRI Spare: 0, Exclusive Dchan: 0
ChanSel: Reserved
Ext: 1 Coding: 0 Number Specified Channel Type: 3
Ext: 1 Channel: 23 ]
[1e 02 81 82]
Progress Indicator (len= 4) [ Ext: 1 Coding: CCITT (ITU) standard (0) 0: 0 Location: Private network serving the local user (1)
Ext: 1 Progress Description: Called equipment is non-ISDN. (2) ]
– Executing Wait(“Zap/23-1”, “2”) in new stack

etrisk1*CLI>
< Protocol Discriminator: Q.931 (8) len=4
< Call Ref: len= 1 (reference 23/0x17) (Originator)
< Message type: CONNECT ACKNOWLEDGE (15)

Protocol Discriminator: Q.931 (8) len=12
Call Ref: len= 2 (reference 23/0x17) (Terminator)
Message type: STATUS (125)
[08 02 80 e2]
Cause (len= 4) [ Ext: 1 Coding: CCITT (ITU) standard (0) 0: 0 Location: User (0)
Ext: 1 Cause: Wrong message (98), class = Protocol Error (6) ]
[14 01 0a]
Call State (len= 3) [ Ext: 0 Coding: CCITT (ITU) standard (0) Call state: Active (10)

e[Kasterisk1*CLI>
– Executing Playback(“Zap/23-1”, “ss-noservice”) in new stack
– Playing ‘ss-noservice’ (language ‘en’)

e[Kasterisk1*CLI>
< Protocol Discriminator: Q.931 (8) len=8
< Call Ref: len= 1 (reference 23/0x17) (Originator)
< Message type: DISCONNECT (69)
< [08 02 81 e2]
< Cause (len= 4) [ Ext: 1 Coding: CCITT (ITU) standard (0) 0: 0 Location: Private network serving the local user (1)
< Ext: 1 Cause: Wrong message (98), class = Protocol Error (6) ]
– Processing IE 8 (cs0, Cause)
– Channel 0/23, span 1 got hangup request

e[Kasterisk1*CLI>
== Spawn extension (from-pstn, s, 4) exited non-zero on ‘Zap/23-1’

e[Kasterisk1*CLI>
NEW_HANGUP DEBUG: Calling q931_hangup, ourstate Disconnect Indication, peerstate Disconnect Request

Protocol Discriminator: Q.931 (8) len=9
Call Ref: len= 2 (reference 23/0x17) (Terminator)
Message type: RELEASE (77)
[08 02 81 e2]
Cause (len= 4) [ Ext: 1 Coding: CCITT (ITU) standard (0) 0: 0 Location: Private network serving the local user (1)
Ext: 1 Cause: Wrong message (98), class = Protocol Error (6) ]
– Hungup ‘Zap/23-1’

e[Kasterisk1*CLI>
< Protocol Discriminator: Q.931 (8) len=4
< Call Ref: len= 1 (reference 23/0x17) (Originator)
< Message type: RELEASE COMPLETE (90)
NEW_HANGUP DEBUG: Calling q931_hangup, ourstate Null, peerstate Null
NEW_HANGUP DEBUG: Destroying the call, ourstate Null, peerstate Null

e[Kasterisk1*CLI>