My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
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
Instructions to build and deploy
--------------------------------


1. Install media server as standalone or in JBoss AS. Follow the instruction here TODO
2. set JBOSS_HOME environment variable pointing to your JBoss AS Directory where Sip-Servlets Server is installed
3. Call 'mvn clean install' from parent directory 'media-jsr309-servlet'

To Deploy :
Drop the generated war file in JBoss deploy directory.
Copy the media-jsr309-dar.properties to your jboss_home/server/default/conf/dars. To use this dar file for this service, specify in the Service xml tag, darConfigurationFileLocation attribute of the jboss_home/server/default/deploy/jbossweb.sar/server.xml , the following : conf/dars/media-jsr309-dar.properties.

You can now run your JBoss container. If MMS is standalone, start it. If its embedded in JBoss AS, it starts with JBoss container.


To use
------

Just dial the servlet directly as explained in below steps, without any proxy. Tested with Twinkle
1. Dial 1010 to test Announcement and DTMF Detection
2. Dial 1011 to test Recording

What is included in the demo
----------------------------
Media playback, DTMF detection and Recording.

Change log

r7630 by jean.deruelle on Sep 10, 2009   Diff
Doc Fix reported by Mick McLaughlin
Go to: 
Project members, sign in to write a code review

Older revisions

r6382 by amit.bhayani on Jun 7, 2009   Diff
updated Readme.txt
r5763 by amit.bhayani on Apr 29, 2009   Diff
adding example for JSR309
All revisions of this file

File info

Size: 1161 bytes, 25 lines
Powered by Google Project Hosting