03-12-2012 03:51 AM - edited 03-16-2019 10:04 AM
Hi
i have H323 voice Gateway with E1 configuration , by question is how can i call outside directly without press 9 or 0 then + mobile or home or international number ???
Ex. 967205444
i need without press 9
67205444
there is steps or notepad configuration that help me to do it ???
thanks and regards
03-12-2012 03:59 AM
That all comes down to your dial-peer configuration. There is a reason why most PBX systems use an off-net code: to distinguish between internal extensions and off-net patterns. If you have four-digit extensions in the 2XXX range and dial a PSTN number starting with 2T you will have a problem; IOS will match the internal pattern first.
Look at your dial-peers, specifically the destination-pattern sub-command. It should start with 9 today. You can remove the 9 and just have whatever comes after it such as 67T. Just remember that any explicitly-matched digits are stripped. If you match 67T then you would need to prefix 67 to get the full number sent out to the PSTN.
03-12-2012 04:17 AM
thank for ur reply
you mean i have to remove 9 from this dial peer and from route pattern in the call manager
dial-peer voice 10 pots
destination-pattern 9
direct-inward-dial
port 1/0:15
please this is the confoguration i have
User Access Verification
Password:
universeE1>ena
Password:
universeE1#sh run
Building configuration...
Current configuration : 1573 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname universeE1
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$Gh4n$9gV0GYwHeIXgd4K0hqG0l.
!
no aaa new-model
!
resource policy
!
no network-clock-participate slot 1
no network-clock-participate wic 0
voice-card 1
!
ip subnet-zero
ip cef
!
!
no ip dhcp use vrf connected
!
!
no ip domain lookup
no ftp-server write-enable
isdn switch-type primary-net5
!
!
!
voice service voip
fax protocol t38 ls-redundancy 0 hs-redundancy 0 fallback cisco
!
!
!
!
!
!
!
!
!
!
!
!
controller E1 1/0
pri-group timeslots 1-31
!
!
!
interface FastEthernet0/0
ip address 192.168.200.3 255.255.255.0
duplex auto
speed auto
!
interface Serial1/0:15
no ip address
isdn switch-type primary-net5
isdn incoming-voice voice
isdn bchan-number-order ascending
no cdp enable
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.200.5
!
ip http server
!
!
!
control-plane
!
!
!
voice-port 1/0:15
!
!
!
!
!
dial-peer voice 1 voip
destination-pattern ...
session target ipv4:192.168.200.1
dtmf-relay h245-alphanumeric
codec g711ulaw
no vad
!
dial-peer voice 10 pots
destination-pattern 9
direct-inward-dial
port 1/0:15
!
dial-peer voice 3 voip
destination-pattern 550
session protocol sipv2
session target ipv4:192.168.180.221
dtmf-relay rtp-nte
codec g711ulaw
fax protocol t38 ls-redundancy 0 hs-redundancy 0 fallback cisco
no vad
!
gateway
timer receive-rtp 1200
!
sip-ua
!
!
line con 0
line aux 0
line vty 0 4
password c
login
!
!
end
universeE1#
03-12-2012 06:43 AM
Be very careful not to create overlaps here, as Jonathan stated there is a reason most companies use off-net access code, once you get rid of the off-net access code your options for internal extensions are limited depending on what country/state/city your deployments are in and how you dial PSTN.
HTH,
Chris
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide