• News
  • Idefisk
  • Tools
  • Tutorials
  • Forum
  • Reviews
  • VoIP Providers
  • Archives
  • Gallery
ZOIPER softphone
AsteriskGuru Archives
Mailing List Archives
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

[asterisk-dev] [asterisk-commits] mmichelson: branch mmichel

 
   AsteriskGuru Archives Forum Index -> Asterisk-Dev
View previous topic :: View next topic  
Author Message
kpfleming at digium.com
Guest





PostPosted: Wed May 27, 2009 12:30 pm    Post subject: [asterisk-dev] [asterisk-commits] mmichelson: branch mmichel

SVN commits to the Asterisk project wrote:

Quote:
Modified: team/mmichelson/digit_manipulation/main/channel.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/mmichelson/digit_manipulation/main/channel.c?view=diff&rev=196953&r1=196952&r2=196953
==============================================================================
--- team/mmichelson/digit_manipulation/main/channel.c (original)
+++ team/mmichelson/digit_manipulation/main/channel.c Tue May 26 18:14:07 2009
@@ -5013,8 +5013,13 @@
case AST_CONTROL_T38:
case AST_CONTROL_SRCUPDATE:
case AST_CONTROL_CONNECTED_LINE:
- if (ast_channel_connected_line_macro(who, other, f, other == c0, 1))
- /* Yes, this is a purposeful fallthrough. ewwww */
+ if (ast_channel_connected_line_macro(who, other, f, other == c0, 1)) {
+ ast_indicate_data(other, f->subclass, f->data.ptr, f->datalen);
+ }
+ if (jb_in_use) {
+ ast_jb_empty_and_reset(c0, c1);
+ }
+ break;

This still seems broken, as it is calling
ast_channel_connected_line_macro() for AST_CONTROL_T38 and
AST_CONTROL_SRCUPDATE frames.


--
Kevin P. Fleming
Digium, Inc. | Director of Software Technologies
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
skype: kpfleming | jabber: kpfleming@digium.com
Check us out at www.digium.com & www.asterisk.org

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev
Back to top
mmichelson at digium.com
Guest





PostPosted: Wed May 27, 2009 1:37 pm    Post subject: [asterisk-dev] [asterisk-commits] mmichelson: branch mmichel

Kevin P. Fleming wrote:
Quote:
SVN commits to the Asterisk project wrote:

> Modified: team/mmichelson/digit_manipulation/main/channel.c
> URL: http://svn.asterisk.org/svn-view/asterisk/team/mmichelson/digit_manipulation/main/channel.c?view=diff&rev=196953&r1=196952&r2=196953
> ==============================================================================
> --- team/mmichelson/digit_manipulation/main/channel.c (original)
> +++ team/mmichelson/digit_manipulation/main/channel.c Tue May 26 18:14:07 2009
> @@ -5013,8 +5013,13 @@
> case AST_CONTROL_T38:
> case AST_CONTROL_SRCUPDATE:
> case AST_CONTROL_CONNECTED_LINE:
> - if (ast_channel_connected_line_macro(who, other, f, other == c0, 1))
> - /* Yes, this is a purposeful fallthrough. ewwww */
> + if (ast_channel_connected_line_macro(who, other, f, other == c0, 1)) {
> + ast_indicate_data(other, f->subclass, f->data.ptr, f->datalen);
> + }
> + if (jb_in_use) {
> + ast_jb_empty_and_reset(c0, c1);
> + }
> + break;

This still seems broken, as it is calling
ast_channel_connected_line_macro() for AST_CONTROL_T38 and
AST_CONTROL_SRCUPDATE frames.



Yeppers.

Mark Michelson

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev
Back to top
Display posts from previous:   
   AsteriskGuru Archives Forum Index -> Asterisk-Dev All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot 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
contact us at: support@asteriskguru.com - asterisKGuru.com © all rights reserved   |   *asterisk is registered trademark of © Digium™