search for: asterisk02

Displaying 11 results from an estimated 11 matches for "asterisk02".

Did you mean: asterisk01
2006 Jun 04
1
Help with compilation of app_conference in x86_64
...******************* [root@centos app_conference]# make clean rm -f *.so *.o app_conference.o conference.o member.o frame.o cli.o libspeex/preprocess.o libspeex/misc.o libspeex/smallft.o [root@centos app_conference]# make gcc -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -g -I/root/sources/asterisk02/asterisk-1.2.8/include -D_REENTRANT -D_GNU_SOURCE -O3 -ffast-math -funroll-all-loops -fprefetch-loop-arrays -fsingle-precision-constant -DCRYPTO -march=k8 -fPIC -DAPP_CONFERENCE_DEBUG -Ilibspeex -DSILDET=2 -c -o app_conference.o app_conference.c gcc -pipe -Wall -Wmissing-prototypes -Wmissing-de...
2008 May 14
2
Setting CallerID UNKNOWN on an outgoing call
Hello, on my ISDN phone I can configure that on the next outgoing call, my telephone number should not be transmitted, instead it should be UNKNOWN. How can I configure Asterisk to do the same? Is this a feature/parameter of the driver (chan_capi) that I'm using? BTW: I'm using ISDN and Deutsche Telekom, if the provider makes any difference. Thanks for your help, Stefan --
2009 May 26
3
Silly (??) question about chan_dahdi
Hi, these are my first steps with DAHDI and I finally managed to get asterisk to load chan_dahdi (after I found out, that I need libpri). But how do I tell chan_dahdi on which isdn numbers it should react? I haven't found a parameter like "incomingmsn" for chan_capi in the documentation. Thanks for your help, Stefan
2006 Jun 04
1
Compiling VD_app_conference for x86_64
Do anybody could compile app_conference on x86_64??? I tryied with two versions of app_conference and got the same problem on compiling: relocation R_X86_64_32 against `a local symbol' can not be used when making a shared recompile with -fPIC app_conference.o: could not read symbols: Bad value" ENVIRONMENT:
2008 May 14
0
Setting CallerID UNKNOWN on an outgoing
Tobias Wolf wrote: >Lets say i have a configured number range from 1000 to 1999 and 1000 is >my base number. I make an outgoing call from a phone which sets its >CallerID to 1500. > >Can anyone be so kind to tell me what is shown to the callee in either >case? > I can only tell you, that after I set exten => _0[23456789].,1,SetCallerPres(prohib) the callees phone
2010 Jan 11
0
PHP-Script (AGI) doesn't finish after upgrading to 1.6.0.15
Hi, I recently upgraded our asterisk server from some 1.4 version to version 1.6.0.15. From this point on my AGI scripts aren't working anymore, here is a simple example: [isdin] exten => 83086921,1,AGI(test.php) exten => 83086921,2,NOOP("MARKE1") exten => 83086921,3,WAIT(2) exten => 83086921,4,Hangup() /var/lib/asterisk/agi-bin/test.php
2010 Jan 25
0
Problem with Digium card, not transfering outgoing calls
Hi, I'm experiencing some strange problems with out Digium card. First the details abount hardware and software: Digium, Inc. Wildcard B410 quad-BRI card (rev 01) Asterisk 1.6.0.20 dahdi-linux-complete-2.2.1-rc2+2.2.1-rc2 libpri-1.4.10.2.tar.gz The problem now is that there are a number of clients that I call and suddenly the connection drops. Just a few seconds later the clients calls
2010 Mar 21
0
dahdi_monitor doesn't show data on RX & TX: broken card or cable?
Hi, on one of our clients asterisk server we have the problem that you hear nothing on external calls. Here are the details abount the system: Asterisk 1.6.0.22 DIGIUM Wildcard B410 quad-BRI card (rev 01) dahdi-linux-complete-2.2.0+2.2.0 I have setup the following test extension: exten => 9216992,1,ANSWER() exten => 9216992,2,WAIT(2) exten =>
2008 Jun 02
1
Why doesn't Pickup() work??
Hi, I'm using an Aastra 57i together with Asterisk 1.4.13. The 57i is configured for call pickup as recommended by Aastra. When the LED flashes, I press the corresponding button and the display tells me "Call not possible". In the CLI is see the follwoing output. Why isn't the call transfered to user2 and what does "No target channel found for 31 mean"? User2 can
2009 Mar 24
2
HW-Recommendation: cell/mobile phone, capable of WLAN and SIP ??
Hello, is anyone on the list using a normal cell/mobile phone which is able to act as a SIP client over WLAN? Or has anyone heard of a SIP client for cell/mobile phones running windows mobile 6.x? The phone should use SIP, when the asterisk server is reachable and should automatically switch to a German telco if it is not reachable. Thanks for any hints, Stefan --
2008 Oct 31
5
twice normal beep before busy tone ??
Hi, I have a strange problem with our Asterisk installation. Outgoing calls are handled by the following lines: exten => _0[2-9]X.,1,Set(CALLERID(num)=09999403${CALLERID(num)}) exten => _0[2-9]X.,2,SET(CALLERID(num)=${IF($[ ${CALLERID(num)} = 0999940321]?099994030:${CALLERID(num)})}) exten => _0[2-9]X.,3,DIAL(CAPI/g1/${CALLERID(num)}:${EXTEN},180,tr) exten =>