Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#2274: Child actors should be created using getContext().actorOf() #2323

Merged
merged 8 commits into from
Jul 7, 2017

Conversation

agafox
Copy link
Contributor

@agafox agafox commented Jul 6, 2017

This PR:

  1. Creates child actors with getContext().actorOf() method
  2. Defines RestcommUntypedActor. All actors in RC project must extend RestcommUntypedActor instead of UntypedActor

agafox and others added 8 commits June 29, 2017 18:17
# Conflicts:
#	restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java
#	restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Conference.java
#	restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/ConferenceCenter.java
# Conflicts:
#	restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java
#	restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Conference.java
#	restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/ConferenceCenter.java
@gvagenas gvagenas self-assigned this Jul 7, 2017
@gvagenas gvagenas added this to the George 8.2.0 Sprint 5 milestone Jul 7, 2017
@gvagenas gvagenas merged commit 6ed417d into master Jul 7, 2017
@jaimecasero jaimecasero deleted the Issue-2274 branch November 21, 2017 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants