FAXL3: ActionPlaceVoiceCall

From fringDocumentation

Jump to: navigation, search

ActionPlaceVoiceCall

Starts a Voice/VoIP call with a specific User.

Element ActionPlaceVoiceCall

The following are the elements or building blocks comprising an ActionPlaceVoiceCall:

RequiredDirectionNameTypeDescription
RequiredINargContactUser Info/refContains information about the user to call.


FAXL Syntax

<ActionPlaceVoiceCall>
	<IN>
		<argContact>
			<argFringUserID>
				<argUserID>
					<value>fring-test-call</value>
				</argUserID>
				<argServiceID>
					<value>EOFServiceId</value>
				</argServiceID>
			</argFringUserID>
		</argContact>
	</IN>
</ActionPlaceVoiceCall>
Personal tools