June 14, 2005 | ||
---|---|---|
View e03e1211fa
- solaris null string fix for printing the cfgAndrei Pelinescu-Onciul authored on 14/06/2005 19:11:26 |
November 30, 2004 | ||
---|---|---|
View 6cd4883577
- added the missing force_send_socket script commandAndrei Pelinescu-Onciul authored on 30/11/2004 16:28:23 |
October 19, 2004 | ||
---|---|---|
View 6b7de230aa
- from_uri & to_uri script support (exaclty like uri, from_uri==myself or from_uri=~'^sip:[0-9]{7}@' a.s.o)Andrei Pelinescu-Onciul authored on 19/10/2004 13:40:05 |
August 24, 2004 | ||
---|---|---|
View 53c7e0f19a
- Spelling checked - READMEs updatedJan Janak authored on 24/08/2004 08:45:09 |
February 24, 2004 | ||
---|---|---|
View 1bee75ad6a
t_attr_to_uri() moved from tm into core as avp_to_uri() (Jiri's wish)Bogdan-Andrei Iancu authored on 24/02/2004 16:59:33 |
February 6, 2004 | ||
---|---|---|
View 1580c8214e
- basics for users preferences: - script param. "avp_db_url" added - scrit function "load_avp" with 2 or 3 params added - do_action updated - init. of bd connection from core on startup per each proccess - reseting avp list after main route and reply/failure_route executionBogdan-Andrei Iancu authored on 06/02/2004 18:56:49 |
October 29, 2003 | ||
---|---|---|
View 59653eb856
- changed tcp to support port aliases (major changes) - added via alias parameter parsing - added script var. tcp_accept_aliases= yes|no (honour or not via alias param) - added script. cmd. force_tcp_alias( <void>|port_no) [for more info read the NEWS file]Andrei Pelinescu-Onciul authored on 29/10/2003 17:41:27 |
October 3, 2003 | ||
---|---|---|
View 6bfaa042d6
- added suuport for setting the source address and port in the sip requests (adevertised_address= ip|string, advertised_port= no, set_advertised_address(ip|string), set_advertised_port(no) )Andrei Pelinescu-Onciul authored on 03/10/2003 07:19:41 |
July 6, 2003 | ||
---|---|---|
View 9c01c86051
- added fm_realloc (now only vm_ misses realloc) - cosmetic fixes in ip_addr (print_ip changed)Andrei Pelinescu-Onciul authored on 06/07/2003 18:43:16 |
June 26, 2003 | ||
---|---|---|
View b667b2782a
- 64-bit cleanup; action->{p1,p2,p3}.number changed from int to longJan Janak authored on 26/06/2003 14:45:15 |
April 12, 2003 | ||
---|---|---|
View 3e8c3475a5
- added force rport (force_rport command in script, FL_FORCE_RPORT flags, msg->msg_flags) - added chroot and wdir in script (to bring it in line with the cmd. line options)Andrei Pelinescu-Onciul authored on 12/04/2003 19:26:15 |
March 19, 2003 | ||
---|---|---|
View e3dccdc952
- replaced all mallocs/frees w/ pkg_malloc/pkg_free - minor lock_dealloc warning fixesAndrei Pelinescu-Onciul authored on 19/03/2003 18:41:58 |
January 29, 2003 | ||
---|---|---|
View 049f64c292
scratchpad removed, textops changed to skip the first lineJiri Kuthan authored on 29/01/2003 19:24:10 |
December 12, 2002 | ||
---|---|---|
View f2f969dda6
- changed sip_msg (new rcv member containing all the ips, ports, protocol) - added a "proto" parameter to forward_request, via_builder, get_send_sock etc. - added 2 new script commands: forward_udp & forward_tcp - lots of tcp bloat - changed parse_via to recognize TCP - more functions added to ip_addr.h (cmp for ips & sockaddrs etc.)Andrei Pelinescu-Onciul authored on 12/12/2002 21:46:37 |
December 11, 2002 | ||
---|---|---|
View 0c5da34bd1
- increased ROUTE_MAX_REC_LEV to 100 - added new route commad: send_tcp(address, port) - tcp global vars (added new members to pt a.s.o) - tcp_send(buf, len, server, 0) will try to find an existing open tcp connection to "server"; if none found a new one will be opened (ser will also start listening on it for sip messages) - first udp to tcp & tcp to tcp send (not forward, I still have to solve some tricky via stuff)Andrei Pelinescu-Onciul authored on 11/12/2002 21:30:44 |