[Asterisk-cvs] asterisk channel.c,1.72,1.73
markster at lists.digium.com
markster at lists.digium.com
Fri Jan 30 20:41:47 CST 2004
- Previous message: [Asterisk-cvs] asterisk-sounds/sounds abandon-all-hope.gsm,NONE,1.1 added.gsm,NONE,1.1 airport.gsm,NONE,1.1 and-area-code.gsm,NONE,1.1 bad.gsm,NONE,1.1 before-the-number.gsm,NONE,1.1 brian.gsm,NONE,1.1 chris.gsm,NONE,1.1 conditions.gsm,NONE,1.1 continue-in-english.gsm,NONE,1.1 could-lose-a-few-pounds.gsm,NONE,1.1 currently.gsm,NONE,1.1 ed.gsm,NONE,1.1 enter-num-blacklist.gsm,NONE,1.1 entr-num-rmv-blklist.gsm,NONE,1.1 good.gsm,NONE,1.1 i-grow-bored.gsm,NONE,1.1 if-correct-press.gsm,NONE,1.1 in-your-city.gsm,NONE,1.1 in-your-zip-code.gsm,NONE,1.1 is-currently.gsm,NONE,1.1 jason.gsm,NONE,1.1 john.gsm,NONE,1.1 last-num-to-call.gsm,NONE,1.1 len.gsm,NONE,1.1 mike.gsm,NONE,1.1 moo1.gsm,NONE,1.1 moo2.gsm,NONE,1.1 num-not-in-db.gsm,NONE,1.1 num-outside-area.gsm,NONE,1.1 num-was-successfully.gsm,NONE,1.1 or.gsm,NONE,1.1 removed.gsm,NONE,1.1 says-thats-stupid.gsm,NONE,1.1 snowing.gsm,NONE,1.1 speak-louder-into-phone.gsm,NONE,1.1 status.gsm,NONE,1.1 talking-to-myself.gsm,NONE,1.1 the-weather-at.gsm,NONE,1.1 to-blklist-last-caller.gsm,NONE,1.1 to-blklist-last-num.gsm,NONE,1.1 to-call-num-press.gsm,NONE,1.1 to-hear-net-status.gsm,NONE,1.1 to-hear-weather-status.gsm,NONE,1.1 to-rmv-num-blklist.gsm,NONE,1.1 unidentified-no-callback.gsm,NONE,1.1 visit-asterisk-website.gsm,NONE,1.1 wait-offensive-sounds.gsm,NONE,1.1 weather-station.gsm,NONE,1.1
- Next message: [Asterisk-cvs] asterisk pbx.c,1.94,1.95
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv26184
Modified Files:
channel.c
Log Message:
Don't delete original variables after appending clone ones
Index: channel.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channel.c,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- channel.c 30 Jan 2004 06:48:01 -0000 1.72
+++ channel.c 31 Jan 2004 02:50:27 -0000 1.73
@@ -2049,7 +2049,6 @@
original->varshead.first = clone->varshead.first;
}
clone->varshead.first = NULL;
- original->varshead.first = clone->varshead.first;
/* Presense of ADSI capable CPE follows clone */
original->adsicpe = clone->adsicpe;
/* Bridge remains the same */
- Previous message: [Asterisk-cvs] asterisk-sounds/sounds abandon-all-hope.gsm,NONE,1.1 added.gsm,NONE,1.1 airport.gsm,NONE,1.1 and-area-code.gsm,NONE,1.1 bad.gsm,NONE,1.1 before-the-number.gsm,NONE,1.1 brian.gsm,NONE,1.1 chris.gsm,NONE,1.1 conditions.gsm,NONE,1.1 continue-in-english.gsm,NONE,1.1 could-lose-a-few-pounds.gsm,NONE,1.1 currently.gsm,NONE,1.1 ed.gsm,NONE,1.1 enter-num-blacklist.gsm,NONE,1.1 entr-num-rmv-blklist.gsm,NONE,1.1 good.gsm,NONE,1.1 i-grow-bored.gsm,NONE,1.1 if-correct-press.gsm,NONE,1.1 in-your-city.gsm,NONE,1.1 in-your-zip-code.gsm,NONE,1.1 is-currently.gsm,NONE,1.1 jason.gsm,NONE,1.1 john.gsm,NONE,1.1 last-num-to-call.gsm,NONE,1.1 len.gsm,NONE,1.1 mike.gsm,NONE,1.1 moo1.gsm,NONE,1.1 moo2.gsm,NONE,1.1 num-not-in-db.gsm,NONE,1.1 num-outside-area.gsm,NONE,1.1 num-was-successfully.gsm,NONE,1.1 or.gsm,NONE,1.1 removed.gsm,NONE,1.1 says-thats-stupid.gsm,NONE,1.1 snowing.gsm,NONE,1.1 speak-louder-into-phone.gsm,NONE,1.1 status.gsm,NONE,1.1 talking-to-myself.gsm,NONE,1.1 the-weather-at.gsm,NONE,1.1 to-blklist-last-caller.gsm,NONE,1.1 to-blklist-last-num.gsm,NONE,1.1 to-call-num-press.gsm,NONE,1.1 to-hear-net-status.gsm,NONE,1.1 to-hear-weather-status.gsm,NONE,1.1 to-rmv-num-blklist.gsm,NONE,1.1 unidentified-no-callback.gsm,NONE,1.1 visit-asterisk-website.gsm,NONE,1.1 wait-offensive-sounds.gsm,NONE,1.1 weather-station.gsm,NONE,1.1
- Next message: [Asterisk-cvs] asterisk pbx.c,1.94,1.95
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list