[Asterisk-Users] MGCP, Asterisk & Cisco VG200
Steve Blair
blairs at isc.upenn.edu
Sat Feb 12 07:05:58 MST 2005
Hello:
I want to receive calls from my SIP proxy and re-route them to one
of the analog lines on my Cisco VG200 ia MGCP and Asterisk.
Inbound SIP calls will arrive with the five digit called number preficed
with an "m" by the proxy. I'd like to them match these calls against
a rule like exten => _mXXXXX,1,Dial(MGCP/aaln/1 at 128.100.10.11) .
This however results in an error.
My mgcp.conf looks like:
; mgcp audit endpoint aaln/1 at 128.100.10.11 (vg200)
[general]
port = 2427
bindaddr = 128.100.10.10 (asterisk server)
[vg200]
host = 128.100.10.11
canreinvite = no
line => aaln/2
line => aaln/1
Can anyone explain how this should work?
Thanks,Steve
More information about the asterisk-users
mailing list