<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://it.gurevich.intercon.ru/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://it.gurevich.intercon.ru/feed.php">
        <title>San's Notebook</title>
        <description></description>
        <link>https://it.gurevich.intercon.ru/</link>
        <image rdf:resource="https://it.gurevich.intercon.ru/lib/exe/fetch.php/wiki:dokuwiki.svg" />
       <dc:date>2026-05-10T15:12:37+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://it.gurevich.intercon.ru/doku.php/asterisk:pravilnyj_dnd?rev=1649412115"/>
                <rdf:li rdf:resource="https://it.gurevich.intercon.ru/doku.php/asterisk:perenapravlenie_vxodjaschix_vyzovov?rev=1649412139"/>
                <rdf:li rdf:resource="https://it.gurevich.intercon.ru/doku.php/asterisk:problemy_asterisk?rev=1649412207"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://it.gurevich.intercon.ru/lib/exe/fetch.php/wiki:dokuwiki.svg">
        <title>San's Notebook</title>
        <link>https://it.gurevich.intercon.ru/</link>
        <url>https://it.gurevich.intercon.ru/lib/exe/fetch.php/wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://it.gurevich.intercon.ru/doku.php/asterisk:pravilnyj_dnd?rev=1649412115">
        <dc:format>text/html</dc:format>
        <dc:date>2022-04-08T10:01:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Реализация DND на Астериск</title>
        <link>https://it.gurevich.intercon.ru/doku.php/asterisk:pravilnyj_dnd?rev=1649412115</link>
        <description>Реализация DND на Астериск

Настройка диалплана

Включение и выключение DND делаем по набору номера *5:


exten =&gt; *5,1,Answer
exten =&gt; *5,n,GotoIf($[&quot;${DB(DND/${CALLERID(number)})}&quot; = &quot;&quot;]?activate:deactivate); включён ли уже режим DND?
exten =&gt; *5,n(activate),Set(STATE=BUSY) ; если DND выключен — ВКЛЮЧАЕМ
exten =&gt; *5,n,Set(DEVICE_STATE(Custom:${CALLERID(number)})=${STATE}) ; устанавливаем статус &quot;занят&quot; 
exten =&gt; *5,n,Set(DB(DND/${CALLERID(number)})=1) ; делаем запись в БД о включении DND
;Если…</description>
    </item>
    <item rdf:about="https://it.gurevich.intercon.ru/doku.php/asterisk:perenapravlenie_vxodjaschix_vyzovov?rev=1649412139">
        <dc:format>text/html</dc:format>
        <dc:date>2022-04-08T10:02:19+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Перенаправление входящих вызовов на сервере Астериск</title>
        <link>https://it.gurevich.intercon.ru/doku.php/asterisk:perenapravlenie_vxodjaschix_vyzovov?rev=1649412139</link>
        <description>Перенаправление входящих вызовов на сервере Астериск

Если приходит звонок, а вызываемого абонента нет на месте, то что происходит? Вызывающий ждет, ждет, после чего либо вызов заканчивается, либо вызывающий перенаправляется в голосовую почту.</description>
    </item>
    <item rdf:about="https://it.gurevich.intercon.ru/doku.php/asterisk:problemy_asterisk?rev=1649412207">
        <dc:format>text/html</dc:format>
        <dc:date>2022-04-08T10:03:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Проблемы Астериск</title>
        <link>https://it.gurevich.intercon.ru/doku.php/asterisk:problemy_asterisk?rev=1649412207</link>
        <description>Проблемы Астериск

Установка переменных очереди

Нигде не описано, но если в файле настроек очередей (queues.conf) в глобальной секции (где приведен пример и описание) задать параметр &quot;setinterfacevar=yes&quot;, то ничего работать не будет.</description>
    </item>
</rdf:RDF>
