Archives : January-2014
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..
everyone.Having experimented a but with a prototype of a system I described in an earlier thread (Reading DTMF sent by callee during a SIP call), Idecided to implement my requirement by transferring the call to another extension. This way, the cal..