Archives : January-2014
I see MANY of these in my log files:[Jan 15 03:06:12] NOTICE[14129] chan_sip.c: Registration from 202 failed for 37.8.12.147:26832 – Wrong password[Jan 15 03:06:19] NOTICE[14129] chan_sip.c: Registration from 5001 failed for 37.8.12.147:21268 – Wr..
Though ARI exists these days, is there any Python library implementing AMIthat fulfil the following requirements :- client-side (may be installed on bax in which Asterisk is not running)- multi-platform (Linux, Windows)- take care of filtering vari..
Ive installed a brand new Asterisk 12.0.0 system in which I can see, with make menuselect, in Test Modules tab, that each test entry such as test_acl cant be installed due a to missing TEST_FRAMEWORK(E) dependency.Where this TEST_FRAMEWORK(E) comes f..
Imused to seeing fraudulent attempts to authenticate, But now Im getting them from the server itself.I have an asterisk server behind a firewalled router. The local subnet is 10.10.10.0/24, the server is 10.10.10.100.Now Im seeing in the log lots of:Fai..
Im about to build an Asterisk 11.7 based PBX from scratch for our company. Im in the middle of the planning phase and it turned out that our VoIPprovider prefers H.323 protocol for handling voice calls (while SIP is also supported as plan B).As I ne..
exten => 179,1,SIPAddHeader(Call-Info:\;answer-after=0) exten => 179,2,Page(SIP/180&SIP/181&SIP/182&SIP/184)The asterisk11 page() application works great, but Ive just learned that the person who initiated the page can transfer or conference the p..
Thanks for replying.So as python-starpy requires asterisk in Debian Wheezy repo, for a Debian setup the alternatives are either :- to install it from source- tto build my own custom package removing this asterisk dependency (is it easy or even possi..
Is it possible to run Starpy and Asterisk on different machines ?A quick glance at http://www.vrplumber.com/programming/starpy/ seems to tell it is possible but Debians python-starpy package installs Asterisk.What do you thin..
,I have a customer which will organize a conference in a big meeting room which has a sound system. He would like to connect this sound system to a MeetMe room so participant in the MeetMe can act as if they where on site.My idea is to take a barb..
folks,Weve been having a weird issue… It is happening more often in the last few months…Most inbound calls, we have in our dialplan before Queue():Set(CALLERID(name)=${PARTNER}:0:${CALLERID(num)}:${UNIQUEID}:${CHANNEL});So when the call rings a memb..