10-22-2012 12:49 PM
Can the AS5400HPX be used as an MGCP gateway to hand off FXS and E&M endpoints on DS0s over the CT3 controller?
I have configured it as specified in:
http://www.cisco.com/en/US/docs/ios/12_1t/12_1t3/feature/guide/MGCP1213.html#wp1040696
When the endpoints are configured as FXS or E&M, I get the following errors:
Oct 19 19:51:44.846: MGCP Packet received from 1.2.3.4:2727--->
RQNT 16233737 S1/ds1-2/1@[10.0.0.1] MGCP 1.0
N: 1.2.3.4
X: 1
R: L/HD(N)
S:
Q: STEP
T: L/HU,L/HD,L/HF,D/[0-9A-D#*T]
<---
Oct 19 19:51:44.846: mgcp_verify_supp_reqdet_ev: event not supported
Oct 19 19:51:44.846: Following traceback is for INFO ONLY. -Traceback= 0x618C49EC 0x618EAE54 0x618AB758 0x618D00CC 0x618C6850 0x61886704 0x61887B30 0x6188A464 0x604E952C 0x604E9510
Oct 19 19:51:44.850: MGCP Packet sent to 1.2.3.4:2727--->
512 16233737 unsupported R: event
Oct 19 19:56:48.769: MGCP Packet received from 1.2.3.4:2727--->
RQNT 16301148 S1/ds1-2/1@[10.0.0.1] MGCP 1.0
N: 1.2.3.4
X: 1
R: DT/SUP(N),DT/RLC(N)
S: DT/REL
Q: STEP
T: DT/SUP,DT/ANS,DT/RLC,DT/REL,
10-23-2012 10:20 AM
Your debug shows "unsupported R: event pkg".
RQNT !--- This is the notification request (RQNT) message sent to the call !--- agent to report the observed event.R: L/hu(N) !--- The call agent requests (R) to be notified (N) immediately !--- that an on-hook (hu) condition exists.
What is your IOS? What is the installed mgcp packages?
Regards.
10-23-2012 11:33 AM
If I'm reading it right, that should mean to use the line package and notify on off hook transitions. I would think having the line package in the capabilities would allow this to work, but its not.
It currently has c5400-js-mz.124-19.bin
The mgcp config is:
mgcp
mgcp call-agent 1.2.3.4 2727 service-type mgcp version 1.0
mgcp restart-delay 10
mgcp package-capability dtmf-package
mgcp package-capability mf-package
mgcp package-capability line-package
mgcp package-capability rtp-package
mgcp package-capability nas-package
mgcp package-capability as-package
mgcp package-capability script-package
mgcp package-capability it-package
mgcp package-capability fm-package
mgcp default-package dt-package
no mgcp timer receive-rtcp
mgcp bind control source-interface FastEthernet0/0
mgcp bind media source-interface FastEthernet0/0
sh mgcp:
MGCP default package: dt-package
MGCP supported packages: gm-package dtmf-package mf-package trunk-package
line-package rtp-package nas-package as-package script-package
ms-package dt-package mo-package res-package it-package
mt-package fxr-package fm-package
10-24-2012 10:12 AM
Strange.
AS shows:
...
R: L/HD(N)
...
512 16233737 unsupported R: event
mgcp error:
512 | Unable to execute transaction because of gateway being unable to detect one of the requested events. |
R: L/HD(N) is the requested event where L is the Line package, HD is Off-hook transition and (N) means Notify immediately.
In the second case AS shows:
...
R: DT/SUP(N),DT/RLC(N)
...
518 16301148 unsupported R: event pkg
mgcp error:
518 | Unsupported event package. |
R: DT/SUP(N),DT/RLC(N) is the requested event where DT is the DTMF and Dial Pulse package
mgcp package-capability line-package and dt-package are loaded correctly
Can you try a different IOS? A recent T IP PLUS release like c5400-is-mz.124-15.Txx.bin?
Regards.
10-24-2012 11:27 AM
Upgraded to 12.4(15)T16 ENTERPRISE PLUS and the problem persists.
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