Commit graph

301 commits

Author SHA1 Message Date
marian
faf1d02d92 Use a NamedPointer to request isup buffer decoding.
git-svn-id: http://voip.null.ro/svn/yate@1645 acf43c95-373e-0410-b603-e72c3f656dc1
2008-01-17 15:54:56 +00:00
paulc
25dbed9cde Performance improvments suggested by Allan Sandfeld:
Change order of transaction to match most recent ones first.
Don't wait in select in SIP channel if we had events last loop.


git-svn-id: http://voip.null.ro/svn/yate@1631 acf43c95-373e-0410-b603-e72c3f656dc1
2008-01-15 15:15:44 +00:00
marian
55357d52d9 Added support to decode ISUP messages received in application/isup bodies
git-svn-id: http://voip.null.ro/svn/yate@1628 acf43c95-373e-0410-b603-e72c3f656dc1
2008-01-14 15:53:52 +00:00
marian
ea0d8dc407 Now the module is handling the SDP received in a multipart body (only the first SDP body, regardless the multipart subtype).
git-svn-id: http://voip.null.ro/svn/yate@1624 acf43c95-373e-0410-b603-e72c3f656dc1
2008-01-14 12:06:08 +00:00
marian
648b9c82b1 Moved header classes and some utilities from SIP to MIME. Updated SIP module and library to reflect the changes.
git-svn-id: http://voip.null.ro/svn/yate@1599 acf43c95-373e-0410-b603-e72c3f656dc1
2008-01-08 12:29:12 +00:00
paulc
e83cee0e28 Added capability to disable RFC 2833 telephone-event offering.
git-svn-id: http://voip.null.ro/svn/yate@1529 acf43c95-373e-0410-b603-e72c3f656dc1
2007-12-10 22:07:21 +00:00
paulc
c4eecf9846 Fixed Remote-Party-ID generation, allow creating From without user part by unsetting the caller parameter.
git-svn-id: http://voip.null.ro/svn/yate@1481 acf43c95-373e-0410-b603-e72c3f656dc1
2007-11-21 01:08:14 +00:00
paulc
6b652ea470 Allow routing full URIs to registered accounts.
git-svn-id: http://voip.null.ro/svn/yate@1472 acf43c95-373e-0410-b603-e72c3f656dc1
2007-11-07 17:58:15 +00:00
paulc
1b7bb99176 Raw SIP message display is now filtered by the same rules as the channels.
git-svn-id: http://voip.null.ro/svn/yate@1469 acf43c95-373e-0410-b603-e72c3f656dc1
2007-11-06 00:11:17 +00:00
marian
1bdfc45e46 Called's party username can be set on outgoing calls. Fixed bug: incoming REFER requests are now corectly responded if failed to be routed
git-svn-id: http://voip.null.ro/svn/yate@1452 acf43c95-373e-0410-b603-e72c3f656dc1
2007-09-20 08:56:02 +00:00
paulc
b525719ea6 Handle only 1xx responses with higher RSeq numbers than last PRACK sent.
Fixes bug report 0000070.


git-svn-id: http://voip.null.ro/svn/yate@1436 acf43c95-373e-0410-b603-e72c3f656dc1
2007-08-25 00:03:42 +00:00
paulc
822b46a0b2 Allow answering to session refreshes without a SDP offer.
git-svn-id: http://voip.null.ro/svn/yate@1435 acf43c95-373e-0410-b603-e72c3f656dc1
2007-08-24 23:26:40 +00:00
paulc
9bfe4559c4 Exclude from SDP media with no supported formats.
git-svn-id: http://voip.null.ro/svn/yate@1416 acf43c95-373e-0410-b603-e72c3f656dc1
2007-08-03 12:58:08 +00:00
paulc
3c930be0ac Added setting for the local address included in the chan.rtp message instead
of always allowing the RTP to guess.


git-svn-id: http://voip.null.ro/svn/yate@1413 acf43c95-373e-0410-b603-e72c3f656dc1
2007-07-31 11:44:52 +00:00
paulc
6a96997584 Removed SIP MIME classes, use engine provided ones.
git-svn-id: http://voip.null.ro/svn/yate@1411 acf43c95-373e-0410-b603-e72c3f656dc1
2007-07-26 23:47:29 +00:00
paulc
06cbc5e8cf Provide description in REGISTER Contact only if explicitely configured.
git-svn-id: http://voip.null.ro/svn/yate@1407 acf43c95-373e-0410-b603-e72c3f656dc1
2007-07-23 17:55:52 +00:00
paulc
33c43ec025 Added billid to the transfer call.route message.
git-svn-id: http://voip.null.ro/svn/yate@1393 acf43c95-373e-0410-b603-e72c3f656dc1
2007-07-18 11:43:17 +00:00
paulc
8aa1ead124 Generic handlers can alter the answer, not only the return code.
The CANCEL for a "pickup" reason will carry a Reason cause 200 to signal
the call as not being missed.


git-svn-id: http://voip.null.ro/svn/yate@1372 acf43c95-373e-0410-b603-e72c3f656dc1
2007-06-27 11:02:46 +00:00
paulc
2b213c9a93 From and To are now copied to generic messages. Answer code can be returned
as a reason keyword.


git-svn-id: http://voip.null.ro/svn/yate@1368 acf43c95-373e-0410-b603-e72c3f656dc1
2007-06-20 20:45:39 +00:00
paulc
5fc5d97040 Bodyless INFO messages can be handled generically. Return code of generic
transactions can be picked from Yate message.


git-svn-id: http://voip.null.ro/svn/yate@1362 acf43c95-373e-0410-b603-e72c3f656dc1
2007-06-11 17:34:50 +00:00
paulc
b4350bddd5 Use TelEngine::destruct(obj) or GenObject::destruct() wherever applicable.
git-svn-id: http://voip.null.ro/svn/yate@1325 acf43c95-373e-0410-b603-e72c3f656dc1
2007-05-15 15:40:50 +00:00
paulc
52936a4e83 Keep found connection referenced during processing, fixed crashings on SIP
messages received during hangups caused by other channels.


git-svn-id: http://voip.null.ro/svn/yate@1320 acf43c95-373e-0410-b603-e72c3f656dc1
2007-05-15 10:41:56 +00:00
paulc
be38e34df4 Allow to override DTMF sending method from the chan.dtmf "method" parameter.
git-svn-id: http://voip.null.ro/svn/yate@1315 acf43c95-373e-0410-b603-e72c3f656dc1
2007-05-13 21:55:14 +00:00
paulc
b2a1165731 Added "newcall"="true" in user.auth for requests that can create a new call.
git-svn-id: http://voip.null.ro/svn/yate@1305 acf43c95-373e-0410-b603-e72c3f656dc1
2007-05-09 20:22:33 +00:00
paulc
870f99c7b5 Added setting to limit the SIP socket receiver buffer size.
git-svn-id: http://voip.null.ro/svn/yate@1292 acf43c95-373e-0410-b603-e72c3f656dc1
2007-05-03 17:02:04 +00:00
paulc
63cc9ea312 Made the default of some settings depend on running in client or server mode.
git-svn-id: http://voip.null.ro/svn/yate@1242 acf43c95-373e-0410-b603-e72c3f656dc1
2007-04-02 12:51:23 +00:00
paulc
1b2e1f5a94 Media formats lists are updated with information from routing.
git-svn-id: http://voip.null.ro/svn/yate@1240 acf43c95-373e-0410-b603-e72c3f656dc1
2007-03-28 23:22:54 +00:00
paulc
cc227f6351 Fixed Call-Info parsing bug found by Yuri Gushin from Radware Inc.
git-svn-id: http://voip.null.ro/svn/yate@1228 acf43c95-373e-0410-b603-e72c3f656dc1
2007-03-26 11:00:29 +00:00
paulc
f52d5c9d77 Added setting to enforce the iLBC packetization.
git-svn-id: http://voip.null.ro/svn/yate@1226 acf43c95-373e-0410-b603-e72c3f656dc1
2007-03-21 03:01:54 +00:00
paulc
8c6f410276 Non-default RTP payload mappings are forwarded using call messages.
git-svn-id: http://voip.null.ro/svn/yate@1224 acf43c95-373e-0410-b603-e72c3f656dc1
2007-03-20 22:58:28 +00:00
paulc
fe08c982c4 Detect that RTP forwarding is not desired just after routing finished.
git-svn-id: http://voip.null.ro/svn/yate@1216 acf43c95-373e-0410-b603-e72c3f656dc1
2007-03-12 19:51:10 +00:00
paulc
310aa52b17 Added capability to request a RTP forward reINVITE from routing by setting
to true the "autoreinvite" parameter.


git-svn-id: http://voip.null.ro/svn/yate@1202 acf43c95-373e-0410-b603-e72c3f656dc1
2007-02-27 21:16:21 +00:00
paulc
44fd6c89ad Unchanged (not NAT fixed) location is returned in registration Contact.
P-NAT-Refresh can be set (default to 25s) if NAT is detected.


git-svn-id: http://voip.null.ro/svn/yate@1190 acf43c95-373e-0410-b603-e72c3f656dc1
2007-02-09 00:52:47 +00:00
paulc
aa7eb99793 Added Contact header to 200 of REGISTER, also handle expires tag in
incoming Contact if a global Expires header is not available.


git-svn-id: http://voip.null.ro/svn/yate@1189 acf43c95-373e-0410-b603-e72c3f656dc1
2007-02-08 04:31:21 +00:00
paulc
73ffffc2ae Fixed NAT in registration when port is missing.
git-svn-id: http://voip.null.ro/svn/yate@1185 acf43c95-373e-0410-b603-e72c3f656dc1
2007-01-31 01:29:38 +00:00
paulc
4bca01c2d1 Option to forward provisional messages even after getting an 180 Ringing.
Detection and generation of the special 181 and 182 progressing messages.


git-svn-id: http://voip.null.ro/svn/yate@1180 acf43c95-373e-0410-b603-e72c3f656dc1
2007-01-28 18:32:02 +00:00
paulc
a6ba6bffc5 Added capability to copy parameters from call.execute to outgoing channel's
chan.startup (and from there to call.cdr).


git-svn-id: http://voip.null.ro/svn/yate@1174 acf43c95-373e-0410-b603-e72c3f656dc1
2007-01-23 00:17:11 +00:00
paulc
20af373d5f Fixed the building of local IP address when a specific binding is used and
no line is selected.


git-svn-id: http://voip.null.ro/svn/yate@1163 acf43c95-373e-0410-b603-e72c3f656dc1
2007-01-13 01:46:10 +00:00
paulc
f1155a2cb0 Added option to start RTP when sending the 200 answer instead of waiting an
ACK on incoming calls.


git-svn-id: http://voip.null.ro/svn/yate@1156 acf43c95-373e-0410-b603-e72c3f656dc1
2007-01-03 23:06:01 +00:00
paulc
7e957999fb Added support for initiating RTP forwarding by reINVITE.
git-svn-id: http://voip.null.ro/svn/yate@1155 acf43c95-373e-0410-b603-e72c3f656dc1
2007-01-02 21:18:27 +00:00
paulc
c3c87f0fd2 Added some extra debugging for event processing.
git-svn-id: http://voip.null.ro/svn/yate@1148 acf43c95-373e-0410-b603-e72c3f656dc1
2006-12-22 13:58:01 +00:00
paulc
83c709d441 Can change state of RTP forwarding from update message.
git-svn-id: http://voip.null.ro/svn/yate@1134 acf43c95-373e-0410-b603-e72c3f656dc1
2006-12-17 19:25:35 +00:00
paulc
efae213892 The default audio codec list is built from enabled codecs.
git-svn-id: http://voip.null.ro/svn/yate@1126 acf43c95-373e-0410-b603-e72c3f656dc1
2006-12-15 17:42:44 +00:00
paulc
0fe106457f Unified all registration retry paths.
git-svn-id: http://voip.null.ro/svn/yate@1121 acf43c95-373e-0410-b603-e72c3f656dc1
2006-12-05 19:29:54 +00:00
paulc
e093e287ca Character mode telnet server allows for interactive line edit.
Support for line completion on TAB key.
The Windows telnet client should be happy with line endings.


git-svn-id: http://voip.null.ro/svn/yate@1076 acf43c95-373e-0410-b603-e72c3f656dc1
2006-10-17 20:40:01 +00:00
paulc
d47ef9c15a Client support for the most trivial call forking with only one 2xx answer.
git-svn-id: http://voip.null.ro/svn/yate@1067 acf43c95-373e-0410-b603-e72c3f656dc1
2006-10-05 22:37:36 +00:00
paulc
dbcc8c9fce Added support for multiple data sniffers.
git-svn-id: http://voip.null.ro/svn/yate@1021 acf43c95-373e-0410-b603-e72c3f656dc1
2006-09-08 09:50:19 +00:00
paulc
895aae57b7 Added support for handling different media transports.
git-svn-id: http://voip.null.ro/svn/yate@1011 acf43c95-373e-0410-b603-e72c3f656dc1
2006-08-31 18:03:12 +00:00
paulc
d025891874 Added client account tracking by user.notify messages.
git-svn-id: http://voip.null.ro/svn/yate@994 acf43c95-373e-0410-b603-e72c3f656dc1
2006-08-12 16:49:02 +00:00
paulc
ccc66f970b Fixed URI of NOTIFY message.
git-svn-id: http://voip.null.ro/svn/yate@984 acf43c95-373e-0410-b603-e72c3f656dc1
2006-08-02 16:24:12 +00:00
paulc
1ab01c70a1 Implementation of REFER by Marian Podgoreanu.
git-svn-id: http://voip.null.ro/svn/yate@983 acf43c95-373e-0410-b603-e72c3f656dc1
2006-08-02 15:45:49 +00:00
paulc
fc60be6e1f The REGISTER and OPTIONS methods are enabled by default.
git-svn-id: http://voip.null.ro/svn/yate@953 acf43c95-373e-0410-b603-e72c3f656dc1
2006-07-06 13:53:59 +00:00
paulc
7380287aff Added INFO support.
git-svn-id: http://voip.null.ro/svn/yate@923 acf43c95-373e-0410-b603-e72c3f656dc1
2006-07-02 22:29:36 +00:00
paulc
e1cbab70c9 Suppressed some spurious CANCELs and BYEs Jerry Jacobsen complained about.
git-svn-id: http://voip.null.ro/svn/yate@916 acf43c95-373e-0410-b603-e72c3f656dc1
2006-06-30 15:54:20 +00:00
paulc
af0186a94c After sending 2xx change remote URI based on INVITE's Contact: header.
git-svn-id: http://voip.null.ro/svn/yate@914 acf43c95-373e-0410-b603-e72c3f656dc1
2006-06-30 10:00:33 +00:00
paulc
c1c9364c8d Suppressed spurious Contact: headers - problem found by G.Jacobsen
git-svn-id: http://voip.null.ro/svn/yate@907 acf43c95-373e-0410-b603-e72c3f656dc1
2006-06-28 07:54:59 +00:00
paulc
20dffa74c4 Added missing mutex locks.
git-svn-id: http://voip.null.ro/svn/yate@903 acf43c95-373e-0410-b603-e72c3f656dc1
2006-06-26 08:30:49 +00:00
paulc
8d9fc2df3e External address is picked even from rejected registration requests allowing
a post-406 retry to succeed. This allows interoperation with many providers
using SER.


git-svn-id: http://voip.null.ro/svn/yate@841 acf43c95-373e-0410-b603-e72c3f656dc1
2006-06-07 10:30:42 +00:00
paulc
a92ed6e3de Improved behaviour for unregistered calls from behind NAT.
git-svn-id: http://voip.null.ro/svn/yate@840 acf43c95-373e-0410-b603-e72c3f656dc1
2006-06-06 21:14:56 +00:00
paulc
3a1938c2c7 Updated copyright and FSF address.
git-svn-id: http://voip.null.ro/svn/yate@815 acf43c95-373e-0410-b603-e72c3f656dc1
2006-05-27 15:08:43 +00:00
paulc
7f57bba0fc Moved all classes in all modules in anonymous namespaces.
Added RTLD_GLOBAL dlopen()ing so symbols exported by libraries loaded by
modules will be available.


git-svn-id: http://voip.null.ro/svn/yate@813 acf43c95-373e-0410-b603-e72c3f656dc1
2006-05-27 14:53:18 +00:00
paulc
756d387b7e Added many SIP standards compliance checks - none of practical relevance.
git-svn-id: http://voip.null.ro/svn/yate@804 acf43c95-373e-0410-b603-e72c3f656dc1
2006-05-23 17:47:24 +00:00
paulc
a1eb3317c0 Fixed bug 0000029 - if SIP socket is bound to specific address it is used
as local address.
Also fixed handling of missing caller and callername.


git-svn-id: http://voip.null.ro/svn/yate@800 acf43c95-373e-0410-b603-e72c3f656dc1
2006-05-20 19:52:39 +00:00
paulc
1a46b4a227 Added routing based on known accounts/lines.
git-svn-id: http://voip.null.ro/svn/yate@782 acf43c95-373e-0410-b603-e72c3f656dc1
2006-05-12 18:02:39 +00:00
paulc
ccf5df384b Improved the way caller ID and name are generated from account.
git-svn-id: http://voip.null.ro/svn/yate@777 acf43c95-373e-0410-b603-e72c3f656dc1
2006-05-09 13:21:37 +00:00
paulc
16fc5e00ff Realm is kept in a variable. Improved some debug messages and levels.
git-svn-id: http://voip.null.ro/svn/yate@774 acf43c95-373e-0410-b603-e72c3f656dc1
2006-05-05 18:01:12 +00:00
paulc
74341eee1b Applied authentication realm patch by Olaf Conradi.
git-svn-id: http://voip.null.ro/svn/yate@770 acf43c95-373e-0410-b603-e72c3f656dc1
2006-05-03 14:20:01 +00:00
paulc
d9a4714081 Moved URI in base classes, added support for Call-Info in SIP and client.
git-svn-id: http://voip.null.ro/svn/yate@748 acf43c95-373e-0410-b603-e72c3f656dc1
2006-04-12 12:37:25 +00:00
paulc
4f78175a12 Authentication and RADIUS/PortaOne related changes.
git-svn-id: http://voip.null.ro/svn/yate@740 acf43c95-373e-0410-b603-e72c3f656dc1
2006-04-04 19:06:02 +00:00
paulc
bca69f9b9c Added more workarounds for RADIUS accounting.
git-svn-id: http://voip.null.ro/svn/yate@719 acf43c95-373e-0410-b603-e72c3f656dc1
2006-03-23 03:23:23 +00:00
paulc
0bdae61caf Added RADIUS client module.
Applied various related and unrelated changes and fixes.


git-svn-id: http://voip.null.ro/svn/yate@714 acf43c95-373e-0410-b603-e72c3f656dc1
2006-03-22 18:22:34 +00:00
paulc
ba45c14402 SDP formats are compared case insensitive as suggested by Olaf Conradi.
Added extra user.auth parameters to identify auth style.


git-svn-id: http://voip.null.ro/svn/yate@712 acf43c95-373e-0410-b603-e72c3f656dc1
2006-03-15 16:39:04 +00:00
paulc
3bf1ccb2e3 Added missing check that caused segfault when routing rejected an already
terminated server INVITE transaction.


git-svn-id: http://voip.null.ro/svn/yate@710 acf43c95-373e-0410-b603-e72c3f656dc1
2006-03-13 09:37:56 +00:00
paulc
9b7876adc5 Added reINVITE forwarding in RTP and SDP forwarding modes.
git-svn-id: http://voip.null.ro/svn/yate@695 acf43c95-373e-0410-b603-e72c3f656dc1
2006-02-21 14:00:56 +00:00
paulc
76cf40333b Fixed minor problem - made Channel::statusParams protected.
git-svn-id: http://voip.null.ro/svn/yate@692 acf43c95-373e-0410-b603-e72c3f656dc1
2006-02-17 16:57:22 +00:00
paulc
cb99398f55 Added per channel status information retrieval.
git-svn-id: http://voip.null.ro/svn/yate@691 acf43c95-373e-0410-b603-e72c3f656dc1
2006-02-17 15:39:36 +00:00
paulc
5f2b9e9f04 Added some newer SIP response codes.
git-svn-id: http://voip.null.ro/svn/yate@687 acf43c95-373e-0410-b603-e72c3f656dc1
2006-02-15 11:07:44 +00:00
paulc
d5fa931da3 Fixed a problem with formats declaration in SDP.
git-svn-id: http://voip.null.ro/svn/yate@685 acf43c95-373e-0410-b603-e72c3f656dc1
2006-02-14 16:40:14 +00:00
paulc
b734119280 Registration requests can be allowed without authentication.
A default answer to OPTIONS can be optionally returned.


git-svn-id: http://voip.null.ro/svn/yate@683 acf43c95-373e-0410-b603-e72c3f656dc1
2006-02-13 15:15:38 +00:00
paulc
cf336ee56d Increased some buffers to accomodate large text elements.
SDP can be forwarded as-is instead of the parsed version.


git-svn-id: http://voip.null.ro/svn/yate@681 acf43c95-373e-0410-b603-e72c3f656dc1
2006-02-08 16:53:08 +00:00
paulc
3d48849d9e Added a generic privacy mode in SIP. Auto RTP address can be disabled.
git-svn-id: http://voip.null.ro/svn/yate@668 acf43c95-373e-0410-b603-e72c3f656dc1
2006-01-27 19:51:03 +00:00
paulc
5a745f06d4 ip_host and ip_port added to user.register message.
git-svn-id: http://voip.null.ro/svn/yate@663 acf43c95-373e-0410-b603-e72c3f656dc1
2006-01-23 16:35:29 +00:00
paulc
6771d7472e Reference counters are strictly enforced.
git-svn-id: http://voip.null.ro/svn/yate@651 acf43c95-373e-0410-b603-e72c3f656dc1
2006-01-18 16:06:05 +00:00
paulc
9abf6ed881 Added some needed File and Socket methods. Added answered flag in Channel.
git-svn-id: http://voip.null.ro/svn/yate@631 acf43c95-373e-0410-b603-e72c3f656dc1
2006-01-05 21:33:15 +00:00
paulc
0e431a9069 Made outbound setting override server's address in all but REGISTER.
git-svn-id: http://voip.null.ro/svn/yate@625 acf43c95-373e-0410-b603-e72c3f656dc1
2005-12-30 02:38:39 +00:00
paulc
7066b35827 Fixed a race condition setting the result code in YateSIPGenerate.
git-svn-id: http://voip.null.ro/svn/yate@612 acf43c95-373e-0410-b603-e72c3f656dc1
2005-12-20 12:43:30 +00:00
paulc
6be14d724e Early media can be disabled even if the peer has a DataSource.
git-svn-id: http://voip.null.ro/svn/yate@609 acf43c95-373e-0410-b603-e72c3f656dc1
2005-12-15 20:51:42 +00:00
paulc
510b483795 Fixed a bug in Regexp match.
Channel IDs are reported in debug messages.
A debug filter can be set on channels.


git-svn-id: http://voip.null.ro/svn/yate@596 acf43c95-373e-0410-b603-e72c3f656dc1
2005-12-09 21:33:10 +00:00
paulc
1a6517c9e8 Added back the call.preroute message.
git-svn-id: http://voip.null.ro/svn/yate@590 acf43c95-373e-0410-b603-e72c3f656dc1
2005-11-28 00:07:24 +00:00
paulc
015a997fd6 Added default initialization of billid so it can track calls.
git-svn-id: http://voip.null.ro/svn/yate@589 acf43c95-373e-0410-b603-e72c3f656dc1
2005-11-26 18:26:46 +00:00
paulc
2f68fa5251 Allow calledname change on redirect.
git-svn-id: http://voip.null.ro/svn/yate@588 acf43c95-373e-0410-b603-e72c3f656dc1
2005-11-24 21:49:47 +00:00
paulc
2b0e22ac6d Caller name support in SIP - both incoming and outgoing.
git-svn-id: http://voip.null.ro/svn/yate@586 acf43c95-373e-0410-b603-e72c3f656dc1
2005-11-24 16:17:32 +00:00
paulc
d5bcc8d6f0 Added common inband DTMF sending support, not just in ISDN.
git-svn-id: http://voip.null.ro/svn/yate@574 acf43c95-373e-0410-b603-e72c3f656dc1
2005-11-09 22:12:28 +00:00
paulc
9127fdd3b0 Added control of registration expiration.
git-svn-id: http://voip.null.ro/svn/yate@573 acf43c95-373e-0410-b603-e72c3f656dc1
2005-11-08 21:28:44 +00:00
paulc
456034de6b Oops! Now sending keepalives from the correct socket.
git-svn-id: http://voip.null.ro/svn/yate@572 acf43c95-373e-0410-b603-e72c3f656dc1
2005-11-08 15:11:57 +00:00
paulc
06435250e6 Added support for sending UDP keepalives to keep NAT mappings in place.
git-svn-id: http://voip.null.ro/svn/yate@571 acf43c95-373e-0410-b603-e72c3f656dc1
2005-11-08 14:52:37 +00:00
paulc
25108fb81d Improved chances of properly detecting public IP address from behind NAT.
git-svn-id: http://voip.null.ro/svn/yate@569 acf43c95-373e-0410-b603-e72c3f656dc1
2005-11-08 13:52:50 +00:00
paulc
8e87981739 Added default registration expires.
git-svn-id: http://voip.null.ro/svn/yate@567 acf43c95-373e-0410-b603-e72c3f656dc1
2005-11-08 10:58:14 +00:00
paulc
29bed40c60 SIP client can forcibly log in.
git-svn-id: http://voip.null.ro/svn/yate@565 acf43c95-373e-0410-b603-e72c3f656dc1
2005-11-07 03:25:42 +00:00
paulc
689e0f894c Fixed NAT alteration of contact address to also adjust the port.
git-svn-id: http://voip.null.ro/svn/yate@560 acf43c95-373e-0410-b603-e72c3f656dc1
2005-11-07 01:23:39 +00:00
paulc
ca2ef8cf29 Added common pre-answer timeout in class Channel.
Fixed bugs in disconnecting wave sources.
Added option settings for external modules.


git-svn-id: http://voip.null.ro/svn/yate@559 acf43c95-373e-0410-b603-e72c3f656dc1
2005-11-04 19:30:47 +00:00
paulc
7d1b1b88c4 More NAT support.
git-svn-id: http://voip.null.ro/svn/yate@552 acf43c95-373e-0410-b603-e72c3f656dc1
2005-10-28 04:42:53 +00:00
paulc
56d47dfffc Added auto authorization of transactions and some client NAT support.
git-svn-id: http://voip.null.ro/svn/yate@551 acf43c95-373e-0410-b603-e72c3f656dc1
2005-10-28 03:10:32 +00:00
paulc
e7c2d0b37f Fixed bug in audio media parameter passing in SIP calls.
Worked around problem with 3rd array_walk parameter passed by reference in PHP.


git-svn-id: http://voip.null.ro/svn/yate@543 acf43c95-373e-0410-b603-e72c3f656dc1
2005-10-19 19:45:14 +00:00
diana
73b12ed2dd Added support for iLBC codec.
git-svn-id: http://voip.null.ro/svn/yate@537 acf43c95-373e-0410-b603-e72c3f656dc1
2005-10-09 23:05:47 +00:00
paulc
e0e593b0f7 Preparation for iLBC support.
git-svn-id: http://voip.null.ro/svn/yate@532 acf43c95-373e-0410-b603-e72c3f656dc1
2005-09-30 22:46:16 +00:00
paulc
9a16b13ca2 Added support for overrides (local announcements).
Added some extra info to PRI messages and status.


git-svn-id: http://voip.null.ro/svn/yate@527 acf43c95-373e-0410-b603-e72c3f656dc1
2005-09-28 17:41:31 +00:00
paulc
f3dbfb16d4 Added separate timeout for stages involving user interaction.
git-svn-id: http://voip.null.ro/svn/yate@522 acf43c95-373e-0410-b603-e72c3f656dc1
2005-09-19 22:13:22 +00:00
paulc
9e01a1a07b Added Remote-Party-ID: header, privacy, screening.
git-svn-id: http://voip.null.ro/svn/yate@518 acf43c95-373e-0410-b603-e72c3f656dc1
2005-09-19 01:13:41 +00:00
paulc
1cb048fd9f Improvments in registration and generic handlers.
git-svn-id: http://voip.null.ro/svn/yate@512 acf43c95-373e-0410-b603-e72c3f656dc1
2005-09-13 18:50:34 +00:00
paulc
009b467815 Changed escaping of message strings to always escape colon.
Proper passing of SIP dialog tags to custom handlers.


git-svn-id: http://voip.null.ro/svn/yate@511 acf43c95-373e-0410-b603-e72c3f656dc1
2005-09-13 16:11:30 +00:00
paulc
024e7f4f6a Changed the way SIP is authenticated to accomodate computation of the URI with or without parameters.
git-svn-id: http://voip.null.ro/svn/yate@510 acf43c95-373e-0410-b603-e72c3f656dc1
2005-09-12 13:23:01 +00:00
paulc
97975786aa Can add body for outgoing custom SIP messages.
git-svn-id: http://voip.null.ro/svn/yate@508 acf43c95-373e-0410-b603-e72c3f656dc1
2005-09-10 18:45:20 +00:00
paulc
80ca75bcae Fixed return of query values and cdr building
git-svn-id: http://voip.null.ro/svn/yate@506 acf43c95-373e-0410-b603-e72c3f656dc1
2005-09-09 16:43:34 +00:00
paulc
b6e7a421e9 Video and other media support in SIP, removed PosgreSQL modules.
git-svn-id: http://voip.null.ro/svn/yate@493 acf43c95-373e-0410-b603-e72c3f656dc1
2005-09-06 02:51:09 +00:00
paulc
6c96628aa8 Multiple media channels related changes.
git-svn-id: http://voip.null.ro/svn/yate@492 acf43c95-373e-0410-b603-e72c3f656dc1
2005-09-02 16:39:00 +00:00
paulc
d8dce7d20b Fixed memory leak found by Andrew McDonald.
git-svn-id: http://voip.null.ro/svn/yate@490 acf43c95-373e-0410-b603-e72c3f656dc1
2005-08-19 20:30:12 +00:00
paulc
573b2ae4de Early 183 can be disabled from config file or routing.
git-svn-id: http://voip.null.ro/svn/yate@487 acf43c95-373e-0410-b603-e72c3f656dc1
2005-08-18 22:06:45 +00:00
paulc
7060e2f6d4 Suppressed auth headers from generic methods message.
git-svn-id: http://voip.null.ro/svn/yate@486 acf43c95-373e-0410-b603-e72c3f656dc1
2005-08-18 14:32:42 +00:00
paulc
910957fe52 Improved passing of generic SIP message parameters
git-svn-id: http://voip.null.ro/svn/yate@485 acf43c95-373e-0410-b603-e72c3f656dc1
2005-08-18 14:16:59 +00:00
paulc
82661b5870 Added server handling of arbitrary methods
git-svn-id: http://voip.null.ro/svn/yate@476 acf43c95-373e-0410-b603-e72c3f656dc1
2005-08-14 02:36:28 +00:00
paulc
127a675ac8 Fixed an exit leak - usefull just for valgrind.
git-svn-id: http://voip.null.ro/svn/yate@460 acf43c95-373e-0410-b603-e72c3f656dc1
2005-07-20 11:55:46 +00:00
paulc
1b80715251 No longer calling disconnected() for locally initiated disconnects.
git-svn-id: http://voip.null.ro/svn/yate@457 acf43c95-373e-0410-b603-e72c3f656dc1
2005-07-20 00:42:10 +00:00
paulc
e5830b3a5f *** empty log message ***
git-svn-id: http://voip.null.ro/svn/yate@452 acf43c95-373e-0410-b603-e72c3f656dc1
2005-07-17 00:03:39 +00:00
paulc
e0e39945ba Check if a failure message could be set before cleaning the BYE flag.
git-svn-id: http://voip.null.ro/svn/yate@451 acf43c95-373e-0410-b603-e72c3f656dc1
2005-07-16 23:55:05 +00:00
paulc
cc39357317 Fixed some message parameter naming.
git-svn-id: http://voip.null.ro/svn/yate@450 acf43c95-373e-0410-b603-e72c3f656dc1
2005-07-16 22:06:35 +00:00
paulc
c307b13bf7 Fixed segfault in registering to a non-resolvable address.
git-svn-id: http://voip.null.ro/svn/yate@449 acf43c95-373e-0410-b603-e72c3f656dc1
2005-07-15 22:53:03 +00:00
paulc
050db76bb3 Proper forwarding of provisional responses with media.
RTP receiver SSRC changes can be detected.


git-svn-id: http://voip.null.ro/svn/yate@445 acf43c95-373e-0410-b603-e72c3f656dc1
2005-07-13 23:45:26 +00:00
paulc
65a8b0eab1 *** empty log message ***
git-svn-id: http://voip.null.ro/svn/yate@443 acf43c95-373e-0410-b603-e72c3f656dc1
2005-07-12 20:51:47 +00:00
paulc
c581a7803a Call progress support.
git-svn-id: http://voip.null.ro/svn/yate@442 acf43c95-373e-0410-b603-e72c3f656dc1
2005-07-12 16:05:29 +00:00
paulc
bd59db094f Added sending PRACK support. Fixed generation of in-dialog messages.
git-svn-id: http://voip.null.ro/svn/yate@436 acf43c95-373e-0410-b603-e72c3f656dc1
2005-07-07 05:41:04 +00:00
paulc
5b48a328be Added Reason header.
git-svn-id: http://voip.null.ro/svn/yate@426 acf43c95-373e-0410-b603-e72c3f656dc1
2005-07-03 10:56:16 +00:00
paulc
e0faecf689 *** empty log message ***
git-svn-id: http://voip.null.ro/svn/yate@424 acf43c95-373e-0410-b603-e72c3f656dc1
2005-07-01 23:09:22 +00:00
paulc
88a4dd8454 Improved readability of debug messages.
git-svn-id: http://voip.null.ro/svn/yate@422 acf43c95-373e-0410-b603-e72c3f656dc1
2005-07-01 22:35:06 +00:00
paulc
a29084cf50 *** empty log message ***
git-svn-id: http://voip.null.ro/svn/yate@421 acf43c95-373e-0410-b603-e72c3f656dc1
2005-07-01 21:12:16 +00:00
paulc
0106aa1f09 Fixed generation of Contact header.
git-svn-id: http://voip.null.ro/svn/yate@420 acf43c95-373e-0410-b603-e72c3f656dc1
2005-07-01 20:31:43 +00:00
paulc
9168701a2c User agent settable from config file.
git-svn-id: http://voip.null.ro/svn/yate@414 acf43c95-373e-0410-b603-e72c3f656dc1
2005-06-24 23:18:08 +00:00
paulc
553126de41 *** empty log message ***
git-svn-id: http://voip.null.ro/svn/yate@405 acf43c95-373e-0410-b603-e72c3f656dc1
2005-06-14 20:53:20 +00:00
paulc
cab5861ebb Added setting of "peerid" in call.execute to most modules.
git-svn-id: http://voip.null.ro/svn/yate@404 acf43c95-373e-0410-b603-e72c3f656dc1
2005-06-14 12:36:03 +00:00
paulc
b01f7ca157 *** empty log message ***
git-svn-id: http://voip.null.ro/svn/yate@403 acf43c95-373e-0410-b603-e72c3f656dc1
2005-06-13 15:30:19 +00:00
paulc
de2e013fe2 Added record routing support.
git-svn-id: http://voip.null.ro/svn/yate@402 acf43c95-373e-0410-b603-e72c3f656dc1
2005-06-13 15:01:15 +00:00
paulc
d6d6d54baf *** empty log message ***
git-svn-id: http://voip.null.ro/svn/yate@401 acf43c95-373e-0410-b603-e72c3f656dc1
2005-06-13 12:27:19 +00:00
paulc
4658eb3b15 Estetic changes, option to display program version.
git-svn-id: http://voip.null.ro/svn/yate@400 acf43c95-373e-0410-b603-e72c3f656dc1
2005-06-13 12:08:56 +00:00
paulc
f39493029d Implemented authenticated outgoing SIP calls.
git-svn-id: http://voip.null.ro/svn/yate@399 acf43c95-373e-0410-b603-e72c3f656dc1
2005-06-12 18:58:17 +00:00
paulc
049f5b562d *** empty log message ***
git-svn-id: http://voip.null.ro/svn/yate@396 acf43c95-373e-0410-b603-e72c3f656dc1
2005-06-09 18:31:45 +00:00
paulc
9175f5258a DTMF send/forward support.
git-svn-id: http://voip.null.ro/svn/yate@393 acf43c95-373e-0410-b603-e72c3f656dc1
2005-06-08 15:09:27 +00:00
paulc
51fd364ba6 no message
git-svn-id: http://voip.null.ro/svn/yate@388 acf43c95-373e-0410-b603-e72c3f656dc1
2005-06-04 00:17:04 +00:00
paulc
5d0608ce3a Fixed authentication issues.
git-svn-id: http://voip.null.ro/svn/yate@387 acf43c95-373e-0410-b603-e72c3f656dc1
2005-06-04 00:06:59 +00:00
paulc
fd60be4ece SIP authentication
git-svn-id: http://voip.null.ro/svn/yate@386 acf43c95-373e-0410-b603-e72c3f656dc1
2005-06-03 12:23:12 +00:00
paulc
da9e021862 More NAT handling
git-svn-id: http://voip.null.ro/svn/yate@382 acf43c95-373e-0410-b603-e72c3f656dc1
2005-06-01 01:33:53 +00:00