any reason why this would happen, should I report a bug on the issue tracker?<br><br>Robb<br><br><div class="gmail_quote">On 17 June 2011 19:55, Richard Mudgett <span dir="ltr">&lt;<a href="mailto:rmudgett@digium.com">rmudgett@digium.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div></div><div class="h5">&gt; &gt; &gt; Hi All<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Just upgraded from 1.6? to 1.8.4.1<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; I ised to be able to get a digital call working across a bridged<br>
&gt; &gt; &gt; isdn<br>
&gt; &gt; &gt; channel in 1.6 and 1.4 using the following;-<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; exten =&gt; _X.,1,gotoif($[${TRANSFERCAPABILITY}=DIGITAL]?5:)<br>
&gt; &gt; &gt; exten =&gt; _X.,2,dial(DAHDI/g1/${EXTEN})<br>
&gt; &gt; &gt; exten =&gt; _X.,3,Noop(${CHANNEL})<br>
&gt; &gt; &gt; exten =&gt; _X.,4,hangup<br>
&gt; &gt; &gt; exten =&gt; _X.,5,(Set(CHANNEL(transfercapability)=DIGITAL)<br>
&gt; &gt; &gt; exten =&gt; _X.,6,dial(DAHDI/g1/${EXTEN})<br>
&gt; &gt; &gt; exten =&gt; _X.,7,hangup<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; this still dials and aswers in 1.8 but no frames are passed and the<br>
&gt; &gt; &gt; call times out and drops<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; I have also tried<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; exten =&gt; _X.,1,gotoif($[${TRANSFERCAPABILITY}=DIGITAL]?5:)<br>
&gt; &gt; &gt; exten =&gt; _X.,2,dial(DAHDI/g1/${EXTEN})<br>
&gt; &gt; &gt; exten =&gt; _X.,3,Noop(${CHANNEL})<br>
&gt; &gt; &gt; exten =&gt; _X.,4,hangup<br>
&gt; &gt; &gt; exten =&gt; _X.,5,Noop<br>
&gt; &gt; &gt; exten =&gt; _X.,6,dial(DAHDI/g1d/${EXTEN})<br>
&gt; &gt; &gt; exten =&gt; _X.,7,hangup<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; with exactly the same outcome,<br>
&gt; &gt;<br>
&gt; &gt; Both of these methods should work after doing a quick look a the code.<br>
&gt; &gt;<br>
&gt; &gt; Does the outgoing call SETUP indicate digital capability?<br>
&gt;<br>
</div></div>&gt; both show transfercapability DIGITAL<br>
<br>
Could be a problem in the media stream handling not being setup for digital mode.<br>
<div><div></div><div class="h5"><br>
Richard<br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br>