forked from altanai/kamailioexamples
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Early Media Handling | ||
|
||
## RFC on early media | ||
|
||
Early Media is the ability of two SIP user agents to communicate before a SIP call is actually established. | ||
Common cases where called party is PSTN gateway and plays inband tones or announcements before the call is set up , mostly to share call progress information with caller. | ||
Can also be used in IVR cases when caller needs to enter DTMF digit in order to connect to final destination after dialing a toll free ( 80's ) number | ||
|
||
Early media usually comes aling with 183 Ringing and not 200 , since a 2xx class response to an INVITE both establishes a media session, and indicates acceptance of the call , where as early media only estalishes media not answer the call | ||
|
||
Ref : | ||
|
||
https://tools.ietf.org/html/draft-rosenberg-sip-early-media-00 |