SS7 SGW code commited

114 views
Skip to first unread message

yulian_o

unread,
May 1, 2012, 8:26:23 AM5/1/12
to mobicent...@googlegroups.com
Hello to all
i have comitted new release of ss7 at :
http://code.google.com/p/jss7/source/browse/
under branch29.

It includes dahdi functionality and internetworking ( between ss7 and m3ua ) modules.
dahdi was tested already , internetworking not yet.

Anyone interested to test the release please post your replies about the status of work.

Best regards
Yulian Oifa

Thomas Quintana

unread,
May 1, 2012, 9:46:47 AM5/1/12
to mobicent...@googlegroups.com

Awesome work Yulian. Keep it buddy.

Tom

Thomas Quintana

unread,
May 1, 2012, 9:47:26 AM5/1/12
to mobicent...@googlegroups.com

Lol meant keep it up :-)

Amit Bhayani

unread,
May 1, 2012, 10:13:00 AM5/1/12
to mobicent...@googlegroups.com, vishnu...@mahiti.org
This is great news!

Vishnu is trying to setup SS7 with Diguim cards. I guess its will be good exercise to test SGW with his environment.

Amit.

Vishnu Kumar D R

unread,
May 2, 2012, 2:22:40 AM5/2/12
to mobicent...@googlegroups.com, vishnu...@mahiti.org
Hi.

Thanks.
Really Wonderful news for me. :)

But i still have little idea how its to be done.
Is it just "mvn clean install" inside jss7?
Linksets needs to be added?
Any other settings i need to change?

Vishnu

yulian_o

unread,
May 2, 2012, 4:20:36 AM5/2/12
to mobicent...@googlegroups.com, vishnu...@mahiti.org
mvn clean install -Pdahdilinux in root jss7 folder
and then mvn clean install in sgw folder

Best regards
Yulian Oifa

Amit Bhayani

unread,
May 2, 2012, 4:22:46 AM5/2/12
to mobicent...@googlegroups.com, vishnu...@mahiti.org
Dear Vishnu,

Make sure you execute commands from Yulian in branch29.

Amit.

Vishnu Kumar D R

unread,
May 2, 2012, 4:33:37 AM5/2/12
to mobicent...@googlegroups.com, vishnu...@mahiti.org
Dear Yulian/Amit,

I checked out branch29 of Yulian
But when i dp "mvn clean install -Pdahdilinux"
i get this error:

[root@ivrs-second jss7]# mvn clean install -Pdahdilinux
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.mobicents.protocols.ss7:ss7-parent:pom:1.0.0-SNAPSHOT

Reason: Cannot find parent: org.mobicents:mobicents-parent for project: org.mobicents.protocols.ss7:ss7-parent:pom:1.0.0-SNAPSHOT for project org.mobicents.protocols.ss7:ss7-parent:pom:1.0.0-SNAPSHOT


[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.reactor.MavenExecutionException: Cannot find parent: org.mobicents:mobicents-parent for project: org.mobicents.protocols.ss7:ss7-parent:pom:1.0.0-SNAPSHOT for project org.mobicents.protocols.ss7:ss7-parent:pom:1.0.0-SNAPSHOT
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:421)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:295)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:132)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:290)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.project.ProjectBuildingException: Cannot find parent: org.mobicents:mobicents-parent for project: org.mobicents.protocols.ss7:ss7-parent:pom:1.0.0-SNAPSHOT for project org.mobicents.protocols.ss7:ss7-parent:pom:1.0.0-SNAPSHOT
at org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1377)
at org.apache.maven.project.DefaultMavenProjectBuilder.buildInternal(DefaultMavenProjectBuilder.java:820)
at org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFileInternal(DefaultMavenProjectBuilder.java:505)
at org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:197)
at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:626)
at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:504)
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:408)
... 11 more
Caused by: org.apache.maven.project.ProjectBuildingException: POM 'org.mobicents:mobicents-parent' not found in repository: Unable to download the artifact from any repository

  org.mobicents:mobicents-parent:pom:2.23-SNAPSHOT

from the specified remote repositories:

 for project org.mobicents:mobicents-parent
at org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:602)
at org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1373)
... 17 more
Caused by: org.apache.maven.artifact.resolver.ArtifactNotFoundException: Unable to download the artifact from any repository

  org.mobicents:mobicents-parent:pom:2.23-SNAPSHOT

from the specified remote repositories:


at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:212)
at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:74)
at org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:555)
... 18 more
Caused by: org.apache.maven.wagon.ResourceDoesNotExistException: Unable to download the artifact from any repository
at org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:332)
at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:200)
... 20 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Wed May 02 14:27:14 BDT 2012
[INFO] Final Memory: 5M/238M
[INFO] ------------------------------------------------------------------------
[root@ivrs-second jss7]# 

Vishnu Kumar D R

unread,
May 2, 2012, 5:36:09 AM5/2/12
to mobicent...@googlegroups.com, vishnu...@mahiti.org
Ok i tried by changing the mobicents-parent version to 2.22 as per search.maven.org
But then i got another error:

[INFO] Error building POM (may not be this project's POM).
Project ID: unknown
Reason: Could not find the model file '/root/ussd/jss7/scheduler'. for project unknown

Vishnu Kumar D R

unread,
May 3, 2012, 7:07:29 AM5/3/12
to mobicent...@googlegroups.com, vishnu...@mahiti.org, Yulian Oifa
Ok, Yulian helped me to crack out some bugs in SGW.

But i would like to know if anyone can give dahdi configs for Mobicents.
Not on Mobicents side but on DAHDI side.

My telco has not given any CICs, so am not able to test them in Asterisk.
So a sample config would help me a lot.

Thanks
Vishnu

Vishnu Kumar D R

unread,
May 7, 2012, 10:51:19 AM5/7/12
to mobicent...@googlegroups.com, vishnu...@mahiti.org, Yulian Oifa, Amit Bhayani
Ok a serious doubt.
Is SS7 SGW required for configuring the Mobicents USSD Gateway.
If yes , then i dont how the connection between them is made at all.
As there is a SS7 stack already running in JAIN SLEE JBoss.

OR am i missing something...?

Amit Bhayani

unread,
May 7, 2012, 6:11:11 PM5/7/12
to mobicent...@googlegroups.com
Hi Yulian,

Bellow are my comments

  1. The changes you made are for 1.x branch. Please use master branch for all new features. 
  2. sgw doesn't include the ss7-run.sh to start the console for CLI, some minor modifications in sgw/boot/ maven assembly plugin needed for this 
  3. Can you please also add section back in /docs about sgw and commands for configuring linksets and links

Didn't find any changes in M3UA. Can you please confirm that you didn't make any changes in m3ua project? 
Anything obvious that I missed?

I guess we are ready to merge branch29 with master


Thanks and Regards,
Amit.


On Tue, May 1, 2012 at 1:26 PM, yulian_o <oifa....@gmail.com> wrote:
Reply all
Reply to author
Forward
0 new messages