• 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-cvs] asterisk/channels chan_h323.c,1.6,1.7

 
   AsteriskGuru Archives Forum Index -> Asterisk-CVS
View previous topic :: View next topic  
Author Message
jeremy at lists.digium.co
Guest





PostPosted: Mon Sep 29, 2003 9:00 am    Post subject: [Asterisk-cvs] asterisk/channels chan_h323.c,1.6,1.7

Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv16142

Modified Files:
chan_h323.c
Log Message:
try to enable indications


Index: chan_h323.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_h323.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- chan_h323.c 27 Sep 2003 02:52:05 -0000 1.6
+++ chan_h323.c 29 Sep 2003 09:01:51 -0000 1.7
@@ -585,7 +585,7 @@
// transmit_response(p, "180 Ringing", &p->initreq);
break;
}
- return -1;
+ return 0;
case AST_CONTROL_BUSY:
if (c->_state != AST_STATE_UP) {
// transmit_response(p, "600 Busy everywhere", &p->initreq);
@@ -593,7 +593,7 @@
ast_softhangup(c, AST_SOFTHANGUP_DEV);
break;
}
- return -1;
+ return 0;
case AST_CONTROL_CONGESTION:
if (c->_state != AST_STATE_UP) {
// transmit_response(p, "486 Busy here", &p->initreq);
@@ -601,7 +601,7 @@
ast_softhangup(c, AST_SOFTHANGUP_DEV);
break;
}
- return -1;
+ return 0;
case -1:
return -1;
default:


Back to top
Display posts from previous:   
   AsteriskGuru Archives Forum Index -> Asterisk-CVS 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™