DiameterSession which belongs to the specified SipApplicationSession. The container is responsible for assigning the request appropriate origin host, origin realm, session id AVPs.
@param appSession the application session to which the new DiameterSession andDiameterRequest belongs
@param id diameter application identifier
@param command diameter command
@param destinationRealm value of destination realm AVP
@return a new diameter request object with the specified command, application identifier, anddestination realm.
@see Common#DESTINATION_REALM
| |