Displaying 20 results from an estimated 110 matches similar to: "misdn and debian"
2007 Mar 29
1
Set(CALLERID(all) not working with 'unknown' call?
Hi,
This is really strange (but probably simple solution). 
The CALLERID(all) setting doesn't seem to work when the incomming
callerid is 'unknown'.
Dialplan looks like this:
exten => _3072,1,Answer
exten => _3072,n,Set(CALLERID(all)=DIRECT <0850553072>)
exten =>
_3072,n,Dial(SIP/2001&SIP/2002&SIP/2003&SIP/2004&SIP/2201&SIP/2202&SIP/2
2007 Apr 12
1
Destar web interface problem
People, I have a Debian box with Asterisk and I've installed the Destar
package in order to get web managing of my voip system.
After I installed Destar, it runs on "localhost:8080", but my server
does not have X-Window to access to it so I can engter the web interface..
So how can I change localhost:8080 to IP_ASTERISK:8080 in order to
access Destar via web from another PC ???
2007 Feb 08
11
Best phone for easy provisioning
Does anyone have any recommendations for a phone that has easy to
understand/implement central provisioning? I've used CISCO 79XX phones,
and they're great (but too expensive). I like Grandstream phones, but
their provisioning sucks. 
 
What is everybody else using in large environments where individual
config is not an option?
 
----------------------------------------
Rod Bacon
2009 Apr 14
2
Exit Dial Application
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I' try to implement an automatic callback mechanism, just for local SIP calls.. Callback
on busy and on no answer. If the other party doen't answer, it should be possible to press
5 to place an callback.
Here is my dial:
exten => _X.,1,Set(EXITCONTEXT=callback)
exten => _X.,n,Dial(${DIALNUM},${ARG2},dtT)
And here the script for
2014 Mar 11
1
Linux call router
hello there,
I am facing an issue with misd/misdnuser/lcr in the system
I am running debian 7 and I managed to install from git misdn/misdnuser but
in lcr I am getting:
chan_lcr.c: In function 'load_module': chan_lcr.c:3520:24: warning:
assignment makes pointer from integer without a cast [enabled by default]
make[2]: *** [chan_lcr.po] Error 1 make[2]: Leaving directory
2009 Nov 08
2
[LLVMdev] interesting preso
On Nov 7, 2009, at 4:15 PM, Renato Golin wrote:
> 2009/11/7 Chris Lattner <clattner at apple.com>:
>> I enjoyed this presentation:
>> http://www.linux-kongress.org/2009/slides/compiler_survey_felix_von_leitner.pdf
>
> Wow, very comprehensive!
>
> Is there anyone working on vectorization? This is something that
> interests me, I might give it a try, just need
2007 Feb 06
1
pridialplan/prilocaldialplan
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
Can someone explain what the parameters pridialplan and prilocaldialplan
are? What do they do and do I need them?
I've connected an asterisk box via E1 (sangoma) to an alcatel 4200 pbx.
The pbx technican complains about the format of the nr asterisk sends.
Asterisk sends all numbers in on piece the pbx expects the numbers
devided into
2007 Mar 29
0
Asterisk Feature attended transfer
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I'm using the biult in feature attended transfer. If someone calls me, I
hit the #, dial another extension and connect these two extensions. When
hitting # and dialing the nr, asterisk only diales the new nr for 15
seconds. Is it possible to increase this time? I've only found the
timeout for the digits, not for the call time. Anyone
2007 Mar 29
0
SV: Set(CALLERID(all) not working with 'unknown'call?
Hi Chris,
Yes the call was from PSTN and your solution worked great! I've read about SetCallerPres earlier but I didn't connect the dots this time.
Thanks alot! :)
Regards,
Jan
-----Ursprungligt meddelande-----
Fr?n: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] F?r Christoph F?rstaller
Skickat: den 29 mars 2007 15:29
Till: Asterisk Users
2007 Mar 29
2
help - UNSUBSCRIBE
Please remove this email from your mailing list. 
UNSUBSCRIBE 
Thank you.
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of
asterisk-users-request@lists.digium.com
Sent: Thursday, March 29, 2007 9:14 AM
To: asterisk-users@lists.digium.com
Subject: asterisk-users Digest, Vol 32, Issue 118
Send asterisk-users
2007 Nov 01
3
Outgoing PRI CID?
We have now got our new PRI line (10 channels, 100 numbers) connected
and everything is working except the outgoing caller ID. Whatever
SIP phone I'm using, the CID that's shown is the very first number...
----- s n i p -----
[default]
include => outgoing
include => priin
[outgoing]
exten => _NXXXXX.,1,Macro(dial,08${EXTEN},${RINGTIME})          ; Local number (w/o areacode) -
2007 Mar 14
1
strange things on call transfer
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I'm setting up an Asterisk system which is connected to an Alcatel 4400
PBX. On the * I permit g729 and gsm as codecs. If I try to transfer a
call by hitting the # key, I get this messages and nothing happens on
the phone:
WARNING[30110]: codec_ilbc.c:175 ilbctolin_framein: Huh?  An ilbc frame
that isn't a multiple of 50 bytes long from
2007 Nov 28
1
Digium TE120P versus Sangoma A101D-X
Hello List,
We purchased a TE120P card from Digium and it works great.  The only
problem is that we are still experiencing echo on some calls. I've tried
various echo cancellers (right now we are using OSLEC) and still no
luck.  
 
My question has anyone gone from the TE120P to a Sangoma A101D-X Single
Port T1/E1/J1 w/ echo cancellation? Have you noticed a difference? 
 
Also I called
2006 May 29
8
E1 hardware for asterisk
Hi all,
I need your lights :)
There are many hardware provider for E1 cards on the market, what's your 
exeperience with E1 and what's the preferred provider for Asterisk out 
of Digium?
Olivier
2009 Nov 08
0
[LLVMdev] interesting preso
2009/11/8 Chris Lattner <clattner at apple.com>:
> The first step is loop dependence analysis.  This is required to determine
> loop reuse information and is the basis for a lot of vectorization and
> parallelization loop transformations.
I suppose all dependencies can be determined with function passes and
module-wide analysis.
LLVM does unroll small loops, but once the number of
2007 Jul 12
0
No subject
created you must place it in your web directory on the server.
=20
I chained the command and also wrote the output to an xml file in the
web directory.  The command looks like this:
=20
'php /etc/asterisk/directory.php.txt > /var/www/html/directory.xml'
=20
System Speeddials using Services Button   =20
=20
For speed dials I modified the php code to look to a specific file in
the
2006 Feb 10
1
QSIG error -- can somebody explain?
Hi all,
I tried to connect the bristuffed(0.3.0-PRE-1i) * to an Alcatel PBX
via BRI (zaphfc) and Q.SIG. The Alcatel PBX is connected to the
outside world and should forward our calls to the telco. This setup
works correctly as far as I use euroisdn as the switchtype.
The first problem was that it is only possible to run the * side in
CPE-mode -- I wanted NET.
Anyway, I configured * this way:
 
2006 May 19
1
Experience with IBM X346 machines and Sangoma
Hi All,
I have read many posts about problems with Asterisk on some systems. I
also set up Asterisk on many different boxes. But I have never seen
the following...
There is an IBM X346 (3.4GHz Xeon) with one Sangoma A104. This system
is currently idle, that means there is nothing running except Asterisk
(1.2.7.1). We are handling no calls now, but if I do a vmstat, I get
peaks in system load up
2007 Jul 02
0
Authenticaion on incoming calls
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi List,
I wonder if someone else discovered that behavior and hopefully fixed it.
I've two asterisk boxes, both have a user 102. If 102 from Box A calls 105 on
Box B, Box B want's 102 from Box A to authenticate. But it's an incoming call,
there shouldn't be a authentication. Box A doesn't send an authentication so the
call
2010 Feb 26
0
qsigchannelmapping parameter
Hi,
I've connected Asterisk with 4 PRI to a Siemens HiPath 4000. For CALLERID(name) feature I wanna use Q.SIG as switchtype. Cause Siemens PBX orders Channels logical I need the
parameter qsigchannelmapping=logical. Here is my chan_dahdi.conf
trunkgroups]
[channels]
language=de
context=default
usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes