Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: seven1240/FreeSWITCH-OLD
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: seven1240/FreeSWITCH-OLD
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: msrp
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 7 files changed
  • 1 contributor

Commits on Jan 30, 2012

  1. add basic msrp support

    I'm aiming to RFC4975 compatable but for now it's not as it's in the early stage:
    
    - FS is a B2BUA
    - MSRP only use one port (8044 hardcoded for now), so
    - MSRP in FS is always passive (this assumes FS on public IP so clients behind NAT maybe easily connect)
    - msrp.c is written from scratch and is not mature
    - This is only an exprienment on how hard/easy to make FS support MSRP, code might need a lot of change later...
    seven1240 committed Jan 30, 2012
    Configuration menu
    Copy the full SHA
    272607b View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2012

  1. fix got_msrp undefined

    seven1240 committed Jan 31, 2012
    Configuration menu
    Copy the full SHA
    dce296a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3269799 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2012

  1. Merge branch 'master' of git://git.freeswitch.org/freeswitch into msrp

    Conflicts:
    	src/mod/endpoints/mod_sofia/mod_sofia.c
    seven1240 committed Apr 12, 2012
    Configuration menu
    Copy the full SHA
    0568c3c View commit details
    Browse the repository at this point in the history
Loading