/**
  * Returns the array representation of this class 
  *
  * @param  string $name
  * @return array
  */
 public function toArray($name = 'callforwardbusyline')
 {
     return parent::toArray($name);
 }
 /**
  * Returns the array representation of this class 
  *
  * @param  string $name
  * @return array
  */
 public function toArray($name = 'anoncallrejection')
 {
     return parent::toArray($name);
 }
 /**
  * Returns the array representation of this class 
  *
  * @param  string $name
  * @return array
  */
 public function toArray($name = 'callforwardnoanswer')
 {
     return parent::toArray($name);
 }
 /**
  * Returns the array representation of this class 
  *
  * @param  string $name
  * @return array
  */
 public function toArray($name = 'callwaiting')
 {
     return parent::toArray($name);
 }
 /**
  * Returns the array representation of this class 
  *
  * @param  string $name
  * @return array
  */
 public function toArray($name = 'calleridblocking')
 {
     return parent::toArray($name);
 }