Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Having multiple calls per number #36

Open
sanjayws opened this issue Dec 7, 2017 · 11 comments
Open

Having multiple calls per number #36

sanjayws opened this issue Dec 7, 2017 · 11 comments

Comments

@sanjayws
Copy link

sanjayws commented Dec 7, 2017

Hi thanks for the product and sharing it, much appreciated. Got it working in minutes!

However, when making a single call, noticed it made 3-4 simultaneous calls, a little weird. Any tip?

@xvaldisx
Copy link

столкнулся с точно такой же проблемой, после соединения осуществляется ещё 2-3 звонка на данный номер. Если сейчас проектом не занимаетесь, то хоть сказать где смотреть, с частью кода разобрались, но эта ситуация непонятна

@asteriskauto
Copy link
Contributor

You should check rights on call-files.

@xvaldisx
Copy link

all files astconfman are already chmod 777
which file exactly?

@asteriskauto
Copy link
Contributor

Вы выше писали по-русски, отвечу по-русски, так проще будет, полагаю:)

all files astconfman are already chmod 777
Cуть не в этом, суть в том, что астконфман должен работать от того же юзера, что и астер

which file exactly?
call-файлы, они так и называются https://wiki.asterisk.org/wiki/display/AST/Asterisk+Call+Files

А также проверьте в шаблоне call-файла чему равен параметр MaxRetries

@xvaldisx
Copy link

действительно звонки теперь не дублируются, спасибо)
Запускал от root и шло по 3 звонка параллельно

@asteriskauto
Copy link
Contributor

@xvaldisx отлично, рад, что работает:)

@asteriskauto
Copy link
Contributor

@sanjayws
you should run astconfman from user which runs asterisk

@xvaldisx
Copy link

Всё работает отлично, звонки идут.
Но столкнулся с проблемой, что звонок от конференции идет от Unknown. Возможно ли задать номер с которого будет осуществляться звонок от самой конференции?

@asteriskauto
Copy link
Contributor

Да.
поменяйте темплейт коллфайла: https://github.com/litnimax/astconfman/blob/master/astconfman/config.py#L63

добавьте туда переменную callerid
https://wiki.asterisk.org/wiki/display/AST/Asterisk+Call+Files

@xvaldisx
Copy link

Не удалось оперативно проверить, вот добрался. Спасибо огромное, в который раз выручаете)

@greemag
Copy link

greemag commented Apr 27, 2019

Добавление поля CallerID в настройках конференции, сделало бы использование более удобным

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants