Re: [asterisk-users] Asterisk 15.6.1. Symbol pjsip_tls_transport_start2 not found

2018-10-06 Thread Dmitriy Serov
./configure --with-crypto --with-ssl --with-srtp --with-pjproject-bundled The culprit of this behavior is option --with-ssl Version 15.5 does not have this problem. 26.09.2018 16:46, George Joseph пишет: On Tue, Sep 25, 2018 at 2:18 PM Dmitriy Serov <mailto:serov@gmail.com>&

[asterisk-users] Asterisk 15.6.1. Symbol pjsip_tls_transport_start2 not found

2018-09-25 Thread Dmitriy Serov
Hello. After successful compilation 15.6.1 (bundled pjsip) and start asterisk i has error Symbol pjsip_tls_transport_start2 not found. /main/libasteriskpj.exports does not containg pjsip_tls_transport_start2 and pjsip_tls_transport_start. More: * All versions before (including 15.5) has

[asterisk-users] Asterisk 15.3.0-rc1 regression

2018-02-26 Thread Dmitriy Serov
-rc1. This is very sad, because encryption should be mandatory in the modern world. Dmitriy Serov. -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk communi

Re: [asterisk-users] Can anyone help with a quick app_record.c module improvement and can explain over-riding modules?

2018-01-21 Thread Dmitriy Serov
Hello. A little sub from my dialplan: [sub-Read] exten => s,1,NoOp(Read)  same => n,Set(LOCAL(tmp_record_file)=/tmp/asterisk-in/${EPOCH})  same => n,Monitor(wav16,${tmp_record_file},o)  same => n,Read(tmp_ext,${ARG2},${ARG3},${ARG4},${ARG5},${ARG6})  same => n,StopMonitor()  same =>

Re: [asterisk-users] Chan Local, Originate and slin

2017-11-22 Thread Dmitriy Serov
AMI action Originate has param "Codecs". I think it helps. https://wiki.asterisk.org/wiki/display/AST/Asterisk+15+ManagerAction_Originate 22.11.2017 13:24, Kseniya Blashchuk пишет: Hi all! Asterisk 13.1.0 Ubuntu 16.04, all latest. Can anybody explain this to me - I run Originate command from

[asterisk-users] Return without Gosub: stack is empty

2017-11-02 Thread Dmitriy Serov
[sub-out-do-dial] exten => s,1,NoOp(Dial)  same => n,NoOp(FirstChannel: ${CHANNEL})  same => n,Dial(,60,gF)  same => n,NoOp(SecondChannel: ${CHANNEL})  same => n,Return() [some] exten => s,1,GoSub(sub-out-do-dial,s,1) In case of the destination channel hangs up in log i see:

Re: [asterisk-users] 183 Session in Progress. Disconnecting channel for lack of RTP activity

2017-01-03 Thread Dmitriy Serov
Joshua, issue has been filed. Thank you! https://issues.asterisk.org/jira/browse/ASTERISK-26689 03.01.2017 20:58, Joshua Colp пишет: On Mon, Dec 19, 2016, at 06:36 AM, Dmitriy Serov wrote: Yes, this means the remote end was not sending any audio stream. But it shouldn't. According to [1

Re: [asterisk-users] 183 Session in Progress. Disconnecting channel for lack of RTP activity

2016-12-19 Thread Dmitriy Serov
11:33, Jean Aunis пишет: This means the remote end was not sending any audio stream, or the audio stream was not received by Asterisk. The problem may have many different reasons, but often it is a network-related issue. Le 16/12/2016 à 21:19, Dmitriy Serov a écrit : Today I faced a problem

[asterisk-users] 183 Session in Progress. Disconnecting channel for lack of RTP activity

2016-12-16 Thread Dmitriy Serov
Today I faced a problem. Please help to solve this problem. Asterisk 13.7 (chan_pjsip) & Zyxel Keenetic Plus DECT, firmware v2.06(AAGJ.9)C1 Outbound call from Zyxel Keenetic (pjsip endpoint) to PSTN (pjsip trunk). Call using early media (183 Session in progress) and rtp_timeout=10. After 10

Re: [asterisk-users] Upgrading asterisk 13.7 to 13.11. Segfaults

2016-09-06 Thread Dmitriy Serov
06.09.2016 17:08, George Joseph пишет: On Tue, Sep 6, 2016 at 7:58 AM, Dmitriy Serov <serov@gmail.com <mailto:serov@gmail.com>> wrote: 06.09.2016 16:42, George Joseph пишет: On Tue, Sep 6, 2016 at 7:32 AM, Dmitriy Serov <serov@gmail.com <mailto:s

Re: [asterisk-users] Upgrading asterisk 13.7 to 13.11. Segfaults

2016-09-06 Thread Dmitriy Serov
of modules. All the necessary modules written manually in modules.conf. At the end of the installation it reported the extra modules (thanks) and they removed me as "garbage". On 6 September 2016 at 14:42, George Joseph <gjos...@digium.com> wrote: On Tue, Sep 6, 2016 at 7:3

Re: [asterisk-users] Upgrading asterisk 13.7 to 13.11. Segfaults

2016-09-06 Thread Dmitriy Serov
06.09.2016 16:42, George Joseph пишет: On Tue, Sep 6, 2016 at 7:32 AM, Dmitriy Serov <serov@gmail.com <mailto:serov@gmail.com>> wrote: Hello. Several months server working on asterisk 13.7 and pjproject 2.5 (installed separately). Once a day the server cras

[asterisk-users] Upgrading asterisk 13.7 to 13.11. Segfaults

2016-09-06 Thread Dmitriy Serov
Hello. Several months server working on asterisk 13.7 and pjproject 2.5 (installed separately). Once a day the server crashes or hangs and is familiar sores that written watchdogs. Yesterday I decided to upgrade to 13.11 and bundled pjproject (2.5.5). Solved all the problems with

[asterisk-users] The combination of app_record and app_read

2016-08-08 Thread Dmitriy Serov
There is a separate app for recording voice (app_record) or dtmf input (app_read). But there is no way to allow the user to choose to enter by voice or by keypad in same time. app_record analyzes the dtmf input, but only the # and * (to quit). Nothing stored in variables :( Is there a

[asterisk-users] PJSIP outgoing INVITE and "contact" value

2016-05-17 Thread Dmitriy Serov
asterisk 13.8.7, PJSIP. One VoIP provider requires a specific value in the field "contact" of a INVITE. What setting does indicate the value will be in this field (instead "asterisk")? Thanks. currect settings (with templates): [srv_d22778](srv-auth) username=999 password=secret

[asterisk-users] Upgrading 13.7 (external pjproject) to 13.9 (bundled pjproject)

2016-04-28 Thread Dmitriy Serov
Today was another attempt to upgrade to version 13.9 (git). 1. The result was https://issues.asterisk.org/jira/browse/ASTERISK-25970 Had to temporarily block this contact and look forward to advice of how to fix it. 2. Also, an unpleasant surprise was the increase in CPU usage from 10-50%

[asterisk-users] A few questions about bundled pjproject

2016-04-25 Thread Dmitriy Serov
At the moment I plan to migrate from asterisk 13.7 to 13.8. Because of relatively frequent updates I am building asterisk from a directory that is updated via git switch to the desired branch. 1. Will be updated pjproject patches with "git pull"? 2. Will update himself pjproject? 3. And what

Re: [asterisk-users] Loss of devices registration (pjsip)

2016-03-22 Thread Dmitriy Serov
ry to use a stun (did not seem to help, and it only works in the case of RTP) or proxy? Thanks. 21.03.2016 23:32, George Joseph пишет: On Mon, Mar 21, 2016 at 11:58 AM, Dmitriy Serov <serov@gmail.com <mailto:serov@gmail.com>> wrote: Good day. Aste

[asterisk-users] Loss of devices registration (pjsip)

2016-03-21 Thread Dmitriy Serov
. But, like, it's a feature of code that may already be fixed. 2. deleting a contact much earlier than the 90 seconds specified during the registration Would be grateful for any clues. Dmitriy Serov. expiration settings: [common-aor](!) type=aor qualify_frequency=60 default_expiration=120

[asterisk-users] Unexpected termination of the call when pick up (res_pjsip)

2016-02-10 Thread Dmitriy Serov
Please help find the cause of strange behavior res_pjsip. Making outgoint call to other sip server (CommuniGatePro), my asterisk suddenly sends BYE after picking up! Partial log of an outgoing call with full debug is attached and on web: http://pastebin.com/tLNCpx4d No diagnostic messages

Re: [asterisk-users] Unexpected termination of the call when pick up (res_pjsip)

2016-02-10 Thread Dmitriy Serov
guessing, but that side of the call isn't in your log. If it is from an internal extension, I think a SIP trace on that side would help. On Wed, Feb 10, 2016, 3:20 PM Dmitriy Serov <serov@gmail.com <mailto:serov@gmail.com>> wrote: Please help find the cause of stra

[asterisk-users] Android native SIP client and 183 (Session Progress) call Declined

2016-01-31 Thread Dmitriy Serov
of them. Thanks. Dmitriy Serov. [2016-01-31 14:44:56] VERBOSE[1950] res_pjsip_logger.c: <--- Transmitting SIP response (874 bytes) to UDP:109.60.222.xxx:49912 ---> SIP/2.0 183 Session Progress Via: SIP/2.0/UDP 109.60.222.xxx:49912;rport=49912;received=109.60.222.xxx;

[asterisk-users] res_pjsip/pjsip_configuration.c: Unable to create ast_sip_contact_status for contact

2016-01-11 Thread Dmitriy Serov
Hello. Asterisk 13.7 (branch 13), res_pjsip Log file contains a lot of lines: [2016-01-11 15:33:00] ERROR[2862] res_pjsip/pjsip_configuration.c: Unable to create ast_sip_contact_status for contact 17378/sip:17...@87.255.225.:5060 [2016-01-11 15:33:00] VERBOSE[2703] res_pjsip_registrar.c:

[asterisk-users] Using external RTP proxy for res_pjsip

2015-11-02 Thread Dmitriy Serov
for any clues. Dmitriy Serov. -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk

Re: [asterisk-users] Using external RTP proxy for res_pjsip

2015-11-02 Thread Dmitriy Serov
for a proxy to adequately advise you any deeper. Good luck. I hope some of the above is helpful to you. Bryant *From*: "Dmitriy Serov" <serov@gmail.com> *Sent*: Monday, November 2, 2015 9:10 AM *To*:

[asterisk-users] AMI event PeerStatus: Address option with res_pjsip

2015-10-09 Thread Dmitriy Serov
teful if tell me how to get the User agent. Thanks Dmitriy Serov. -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: htt

[asterisk-users] Asterisk QoS stats

2015-10-09 Thread Dmitriy Serov
Hello. Recently I installed voipmonitor and voipmonitor-gui trial version. After examining it, I was amazed at the abundance of useful information that can and should be obtained from the work of Asterisk. 1. The cost voipmonitor-gui too expensive and not justified in my case. For this

Re: [asterisk-users] does res_pjsip support ZRTP?

2015-10-06 Thread Dmitriy Serov
06.10.2015 1:22, Joshua Colp пишет: On 15-10-05 05:58 PM, Dmitriy Serov wrote: 05.10.2015 23:24, Joshua Colp пишет: On 15-10-05 05:22 PM, Dmitriy Serov wrote: Hello. Do I understand correctly that the current implementation res_pjsip does not support ZRTP? http://lists.digium.com/pipermail

Re: [asterisk-users] does res_pjsip support ZRTP?

2015-10-06 Thread Dmitriy Serov
06.10.2015 16:08, Matthew Jordan пишет: I know this is shocking to hear, but this is an open source project. That means anyone can fix something. Anyone can add something. Even you! You have all the power to affect your system. It also means that no one is under any obligation to do it for

Re: [asterisk-users] does res_pjsip support ZRTP?

2015-10-05 Thread Dmitriy Serov
05.10.2015 23:24, Joshua Colp пишет: On 15-10-05 05:22 PM, Dmitriy Serov wrote: Hello. Do I understand correctly that the current implementation res_pjsip does not support ZRTP? http://lists.digium.com/pipermail/asterisk-dev/2013-December/064401.html ZRTP is not supported in Asterisk itself

[asterisk-users] does res_pjsip support ZRTP?

2015-10-05 Thread Dmitriy Serov
lacking, and much of the promise failed. Dmitriy Serov. -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http

[asterisk-users] res_pjsip. Turn off the authorization request for an incoming MESSAGE

2015-09-07 Thread Dmitriy Serov
te: Digest realm="ruvoip.net",nonce="1441594874/5741fb37496404a4aa5cf0e53a129867",opaque="7441b8c64eddc67a",algorithm=md5,qop="auth" Server: ruVoIP.net PBX Content-Length: 0 Dmitriy Serov. -- _ -- Bandwidth and

Re: [asterisk-users] Asterisk Inbound calls, multiple SIP accounts, calledID

2015-04-07 Thread Dmitriy Serov
,GotoIf($[${pseudodid} = 088]?internal,13,1:13) -Andrew Galdes On Thu, Apr 2, 2015 at 3:46 PM, Dmitriy Serov serov@gmail.com mailto:serov@gmail.com wrote: This is one of the chronic problems. Try this option in sip.conf: match_auth_username=yes Carefully read the description

Re: [asterisk-users] Asterisk Inbound calls, multiple SIP accounts, calledID

2015-04-01 Thread Dmitriy Serov
This is one of the chronic problems. Try this option in sip.conf: match_auth_username=yes Carefully read the description, it is better to test in after hours. 02.04.2015 2:50, Andrew Galdes пишет: Hello all, I have an Asterisk server (Asterisk 10.12.4) with multiple sip accounts with the

[asterisk-users] Is there a way to escape text passwords in pjsip.conf?

2015-03-19 Thread Dmitriy Serov
Hello. I have plain text password for endpoint with outbound registration (someone else's server). My aim is to write it in pjsip.conf. md5 means that I know realm. I do not always know it. Is where any way? Dmitriy Serov

[asterisk-users] pjsip: outofcall_message_context

2015-03-18 Thread Dmitriy Serov
Hello. Is there an analog option outofcall_message_context for pjsip? or: how to determine that the call is an outbound text message? Dmitriy Serov. -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com

[asterisk-users] Asterisk 13. Writing call quality parameters to CDR. How?

2015-03-18 Thread Dmitriy Serov
into a separate table and join them may be an option. But do not want to resort to such a decision How do you solve this problem? Dmitriy Serov. -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New

[asterisk-users] PJSIP some AMI events is absent?

2015-03-11 Thread Dmitriy Serov
rewrite_contact=yes allow=!all,alaw Dmitriy Serov -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org

Re: [asterisk-users] res_pjsip endpoint config object's 'identify_by' option needs new value uri.

2015-03-06 Thread Dmitriy Serov
07.03.2015 1:21, Kevin Harwell пишет: On Fri, Mar 6, 2015 at 3:46 PM, Dmitriy Serov serov@gmail.com mailto:serov@gmail.com wrote: 07.03.2015 0:24, Kevin Harwell пишет: On Fri, Mar 6, 2015 at 2:06 PM, Dmitriy Serov serov@gmail.com mailto:serov@gmail.com wrote

[asterisk-users] res_pjsip endpoint config object's 'identify_by' option needs new value uri.

2015-03-06 Thread Dmitriy Serov
identification by sip uri. I think it will be usefull. P.S. i hope issues will be rejected: https://issues.asterisk.org/jira/browse/ASTERISK-22306 and SWP-6069 Dmitriy Serov -- _ -- Bandwidth and Colocation Provided by http

Re: [asterisk-users] res_pjsip endpoint config object's 'identify_by' option needs new value uri.

2015-03-06 Thread Dmitriy Serov
07.03.2015 0:24, Kevin Harwell пишет: On Fri, Mar 6, 2015 at 2:06 PM, Dmitriy Serov serov@gmail.com mailto:serov@gmail.com wrote: Hello. Asterisk 13.2. I transfer configs from chan_sip to res_pjsip. In chan_sip i have match_auth_username=yes and have nothing

[asterisk-users] res_pjsip ACL relation to endpoint

2015-03-06 Thread Dmitriy Serov
. It will be better ACL has optional link to Endpoint. Or you can offer other solution? Dmitriy Serov -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory

[asterisk-users] PJSIP: Failed to create outgoing session to endpoint

2015-03-04 Thread Dmitriy Serov
Not in use0 of inf OutAuth: srv_d228/talk37.ru InAuth: srv_d228/talk37.ru Aor: srv_d228 10 Contact: srv_d228/sip:sipnet.ru:5060 Avail 9.858 Thanks! Dmitriy Serov

Re: [asterisk-users] PJSIP: Failed to create outgoing session to endpoint

2015-03-04 Thread Dmitriy Serov
Sorry, i found the source of problem. https://wiki.asterisk.org/wiki/display/AST/Dialing+PJSIP+Channels dialing via pjsip have to change dialplan syntax :( May be it will be usefull sombody else. 04.03.2015 21:54, Dmitriy Serov пишет: Hello. I am using asterisk and chan_sip a lot of years

[asterisk-users] Temporarily features (transfer) off during Read

2013-05-17 Thread Dmitriy Serov
Hello all. Dialing with tT options and function Read (to prompt number) has a trouble for me. Can I temporarily features off during Read? features.conf: [featuremap] blindxfer = ## ; Blind transfer (default is #) atxfer = **; Attended transfer I try:

Re: [asterisk-users] Feature request: Need to INVITE to peer with other domain without peer domain addition

2013-04-02 Thread Dmitriy Serov
01.04.2013 23:52, Paul Belanger пишет: On 13-04-01 03:16 PM, Dmitriy Serov wrote: 31.03.2013 23:15, Barry Flanagan ?: On 31 March 2013 18:11, Dmitriy Serov serov@gmail.com mailto:serov@gmail.com wrote: Hi, asterisk admin and users. I need to SIP INVITE uri with domain via peer

Re: [asterisk-users] Feature request: Need to INVITE to peer with other domain without peer domain addition

2013-04-01 Thread Dmitriy Serov
31.03.2013 23:15, Barry Flanagan ?: On 31 March 2013 18:11, Dmitriy Serov serov@gmail.com mailto:serov@gmail.com wrote: Hi, asterisk admin and users. I need to SIP INVITE uri with domain via peer. And uri domain differ then peer domain. dialplan: exten = s,n

[asterisk-users] Feature request: Need to INVITE to peer with other domain without peer domain addition

2013-03-31 Thread Dmitriy Serov
@domain1.com I need: num...@domain2.com I can't use SIP uri dial, i need authorization (peer1) I think asterisk can't do that. Is where work around? Dmitriy Serov. -- _ -- Bandwidth and Colocation Provided by http://www.api