Displaying 20 results from an estimated 2000 matches similar to: "Crash - What is happening here???"
2003 Jul 02
0
Re: [Asterisk-Dev] ANNOUNCE: CLASS-like features for Asterisk
Yo all,
As there has been some intrest, here's my updated version:
I post it to "-dev" as well as "-users", as it may be of intrest to
both.
Inspired by the example in the tips & tricks-section of
"http://www.junghanns.net/asterisk/", I built a more elaborate
set of features. Currently, my implementation supports call-
forward unconditional, on no answer
2003 Oct 14
2
T100P to Adtran TA750 - No dialtone or ring
Hello all,
I've got a T100P connected to an Adtran TA750 with a T1 crossover...
This connects to a patch panel with phone ports. The Adtran is fully
populated with FXS cards.
All I get on any phone port is a fast clicking noise... No dialtone.
Asterisk 'sees' the card, (the channels show up in /proc/zaptel).
Incoming calls are routed to the zap/x channel, but no ring.
I'm
2003 Aug 31
2
DBSaveTree & DBLoadTree
Hi all,
Has anyone already written something which allows saving and loading the
internal DB settings? All users CFWD and speeldial settings are stored in
the DB in my setup which makes it a pain to restart Asterisk....
Looking at showtree in db.c (why isn't that exposed in the CLI?) It
shouldn't be too difficult, but I don't want to reinvent the wheel.
On the same track, I am also
2003 May 14
20
Call forwarding
Yo,
Inspired by the example in the tips & tricks-section of
"http://www.junghanns.net/asterisk/", I built a more elaborate
call divert-feature. This one validates if the extension a call-forward
is to be set to is actually valid for the current context and
additionally saves this context into the DB and always uses it to
originate the divert from, as you can't expect the
2015 Jun 02
4
Forward loop protection...
Ia had a server overload today because someone did a call forward
to their own extension. To do a call forward I write a key called CFWD
with the extensi?n number and number to dial . The main script tests if
the key/value exists and dials the number stored in the database. What
is an easy way to prevent dumb people from creating a loop?
--
Telecomunicaciones Abiertas de M?xico S.A. de
2007 Jan 19
1
Red: Sip Phone CID
Here is what I have in my extensions.conf file now. Trustrcid and
sendrcid are turned to "yes" in the conf file.
I'm not fully sure how the SIPCalledRPID works though. The example I
found seems to try and provide the stuff automatically (id and name),
but does the SIPPEER stuff even exist?
I think this is probably the right track though. Any insight would be
much appreciated.
2003 Jul 03
3
Using switch =>
hello,
I have a test setup with 2 asterisk servers, each having a one snom 100
via sip using it. I`m experimenting on how trunking between them would
work. I have them setup for RSA authentication which I plan to use in
the future.
So I`ve setup the keys and servers seem authenticate to each other. One
is named phila and other hurricane.
Here is what I see on phila:
-- Registered
2005 Jul 13
5
chan_sccp new release
http://chan-sccp.berlios.de/
20050713 ftp://ftp.berlios.de/pub/chan-sccp/chan_sccp-20050713.tar.bz2
I didn't have a spare 7960 to use this week, so maybe some line issue is
still present.
- fixed a memory leak on database updates (dnd, cfwd*)
- fixed old memory leak on unload (now unload chan_sccp.so and load
chan_sccp.so work. It does reload the config when asterisk is running)
- socket
2014 Mar 27
1
SPA112 provisioning file questions
Hi all,
I've got a provisioning file that I use to configure Cisco SPA112's.
I'm wanting to get this file to do 3 things for me. I want to turn T.38
on, Call forwarding off, and Call waiting, off for both lines. but it's
not working.
This is what I'm using to enable T.38 for line 1.
<FAX_Enable_T38_1_>Yes</FAX_Enable_T38_1_>
2005 Sep 08
1
(OT) Dialplan Standards for Business/Offices
Are there any standards for setting up pbx dialplans for businesses/offices?
What I mean is that, which numbers are reserved for a specific use ex. 0
for operator ? Putting Zero for operator in the dialplan seems to be the
common practice of businesses.
If there is such a standard, * and # are used for what ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Nov 21
0
How to configure a Linksys PAP2T ATA to connect an analog fax machine to Asterisk
I was having problems getting a Linksys PAP2T-NA to work with Pitney
Bowes mailing station so it could use its modem to dial home and
download postage/software updates. After scowering the web, I
couldn't seem to find a definite how to article on what settings were
needed. I finally came up some settings by combining the information
from various places around the 'net. I have typed out
2005 May 23
0
spa-1001 not getting a dial tone on my pbx
hello my friend has the proxy set up his extention set up his password set up but he isn't getting a dial tone
is there a second setting we need to put the address in?
he is going to
advenced settings
line1
and in the proxy address box he is putting the info in below is the way he has it set up
Sipura SPA Configuration
Sipura Technology Inc
Info
System
SIP
Provisioning
Regional
Line 1
User 1
2015 Jun 02
2
Forward loop protection...
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Kevin Larsen
Sent: Tuesday, June 2, 2015 4:09 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Forward loop protection...
> Ia had a server overload today because someone did a call forward
> to their own extension. To do a
2009 Mar 13
1
Realtime dialplan application versus REALTIME dialplan function
Hi All,
I'm upgrading some PBX's from 1.2 to 1.4 and having a bit of trouble with
converting the Realtime application to the REALTIME function. I have the
method down and understand simplistically what is going on, at least enough
to get my old 1.2 apps to run in 1.4 functions. I do not understand why
change from the app to the func? What the benefits?
To me, the app seemed so
2013 Nov 18
1
samba4.1 RODC with BIND as DNS backend
OK, further to my previous message I've configured BIND, but when I try
to run samba_dnsupdate I get the following:
Nov 18 16:19:23 sles-shire named[6112]: samba b9_putrr: unhandled record
type 0
Nov 18 16:19:24 sles-shire named[6112]: samba_dlz: starting transaction
on zone _msdcs.main.adlab.netdirect.ca
Nov 18 16:19:24 sles-shire named[6112]: samba_dlz: disallowing update of
2003 Jul 15
3
Conditional Contexts
I was wondering if the following was possible:
2 separate incoming contexts. The first will be used when
there is a secretary present. The second will be used when there is
no secretary.
I know that this can be done using includes and specifying the time
in which each separate context would be included. However, I would
like to be able to switch them from the reception telephone.
For
2005 Apr 06
4
Games and QOS on share connection line
Hello. I''m newbie with QoS. I read some articles and I have a question on You. If you have time to spare, it would be great
if you reply. Here is my problem. I''m on wireless network(no earnig comunity). We got 2/2Mbit(soon 4/4) for 100 people(sharing link). Not long ago people start
screaming that their games don''t work good(lagging). So I add to our qos class games
2004 Feb 01
1
can a variable be redefined within extensions.conf
Can I define a variable in globals like this:
[globals]
timeout=60
and then in another context, redefine that same variable and only have
the new value affect the call that hit that particular extension ?
[example]
exten => _9NXXXXXX,1,DBget(blah/blah)
exten => _9NXXXXXX,102,Goto(3)
exten => _9NXXXXXX,2,SetVar(#timeout=20)
exten => _9NXXXXXX,3,Dial(${PSTN},${EXTEN:1},${timeout})
2005 Aug 11
0
Sipura-3000 IP->PSTN scenrio
Hello,
I'm configured Sipura-3000 to forward IP calls to
PSTN number on no answer (In User1 tab Cfwd No Ans
Dest: 123456@gw0)
IPPhone ---IP---> Sipura-3000 ---PSTN---> PSTN
User
Generally it works fine, but Sipura sends back SIP OK
to IPPhone just prior to dialing to PSTN number.
How to configure Sipura to detect that the remote side
on PSTN picks up the phone and only then to
2015 Jun 02
0
Forward loop protection...
> Ia had a server overload today because someone did a call forward
> to their own extension. To do a call forward I write a key called CFWD
> with the extensi?n number and number to dial . The main script tests if
> the key/value exists and dials the number stored in the database. What
> is an easy way to prevent dumb people from creating a loop?
Right after you have