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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hello all, I've been working on my

Status
Not open for further replies.

deesuper

Programmer
Aug 24, 2003
10
0
0
DE
Hello all, I've been working on my 7206vxr voice router for weeks now with now avail. the router just won't give me a dial tone. whenever i call the access number i got from my PBX carrier i get an engaged tone. and whenever i call my access number the router shows something like this.:

5d13h: %VOIPAAA-5-VOIP_CALL_HISTORY: CallLegType 1, ConnectionId AD6383E9 F17B00
9F 0 1C91B1C4, SetupTime 19:04:05.896 GMT Sat Aug 23 2003, PeerAddress 484644334
2, PeerSubAddress , DisconnectCause 1 , DisconnectText unassigned number., Con
nectTime 19:04:05.906 GMT Sat Aug 23 2003, DisconnectTime 19:04:05.906 GMT Sat A
ug 23 2003, CallOrigin 2, ChargedUnits 0, InfoType 2, TransmitPackets 0, Transmi
tBytes 0, ReceivePackets 0, ReceiveBytes 0

Does anyone knows where the error is coming from????


And oja... here is how some of my dial peers config looks like...


dial-peer voice 20 voip
incoming called-number .
destination-pattern 020T....
session target ipv4:62.195.207.24
dtmf-relay cisco-rtp
fax-relay ecm disable
fax nsf 000000
fax protocol t38 ls-redundancy 0 hs-redundancy 0
!
dial-peer voice 8020 voip
incoming called-number .
destination-pattern 8020....
session target ipv4:62.195.207.25
dtmf-relay cisco-rtp
fax-relay ecm disable
fax nsf 000000
fax protocol t38 ls-redundancy 0 hs-redundancy 0
!dial-peer voice 90 pots
destination-pattern 9T
!
dial-peer voice 100 voip
destination-pattern 1T
req-qos controlled-load
!
dial-peer voice 40 voip
destination-pattern 4T
req-qos controlled-load
!
dial-peer voice 60 voip
destination-pattern 6T
req-qos controlled-load
!
dial-peer voice 80 voip
destination-pattern 8T
req-qos controlled-load
!
dial-peer voice 71 pots
incoming called-number .
destination-pattern 21071.....
progress_ind alert enable 8
progress_ind progress enable 8
no digit-strip
direct-inward-dial
port 1/0:15
!
dial-peer voice 42 pots
incoming called-number .
destination-pattern 842.....
no digit-strip
direct-inward-dial
port 1/0:15
!

If there is anythig odd or missing in this config please let me know. thanx


 
If you look at your debug you can see that the reason you are getting a reorder tone is that the router is sending the PBX a disconnect for unassigned number:

, DisconnectCause 1 , DisconnectText unassigned number.,

I would run a debug isdn q931 to see the ISDN messages along with the ANI and DNIS.
 
The reason for the above console message to pop up each time umake a call, is because you have enabled CDR logging using AAA.

Look for something similar to

router#(config)aaa accounting connection h323 start-stop radius


Sankar Nair
General Datatech l.p.
 
Congogre and Ciscoexpert thanx for replying.
Congogrey i've run the debug commands u suggested but it hasn't showed anything yet.
Ciscoexpert you told me to look for something that looks like ..."aaa accounting connection h323 start-stop radius" in my config.. well i did find this:
aaa new-model
aaa authentication login default none
aaa authentication login h323 group radius
aaa authorization exec h323 group radius
aaa accounting connection h323 start-stop group radius

but you didn't tell me what to do with it when i find it!



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top