Hey guys, the occam people are coming in Monday with boxes for us to test, they are controlled via MGCP, I've never used MGCP with asterisk (or ever) and haven't been able to find much info about them on the list. My guestimate config is as follows, let me know if I'm on the right track. mgcp.conf ... [occam1] host=192.168.0.10 context=default line => aaln/1 line => aaln/2 ... line => aaln/24 extensions.conf ... exten => 5555555,1,Answer exten => 5555555,2 Dial,MGCP/aaln/1@occam1|20 ... Regards MIKE
This is what I have. In the MGCP box you have a few settings to deal with as well, of course. Currently MGCP is not functioning well. The "guys" are working on it. Right now, * will seg fault when you place station to station calls. [clarent] host = 192.168.xxx.xxx context = default line => aaln/4 line => aaln/3 line => aaln/2 line => aaln/1 exten => 1240,1,Dial,MGCP/aaln/1@clarent exten => 1241,1,Dial,MGCP/aaln/2@clarent ----- Original Message ----- From: "Michael Baird" <mike@tc3net.com> To: <asterisk-users@lists.digium.com> Sent: Friday, March 14, 2003 6:39 AM Subject: [Asterisk-Users] MGCP Config> Hey guys, the occam people are coming in Monday with boxes for us to > test, they are controlled via MGCP, I've never used MGCP with asterisk > (or ever) and haven't been able to find much info about them on the > list. My guestimate config is as follows, let me know if I'm on the > right track. > > mgcp.conf > ... > [occam1] > host=192.168.0.10 > context=default > line => aaln/1 > line => aaln/2 > ... > line => aaln/24 > > extensions.conf > ... > exten => 5555555,1,Answer > exten => 5555555,2 Dial,MGCP/aaln/1@occam1|20 > ... > > Regards > MIKE
I've been trying to find a list of codec "format numbers" so I can more clearly understand the following message; Accepting AUTHENTICATED call from xxx.xxx.xxx.xxx, requested format = 4, actual format = 4 I've seen 4, 32, 512 and I think a few others. For example I think format 32 equal ADPCM but what are the others? TIA John ------------------------------------------------------------------------- NetRom Internet Services 973-208-1339 voice john@netrom.com 973-208-0942 fax http://www.netrom.com -------------------------------------------------------------------------
> This is what I have. In the MGCP box you have a few settings to deal with > as well, of course. Currently MGCP is not functioning well. The "guys" are > working on it. Right now, * will seg fault when you place station to > station calls.Already fixed in CVS as of this morninga ctually. Mark