Guillem Jover
f3a48f2a30
MT#56184 build: Fix parallel building
...
Fix instances of make rules not being parallel execution safe, where the
targets declare a list of dependencies which depend on the order they
have been declared to be executed serially, otherwise these can cause
race conditions.
Either move some of the dependencies down into their transitive
dependencies, or rearrange them to call $(MAKE) to force a serial
point. In other instances add missing dependencies to make sure the
objects to install have previously been built.
Change-Id: I21b499557ac5e9faa603841fa1882b58239ee650
3 years ago
Donat Zenichev
3627c0d707
MT#57394 Apps: fix `inconsistent use of tabs and spaces in indentation`
...
It's been noticed that the compiler reports us:
`Sorry: TabError: inconsistent use of tabs and spaces in indentation`
for the following files:
- apps/examples/mixin_announce/mix_announce.py
- apps/examples/tutorial/annc_service/annc_service.py
This commit fixes it.
Change-Id: I7367af707b50799997d8d2f9c6f1dbff0907f459
3 years ago
Guillem Jover
32beea4d2f
MT#55831 Revamp the build system
...
- Make errors fatal, so that they do not get ignored anymore.
- Use sane make variables that a shell will accept as valid, otherwise
the exports do not work at all.
- Do not use system paths when we should use in-tree ones.
(real ticket number: TT#6850)
Change-Id: I07af8f38cc37c2fa36b6b10559283a7c477d2d36
3 years ago
Victor Seva
2a842acbc0
MT#55831 No config patch
...
No config patch
Change-Id: Id68bc6b55bec4e2a59952ceefe3ca0affe564854
3 years ago
Victor Seva
ff47897962
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
Victor Seva
d8b3cbf475
Imported Upstream version 1.4.3
13 years ago
Vladimir Broz
082f06f526
patch provided by A. Pogrebennyk - no build errors when using CI system and not installing default config files
13 years ago
Stefan Sayer
564bb0dced
fix linking libssl for XMLRPC client
15 years ago
Stefan Sayer
e471726afe
moved timers API into AmSession
...
app level timers can now be used easily with the AmSession functions:
setTimer(int id, unsigned timeout)
removeTimer(int id)
removeTimers()
timersSupported()
15 years ago
Stefan Sayer
4e705b58ae
sbc: added prepaid accounting
15 years ago
Stefan Sayer
92fba23762
const correct
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1673 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
791d861ab7
fixing memory leak in example
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1313 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Stefan Sayer
e0d8e7a5b8
using included xmlrpc; added ssl option
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1212 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Stefan Sayer
60b46a8ba3
added tutorial examples list
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1065 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
55433a7107
- Makefiles fix
...
o DESTDIR is only used as installation target directory. Allows staging compile.
o xxx-target used in sub-makefiles
o CXX/CC taken from env variables
- some minor compililation fixes
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@882 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Raphael Coeffic
e213936e03
- fixed some other stuff for Darwin.
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@879 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
2a02e6abd1
not overriding exclude_modules in examples
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@865 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
baab62f62e
using set_sip_relay_only setter
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@813 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
3497f9e94a
fixed header include due to AmAudio/AmAudioFile split
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@710 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
0782c0d10d
making example cc_acc so make install produces runnable sems
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@652 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
726e3e3ddc
PYTHON_VERSION is detected in Makefile.ivr_application
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@608 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
8836f205ae
b2b API changed: onOtherReply may absorb replies
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@523 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
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
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
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
aee44c98cd
fixed small mem leak: playlist is closed in session destructors to free playlist items
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@425 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago
Stefan Sayer
0d9ddae975
added functions to add and set credit, and _list function to easily use with xmlrpc2di
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@417 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago
Stefan Sayer
fa88fba332
stop playing if a key is entered
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@416 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago
Stefan Sayer
2bc53e31ad
changed the To header in the b leg from number@suffix to 'number <sip:number@suffix>'
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@412 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago
Stefan Sayer
29cc0cf236
combined AmArg and AmArgArray into one class
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@383 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago
Stefan Sayer
a5b5266a12
convenience makefiles to make all
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@296 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago
Stefan Sayer
2ff1e991de
checkin of the examples from the application development tutorial
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@294 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago