Download patch for ncs support in mgcp from <a href="http://asterisk.urtho.net/tiki-index.php">http://asterisk.urtho.net/tiki-index.php</a>&nbsp;. <br><br>
<div><span class="gmail_quote">2006/7/7, Christian Schnelle &lt;<a href="mailto:schnelle@enervation.com">schnelle@enervation.com</a>&gt;:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi,<br><br>i try to use asterisk together with a webstar mgcp cable modem. if i<br>configure the cable modem to act as a nuera 
v5.2 call agent it connects<br>to asterisk. but if i try to make a call the line will disabled.<br><br>in order to get a deeper look here comes the logs:<br><br>--snip--<br>voip*CLI&gt;<br>MGCP read:<br>NTFY 694708904 aaln/1@[
<a href="http://192.168.100.207">192.168.100.207</a>] MGCP 1.0 NCS 1.0<br>N: ca@[<a href="http://192.168.100.200">192.168.100.200</a>]<br>X: 619607CF<br>O: hd<br><br>from <a href="http://192.168.100.207:2427">192.168.100.207:2427
</a><br>Verb: 'NTFY', Identifier: '694708904', Endpoint:<br>'aaln/1@[<a href="http://192.168.100.207">192.168.100.207</a>]', Version: 'MGCP 1.0'<br>4 headers, 0 lines<br>Handling request 'NTFY' on <a href="mailto:aaln/1@192.168.100.207">
aaln/1@192.168.100.207</a><br>Transmitting:<br>200 694708904 OK<br><br>to <a href="http://192.168.100.207:2427">192.168.100.207:2427</a><br>&nbsp;&nbsp;&nbsp;&nbsp;-- Creating connection for <a href="mailto:aaln/1@192.168.100.207-1">aaln/1@192.168.100.207-1
</a> in cxmode:<br>sendrecv callid: 3ac0d40c7e01a573<br>We're at <a href="http://192.168.100.200">192.168.100.200</a> port 32930<br>Answering with capability 4<br>Answering with capability 8<br>Posting Request:<br>CRCX 21 aaln/1@[
<a href="http://192.168.100.207">192.168.100.207</a>] MGCP 1.0<br>C: 3ac0d40c7e01a573<br>L: p:20, a:PCMU, a:PCMA<br>M: sendrecv<br>X: 7e01a573<br><br>v=0<br>o=root 28921 28921 IN IP4 <a href="http://192.168.100.200">192.168.100.200
</a><br>s=session<br>c=IN IP4 <a href="http://192.168.100.200">192.168.100.200</a><br>t=0 0<br>m=audio 32930 RTP/AVP 0 8<br>a=rtpmap:0 PCMU/8000<br>a=rtpmap:8 PCMA/8000<br>to <a href="http://192.168.100.207:2427">192.168.100.207:2427
</a><br>&nbsp;&nbsp;&nbsp;&nbsp;-- MGCP Asked to indicate tone: L/dl on&nbsp;&nbsp;<a href="mailto:aaln/1@192.168.100.207-1">aaln/1@192.168.100.207-1</a><br>in cxmode: sendrecv<br>Posting Request:<br>RQNT 22 aaln/1@[<a href="http://192.168.100.207">192.168.100.207
</a>] MGCP 1.0<br>X: 619607cf<br>R: L/hu(N),L/hf(N),D/[0-9#*](N)<br>S: L/dl<br>to <a href="http://192.168.100.207:2427">192.168.100.207:2427</a><br>&nbsp;&nbsp;&nbsp;&nbsp;-- MGCP mgcp_new(<a href="mailto:MGCP/aaln/1@192.168.100.207-1">MGCP/aaln/1@192.168.100.207-1
</a>) created in state: Down<br>MGCP read:<br>200 21 OK<br>I: 20D7<br><br>v=0<br>o=- 21 8407 IN IP4 <a href="http://192.168.100.207">192.168.100.207</a><br>s=-<br>c=IN IP4 <a href="http://192.168.100.207">192.168.100.207</a>
<br>t=0 0<br>m=audio 53456 RTP/AVP 0 8<br>a=X-pc-csuites-rtp:60/50<br>a=X-pc-csuites-rtcp:80/70<br>a=X-pc-nrekey:0<br>a=sendrecv<br>a=mptime:20 20<br>a=ptime:20<br><br>from <a href="http://192.168.100.207:2427">192.168.100.207:2427
</a><br>Verb: '200', Identifier: '21', Endpoint: 'OK', Version: '(null)'<br>2 headers, 12 lines<br>Capabilities: us - 12, them - 12, combined - 12<br>Non-codec capabilities: us - 1, them - 0, combined - 0<br>MGCP read:<br>
518 22 Unsupported or unknown package<br><br>from <a href="http://192.168.100.207:2427">192.168.100.207:2427</a><br>Verb: '518', Identifier: '22', Endpoint: 'Unsupported', Version: 'or<br>unknown'<br>1 headers, 0 lines<br>
--snap--<br><br><br>the mgcp.conf is:<br><br>--snip--<br>;<br>; MGCP Configuration for Asterisk<br>;<br>[general]<br>port = 2727<br>bindaddr = <a href="http://0.0.0.0">0.0.0.0</a><br>;prefcodec=G711A<br>disallow = all&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;; The Codec list MUST be reduced by config or
<br>you will get an error 510 (protocol error)<br>allow = ulaw&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;; If this list includes Codec not listed in you<br>ATA configuration under &quot;CodecName:&quot;<br>allow = alaw<br><br><br>[<a href="http://192.168.100.207">
192.168.100.207</a>]<br>context=default<br>host=<a href="http://192.168.100.207">192.168.100.207</a><br>canreinvite=no<br>;slowsequence = yes<br>line =&gt; aaln/1<br>line =&gt; aaln/2<br>;line =&gt; *<br><br>;[Softphone]<br>
;context=default<br>;host=<a href="http://192.168.100.46">192.168.100.46</a><br>;line =&gt; aaln/1<br>;;line =&gt; *<br><br>[<a href="http://192.168.100.209">192.168.100.209</a>]<br>context=default<br>host=<a href="http://192.168.100.209">
192.168.100.209</a><br>line =&gt; aaln/1<br>line =&gt; aaln/2<br>--snap--<br><br><br>Could someone give me a hint?<br><br>Thx in advance.<br><br>--<br>Best regards<br><br>Christian Schnelle<br><br>Having Trouble in Windows REBOOT!!
<br>Having Trouble in Linux BE ROOT !!<br>_______________________________________________<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:
<br>&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br><br clear="all"><br>-- <br>Pagarbiai,<br>Giedrius Augys<br>Siauliu Universitetas, IST
<br>IP telefonijos inzinierius<br>Tel. 8 41 590408<br>Mob. Tel. 8 678 05790<br>el. pastas <a href="mailto:voipas@gmail.com">voipas@gmail.com</a>