[asterisk-users] 2B Channel Transfer on XO-based T1
Matthew Fredrickson
creslin at digium.com
Thu Apr 23 12:01:56 CDT 2009
Martin wrote:
> pri debug span 1
>
> should show you the ISDN messages for 2BCT if there are any
>
> Also someone should have told you that the 2BCT code is by default not compiling
> and you could enable it by editing chan_dahdi.c and adding
>
> #define PRI_2BCT
>
> Also since this flag is not present anywhere else in the code
>
> grep PRI_2BCT * -r
> channels/chan_dahdi.c:#ifdef PRI_2BCT
> channels/chan_dahdi.c:#ifdef PRI_2BCT
>
> it might actually only work in the version of Asterisk it was introduced for ...
This flag is defined inside of libpri.h, which is included by
chan_dahdi.c, which is why you do not see it inside chan_dahdi.c.
2BCT will automatically compile by default if the version of libpri you
have support 2BCT. If you have any version of libpri newer than a year
or two ago, it supports all the currently supported switchtypes. In
fact, the earliest version of 2BCT supported was done probably 3 or 4
years ago (RLT for DMS switches), so even very old versions of libpri
will support compilation of that code.
Matthew Fredricikson
Digium, Inc.
>
> Martin
>
> On Wed, Apr 15, 2009 at 8:24 AM, Ron Joffe <rjoffe at sienatech.com> wrote:
>> On Tuesday 14 April 2009 18:41, Jared Smith wrote:
>>> Some time after the second leg of
>>> the call has answered, Asterisk will send a facility message to the CO
>>> switch saying "Hey, mind bridging these two calls on your end, so I can
>>> free up the channels on my end?" If the switch says "OK", you'll see
>>> the calls disappear from Asterisk (and the people on the calls won't
>>> know the difference). Otherwise, the calls will continue to be bridged
>>> by Asterisk.
>> Jared,
>>
>> Is there a debug mode where I can find these specific messages?
>>
>> Thanks,
>>
>> Ron
>>
>>
>> --
>> Ron Joffe
>> Siena Tech, Inc.
>> 3319 Willow Glen Drive
>> Oak Hill, VA 20171
>> (919) 928-0404
>>
>> _______________________________________________
>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>>
>> asterisk-users mailing list
>> To UNSUBSCRIBE or update options visit:
>> http://lists.digium.com/mailman/listinfo/asterisk-users
>>
>
> _______________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
More information about the asterisk-users
mailing list