aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2009-03-18 11:31:41 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2009-03-18 11:31:41 +0000
commit69cb56ad35352e4f26050cbcd5fc459b1abd5791 (patch)
tree32605c16f3bb595ab746d5e71ec6b79020d47961 /channels
parent91586477bbe6336c9debddf804edb8d02db71ab6 (diff)
fix another symbol namespace issue (reported by Andrew on asterisk-dev)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@182882 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_dahdi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c
index a8d2bd056..1ad8d1035 100644
--- a/channels/chan_dahdi.c
+++ b/channels/chan_dahdi.c
@@ -7341,7 +7341,7 @@ static void *do_monitor(void *data)
/* Turn on on hook transfer for 4 seconds */
x = 4000;
ioctl(last->subs[SUB_REAL].dfd, DAHDI_ONHOOKTRANSFER, &x);
- last->cidlen = vmwi_generate(last->cidspill, res, 1, AST_LAW(last));
+ last->cidlen = ast_callerid_vmwi_generate(last->cidspill, res, 1, AST_LAW(last));
last->cidpos = 0;
last->msgstate = res;
last->onhooktime = thispass;