[Asterisk-Users] Configuring DG-104s

Anton Yurchenko phila at dg.net.ua
Thu Dec 18 05:10:08 MST 2003


Hello,

I asked on the asterisk mailing list about dlink DG-104SH, some people 
wrote that they had DG-104S working, so I kicked that 104SH , and got an 
104S. And now I`m having trouble configuring it( I`m kinda new to MGCP) 
What do I put in the Config Call agent IP section?

I now have it like this:

Notify Entity 	
RGW Name 	
DNS IP 	. . .
DNS State 	
SDP IP address for NAT 	. . .
 


and in the mgcp.conf i have:

[general]
port = 2427
bindaddr = 0.0.0.0
 
[172.20.0.98]
host = 172.20.0.98
threewaycalling = yes
transfer = yes
callwaiting = yes
context = from-internal
callgroup = 1
pickupgroup = 1
canreinvite=no
 
callerid = "General" <301>
mailbox = michael
line => aaln/1
 
callerid = "Michael" <302>
mailbox = michael
line => aaln/2
 
callerid = "Alex" <303>
mailbox = alex
line => aaln/3
 
callerid = "Katie" <304>
mailbox = katie
line => aaln/4

but when the dg-104s boots I see this on * console:
*CLI> NOTICE[81926]: File chan_mgcp.c, Line 396 (dump_queue): Removing 
message from aaln/4 at 172.20.0.98-1 tansaction 1
    -- Resetting interface aaln/4 at 172.20.0.98
NOTICE[81926]: File chan_mgcp.c, Line 396 (dump_queue): Removing message 
from aaln/1 at 172.20.0.98-1 tansaction 4
    -- Resetting interface aaln/1 at 172.20.0.98
NOTICE[81926]: File chan_mgcp.c, Line 396 (dump_queue): Removing message 
from aaln/2 at 172.20.0.98-1 tansaction 3
    -- Resetting interface aaln/2 at 172.20.0.98
NOTICE[81926]: File chan_mgcp.c, Line 396 (dump_queue): Removing message 
from aaln/3 at 172.20.0.98-1 tansaction 2
    -- Resetting interface aaln/3 at 172.20.0.98

and in the tethereal dump:
 17.683722  172.20.0.50 -> 172.20.0.98  MGCP 200 5135 OK
 17.683769  172.20.0.50 -> 172.20.0.98  MGCP RQNT 14 aaln/4 at dg104s MGCP 1.0
 17.686333  172.20.0.98 -> 172.20.0.50  MGCP RSIP 5136 aaln/1@[dg104s] 
MGCP 1.0
NCS 1.0
 17.686880  172.20.0.50 -> 172.20.0.98  MGCP 200 5136 OK
 17.686924  172.20.0.50 -> 172.20.0.98  MGCP RQNT 15 aaln/1 at dg104s MGCP 1.0
 17.732737  172.20.0.98 -> 172.20.0.50  MGCP 500 15 UNKNOWN ENDPOINT
 18.081682  172.20.0.98 -> 172.20.0.50  MGCP RSIP 5137 aaln/2@[dg104s] 
MGCP 1.0
NCS 1.0
 18.082230  172.20.0.50 -> 172.20.0.98  MGCP 200 5137 OK
 18.082273  172.20.0.50 -> 172.20.0.98  MGCP RQNT 16 aaln/2 at dg104s MGCP 1.0
 18.084595  172.20.0.98 -> 172.20.0.50  MGCP 500 16 UNKNOWN ENDPOINT
 20.281929  172.20.0.98 -> 172.20.0.50  MGCP RSIP 5138 aaln/3@[dg104s] 
MGCP 1.0
NCS 1.0
 20.282453  172.20.0.50 -> 172.20.0.98  MGCP 200 5138 OK
 20.282496  172.20.0.50 -> 172.20.0.98  MGCP RQNT 17 aaln/3 at dg104s MGCP 1.0
 20.284829  172.20.0.98 -> 172.20.0.50  MGCP 500 17 UNKNOWN ENDPOINT
 22.678758 SurecomT_3b:04:f7 -> D-Link_00:7c:6a ARP Who has 
172.20.0.98?  Tell 172.20.0.50
 22.679130 D-Link_00:7c:6a -> SurecomT_3b:04:f7 ARP 172.20.0.98 is at 
00:05:5d:00:7c:6a
 42.725073  172.20.0.98 -> 172.20.0.50  MGCP NTFY 5139 aaln/1@[dg104s] 
MGCP 1.0
NCS 1.0
 42.725566  172.20.0.50 -> 172.20.0.98  MGCP 200 5139 OK
 42.725776  172.20.0.50 -> 172.20.0.98  MGCP CRCX 18 aaln/1 at dg104s MGCP 1.0
 42.728447  172.20.0.98 -> 172.20.0.50  MGCP 500 18 UNKNOWN ENDPOINT
 42.759361  172.20.0.50 -> 172.20.0.98  MGCP RQNT 19 aaln/1 at dg104s MGCP 1.0
 42.761123  172.20.0.98 -> 172.20.0.50  MGCP 500 19 UNKNOWN ENDPOINT
 58.758907  172.20.0.50 -> 172.20.0.98  MGCP RQNT 20 aaln/1 at dg104s MGCP 1.0
 58.760637  172.20.0.98 -> 172.20.0.50  MGCP 500 20 UNKNOWN ENDPOINT
 58.761101  172.20.0.50 -> 172.20.0.98  MGCP RQNT 21 aaln/1 at dg104s MGCP 1.0
 58.762877  172.20.0.98 -> 172.20.0.50  MGCP 500 21 UNKNOWN ENDPOINT
 58.767399  172.20.0.50 -> 172.20.0.98  MGCP RQNT 22 aaln/1 at dg104s MGCP 1.0
 58.769160  172.20.0.98 -> 172.20.0.50  MGCP 500 22 UNKNOWN ENDPOINT

in look like the dg-104s doesnt like something.
I get no dialtone in the phone connected to the dg-104s.

What am I missing.

thanks

-- 

Anton Yurchenko<phila at dg.net.ua>
Digital Generation





More information about the asterisk-users mailing list