cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1013
Views
0
Helpful
5
Replies

call transfer and pickup to CME FXS port

cjrchoi11
Level 1
Level 1

I have analog phone which connected to CME router's FXS port and problem on call handling(transfer and pickup) from CCM site.

CCM--gatekeeper--CME

dial from CCM to CME's ephone works okay but doesn't for the FXS port.

-CCM dial to CME's ephone and transfer to FXS attached analog phone. fast busy

-CCM dial to CME's FXS attached phone. ringing the analog phone and try pickup from CME's ephone. not works.

CME router IOS=12.3(8)T7. I configured transfer-pattern to transfer the call to the non-ephone device but no luck.

Thanks in advacne,

5 Replies 5

Brandon Buffin
VIP Alumni
VIP Alumni

Would you mind to post your config?

Thanks,

Brandon

Follows my configuration related to the FXS port.

!

version 12.3

!

voice-port 2/0

station-id name Project-Room

station-id number 41664612101

!

voice-port 2/1

!

telephony-service

load 7910 P00403020214

load 7960-7940 P00305000301

max-ephones 20

max-dn 40

ip source-address x.x.x.x port 2000

auto assign 1 to 2

create cnf-files version-stamp Jan 01 2002 00:00:00

dialplan-pattern 1 4166462... extension-length 4 extension-pattern 2... no-reg

max-conferences 4

call-forward pattern .T

transfer-system full-consult

transfer-pattern .T

transfer-pattern 2...

!

Thanks,

Do you have a dial-peer configured to point to port 2/0? Can you post that config?

Brandon

dial-peer voice 2101 pots

destination-pattern 2101

no register e164

port 2/0

!

dial-peer voice 21011 pots

destination-pattern 41664622101

no register e164

port 2/0

!

Enter the following commands to allow H.323 to H.323 connections:

voice service voip

allow-connections h323 to h323

exit

Take a look at the following link.

Enabling H.323-to-H.323 Connection Capabilities

http://www.cisco.com/en/US/products/sw/iosswrel/ps5207/products_feature_guide_chapter09186a00802c4a55.html#wp1000942

Brandon