[Asterisk-Users] Problems with Cisco ATA 186/MGCP
navarrocarlos
navarrocarlos at uolsinectis.com.ar
Mon Apr 18 15:32:20 MST 2005
Hello People,
I'm testing MGCP with a ATA 186 with MGCP with this configuration:
Cisco ATA 186 (MGCP) Configuration
UIPassword: ____________________
UseTftp: 0___________________
TftpURL: 0___________________
CfgInterval: 3600________________
EncryptKey: ____________________
EncryptKeyEx: 00000000000000000000
Dhcp: 0___________________
StaticIP: 192.168.1.154_______
StaticRoute: 192.168.1.1_________
StaticNetMask: 255.255.255.0_______
EPID0orSID0: a001________________
EPID1orSID1: a002________________
CA0orCM0: 192.168.1.254:2727__
CA1orCM1: 0___________________
CA0UID: 0___________________
CA1UID: 0___________________
MGCPVer: MGCP1.0_____________
RetxIntvl: 500_________________
RetxLim: 10__________________
MGCPPort: 2427________________
CodecName: PCMU,PCMA,G723,G729_
LBRCodec: 3___________________
PrfCodec: 1___________________
AudioMode: 0x00350035__________
ConnectMode: 0x00000400__________
CallerIdMethod: 0xc0019e60__________
DNS1IP: 66.172.153.68_______
DNS2IP: 66.172.153.10_______
Domain: .___________________
NumTxFrames: 2___________________
TOS: 0x000068b8__________
OpFlags: 0x00000002__________
VLANSetting: 0x0000002b__________
Polarity: 0x00000000__________
FXSInputLevel: 0___________________
FXSOutputLevel: -4__________________
SigTimer: 0x00000064__________
RingCadence: 2,4,25______________
DialTone: 2,31538,30831,3100,3
BusyTone: 2,30467,28959,1191,1
ReorderTone: 2,30467,28959,1191,1
RingBackTone: 2,30831,30467,1943,2
CallWaitTone: 1,30831,0,5493,0,0,2
AlertTone: 1,30467,0,5970,0,0,4
NPrintf: 0.0.0.0.0___________
TraceFlags: 0x00000000__________
SyslogIP: 0.0.0.0.514_________
SyslogCtrl: 0x00000000__________
MediaPort: 16384_______________
CFGID: 0x00000000__________
ata00070edcfc55
Version: v3.1.1 atamgcp (Build 040629A)
MAC: 0.7.14.220.252.85
My asterisk are setting with simple configuration:
[general]
port = 2427
bindaddr = 192.168.1.254
disallow = all
allow = ulaw
allow = alaw
allow = g729
[192.168.1.154] ; mac address of cisco phone
context=from-internal
host=192.168.1.154
wcardep = *
line => a001
Asterisk have a simple extension:
exten => _6NNNNNN,1,Dial(MGCP/a001 at 192.168.1.154)
In the command line:
asterisk*CLI> mgcp audit endpoint a001 at 192.168.1.154
Apr 18 19:30:17 DEBUG[2386]: chan_mgcp.c:720 send_request: Slow sequence is -1
Posting Request:
AUEP 34 a001@[192.168.1.154] MGCP 1.0
F: A
to 192.168.1.154:2427
MGCP read: I>
200 34
A: v:L;G;D, p:10-60, a:PCMA;PCMU;G729, b:64, e:on, s:on, t:00-FF, m:sendonly;recvonly;sendrecv;inactive
from 192.168.1.154:2427
Verb: '200', Identifier: '34', Endpoint: '', Version: '(null)'
2 headers, 0 lines
There are no dial tone in the MGCP phone.
When I dial (from a zap) to MGCP phone, I listen the ring, and the MGCP Phone ring too, but when I pickup the MGCP Phone, there are no sound. The calling phone is ringing.
Do your any clue for this problem?
Thank in advance
Carlos Navarro
More information about the asterisk-users
mailing list