cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
723
Views
0
Helpful
6
Replies

Busy Line

alkabeer80
Level 1
Level 1

Hi, i have problem with CCME,

i have two analog lines i connect them to fxo ports

voice port 0/0/0 has number 444444

voice port 0/0/1 has number 456789

anybody call at line extention 2001 rings normally

the problem is anybody pick up the phone and press on button 9 and dial number no body can use the other line so if i press on 9 the phone will show busy,

voice-port 0/0/0

connection plar 2001

caller-id enable

!

voice-port 0/0/1

connection plar 2001

caller-id enable

 

!

dial-peer cor custom

name calllocal

name callmobile

name callint

!

!

dial-peer cor list call-local

member calllocal

!

dial-peer cor list call-mobile

member callmobile

!

dial-peer cor list call-int

member callint

!

dial-peer cor list localuser

member calllocal

dial-peer cor list mobileuser

member calllocal

member callmobile

!

dial-peer cor list superuser

member calllocal

member callmobile

member callint

!

!

dial-peer voice 9 pots

corlist outgoing call-local

destination-pattern 94......

port 0/0/0

prefix 1

!

dial-peer voice 900 pots

corlist outgoing call-int

destination-pattern 90T

port 0/0/0

prefix 0

!

dial-peer voice 937 pots

corlist outgoing call-mobile

destination-pattern 9[3-7]......

port 0/0/0

!

!

!

telephony-service

max-ephones 40

max-dn 40

ip source-address 10.10.10.10 port 2000

auto assign 1 to 40

dialplan-pattern 1 9444444 extension-length 4

dialplan-pattern 1 9456789 extension-length 4

max-conferences 8 gain -6

transfer-system full-consult

secondary-dialtone 9

!

!

ephone-dn 1 dual-line

number 2000

!

ephone-dn 2 dual-line

number 2001

corlist incoming superuser

!

!

ephone-dn 3 dual-line

number 2002

!

!

ephone-dn 4 dual-line

number 2003

ephone 1

no multicast-moh

type 7945

button 1:1

!

!

!

ephone 2

no multicast-moh

type 7965

button 1:2

!

!

!

ephone 3

no multicast-moh

type 7945

button 1:3

!

!

!

ephone 4

no multicast-moh

type 7936

button 1:5

!

!

scheduler allocate 20000 1000

!

end

thanks for your help

6 Replies 6

Steven Holl
Cisco Employee
Cisco Employee

The FXO port only can handle a single call at a time.  Hence, when you have an active call through 0/0/0, any subsequent attempts for calls in and out of that port will not work while the first call is still actively using that port.

If you want to sustain more than a single PSTN call at a time, you need to get another FXO circuit to terminate on this device, and add more dial-peers with equal preference to point out the new circuit.

-Steve Holl

Hi Steven,

Thanks for your reply, i am using 4 port FXO. Only 2 lines are connected

voice port 0/0/0 444444

voice port 0/0/1 456789

as i understand from your reply that i can only use one line at a time ?

if i have 4 land lines

444444

456789

567891

678912

This means that i need to buy four FXO modules and not use them on the same slot ?

If yes could kindly answer me why they put 4 port at each FXO module.

Thanks

Each FXO port supports a single circuit, for a single call.  Wiring to each FXO port should be 2-wire, straight-through.  So a four port FXO card supports four active calls, via for separate circuits.

You only have dial-peers configured to go out a single port:

dial-peer voice 9 pots

corlist outgoing call-local

destination-pattern 94......

port 0/0/0

prefix 1

!

dial-peer voice 900 pots

corlist outgoing call-int

destination-pattern 90T

port 0/0/0

prefix 0

!

dial-peer voice 937 pots

corlist outgoing call-mobile

destination-pattern 9[3-7]......

port 0/0/0

You need something like this:

dial-peer voice 9 pots

corlist outgoing call-local

destination-pattern 94......

port 0/0/0

prefix 1

!

dial-peer voice 900 pots

corlist outgoing call-int

destination-pattern 90T

port 0/0/0

prefix 0

!

dial-peer voice 937 pots

corlist outgoing call-mobile

destination-pattern 9[3-7]......

port 0/0/0

dial-peer voice 19 pots

corlist outgoing call-local

destination-pattern 94......

port 0/0/1

prefix 1

!

dial-peer voice 1900 pots

corlist outgoing call-int

destination-pattern 90T

port 0/0/1

prefix 0

!

dial-peer voice 1937 pots

corlist outgoing call-mobile

destination-pattern 9[3-7]......

port 0/0/1

wow thanks for your rapid reply,

what i have is 2 land lines RJ11 connected to two different ports of CCME.

So i can use each one of them to make seperate calls, i have configured dial peers also for 0/0/1, but when i use any line the other one will give busy signal. what else should i do , also i am thinking to make the other line use button 7 of the phone to take the other line.

thanks

Your configuration isn't correct if you have dial-peers for both ports

and you can't have two concurrent outbound calls. You don't need to

have different access codes for the different ports. That's excessive;

the IOS call control API can handle this just fine.

Get the following:

sh voice call sum

sh run

sh dialplan number #

And collect the following debugs for the first and second outbound calls:

debug voip ccapi inout

debug vpm sig

-Steve

I need sometime to get this i will get back to u ASAP

thanks for your help

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: