cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
286
Views
0
Helpful
2
Replies

call from IP-network to mobile network through AS5350

jouk
Level 1
Level 1

I have AS5350 connected to the city telephon network by ISDN PRI. When the call from IP-network to the mobile phone of city network is occure and mobile phone in service - every thing is work. But when the mobile phone out of service the calling side must hear the automatic announcement from mobile network than subscriber out of service. But instead of this after 15-20 seconds Cisco back the busy tone. How can solve this problem

2 Replies 2

gogasca
Level 10
Level 10

http://www.cisco.com/univercd/cc/td/doc/product/software/ios123/123tcr/123tvr/vrht_p2.htm#wp1110694

Try adding:

progress_ind alert enable 8

In the dial-peer POTS used for outgoing calls.

And

voice rtp send-recv

in config mode.

If that doesnt help please upload your sh run.

and debug voice ccapi inout for a failed call.

Thanks

It still dose not work, here is sh run

How can i show you deb ccapi it is too long ?

version 12.3

service timestamps debug datetime localtime

service timestamps log datetime msec localtime show-timezone

no service password-encryption

!

boot-start-marker

no boot startup-test

boot-end-marker

!

!

!

resource-pool disable

clock timezone MSK 3

clock summer-time MSD recurring last Sun Mar 2:00 last Sun Oct 2:00

tdm clock priority 1 3/0

spe default-firmware spe-firmware-1

!

no ip cef

isdn switch-type primary-net5

!

voice rtp send-recv

!

voice service voip

fax protocol t38 ls-redundancy 5 hs-redundancy 2 fallback none

!

voice class codec 701

codec preference 1 g729r8

codec preference 2 g723r63

codec preference 3 g729br8

codec preference 4 g723r53

codec preference 5 g726r16

codec preference 6 g726r24

codec preference 7 g723ar63

codec preference 8 g723ar53

!

!

!

!

!

!

voice class cause-code 1

no unassigned-number

user-busy

!

!

!

!

!

!

!

!

controller E1 3/0

framing NO-CRC4

pri-group timeslots 1-31

!

controller E1 3/1

framing NO-CRC4

pri-group timeslots 1-16

gw-accounting aaa

!

!

translation-rule 1

!

!

translation-rule 2

!

!

!

interface FastEthernet0/0

ip address xxxxxx 255.255.255.224

ip access-group 101 in

load-interval 30

duplex auto

speed auto

h323-gateway voip interface

!

interface Serial3/0:15

no ip address

isdn switch-type primary-net5

isdn overlap-receiving T302 20000

isdn incoming-voice modem

isdn map address .* plan isdn type unknown

isdn calling-number 00000

isdn T309-enable

isdn sending-complete

no cdp enable

!

interface Group-Async0

description Group Async Interface

ip unnumbered FastEthernet0/0

no ip proxy-arp

encapsulation ppp

ip tcp header-compression

no ip mroute-cache

load-interval 30

async mode dedicated

peer default ip address pool CISCO5350

ppp authentication pap chap

ppp authorization use-radius

ppp accounting use-radius

group-range 1/00 1/59

!

!

!

access-list 101 x

access-list 101 x

access-list 101 x

access-list 101 x

access-list 101 x

access-list 101 x

!

!

!

radius-server host xxxx auth-port 1812 acct-port 1813 key xxxx

radius-server timeout 60

radius-server directed-request

radius-server vsa send accounting

radius-server vsa send authentication

!

call application voice debit tftp://xxxx

call application voice debit uid-len 5

call application voice debit language 1 ru

call application voice debit set-location ru 0 tftp://xxxxx

!

voice-port 3/0:D

input gain 4

echo-cancel coverage 64

cptone RU

bearer-cap 3100Hz

!

voice-port 3/1:D

!

!

dial-peer cor custom

!

!

!

dial-peer voice 1 voip

destination-pattern [1-9]T

progress_ind setup enable 3

progress_ind alert enable 8

voice-class codec 701

session target ipv4:xxxx

tech-prefix 011

fax protocol t38 ls-redundancy 5 hs-redundancy 2 fallback none

no vad

!

dial-peer voice 3 pots

huntstop

destination-pattern 99544......

progress_ind alert enable 8

direct-inward-dial

port 3/0:D

forward-digits 8

prefix 1

!

dial-peer voice 6 pots

application debit

incoming called-number 11112

port 3/0:D

forward-digits all

!

dial-peer voice 7 pots

incoming called-number [0-9]T

direct-inward-dial

!

dial-peer voice 8 pots

application data_dialpeer

incoming called-number 11111

port 3/0:D

!

!

gateway

!

!

line con 0

exec-timeout 0 0

line aux 0

line vty 0 4

exec-timeout 0 0

password xxxxx

login authentication vty-in

line 1/00 1/59

exec-timeout 0 0

no flush-at-activation

no modem callout

modem Dialin

exec-character-bits 8

special-character-bits 8

transport preferred none

transport input all

autoselect during-login

autoselect ppp

!

no scheduler allocate

ntp clock-period 17179800

ntp update-calendar

ntp server xxxxxxx

ntp server xxxxxxx

end