Re: [asterisk-users] Bridged Digital call

2011-06-17 Thread robert boardman
both show transfercapability DIGITAL Regards Robb On 16 June 2011 23:40, Richard Mudgett rmudg...@digium.com wrote: Hi All Just upgraded from 1.6? to 1.8.4.1 I ised to be able to get a digital call working across a bridged isdn channel in 1.6 and 1.4 using the following;-

Re: [asterisk-users] Bridged Digital call

2011-06-17 Thread Richard Mudgett
Hi All Just upgraded from 1.6? to 1.8.4.1 I ised to be able to get a digital call working across a bridged isdn channel in 1.6 and 1.4 using the following;- exten = _X.,1,gotoif($[${TRANSFERCAPABILITY}=DIGITAL]?5:) exten = _X.,2,dial(DAHDI/g1/${EXTEN}) exten

Re: [asterisk-users] Bridged Digital call

2011-06-17 Thread robert boardman
any reason why this would happen, should I report a bug on the issue tracker? Robb On 17 June 2011 19:55, Richard Mudgett rmudg...@digium.com wrote: Hi All Just upgraded from 1.6? to 1.8.4.1 I ised to be able to get a digital call working across a bridged isdn

Re: [asterisk-users] Bridged Digital call

2011-06-17 Thread Richard Mudgett
Just upgraded from 1.6? to 1.8.4.1 I ised to be able to get a digital call working across a bridged isdn channel in 1.6 and 1.4 using the following;- [snip] Could be a problem in the media stream handling not being setup for digital mode. ..., should I report a bug on

[asterisk-users] Bridged Digital call

2011-06-16 Thread robert boardman
Hi All Just upgraded from 1.6? to 1.8.4.1 I ised to be able to get a digital call working across a bridged isdn channel in 1.6 and 1.4 using the following;- exten = _X.,1,gotoif($[${TRANSFERCAPABILITY}=DIGITAL]?5:) exten = _X.,2,dial(DAHDI/g1/${EXTEN}) exten = _X.,3,Noop(${CHANNEL}) exten =

Re: [asterisk-users] Bridged Digital call

2011-06-16 Thread Richard Mudgett
Hi All Just upgraded from 1.6? to 1.8.4.1 I ised to be able to get a digital call working across a bridged isdn channel in 1.6 and 1.4 using the following;- exten = _X.,1,gotoif($[${TRANSFERCAPABILITY}=DIGITAL]?5:) exten = _X.,2,dial(DAHDI/g1/${EXTEN}) exten =