Idefisk
Tools
Tutorials
Reviews
VoIP Providers
Archives
AsteriskGuru Archives
Mailing List Archives
FAQ
Search
Memberlist
Usergroups
Register
Profile
Log in to check your private messages
Log in
[Bristuff-users] bri_dchan and zaptel 1.4.11
AsteriskGuru Archives Forum Index
->
Bristuff-Users
View previous topic
::
View next topic
Author
Message
tzafrir.cohen at xorcom.c
Guest
Posted: Thu Jun 05, 2008 11:47 am
Post subject: [Bristuff-users] bri_dchan and zaptel 1.4.11
Hi
The patch bri_dchan of bristuff is a patch to Zaptel that is used for
special handling of the D channel for HFC-based devices with Zaptel
drivers.
It defines an extra type of Zaptel channel:
#if defined(CONFIG_ZAPATA_BRI_DCHANS)
#define ZT_FLAG_BRIDCHAN (1 << 19)
#endif
And then goes on to provide special handling for Zaptel channels with
that flag.
This worked fine up til zaptel 1.4.11 . In zaptel.h for zaptel 1.4.11
you'll also find:
#define ZT_FLAG_MTP2 (1 << 19)
/* Repeats last message in buffer and also discards repeating messages sent to us */
Thus after applying the bri_dchan patch, both MTP2 and HFC D channels
will probably behave , well, differently.
The fix: change the bri_dchan patch to use 20 instead of 19. e.g:
+#if defined(CONFIG_ZAPATA_BRI_DCHANS)
+#define ZT_FLAG_BRIDCHAN (1 << 20)
+#endif
--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen@xorcom.com
+972-50-7952406 mailto:tzafrir.cohen@xorcom.com
http://www.xorcom.com
iax:guest@local.xorcom.com/tzafrir
_______________________________________________
Bristuff-users mailing list
Bristuff-users@lists.three-dimensional.net
http://lists.three-dimensional.net/mailman/listinfo/bristuff-users
Back to top
Display posts from previous:
All Posts
1 Day
7 Days
2 Weeks
1 Month
3 Months
6 Months
1 Year
Oldest First
Newest First
AsteriskGuru Archives Forum Index
->
Bristuff-Users
All times are GMT
Page
1
of
1
Jump to:
Select a forum
Asterisk Mailing Lists
----------------
Asterisk-Users
Asterisk-Dev
Asterisk-CVS
Asterisk-Biz
Asterisk-Doc
Asterisk-BSD
Asterisk-Announce
Asterisk Call Centers
Asterisk-Video
Asterisk-Speech-Rec
Bristuff-Users
You
can
post new topics in this forum
You
can
reply to topics in this forum
You
cannot
edit your posts in this forum
You
cannot
delete your posts in this forum
You
cannot
vote in polls in this forum
Powered by
phpBB
© 2001, 2005 phpBB Group