7 lines
122 B
PHP
7 lines
122 B
PHP
|
|
<?php
|
||
|
|
namespace SPVoipIntegration\mcntelecom\notifications;
|
||
|
|
|
||
|
|
class MCNOutboundAnswered extends MCNInboundAnswered{
|
||
|
|
|
||
|
|
}
|