[Asterisk-cvs] asterisk/channels chan_sip.c,1.561,1.562
markster at lists.digium.com
markster at lists.digium.com
Sat Nov 13 11:21:49 CST 2004
- Previous message: [Asterisk-cvs] asterisk/formats format_g723.c, 1.14,
1.15 format_g726.c, 1.4, 1.5 format_g729.c, 1.12,
1.13 format_gsm.c, 1.17, 1.18 format_h263.c, 1.6,
1.7 format_ilbc.c, 1.5, 1.6 format_pcm.c, 1.14,
1.15 format_pcm_alaw.c, 1.12, 1.13 format_sln.c, 1.1,
1.2 format_vox.c, 1.16, 1.17 format_wav.c, 1.18,
1.19 format_wav_gsm.c, 1.25, 1.26
- Next message: [Asterisk-cvs] asterisk/channels chan_agent.c,1.90,1.91
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv16682/channels
Modified Files:
chan_sip.c
Log Message:
Pull language from peer too (bug #2848)
Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.561
retrieving revision 1.562
diff -u -d -r1.561 -r1.562
--- chan_sip.c 12 Nov 2004 13:27:11 -0000 1.561
+++ chan_sip.c 13 Nov 2004 16:22:44 -0000 1.562
@@ -5428,6 +5428,7 @@
strncpy(p->context, peer->context, sizeof(p->context) - 1);
strncpy(p->peersecret, peer->secret, sizeof(p->peersecret) - 1);
strncpy(p->peermd5secret, peer->md5secret, sizeof(p->peermd5secret) - 1);
+ strncpy(p->language, peer->language, sizeof(p->language) -1);
p->callgroup = peer->callgroup;
p->pickupgroup = peer->pickupgroup;
p->capability = peer->capability;
- Previous message: [Asterisk-cvs] asterisk/formats format_g723.c, 1.14,
1.15 format_g726.c, 1.4, 1.5 format_g729.c, 1.12,
1.13 format_gsm.c, 1.17, 1.18 format_h263.c, 1.6,
1.7 format_ilbc.c, 1.5, 1.6 format_pcm.c, 1.14,
1.15 format_pcm_alaw.c, 1.12, 1.13 format_sln.c, 1.1,
1.2 format_vox.c, 1.16, 1.17 format_wav.c, 1.18,
1.19 format_wav_gsm.c, 1.25, 1.26
- Next message: [Asterisk-cvs] asterisk/channels chan_agent.c,1.90,1.91
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list