My favorites | Sign in
Logo
                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
IMPORTANT NOTE : make JBoss a converged sip servlets AS before following those steps.
Checkout the instructions at https://sip-servlets.dev.java.net/installation-jboss.html

Instructions to build and deploy
--------------------------------

To build:
1.Install Mobicents Media Server 1.0.0.BETA2 from http://www.mobicents.org/mms-downloads.html and drop the .sar file in
your <jboss_home>/server/default/deploy

2. Modify the context params in sip-servlets/sip-servlets-examples/shopping-demo/web/src/main/webapp/WEB-INF/sip.xml file.
order.approval.waitingtime : the time between the moment the customer confirm
its order and the next phone call made to ask for delivery date or for admin to confirm if order is > 100$.
You can let the default
admin.sip : the sip address of the admin to be called for confirmation on orders > 100$

mvn clean install -Dmaven.skip.test=true from shopping-demo dir (we are skipping the tests because haven't figured out something with hibernate in the tests )

To deploy:

1. use the shopping-demo-dar.properties located in the same dir as this README file
2. drop the ear file located in shopping-demo/ear/target into the Jboss deploy directory.

To use
------

1. Start Jboss
2. Go to http://localhost:8080/shopping-demo and follow instructions on how to play with the example at
https://sip-servlets.dev.java.net/examples/shopping-demo.html groups.google.com/group/mobicents-public/web/converged-application-demo or http://groups.google.com/group/mobicents-public/web/converged-application-demo

working nicely on linphone on linux for SIP info
working nicely with wengo for inband
Show details Hide details

Change log

r2187 by jean.deruelle on Jul 03, 2008   Diff
Updating shopping demo to latest Media
Server release 1.0.0.BETA2
Go to: 
Project members, sign in to write a code review

Older revisions

r1321 by jean.deruelle on Apr 15, 2008   Diff
Bundling audiofiles with the shopping
demo binary file removing the need for
specyfing specific location everyt
time it is deployed
Date: 2008-03-21 12:24:07
r1314 by jean.deruelle on Apr 15, 2008   Diff
Documentation added for shopping-demo
example
Date: 2008-03-20 17:28:00
r1313 by jean.deruelle on Apr 15, 2008   Diff
Shopping demo example : done inband
working too. Tested with wengophone
Date: 2008-03-20 16:08:49
All revisions of this file

File info

Size: 1644 bytes, 32 lines
Hosted by Google Code