aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_jingle.c
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-08 07:21:45 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-08 07:21:45 +0000
commitd0df3be1f252802fb237568fb0acf90476b4ab47 (patch)
treeb02a6f0662673b6a019ab60bb4d12d37f86b41d2 /channels/chan_jingle.c
parent3f6327f4ca0992368d26826db680f2da78b9c448 (diff)
fix compilation.
Overall i think the previous change to ast_channel_alloc() to close bug 7506 should have been done by defining an ast_set_callerid_noevent() function that does the setting without generating the event. Lot less code duplication, and easier to handle. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47306 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_jingle.c')
-rw-r--r--channels/chan_jingle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_jingle.c b/channels/chan_jingle.c
index 732199b75..201f7fe1c 100644
--- a/channels/chan_jingle.c
+++ b/channels/chan_jingle.c
@@ -754,7 +754,7 @@ static struct ast_channel *jingle_new(struct jingle *client, struct jingle_pvt *
struct ast_channel *tmp;
int fmt;
int what;
- char *str;
+ const char *str;
if (title)
str = title;