Hi,
I managed to start SEMS as well as the 2 SERs. Now, I'm not sure how to start a conference using SEMS. I would like to have the follwing conference:
UA1 call to UA2, the UA2 call to UA3. Then UA2 assign the conference call.
UA1 --> UA2 (Agent who starts the conference) --> UA3
Conference : UA1 + UA2 + UA3
Can anyone guide me on how to do so?
Thanks.
Roa Yu
-----Original Message----- From: serusers-bounces@lists.iptel.org [mailto:serusers-bounces@lists.iptel.org] On Behalf Of roayu Sent: Monday, November 26, 2007 9:44 AM To: Stefan Sayer Cc: serusers@lists.iptel.org Subject: Re: [Serusers] Can SER support 3-way Conference
Hi Stefan,
Ops, I thought I installed the g++ ... Anyway, thanks for ur help! Really appreciate that.
Btw, previously I do have one SER running in the machine. Now, I'm having 2 SERs and 1 SEMS. So, do I need to configure anything on my 1st SER? Or I only need to configure on the SIP-stack SER? If no, where else that I need to configure?
Thanks. Roa Yu
-----Original Message----- From: Stefan Sayer [mailto:stefan.sayer@iptego.de] Sent: Saturday, November 24, 2007 7:02 PM To: roayu Cc: serusers@lists.iptel.org Subject: Re: [Serusers] Can SER support 3-way Conference
Hello, why not have a look at what is print on the screen? make[3]: g++: Command not found
You either havent g++ installed (you will need at least g++ 3.4 - but I would recommend 4.1, see README; on debian: apt-get install g++-4.1), or you don't have a symlink to it: ln -s /usr/bin/g++-x.y /usr/bin/g++.
hth Stefan
roayu wrote:
Hi Stefan,
The following are the output I got after re-run the 'make install' on
SEMS.
[root@localhost sems-0.10.0-rc2]# make install
make[1]: Entering directory `/usr/local/src/sems-0.10.0-rc2/apps'
make[2]: Entering directory `/usr/local/src/sems-0.10.0-rc2/apps/ann_b2b' make[3]: Entering directory `/usr/local/src/sems-0.10.0-rc2/apps/ann_b2b' make[3]: Nothing to be done for `deps'. make[3]: Leaving directory `/usr/local/src/sems-0.10.0-rc2/apps/ann_b2b' make[3]: Entering directory `/usr/local/src/sems-0.10.0-rc2/apps/ann_b2b' g++ -I ../../core -Wall -Wno-reorder -fPIC -g -O2 -D_DEBUG -D_THREAD_SAFE -D_REENTRANT -DVERSION='"0.10.0-rc2"' -DARCH='"i386"' -DOS='"linux"' -c AnnounceB2B.cpp -o AnnounceB2B.o make[3]: g++: Command not found make[3]: *** [AnnounceB2B.o] Error 127 make[3]: Leaving directory `/usr/local/src/sems-0.10.0-rc2/apps/ann_b2b' make[2]: [all] Error 2 (ignored) mkdir -p /usr/local/lib/sems/audio/ann_b2b mkdir -p /usr/local/lib/sems/plug-in/ touch /usr/local/lib/sems/plug-in//ann_b2b.so ; \ install -m 755 ann_b2b.so /usr/local/lib/sems/plug-in/ install: cannot stat `ann_b2b.so': No such file or directory make[2]: *** [install] Error 1 make[2]: Leaving directory `/usr/local/src/sems-0.10.0-rc2/apps/ann_b2b'
....