-
- Downloads
Merged revisions 38903-38904 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r38903 | russell | 2006-08-05 01:07:39 -0400 (Sat, 05 Aug 2006) | 2 lines suppress a compiler warning about the usage of a potentially uninitialized variable ........ r38904 | russell | 2006-08-05 01:08:50 -0400 (Sat, 05 Aug 2006) | 10 lines Fix an issue that would cause a NewCallerID manager event to be generated before the channel's NewChannel event. This was due to a somewhat recent change that included using ast_set_callerid() where it wasn't before. This function should not be used in the channel driver "new" functions. (issue #7654, fixed by me) Also, fix a couple minor bugs in usecount handling. chan_iax2 could have increased the usecount but then returned an error. The place where chan_sip increased the usecount did not call ast_update_usecount() ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@38905 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- channel.c 1 addition, 1 deletionchannel.c
- channels/chan_h323.c 12 additions, 11 deletionschannels/chan_h323.c
- channels/chan_iax2.c 12 additions, 7 deletionschannels/chan_iax2.c
- channels/chan_mgcp.c 7 additions, 1 deletionchannels/chan_mgcp.c
- channels/chan_misdn.c 5 additions, 3 deletionschannels/chan_misdn.c
- channels/chan_phone.c 7 additions, 1 deletionchannels/chan_phone.c
- channels/chan_sip.c 9 additions, 3 deletionschannels/chan_sip.c
- channels/chan_skinny.c 7 additions, 1 deletionchannels/chan_skinny.c
- channels/chan_zap.c 11 additions, 2 deletionschannels/chan_zap.c
Loading
Please register or sign in to comment