sip:receiver@sip-servlets.com. The INVITE is received by the servlet container, which sends a request to debit Alice's account to the Charging Server. The servlet container then invokes the location service.
sip:receiver@127.0.0.1:5090 and sip:receiver@127.0.0.1:6090.
200 (OK), and so the container cancels the other.
200 (OK) is forwarded upstream to Alice and the call setup is carried out as usual.
server.xml configuration file, and then running JBoss AS. Detailed instructions follow.
diameter-event-charging-1.0.war, from http://repository.jboss.org/maven2/org/mobicents/servlet/sip/example/diameter-event-charging/1.0/.
, from http://www.mobicents.org/diametereventcharging-dar.properties.
diameter-event-charging-1.0.war WAR archive into the jboss_home/server/<profile>/deploy directory, where <deploy> is your Configuration Profile, whether “default” or “all” (the latter if you are using MSS for JBoss's clustering capabilities).
diametereventcharging-dar.properties DAR file in your $JBOSS_HOME/server/<profile>/conf/dars directory.
charging_sdk), and then unzip the downloaded zip file (you can use Java's jar -xvf command for this:
~]$ cd charging_sdk charging_sdk]$ jar -xvf ChargingSDK-1_0_D31E.zip
unzip command to do the dirty work:
charging_sdk]$ unzip ChargingSDK-1_0_D31E.zip
server.xml configuration file in your server's $JBOSS_HOME/server/<profile>/deploy/jboss-web.deployer/ directory, and edit the value of the darConfigurationFileLocation attribute of the Service element so that it is “conf/dars/mobicents-dar.properties”. For example:
1 ... <Service name="jboss.web" className="org.mobicents.servlet.sip.startup.SipStandardService" 5 sipApplicationDispatcherClassName="org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl" sipApplicationRouterClassName="org.mobicents.servlet.sip.router.DefaultApplicationRouter" darConfigurationFileLocation="conf/dars/mobicents-dar.properties"> ... 10
darConfigurationFileLocation Attribute of the Service TagChargingSDK-1_0_D31E or a similarly-named directory), and run it with the java -jar PPSDiamEmul.jar command:
~]$ java -jar PPSDiamEmul.jar
Configure the Ericsson SDK Charging Emulator

Peer Id to: aaa://127.0.0.1:21812
Realm to: mobicents.org
Host IP to: 127.0.0.1
sip:receiver@sip-servlets on IP address 127.0.0.1 on port 5090. The other phone can be set up any way you like.

sip:receiver@sip-servlets.com. Upon doing so, the other phone should ring or signal that it is being contacted .