Asterisk 13.11 rc1./configure LDFLAGS=-z muldefs –libdir=/usr/lib64–with-unixodbc=$(odbc_config –include-prefix)/ –disable-dev-mode–with-pjproject-bundledchecking for pjsip_dlg_create_uas_and_inc_lock in -lpjsip… no checking for pjsip_tsx_create_u..
Author : CDR
I installed PJSIP from the project git clone https://github.com/asterisk/pjproject pjproject cd pjproject make uninstall & make distclean./configure –libdir=/usr/lib64 –prefix=/ –enable-shared –disable-sound–disable-resample –disable-video –disable-opencore-amr–with-external-s..
On an outbound call, PJSIP, I execute a macro and try to detect the end of ringback, inside the macro. So far waitforring() does nothing, stays stuck. Any combination of waitffornoise and waitforsilence, or backgrounddetect fail to find the moment w..
Is there any way to make PJSIP send the # as # and not as %23 in the INVITE?I cannot figure..
Many people are reporting the same issue, so it is not my imagination. Asterisk 13 above 13.1 is useless for anybody who relies on res_odbc.so. As you know, after that version, the dropped the complexity of Pooling onto unix_odbc itself. Not..
I have a business need to block any 180 Ringing packets coming from an FXOgateway, Grandstream 4108. I use Asterisk 13.9.1, and PJSIP. Is this even possible? I all I may do is hack the source code,will it be PJSIP code or Asterisk code? Any help..
I get this message very often:[Jun 26 23:52:49] ERROR[10396]: channel.c:1278 ast_channel_by_name_cb: BUG!Must supply a channel name or partial name to match!I could file a bug if somebody tells me how to obtain a trace for this. Icannot imagine..
I am using Asterisk 12 and PJSIP. Last night I tried to upgrade to Asterisk 13, and it did compile just fine, but PJSIP would not load, and no error was shown on the screen when I did pjsip reload. Do I have to erase some objects before compil..
While I am executing a Macro on the called channel, right after the call connects, I need to execute an app on the master channel, from inside that macro, specifically, SendDTMF. If I execute it now, it send a text message to the Callee, when..
OpenVZ is useless for Asterisk or any other resource intensive application. OpenVZ was built from a hosting provider point if view, and if you exceed any of the counters, dozens of them, they system will kill your app immediately. It is almost impossi..