cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
384
Views
3
Helpful
4
Replies

VIC-2BRI-NT/TE BT Dialpeers

martinbuffleo
Level 1
Level 1

I am trying to configure my cisco CME to use my BT ISDN connection. I have attached the configs. When I try and dial out, by pressing 8 then the number.

(destination pattern set to 8.T) I get an unknow number error on the phone. When I debug the dial peers it says no dial peer matched.

Can anyone help me?

1 Accepted Solution

Accepted Solutions

Aaron Harrison
VIP Alumni
VIP Alumni

Hi

If you have a BT ISDN why do you need to emulate the network side of the connection?

interface BRI0/0/0

no ip address

isdn switch-type basic-net3

isdn point-to-point-setup

isdn incoming-voice voice

isdn layer1-emulate network

isdn protocol-emulate network

!

Is your ISDN even up at this point? If not, the dial-peers will go down as well.

Do a show isdn status, and post the result.

Also a show dial-peer voice summary.

Regards

Aaron

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!

View solution in original post

4 Replies 4

Aaron Harrison
VIP Alumni
VIP Alumni

Hi

If you have a BT ISDN why do you need to emulate the network side of the connection?

interface BRI0/0/0

no ip address

isdn switch-type basic-net3

isdn point-to-point-setup

isdn incoming-voice voice

isdn layer1-emulate network

isdn protocol-emulate network

!

Is your ISDN even up at this point? If not, the dial-peers will go down as well.

Do a show isdn status, and post the result.

Also a show dial-peer voice summary.

Regards

Aaron

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!

Thanks for your reply

Only just add:

isdn layer1-emulate network

isdn protocol-emulate network

Removed them now.

This is the current config

!

interface BRI0/0/0

no ip address

isdn switch-type basic-net3

isdn point-to-point-setup

isdn incoming-voice voice

!

show isdn status

Global ISDN Switchtype = basic-net3

ISDN BRI0/0/0 interface

dsl 0, interface ISDN Switchtype = basic-net3

Layer 1 Status:

ACTIVE

Layer 2 Status:

TEI = 116, Ces = 1, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED

Layer 3 Status:

0 Active Layer 3 Call(s)

Active dsl 0 CCBs = 0

The Free Channel Mask: 0x80000003

ISDN BRI0/0/1 interface

dsl 1, interface ISDN Switchtype = basic-net3

Layer 1 Status:

DEACTIVATED

Layer 2 Status:

Layer 2 NOT Activated

Layer 3 Status:

0 Active Layer 3 Call(s)

Active dsl 1 CCBs = 0

The Free Channel Mask: 0x80000003

Total Allocated ISDN CCBs = 0

show dial-peer voice summary

dial-peer hunt 0

AD PRE PASS OUT

TAG TYPE MIN OPER PREFIX DEST-PATTERN FER THRU SESS-TARGET STAT

PORT

2 voip up up 2.. 0 syst ipv4:10.1.0.9

3 voip up up 3.. 0 syst ipv4:10.1.0.100

9 pots up up 9.T 0 up

0/1/0

8 pots up up 8.T 0 down

0/0/0

20001 pots up up 101$ 0

50/0/1

20002 pots up up 102$ 0

50/0/2

20003 pots up up 103$ 0

50/0/3

20004 pots up up 104$ 0

50/0/4

Just tried a test call and it allowed an out going call? all a bit strange.

Now when I try and dial in I get told "the call will be disconnected"

I hoping that the Auto attendant will answer so I can dial an extension in.

Hi

Outgoing calls are working as you have corrected your ISDN interface configuration.

If the interface isn't up (which it wouldn't have been before you removed those commands) you won't get calls either way.

Re: inbound calls, start by doing a debug isdn q931 and placing a call in. This should reveal what numbers are being presented by BT.

Regards

Aaron

Please rate helpful posts...

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!