| 586 |
*/ |
*/ |
| 587 |
bool GcIsdnDevice::processCallRelatedOutboundEvent( METAEVENT & metaevent ) |
bool GcIsdnDevice::processCallRelatedOutboundEvent( METAEVENT & metaevent ) |
| 588 |
{ |
{ |
| 589 |
DialogicChannel* channel = dm->getDialogicChannel((GcDevice*) metaevent.usrattr); |
DialogicChannel* channel = dm->getDialogicChannel((GcIsdnDevice*) metaevent.usrattr); |
| 590 |
if ( !channel ) |
if ( !channel ) |
| 591 |
{ |
{ |
| 592 |
LOGERROR("GcIsdnDevice::processCallRelatedOutboundEvent() DialogicChannel not found"); |
LOGERROR("GcIsdnDevice::processCallRelatedOutboundEvent() DialogicChannel not found"); |
| 1006 |
|
|
| 1007 |
/* Woomera |
/* Woomera |
| 1008 |
*/ |
*/ |
| 1009 |
DialogicChannel* channel = dm->getDialogicChannel((GcDevice*)metaevent.usrattr); |
DialogicChannel* channel = dm->getDialogicChannel((GcIsdnDevice*)metaevent.usrattr); |
| 1010 |
if ( !channel ) |
if ( !channel ) |
| 1011 |
{ |
{ |
| 1012 |
LOGERROR("GcIsdnDevice::processDisconnectedEvent() DialogicChannel not found"); |
LOGERROR("GcIsdnDevice::processDisconnectedEvent() DialogicChannel not found"); |