Javier Rios wrote:> hello > > you can help me with a problem > > > > I have dlink DG-104S already and this registered in asterisk > > but not to call... between in ports > > > > you can help with an example the configuration me of > > mgcp.conf > > extensions.conf > > >; MGCP Configuration for Asterisk ; [general] port = 2427 bindaddr = 192.168.100.2 disallow=all allow=g729 allow=alaw ; tos=lowdelay [noc] host = 192.168.100.10 context = noc musiconhold=default pickupgroup=0 callgroup=0 cancallforward=1 transfer=1 pickupgroup=0 callgroup=0 mailbox=121 callerid="Vitaly Bulakhov" <121> canreinvite=0 line => aaln/1 mailbox=122 callerid="Smena" <122> canreinvite=0 line => aaln/2 mailbox=123 callerid="123" <123> line => aaln/3 mailbox=124 callerid="124"<124> line => aaln/4 extention.conf ; [noc] exten => 120,1,Dial,MGCP/aaln/1@noc&MGCP/aaln/2@noc&MGCP/aaln/3@noc&MGCP/aaln/4@noc exten => 121,1,Dial,MGCP/aaln/1@noc exten => 122,1,Dial,MGCP/aaln/2@noc exten => 123,1,Dial,MGCP/aaln/3@noc exten => 124,1,Dial,MGCP/aaln/4@noc
hello you can help me with a problem I have dlink DG-104S already and this registered in asterisk but not to call... between in ports you can help with an example the configuration me of mgcp.conf extensions.conf -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031031/bf4b4912/attachment.htm
If you already get dialtone, you just need to setup the extensions exten => 321,1,Dial(MGCP/aaln/1@dlink,90,T) exten => 322,1,Dial(MGCP/aaln/2@dlink,90,T) exten => 323,1,Dial(MGCP/aaln/3@dlink,90,T) exten => 324,1,Dial(MGCP/aaln/4@dlink,90) @dlink should be whatever you defined in the mgcp.conf -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Javier Rios Sent: Friday, October 31, 2003 2:52 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] problem DG-104S not call hello you can help me with a problem I have dlink DG-104S already and this registered in asterisk but not to call... between in ports you can help with an example the configuration me of mgcp.conf extensions.conf -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031031/77287016/attachment.htm