Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Transfer Calls Off-Site

Status
Not open for further replies.

quazimotto

Programmer
Joined
Mar 29, 2008
Messages
776
Location
US
Greetings! I have a CME Ver 12.4. What is the code to allow a telephone user to transfer off-site. I have put in a transfer-pattern to the office I need to transfer the call, but I get a busy signal. Any suggestions are greatly appreciated.

Thanks/Quaz
 
Post your sh run

------------------------------------
Dallas, Texas
Telecommunications Tech
CCVP, CCNA, Net+

CCNP in the works
 
Dallas,

Here it is minus ephone info.

show run
Building configuration...

Current configuration : 4946 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname MaticVon
!
boot-start-marker
boot-end-marker
!
enable password quaz
!
no aaa new-model
!
resource policy
!
ip cef
!!
!
!
!
!
voice service voip
allow-connections h323 to h323
supplementary-service h450.12
h323
!
!
!
voice class codec 1
codec preference 1 g711ulaw
codec preference 2 g729r8
!!
!
!
!
!
username cmeadmin privilege 15 password 0 cmeadmin
!
!
!
!
!
!
interface Loopback0
ip address 192.168.8.1 255.255.255.0
h323-gateway voip interface
h323-gateway voip id site2 ipaddr 192.168.2.25 1719
h323-gateway voip h323-id cme-site2
h323-gateway voip tech-prefix 1#
h323-gateway voip bind srcaddr 192.168.8.1
!
interface FastEthernet0/0
ip address 192.168.3.10 255.255.255.0
speed auto
full-duplex

!interface Serial0/0
ip address 192.168.7.2 255.255.255.0
!
interface Ethernet1/0
bandwidth 10000000
ip address 192.168.12.15 255.255.255.0
shutdown
full-duplex
!
ip default-gateway 192.168.3.1
ip route 0.0.0.0 0.0.0.0 192.168.3.1
ip route 192.168.6.0 255.255.255.0 192.168.7.1
ip route 192.168.9.0 255.255.255.0 192.168.7.1
ip route 192.168.42.0 255.255.255.0 192.168.1.1
!
!
ip http server
ip http authentication local
no ip http secure-server
ip http path flash:
!
!
tftp-server flash:CP7902080001SCCP051117A.sbin
tftp-server flash:CP7905080001SCCP051117A.sbin
tftp-server flash:CP7905080001SCCP051117A.zup
tftp-server flash:CP7912080001SCCP051117A.sbin
tftp-server flash:P0030702T023.bin
tftp-server flash:P0030702T023.loads
tftp-server flash:P0030702T023.sb2
tftp-server flash:P0030702T023.sbn
tftp-server flash:P00405000700.bin
tftp-server flash:P00405000700.sbn
!
control-plane
!
!
!
!
!
dial-peer voice 100 voip
destination-pattern 1...
voice-class codec 1
session target ipv4:192.168.8.1
dtmf-relay h245-alphanumeric
!
dial-peer voice 101 voip
destination-pattern 4...
voice-class codec 1
session target ipv4:192.168.2.25
dtmf-relay h245-alphanumeric
no vad
!
dial-peer voice 102 voip
destination-pattern 3...
voice-class codec 1
session target ipv4:192.168.2.25
dtmf-relay h245-alphanumeric
no vad
!
dial-peer voice 103 voip
destination-pattern 91[2-9].........
voice-class codec 1
session target ipv4:192.168.2.25
dtmf-relay h245-alphanumeric
no vad
!
telephony-service
load 7910 P00403020214
load 7960-7940 P0030702T023
load 7914 S00103020002
load ATA ATA030100SCCP040211A.zup
load 7905 CP7905060000SCCP050124A.sbin
load 7902 CP7902060000SCCP050124A.sbin
load 7920 cmterm_7920.4.0-01-09.bin
load 7912 CP7912060000SCCP050124A.sbin
max-ephones 24
max-dn 72
ip source-address 192.168.8.1 port 2000
auto assign 1 to 24
system message Matic von Dorkdog Enterprises
time-format 24
date-format dd-mm-yy
create cnf-files version-stamp Jan 01 2002 00:00:00
dialplan-pattern 1 212555.... extension-length 4 no-reg
dialplan-pattern 2 8567861.... extension-length 4
max-conferences 8 gain -6
moh music-on-hold.au
web admin system name cmeadmin password cmeadmin
dn-webedit
time-webedit
transfer-system full-consult
transfer-pattern 1...
transfer-pattern 3...
trnasfer-pattern 4...
secondary-dialtone 9
!
 
First of all do this (will encrypt your passwords);

service password-encryption

but for you transfer-pattern try this (below is if you have to dial your area code to make a local call);

transfer-pattern 91..........
transfer-pattern 92.........
transfer-pattern 93.........
transfer-pattern 94.........
transfer-pattern 95.........
transfer-pattern 96.........
transfer-pattern 97.........
transfer-pattern 98......
transfer-pattern 99......



------------------------------------
Dallas, Texas
Telecommunications Tech
CCVP, CCNA, Net+

CCNP in the works
 
crap lol... add 3 more periods to the 98 and 99 patterns, you want 9 total periods on all except the first one which needs 10 for long distance calls... now you can make it simple by just putting 1 instead of all 8 by doing;

transfer-pattern 9..........

That way the system looks for the 10 digit call + 9 before it will transfer off net.

------------------------------------
Dallas, Texas
Telecommunications Tech
CCVP, CCNA, Net+

CCNP in the works
 
Dallas,

I have an IPO that the CME calls by dialing 4 digits ( 4xxx ). WHen I receive a call and want to transfer to say extension 4415, I hit transfer and dial 4415; the CME pauses and then gives me busy signal. Can you solve that problem?

Quaz
 
It may be your dialplan-pattern commends
dialplan-pattern 1 212555.... extension-length 4 no-reg

dialplan-pattern 2 8567861.... extension-length 4

All your DN`s are being expanded to 212 etc, 856 etc so yo may need a dial-peer for 212, 856 as well?????
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top