@@ -394,7 +394,7 @@ Public switch_status switch_module_load(const switch_loadable_module_interface *
}
/* connect my internal structure to the blank pointer passed to me */
*interface=&wanchan_module_interface;
*interface=&wanpipe_module_interface;
/* indicate that the module should continue to be loaded */
returnSWITCH_STATUS_SUCCESS;
...
...
@@ -460,7 +460,7 @@ static int on_ring(struct sangoma_pri *spri, sangoma_pri_event_t event_type, pri
switch_console_printf(SWITCH_CHANNEL_CONSOLE,"-- Ring on channel %d (from %s to %s)\n",event->ring.channel,event->ring.callingnum,event->ring.callednum);