Skip to main content

Making video calls – Asterisk tutorial

sip.conf

To be able to send video during a call, codec h263 and video support must be enabled. This is done by adding three lines in the sip.conf file (Location: /etc/asterisk/sip.conf).
Add the following lines in the [general] tab of the file.
videosupport = yes        ; Enable video 
allow = h263             ; H.263 is our video codec 
allow = h263p             ; H.263p is the enhanced video codec

Reload

Reload the sip.conf file by running the following command in the CLI console: reload
Config in Softphone
Arrow Click “Softphone”
Arrow Click “Preferences”
asterisk video call
 Arrow Click “Video Codecs”
Arrow Verify that h263 and h263+ are selected
ArrowClick “OK”
asterisk video call
Arrow Click the video (Webcam) icon to display the video
asterisk video call
Arrow Dial the other sip phone (number 1002)
Arrow Click “Show Video” on the two sip phones.

Comments

  1. I generally check this kind of article and I found your article which is related to my interest.Voip Apps In UAE Genuinely it is good and instructive information. Thankful to you for sharing an article like this.

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete
  3. You have a genuine capacity to compose a substance that is useful for us. You have shared an amazing post about voip services in usa thanks for sharing this blog with us.

    ReplyDelete
  4. You have provided valuable data for us. It is great and informative for everyone.Read more info about second phone line for business Keep posting always. I am very thankful to you.

    ReplyDelete
  5. Very well written article. It was an awesome article to read. Read more info about It Support Houston. Complete rich content and fully informative. I totally Loved it.

    ReplyDelete
  6. Cameet is a safe community of great people all over the world to make new friends using live video call. This app offers you connect to random people by your choice of gender. Free text chat, direct video chat to your friends are the core features of the app along random video chat.
    Visit Us :- Live Video chat App

    ReplyDelete
  7. You have given great content here. Business Telephone System North Carolina I am glad to discover this post as I found lots of valuable data in your article. Thanks for sharing an article like this.

    ReplyDelete
  8. With close to 500 million users and from close to 200 nationalities, Badoo remains a favorite free random video chat app. More than anything else, it is a new-age social media network that relies on video and picture messages to communicate with each other.

    ReplyDelete
  9. You must make sure that you get a roaming SIM card from a carrier that provides an affordable diversion service if you want to avoid missing any calls while you are abroad and to avoid paying expensive incoming roaming rates. IP Filtering SIM Card

    ReplyDelete
  10. An eSIM card is a card that stores your mobile phone number and other important data, such as your carrier’s network settings. When you insert your eSIM card into your mobile phone, your phone will automatically connect to the network and use the same carrier settings as you would use if you were using your actual mobile phone number. eSIM Card

    ReplyDelete

Post a Comment

Popular posts from this blog

Asterisk – CLI commands

Agent commands agent logoff  - Sets an agent offline agent show  - Show status of agents agent show online  - Show all online agents AGI commands agi dump html  - Dumps a list of AGI commands in HTML format agi exec  - Add AGI command to a channel in Async AGI agi set debug [on|off]  - Enable/Disable AGI debugging agi show commands [topic]  - List AGI commands or specific help dnsmgr refresh  - Performs an immediate refresh dnsmgr reload  - Reloads the DNS manager configuration dnsmgr status  - Display the DNS manager status Calendar commands calendar dump sched  - Dump calendar sched context calendar show calendar  - Display information about a calendar calendar show calendars  - Show registered calendars Channel commands channel originate  - Originate a call channel redirect  - Redirect a call channel request hangup  - Request a hangup on a given channel Cli commands cli check permissions  - Try a permissions config for a user cli reload permi

Step by step: Configure call recording - Asterisk tutorials

This article will cover enabling asterisk to record calls. You may want this to interview people over the phone, podcast, or some other purpose. In features.conf, under: [featuremap] uncomment the line that looks like this: automixmon => *3 ; One Touch Record a.k.a. Touch MixMonitor — Make sure to set the X and/or x option in the Dial() or    Queue() app call! Then, enable the X option for Dial() in your dialplan in extensions.conf: PLEASE NOTE:  change you need to make – add the X  your dial rule make look different with me. exten => s,n,Dial(SIP/100,60) make it this instead: exten => s,n,Dial(SIP/100,60,X) The X is what tells Asterisk to allow callers to dial *3 during a call to enable or disable recording. From the asterisk console (run asterisk -r), you should see a line like this appear when the user starts a recording: – User hit ‘*3′ to record call. filename: auto-xxxxx-EXTENSION-DIALEDNUMBER When the recording ends, un