[Freeswitch-svn] [commit] r3218 - freeswitch/trunk/src/mod/endpoints/mod_wanpipe
Freeswitch SVN
anthm at freeswitch.org
Fri Oct 27 11:20:15 EDT 2006
Author: anthm
Date: Fri Oct 27 11:20:14 2006
New Revision: 3218
Modified:
freeswitch/trunk/src/mod/endpoints/mod_wanpipe/mod_wanpipe.c
Log:
sigh
Modified: freeswitch/trunk/src/mod/endpoints/mod_wanpipe/mod_wanpipe.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_wanpipe/mod_wanpipe.c (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_wanpipe/mod_wanpipe.c Fri Oct 27 11:20:14 2006
@@ -1229,8 +1229,8 @@
return 0;
}
- if (event->ring.aniii >= 0) {
- snprintf(aniiistr, 5, "%.2d", event->ring.aniii);
+ if (event->ring.ani2 >= 0) {
+ snprintf(aniiistr, 5, "%.2d", event->ring.ani2);
}
if ((tech_pvt->caller_profile = switch_caller_profile_new(switch_core_session_get_pool(session),
More information about the Freeswitch-svn
mailing list