Thanks, Turns out to be a DVG-1120M configuration setting. I am using the "LAN" port to connect to my network. It uses the "WAN" address for the RTP setup, setting the NAT address for WAN port to the LAN port resolved the problem.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason A. Kates Sent: Thursday, July 29, 2004 3:28 PM To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] D-Link 1120M This is my mgcp.conf that works with my D-Link 1120M I hope that it helps. -Jason [general] ;port = 2427 ;bindaddr = 0.0.0.0 [dvg-1120m] host = 10.251.251.253 context = internal-phones canreinvite = no callwaiting=yes cancallforward=yes threewaycalling=yes transfer=yes callgroup=0 pickupgroup=0 callerid="Name 1" <xxx-xxx-xxxx> mailbox=5000 line => aaln/2 callerid="Name 2" <xxx-xxx-xxxx> mailbox=4000 line => aaln/1 On Thu, 2004-07-22 at 23:16, Kubat, Philip wrote: > Does anyone have a D-Link 1120M working with asterisk? It can make > and received calls, but there is no audio to the analog phone. There > is audio from the phone. In an ether trace I do not see RTP from > Asterisk to the 1120M, there is RTP from the 1120 to Asterisk. Any > ideas? > > > > Here is my mgcp.conf > > > > [general] > > port = 2427 > > bindaddr = 192.168.1.30 > > > > disallow=all > > allow=ulaw > > > > [dlinkgw] > > host=192.168.1.32 > > context = local > > canreinvite = no > > line => aaln/2 > > line => aaln/1 > > > > -- ---------------------------------------------------------------------------- Jason A. Kates ([EMAIL PROTECTED]) Fax: 208-975-1514 IAXtel: 17003723120 FWD: 428112 Phone: 212-400-1670 x5000 ============================================================================ _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
