projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fd6ce9
)
tweak to make user->callerid work properly
author
Jeremy McNamara
<jj@nufone.net>
Wed, 23 Jul 2003 20:00:48 +0000
(20:00 +0000)
committer
Jeremy McNamara
<jj@nufone.net>
Wed, 23 Jul 2003 20:00:48 +0000
(20:00 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1207
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/h323/chan_h323.c
patch
|
blob
|
history
diff --git
a/channels/h323/chan_h323.c
b/channels/h323/chan_h323.c
index
9ad2d48
..
017a164
100755
(executable)
--- a/
channels/h323/chan_h323.c
+++ b/
channels/h323/chan_h323.c
@@
-1006,7
+1006,7
@@
int setup_incoming_call(call_details_t cd)
strncpy(p->context, user->context, sizeof(p->context)-1);
p->bridge = user->bridge;
- if (strlen(user->callerid) && strlen(p->callerid))
+ if (strlen(user->callerid))
strncpy(p->callerid, user->callerid, sizeof(p->callerid) - 1);
else
sprintf(p->callerid, "%s <%s>", p->cd.call_source_aliases, p->cd.call_source_e164);