Archives : March-2016
The Asterisk Development Team has announced the releases of:DAHDI-Linux-v2.11.1DAHDI-Tools-v2.11.1dahdi-linux-complete-2.11.1+2.11.1This release is available for immediate download at:http://downloads.asterisk.org/pub/telephony/dahdi-linux http://downloads.asterisk.org/pub/telephony/dahdi-to..
I had an old Asterisk installation die recently and we decided to upgrade to Asterisk 13 to replace the old server.Everything seems to be working with PJSIP but there is one issue.Asterisk talks to a callmanager via a SIP trunk and send calls to P..
I am getting flooded with these messages: [Mar1 12:25:29] WARNING[6962][C-0000005a]: chan_pjsip.c:712 chan_pjsip_write: Cant send 10 type frames with PJSIP [Mar1 12:25:30] WARNING[6962][C-0000005a]: chan_pjsip.c:712 chan_pjsip_write: Cant send 10 t..
All,We are using SIP over TCP transport but often we got an Asterisk crash with following error.[Mar1 11:23:13] WARNING[1509]: chan_sip.c:3755 __sip_xmit: sip_xmit of0x7f294000cac0 (len 680) to Soft.Phone.IP.Address:56780 returned -2:Interrupted sys..
..
Greetings.I am using the PJSIP driver with TLS transport, and my endpoints are SIP mobile apps operating in environments that I do not control.I would like Asterisk to default to sending INVITES and all other SIP signals to endpoints via the exist..
everyone, I have some problems to enable push the Zoiper Windows Phone in my Asterisk 11.Below is the result of CLI == Using SIP RTP CoS mark 5– Executing [1033@ramais:1] Answer(SIP/1030-00000201, ) in new stack > 0x7efc90024190 — Probation pas..
I do it via a group count:main call handling:exten => sub123,n,Set(GROUP()122345)… the main routine calls subroutine:exten => general,1,GotoIf($[${busyonbusy}=YES]?100:200)exten => general,100,GotoIf($[ ${GROUP_COUNT()} > 1 ]?110:200)exten => general,110,Hangup(..
I found the app_swift module (that Ive been helping maintain) makes asterisk crash on versions higher than 11.19.0 – something that happened on 11.20.0-rc1 makes asterisk segfault.I realize app_swift is not a supported module — Im just having a h..
I have a phone in my living room (ext. 111), a phone in the kitchen(ext. 222) and a phone in my bedroom (ext. 333).Both phones are part of a ring group.exten => 7654321,1,Dial(SIP/111&SIP/222&SIP/333)Everything work fine and, as expected, all pho..