Skip to content
Snippets Groups Projects

Uci changes : Support P-Early-Media header

Merged Hemlata requested to merge earlymedia into devel
3 unresolved threads

Uci changes to enable / disable header P-Early-Media .

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
20 20 mwi_dialtone_state = |MWI_DIALTONE|
21 21 contact_user = |USER|
22 22 call_waiting_enabled = |CALLWAITING|
23 earlymedia = |EARLYMEDIA|
24 direction = |DIRECTION|
  • 386 390 else
    387 391 sed -i "s/|MEDIASEC|/1/g" $WORK_DIR/pjsip_endpoint
    388 392 fi
    393 if [ "$earlymedia" == "1" ] ; then
    • Please remove "direction" handling.

      "earlymedia" shall have the following values.

      • "sendrecv" - asterisk can send and receive early media in both directions
      • "sendonly" - as per rfc5009 section 8, "The value "sendonly" indicates a request for authorization of early media from the UAS towards the UAC (backward early media), and not in the other direction."
      • "recvonly" - as per rfc5009 section 8, "The value "recvonly" indicates a request for authorization of early media from the UAC towards the UAS (forward early media), and not in the other direction."
      • "none" - early-media is NOT supported, i.e. no early media in both directions

      The default value (i.e. the config option is missing, or have an invalid value) shall be "sendrecv".

    • Hemlata changed this line in version 3 of the diff

      changed this line in version 3 of the diff

    • Please register or sign in to reply
  • Yalu Zhang added 2 commits

    added 2 commits

    • 883d30e6 - 1 commit from branch devel
    • b18a8ff5 - Uci changes : Support P-Early-Media header

    Compare with previous version

  • 284 286 config_get defaultexpiry $1 defaultexpiry
    285 287 config_get registertimeout $1 registertimeout
    286 288 config_get registerattempts $1 registerattempts
    289 config_get earlymedia $1 earlymedia
  • Hemlata added 1 commit

    added 1 commit

    Compare with previous version

  • Yalu Zhang added 4 commits

    added 4 commits

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading