Commit Graph

70 Commits (697d8a1ff3a0785e1ea3111bf782810b0b3211e6)

Author SHA1 Message Date
Stefan Sayer 184268f89d support for sending DTMF via RTP payload (RFC4733)
16 years ago
Stefan Sayer 77853863ab getHeader:support content spanning multipe headers
16 years ago
Raphael Coeffic 9fcb7be156 - sessions are now terminated if no 200-ACK is received until timer H expires.
16 years ago
Raphael Coeffic 25afe474bc - removed onSipEvent (not used anywhere...)
16 years ago
Stefan Sayer ed96f3db8d support public_ip for contact
16 years ago
Raphael Coeffic 7cae214d9c - small enhancements and clean-ups for the SIP stack (work in progress...).
16 years ago
Raphael Coeffic 350ef3ca64 - fixes support for strict router.
16 years ago
Stefan Sayer 5d82971221 reindented everything, and stopped that indentation mess
16 years ago
Raphael Coeffic 1695507989 - some more small fixes.
16 years ago
Raphael Coeffic dea103ae68 - make the AmSipDialog call the SIP event handler within AmSession, instead of the opposite.
16 years ago
Raphael Coeffic d6a547ca8e - removed sticky "next_hop".
16 years ago
Stefan Sayer c6d9ae3bbf create RTP stream (AmSession::rtp_str) only if really needed
16 years ago
Stefan Sayer ceb2030acc Introduces optional (compile-time) threadpool for signaling support.
16 years ago
Raphael Coeffic 00aa71fad7 - moved sipctrl plug-in into the core (core/sip).
16 years ago
Raphael Coeffic 959d9452b4 - fixes compilation issues on 64bit Darwin.
16 years ago
Stefan Sayer c5a316802c precoded announcement fixes by Andrey Samusenko
16 years ago
Stefan Sayer af99a7f223 onOutgoingInvite callback when sending INVITE
17 years ago
Stefan Sayer 150721c5a9 Content-Type taken from sip requests' property
17 years ago
Stefan Sayer 41a78d52e6 return 400 (client) error on invalid address. Log as warning, not error
17 years ago
Stefan Sayer 8f608fa781 setStopped with wakeup option
17 years ago
Stefan Sayer 669570bfd3 new event handler onBeforeDestroy(): called in the session thread before the session is destroyed, i.e. after the main event loop has finished
17 years ago
Stefan Sayer f473817929 session_num needs to be protected with mutex in multi core systems (cache)
17 years ago
Stefan Sayer d9884e05d1 first steps on proper shutdown:
18 years ago
Stefan Sayer 32cd6ba786 moved AmSessionEventHandler into its own file, so that AmSession methods are easier to find. make session event handlers callable by AmSession descendants (thanks Rui Jin Zheng)
18 years ago
Stefan Sayer 7fb353e7ee fixed line break
18 years ago
Raphael Coeffic 7030673b90 - moved the "dialog-lookup-container" away from the session container into AmEventDispatcher.
18 years ago
Stefan Sayer 6231f30c16 488 reply (instead of 606) if no compatible codec found
18 years ago
Stefan Sayer 6f44a030bb core ZRTP support (see zfoneproject.com)
18 years ago
Stefan Sayer b2e7133c08 fixed setting content type in SipRequest; reply error in case of unknown INFO content type. Thanks to Alex Gradinar
18 years ago
Stefan Sayer 2da3de7ff0 trying content_type directly for DTMF, as reported by Alex Gradinar
18 years ago
Richard Newman 3c7c8297f5 Add configuration parameter 'public_ip' and mechanisms to use it in SDP body generation.
18 years ago
Stefan Sayer 9e30482326 o moved payload selection to AmPlugIn
18 years ago
Stefan Sayer 48feeca9a8 o relayed requests in b2b are relayed without adding headers (Signature/Max-Forwards)
18 years ago
Stefan Sayer 267e309d7a moving SMTP stuff to voicemail app
18 years ago
Stefan Sayer 052984ad11 support for inband dtmf detector from spandsp lib (www.soft-switch.org)
18 years ago
Stefan Sayer b7a06b5c71 session's local tag may be set in SessionFactory's onInvite method
19 years ago
Stefan Sayer 7e9f32768c pinging remote on early session for opening FW/NAT/symmetric rtp
19 years ago
Stefan Sayer c461a95986 fixed possible deadlock situation on incorrect localIP/raddr
19 years ago
Stefan Sayer f91fe91c18 support for extra headers in dialout calls
19 years ago
Stefan Sayer b5c6354ae8 support for setting the URI of a session in SDP
19 years ago
Stefan Sayer 061dcad669 o early media receiving support
19 years ago
Stefan Sayer df041a16ed train ride doxygen documentation
19 years ago
Stefan Sayer 0f6efa9be2 handles failed sendInvite properly
19 years ago
Stefan Sayer 79aaf4685b corrected log info
19 years ago
Stefan Sayer dcf73ae3e6 fixed log message severity as reported by juha
19 years ago
Stefan Sayer 2d07b7b821 fixes SessionComponent hook handling onSendRequest;
19 years ago
Maxim Sobolev 3b527c2353 Include all possible payload types into 200 OK and actually accept any of them
19 years ago
Stefan Sayer 4e6f4a917b sessions can be set onHold with AmSession::setOnHold, if you want a reinvite with on Hold, call AmSession::Reinvite after setOnHold
19 years ago
Stefan Sayer 7c964b9b03 unifies indentation level in all source files to 2 (-i2)
19 years ago
Stefan Sayer fa35cb1cdf * functions for taking all session specific parameters from P-Iptel-Param
19 years ago