[Freeswitch-branches] [commit] r11004 - freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax
FreeSWITCH SVN
gmaruzz at freeswitch.org
Tue Dec 30 10:05:21 PST 2008
Author: gmaruzz
Date: Tue Dec 30 13:05:21 2008
New Revision: 11004
Log:
skypiax: report caller name and number
Modified:
freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax/skypiax_protocol.c
Modified: freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax/skypiax_protocol.c
==============================================================================
--- freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax/skypiax_protocol.c (original)
+++ freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax/skypiax_protocol.c Tue Dec 30 13:05:21 2008
@@ -1650,9 +1650,9 @@
if ((tech_pvt->caller_profile =
switch_caller_profile_new(switch_core_session_get_pool(session),
- "skypiax", "XML", "gmaruzz_from_skype",
- "calling_number", NULL, "calling_ani",
- NULL, NULL, "mod_skypiax", "default",
+ "skypiax", "XML", p->callid_name,
+ p->callid_number, NULL, "calling_ani",
+ NULL, NULL, "mod_skypiax", "public",
"5000")) != 0) {
char name[128];
switch_snprintf(name, sizeof(name), "skypiax/%s-%04x",
More information about the Freeswitch-branches
mailing list