FreeCalypso > hg > themwi-system-sw
annotate .hgignore @ 218:211a043a385f
smpp-test1 program written, compiles
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 01 Aug 2023 22:38:04 -0800 |
parents | 67289fac8a44 |
children | e1d7db9d734c |
rev | line source |
---|---|
1
dbc0a8677b69
libutil: import from ThemWi1
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 syntax: regexp |
dbc0a8677b69
libutil: import from ThemWi1
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 |
dbc0a8677b69
libutil: import from ThemWi1
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 \.[oa]$ |
4
4ad5deafaa87
themwi-update-numdb utility written, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
1
diff
changeset
|
4 |
32
b3f74df7b808
beginning of themwi-mgw
Mychaela Falconia <falcon@freecalypso.org>
parents:
21
diff
changeset
|
5 ^mgw/themwi-mgw$ |
b3f74df7b808
beginning of themwi-mgw
Mychaela Falconia <falcon@freecalypso.org>
parents:
21
diff
changeset
|
6 |
15
ccc5ab6d8388
first version of themwi-mncc for ThemWi2
Mychaela Falconia <falcon@freecalypso.org>
parents:
14
diff
changeset
|
7 ^mncc/themwi-mncc$ |
ccc5ab6d8388
first version of themwi-mncc for ThemWi2
Mychaela Falconia <falcon@freecalypso.org>
parents:
14
diff
changeset
|
8 |
21
cc0e1c6e33c3
themwi-test-mtc utility written, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
17
diff
changeset
|
9 ^mtctest/themwi-test-mtc$ |
cc0e1c6e33c3
themwi-test-mtc utility written, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
17
diff
changeset
|
10 |
179
b79d6334f543
themwi-rtp-mgr: RTP port allocation split out of themwi-mgw
Mychaela Falconia <falcon@freecalypso.org>
parents:
165
diff
changeset
|
11 ^rtp-mgr/themwi-rtp-mgr$ |
b79d6334f543
themwi-rtp-mgr: RTP port allocation split out of themwi-mgw
Mychaela Falconia <falcon@freecalypso.org>
parents:
165
diff
changeset
|
12 |
47
62f39c7cee15
themwi-sip-in skeleton started
Mychaela Falconia <falcon@freecalypso.org>
parents:
42
diff
changeset
|
13 ^sip-in/themwi-sip-in$ |
62f39c7cee15
themwi-sip-in skeleton started
Mychaela Falconia <falcon@freecalypso.org>
parents:
42
diff
changeset
|
14 |
71
d74b545a3c2a
sip-manual-out: new test program
Mychaela Falconia <falcon@freecalypso.org>
parents:
52
diff
changeset
|
15 ^sip-manual-out/sip-manual-out$ |
d74b545a3c2a
sip-manual-out: new test program
Mychaela Falconia <falcon@freecalypso.org>
parents:
52
diff
changeset
|
16 |
165
9419fe55824f
themwi-sip-out complete to the point of compiling and linking
Mychaela Falconia <falcon@freecalypso.org>
parents:
131
diff
changeset
|
17 ^sip-out/themwi-sip-out$ |
9419fe55824f
themwi-sip-out complete to the point of compiling and linking
Mychaela Falconia <falcon@freecalypso.org>
parents:
131
diff
changeset
|
18 |
185
857d78c58f56
rtp-alloc-test program written
Mychaela Falconia <falcon@freecalypso.org>
parents:
179
diff
changeset
|
19 ^utils/rtp-alloc-test$ |
52
ffb563a17f23
wrote sip-out-test program
Mychaela Falconia <falcon@freecalypso.org>
parents:
47
diff
changeset
|
20 ^utils/sip-out-test$ |
42
891ebfb55e6b
sip-rx-test program written, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
32
diff
changeset
|
21 ^utils/sip-rx-test$ |
17
4e0a73be9e37
sip-udp-dump utility written, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
15
diff
changeset
|
22 ^utils/sip-udp-dump$ |
218
211a043a385f
smpp-test1 program written, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
215
diff
changeset
|
23 ^utils/smpp-test1$ |
215
67289fac8a44
utils: new program tcpserv-dump
Mychaela Falconia <falcon@freecalypso.org>
parents:
185
diff
changeset
|
24 ^utils/tcpserv-dump$ |
13
26b98505684e
themwi-check-own utility written, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
6
diff
changeset
|
25 ^utils/themwi-check-own$ |
6
030143a95fb5
themwi-dump-numdb utility written, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
4
diff
changeset
|
26 ^utils/themwi-dump-numdb$ |
14
aea422af79dd
themwi-short-dial utility written, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
13
diff
changeset
|
27 ^utils/themwi-short-dial$ |
4
4ad5deafaa87
themwi-update-numdb utility written, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
1
diff
changeset
|
28 ^utils/themwi-update-numdb$ |
131
5c7109183c8c
shorten new program name to themwi-update-outrt
Mychaela Falconia <falcon@freecalypso.org>
parents:
130
diff
changeset
|
29 ^utils/themwi-update-outrt$ |