Stefan Sayer
|
0e9bc0366a
|
adds optional outbound_proxy, the next_hop for dialogs initiated by SEMS
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@503 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
b7aba681ff
|
don't reuse dialog for resending request that got final 401/407 reply
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@502 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
98b3eb0d73
|
fixed compiler variable
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@500 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
1d44aa2d7f
|
fixed example configuration and doxygen dirs
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@495 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
fb8ed40711
|
deleted old file
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@494 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
43c1ae2e26
|
deleted old file
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@493 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
479b140f7b
|
renamed README to avoid doc conflicts
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@492 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
62c495bce1
|
renamed to avoid conflict in doc
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@491 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
6bca563ef2
|
enables signalling only transparent b2bua.
Use it like this:
void MyCCDialog::onInvite(const AmSipRequest& req) {
if(dlg.reply(req,100,"Session Progress") != 0){
throw AmSession::Exception(500,"could not reply");
}
number = "2"; // well, where you want to call
invite_req = req;
dlg.updateStatus(req);
recvd_req.insert(make_pair(req.cseq,req));
connectCallee(number + " <sip:" + number+ MyCCFactory::ConnectSuffix + ">",
"sip:"+number+MyCCFactory::ConnectSuffix, true);
sip_relay_only = true;
}
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@490 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
ba935bbe62
|
only touch file to install if module is built
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@487 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
2731a037e4
|
corrected type conversions
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@486 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
ec7ff7a3de
|
fixes bug in dialout calls that created a wrong session mapping entry sessionid+localtag->localtag causing calls to itself not to work
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@484 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Juha Heinanen
|
0cc82d8dfb
|
* Changed query_stats default port t0 5040 (same as stats server
listening default).
* Small documentation fixes.
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@483 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
12f5d2c7b3
|
some performance figures
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@482 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
cc4601d7e5
|
figures on SEMS usage
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@481 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
4b597fdea2
|
added sample config from juha
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@480 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
749023591d
|
fixed repatching
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@476 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
87c267d412
|
override email address option
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@475 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
df05720c1c
|
fixed missing include
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@470 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
12f2cdf66e
|
fixed missing make progress
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@469 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
400ded0923
|
included missing unistd for sleep
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@468 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
dff4954f8b
|
fixed unistd include
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@467 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
3a79194acf
|
updating tar name
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@466 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
191d8fe395
|
target for xmlrpcpp autoinstall
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@465 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
450d02de8f
|
added default_application info in README
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@464 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
5911a413b0
|
adds default application config, which will be executed if no app explicitely selected
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@463 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
4ed0c04087
|
fixes retrying in some cases of failed re-registration, contact parsing
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@462 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
c468398f71
|
added module to register at SIP registrar (using registrar_client)
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@461 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Raphael Coeffic
|
4bec1a9da2
|
- re-introduced correct CFLAGS (broken since last svn release)
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@460 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Raphael Coeffic
|
ecd357cf62
|
see last commit ;-)
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@459 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Raphael Coeffic
|
6929eaca89
|
- aligned Makefiles with standard variable names (CC,CXX, CCFLAGS, CXXFLAGS, etc..)
- added support for nslu2 (armv5te)
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@458 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
df041a16ed
|
train ride doxygen documentation
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@457 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
b8031f0f4c
|
adding lots of readme files and examples overview to doxygen doc
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@456 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
80092df454
|
added bundle info and some more corrections
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@455 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
ec6eafdeb0
|
mixed up with jukecall
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@454 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
573805ea49
|
renamed readme files to avoid clashes
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@453 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
5bbb93895b
|
readme file
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@452 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
94fc88f0cd
|
added doku stub
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@451 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
ee1334ac3b
|
readme added
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@450 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
6b624e9bf6
|
renamed to avoid naming conflict in doxygen
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@449 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
ce2e350ce5
|
readme file for the mixing
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@448 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
f5d9f0cfe5
|
serviceline application - ivr, then auth'ed b2b call with media relay
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@447 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
17d20f3c56
|
removing from media processor after connecting. should fix the error reported by Jayesh Nambiar
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@446 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
20e569f052
|
checking DI argument types
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@445 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
4e3529cfea
|
updating ivr libdir for install-cfg as well
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@444 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
6afef51800
|
corrected ivr app installation
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@443 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
2379cfb0ef
|
b/f: result of xmlrpc call does not need to be array
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@442 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
9e9fbd5c3b
|
corrected core path, thanks todd lewis for reporting
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@441 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
82f2785579
|
added cc_acc using xmlrpc from Todd Lewis
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@440 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |
Stefan Sayer
|
c1c7c093bd
|
described getRegistrationState function
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@439 8eb893ce-cfd4-0310-b710-fb5ebe64c474
|
19 years ago |