ALT Linux sysadmins discussion
 help / color / mirror / Atom feed
From: "Anton A. Vinogradov" <vinogradov.mail@gmail.com>
To: Michael Bochkaryov <misha@rattler.kiev.ua>
Cc: enp@altlinux.org, mithraen@altlinux.org,
	ALT Linux sysadmin discuss <sysadmins@lists.altlinux.org>
Subject: Re: [Sysadmins] Asterisk SIP VideoCall Step by Step
Date: Wed, 30 Jun 2010 11:26:23 +0400
Message-ID: <4C2AF19F.6050706@gmail.com> (raw)
In-Reply-To: <4C28A75D.8040208@gmail.com>

28.06.2010 17:45, Anton A. Vinogradov пишет:
> Доброго времени суток!
>
> Дабы наука не пропала даром, попробую собирать грабли в прямом эфире.
> Опять же, может кто пнёт в нужном направлении.
>
> Задача:
>
> Запустить Asteriks в качестве SIP сервера с видео на ALT.
>
> Дано:
>
> Сизиф.
> PC без всяческих специализированных плат.
>
> Действия:
>
> 1. apt-get install asterisk-full
> 2. service asterisk start
>
> Статус:
>
> Думаю над содержимым /etc/asterisk в целом
> и /etc/asterisk/sip.conf (который, видимо, надо создавать вручную) в
> частности.
>
Действия:
1. Создать sip.conf
# cat /etc/asterisk/sip.conf
[general]
videosupport=yes
bindaddr=0.0.0.0
bindport=5060
disallow=all
allow=ulaw
allowsubscribe=yes
notifyringing=yes
notifyhold=yes
limitonpeer=yes
counteronpeer=yes
subscribecontext=default

[2000]
type=friend
host=dynamic
context=default
dtmfmode=rfc2833
secret=123
callcounter=yes
busylevel=1
disallow=all
allow=alaw
allow=ulaw
allow=h261
canreinvite=no

[2001]
type=friend
host=dynamic
context=default
dtmfmode=rfc2833
secret=123
callcounter=yes
busylevel=1
disallow=all
allow=alaw
allow=ulaw
allow=h261
canreinvite=no

2. Создать extensions.conf
  # cat /etc/asterisk/extensions.conf
[default]
exten=2000,hint,SIP/2000
exten=2001,hint,SIP/2001
exten=_20XX,1,dial(SIP/${EXTEN})
exten=_20XX,n,Hangup()
;exten => 502,1,Konference(502)
exten => 502,1,Konference(temp,SVDA,VADSTART,VADCONTINUE)
;exten => 502,1,Konference(2001,temp,XR,1)

Статус:
1. Видеозконки между 2000 и 2001 с использованием ekiga (всплыл 
https://bugzilla.altlinux.org/show_bug.cgi?id=21741)
2. Конференция на номере 502. Звук смешивается, но каждый видит только 
свою картинку.
3. Думаю над содержимым http://asterisk-support.ru/forum/topics/4359/ и, 
в частности, над тем что/где такое "диалплан"


  parent reply	other threads:[~2010-06-30  7:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-28 13:45       ` Anton A. Vinogradov
2010-06-29  3:35         ` Eugene Prokopiev
2010-06-30  7:26         ` Anton A. Vinogradov [this message]
2010-06-30  7:39           ` Dmitriy Kruglikov
2010-07-04 10:20           ` Anton A. Vinogradov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C2AF19F.6050706@gmail.com \
    --to=vinogradov.mail@gmail.com \
    --cc=enp@altlinux.org \
    --cc=misha@rattler.kiev.ua \
    --cc=mithraen@altlinux.org \
    --cc=sysadmins@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux sysadmins discussion

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
		sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
	public-inbox-index sysadmins

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sysadmins


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git