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"><<a href="mailto:rmudgett@digium.com">rmudgett@digium.com</a>></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">> > > Hi All<br>
> > ><br>
> > > Just upgraded from 1.6? to 1.8.4.1<br>
> > ><br>
> > ><br>
> > > I ised to be able to get a digital call working across a bridged<br>
> > > isdn<br>
> > > channel in 1.6 and 1.4 using the following;-<br>
> > ><br>
> > ><br>
> > > exten => _X.,1,gotoif($[${TRANSFERCAPABILITY}=DIGITAL]?5:)<br>
> > > exten => _X.,2,dial(DAHDI/g1/${EXTEN})<br>
> > > exten => _X.,3,Noop(${CHANNEL})<br>
> > > exten => _X.,4,hangup<br>
> > > exten => _X.,5,(Set(CHANNEL(transfercapability)=DIGITAL)<br>
> > > exten => _X.,6,dial(DAHDI/g1/${EXTEN})<br>
> > > exten => _X.,7,hangup<br>
> > ><br>
> > ><br>
> > > this still dials and aswers in 1.8 but no frames are passed and the<br>
> > > call times out and drops<br>
> > ><br>
> > > I have also tried<br>
> > ><br>
> > > exten => _X.,1,gotoif($[${TRANSFERCAPABILITY}=DIGITAL]?5:)<br>
> > > exten => _X.,2,dial(DAHDI/g1/${EXTEN})<br>
> > > exten => _X.,3,Noop(${CHANNEL})<br>
> > > exten => _X.,4,hangup<br>
> > > exten => _X.,5,Noop<br>
> > > exten => _X.,6,dial(DAHDI/g1d/${EXTEN})<br>
> > > exten => _X.,7,hangup<br>
> > ><br>
> > > with exactly the same outcome,<br>
> ><br>
> > Both of these methods should work after doing a quick look a the code.<br>
> ><br>
> > Does the outgoing call SETUP indicate digital capability?<br>
><br>
</div></div>> 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>