Commit Graph

631 Commits (d751f7289f5f671d1c8e79a2c8ca64bb2eaa1fed)
 

Author SHA1 Message Date
Stefan Sayer d751f7289f fixed parsing of received replies into headers and body
18 years ago
Stefan Sayer 5ed292db40 function to modify invite_req
18 years ago
Stefan Sayer d586716651 adding function to get invite_req
18 years ago
Stefan Sayer e18ffff441 fixed new onSendReply format
18 years ago
Stefan Sayer 29b3e6b586 corrected path
18 years ago
Raphael Coeffic 4f8e348ad3 fixed "missing content-type" while putting callee "on-hold" in B2BUA scenario (thx to Juha for reporting, as usual ;-))
18 years ago
Stefan Sayer 7f1afaaaf6 removed crlf2lf conversion in unixsocket module, and lf2crlf conversion back
18 years ago
Stefan Sayer 48feeca9a8 o relayed requests in b2b are relayed without adding headers (Signature/Max-Forwards)
18 years ago
Stefan Sayer 2ba04a283f only add signature if non-empty
18 years ago
Stefan Sayer 6918f634c0 fixed to work with r490 changes again (re-invite caller correctly)
18 years ago
Stefan Sayer e7c7902a90 fixed taking content type from correct field of callee reply if available
18 years ago
Stefan Sayer 7d4321fe4b reverted version to 1.0 release candidate
18 years ago
Stefan Sayer f0c280ac10 symmetric RTP fix: if packet is received from advertised address, leave passive mode
18 years ago
Stefan Sayer f3b7988297 fixed logging prefix to lowercase (thanks Inaki for reporting)
18 years ago
Stefan Sayer 74c0389cfb corrected audio file search order
18 years ago
Raphael Coeffic d0a74c550e - fixes the issue with B2BUA and bad 'Contact' as reported by Juha.
18 years ago
Stefan Sayer edc35d1bf5 added (c) notice
18 years ago
Raphael Coeffic f2a635f87e - added req.contact and reply.contact with correct values.
18 years ago
Raphael Coeffic 665f9c1473 After some researches, it looks like SIGCHLD should never be sent for a dying thread.
18 years ago
Richard Newman 6fa2ab95e2 Use correct sizeof for IPv4/IPv6 in udp_trsp::send.
18 years ago
Richard Newman 7b3563b882 Use populate_sockaddr_in_from_name instead of inet_aton: this ensures that c= fields with FQDNs are handled correctly.
18 years ago
Raphael Coeffic d09e9a7bbb - fixes bug where SEMS was trying to send an ACK with a BYE transaction. thx to Juha for reporting.
18 years ago
Richard Newman 092ef02ec2 Solaris compatibility headers are included by the Makefile; they don't need to appear in individual files.
18 years ago
Richard Newman 6f390d6567 Switch to what I hope is a truly cross-platform endianness check.
18 years ago
Richard Newman 23fdab68ca Reformatting and punctuation in sems.cpp.
18 years ago
Richard Newman 535e45a8b1 Endianness setup in Solaris compatibility header. Add its include to CFLAGS, not just CPPFLAGS.
18 years ago
Richard Newman d8e9d1084b Makefile: ensure that the config directory is properly built, and that app-mappings doesn't get put in place of etc/.
18 years ago
Stefan Sayer e76c90d291 added function to ignore sigchld (executing shell cmds)
18 years ago
Raphael Coeffic ead79a971a - added User-Agent and Server headers if signature is activated in the config.
18 years ago
Richard Newman 0f5fafd160 Improve endianness checks in sipctrl plug-in.
18 years ago
Stefan Sayer a2eb922962 re-added P-App-Name application selection
18 years ago
Raphael Coeffic 4661b9941f - fixed URI parameter parsing. Params with no value are accepted now.
18 years ago
Stefan Sayer 463711222a updated readme
18 years ago
Stefan Sayer a76d6bd552 new and more flexible application selection
18 years ago
Raphael Coeffic 782bdebe93 - fixed old header parsing functions: added support for '\r\n'.
18 years ago
Stefan Sayer d659f061ff fixed correct file close op, and memleak reported by hutx
18 years ago
Stefan Sayer 2d887db3b9 fixed endianness testing (_BIG_ENDIAN is always defined in endian.h)
18 years ago
Juha Heinanen bd9150236b * Removed unused variable.
18 years ago
Stefan Sayer 37edac6f46 some more solaris fixes from R. Newman (from 20080211T1344 and 20080211T1054)
18 years ago
Stefan Sayer 0baedd798b some left over AmAudioFile.h inclusions
18 years ago
Juha Heinanen 38e86aab49 * Forgot to add MYSQL stuff to early_announce Makefile.
18 years ago
Juha Heinanen a15202f0d2 * Added MYSQL support to early announce application.
18 years ago
Stefan Sayer a4c818bb04 include Makefile.defs in dependencies
18 years ago
Stefan Sayer ab2b4367d9 libsamplerate resampling
18 years ago
Stefan Sayer 4284187a82 fixing buffered output for fpopen, merged fpopen and open functions
18 years ago
Stefan Sayer 88130e10b3 buffered audio output for files, e.g. mp3 playback
18 years ago
Stefan Sayer d7c605d76f b/f: close socket after failed socket connect
18 years ago
Stefan Sayer a9ad905afb set svn:keywords property
18 years ago
Stefan Sayer 3497f9e94a fixed header include due to AmAudio/AmAudioFile split
18 years ago
Stefan Sayer ee57ca0948 mp3 decoding (not working with audio file yet due to missing output buffering
18 years ago