Displaying 20 results from an estimated 600 matches similar to: "Does an entry in AstDB stay after reboot?"
2015 Jul 29
2
PJSIP T.38 issues
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Thanks for your reply Larry.
Le 27/07/2015 01:22, Larry Moore a ?crit :
> I think the "488 Not acceptable here" is occurring because the channel
> connecting through is not T.38 capable, that will be the IAX channel
> from iaxmomdem.
This is what T38gateway is supposed to do. And I'm very happy to report
that after one more
2006 Mar 08
1
Calls forwarding to numbers only in user's context
Hello,
I'm trying to do call forwarding based on this:
http://www.voip-info.org/wiki/view/Asterisk+call+forwarding
In the extensions.conf file I have several context defined (local,
longdistance, mobile, international and so on). Each user can be
associated with different context (so can make only i.e. local calls).
How to set calls forwarding only to numbers that are available in
2005 Aug 09
1
Incoming call #2 sent to VM immediately when already on phone with incoming.
I'm having this problem where if the phone is ringing from
IncomingCall #1, IC#2 will be immediately sent to VM. Is there
somethign wrong with my dial plan? I currently have 4 incoming lines
going into a TDM400 with the group set to g0.
Could it be that the way I've set this up, if any of the phones are
busy, it goes immediately to VM?
exten => s,1,Answer()
exten => s,2,Wait(1)
2009 Jul 31
1
asterisk 1.6 call forwarding
Dear All,
I'n trying to make a simple call forwarding, however I have small
problem when evaluating an expresion.
Here is my extensions.conf
...
; Unconditional Call Forward
exten => _#21*X.,1,Set(DB(CFIM/${CALLERID(num)})=${EXTEN:4})
exten => _#21*X.,2,Hangup()
exten => #21#,1,Set(ignored=${DB_DELETE(CFIM/${CALLERID(num)})})
exten => #21#,2,Hangup()
...
exten =>
2005 May 15
1
Old DBGet/DBPut vs. new Set(var=${DB(...
Hello
I upgraded to CVS head yesterday (due to the lack of zaptel drivers
working with 2.6.10)
And noticed that now DBGet and DBPut have been deprecated in favour
of the new Set/DB one.
In the UPGRADING.txt in Asterisk it says:
* The applications DBGet and DBPut have been deprecated in favor of
functions. Here is a table of their replacements:
DBGet(foo=family/key)
2007 Feb 15
7
Call forwarding
Hi All,
I'm using asterisk 1.2.15 and call forwarding doesnt work for me.
from my extensions.conf:
; Unconditional Call Forward
exten => _*21*X.,1,NoCDR
exten => _*21*X.,2,Set(DB(CFIM/${CALLERID(NUM)})=${EXTEN:4})
exten => _*21*X.,3,Playback(vm-saved)
exten => _*21*X.,4,Hangup
exten => #21#,1,NoCDR
exten => #21#,2,DBdel(CFIM/${CALLERID(NUM)})
exten =>
2004 Oct 05
1
loggedoff extension - why does * say "is on the phone"
Hi,
I have following one-line macro extension:
------------------------
[macro-oneline]
;
; Standard extension macro (with call forwarding):
; ${ARG1} - Device(s) to ring
;
#exten => s,1,AGI(misterhouse.agi,"CallerID")
exten => s,1,NoOp
exten => s,2,DBget(temp=CFIM/${MACRO_EXTEN}) ; Get CFIM key, if not
existing, goto 103
exten => s,3,Dial(Local/${temp}@default/n) ;
2010 Nov 19
1
call forward problem
Hi,
I tried to perform call forward in asterisk by writing the following in the
dial plan.The data base is getting updated with the caller ID number how
ever the call is not getting forwarded.
[apps]
exten => _*21*XX,1,Set(DB(CFIM/${CALLERID(number)})=${EXTEN:4})
exten => _*21*XX,2,Hangup
exten => #21#,1,DBDel(CFIM/${CALLERID(num)})=${EXTEN:4}
exten => #21#,2,Hangup
Regards,
Aparna
2009 Dec 20
1
Manager command that equal to database show CFIM
Hi!
Probably me that cannot read the manual...
I am trying to get all Keys that belongs to a certain Family
from the manager interface. Can just get single values for example:
Action: DBGet
Family: CFIM
Key: 0317998975
I was looking for something like "Action: DBShow Family: CFIM".
Any one has some smart way to implement it or did I just miss
some stuff...
/Magnus
--------------
2004 Apr 30
6
app_dbodbc segfault
Is anyone out there using app_dbodbc
(http://www.bkw.org/~brian/app_dbodbc.c)? Any problems with it?
I was able to get it all working, but it causes * to segfault every now
and then. It does not appear to be related to any specific function
(ODBCget,ODBCput,ODBCdel,ODBCdelltree). It is 100% repeatable. If I
noload the module, everything works fine, but when its running, after
calls to any of the
2005 Jul 02
3
call forwarding, most basic case
hello all,
i need some help and after trying the wiki i'm even more confused than i was.
i'm trying to set up call forwarding and running into problems...
i want the most basic call forwarding imaginable.
1. caller dials extension (say, 154)
2. dialplan is updated to forward caller's extension (based on
CALLERIDNUM) to voicemail, instead of ringing his endpoint.
3. caller is
2005 Jun 27
1
Newbie Confusion on Call Forward and DBput/DBdel
I have the standard script for activating call forward and when I do a
database show, I indeed see:
/CFIM/2000 :12125553434
so I presume that means call forwarding is in effect. However, when
anyone dials extension 2000, it rings and no forwarding takes place.
Is there something basic I'm missing here? Does one have to define,
first, what CFIM is?
The Newbie Thanks!
B.
2006 Apr 02
6
Neat style trick
Not terribly exciting, but I was happy to think of it.
I needed a div with a fixed height that could vary depending on page
content.
So I did this:
<div class="listcntnr" style="height: <%= @users.size / 2 * 125%>px">
Whee!
--Al Evans
--
Posted via http://www.ruby-forum.com/.
2019 Jan 30
4
kernel boot issues
Hello,
I run CentOS release 6.10 (Final) on a Dell Inspiron M6700.
2.6.32-754.el6.x86_64 boots, and is whaat I am running now
none of these, updated ones, won't boot:
2.6.32-754.3.5.el6.x86_64
2.6.32-754.6.3.el6.x86_64
2.6.32-754.9.1.el6.x86_64
2.6.32-754.10.1.el6.x86_64
They all show the same 'symptom',? grub says it is booting that kernel,
screen blanks, solid corned in
2003 Oct 03
2
802.11 phone review: WiSIP
Hello -
Here's my first impression review of the first SIP 802.11 phone. I
got my hands on the "first" one sold, so that perhaps makes me the
first person to have a real 802.11 SIP phone commercially in the US
interworking with Asterisk. Whee! Can someone point me to other
commercially shipping phones to prove me wrong?
2005 Jan 31
1
A neat "hot seating" mplementation
Has anyone implemented "hot seating" in any neat way? This where
people can log in to any phone in the company and have their
calls/voicemail come to that particular handset.....
2009 Jul 20
1
callforward with asterisk-gui.problem with stdexten
Hello, i am trying to enable call forwarding on asterisk 1.6 with
asterisk-gui
If i set my stdexten as follows (with the lines i marked) everything seems
like working.
But if i make any change on asterisk-gui and apply it.. it recreates the
macro-stdexten and deletes my configuration regarding to it.
So where should i add my call-forward configuration???
Where am i making a mistake??
2010 Dec 22
1
callerid and user on voicemail
Hello,
There is a problem that i can not figure out how to solve.
I got users with 5 digit usernames for sip.
Some users has a callerid for outside calls.
I have such problems
When a user activates (for ex) call forwarding, System creates that entry on
database as CFIM/callerid not the username,
So this rule works only if a call is made from outside to the callerid. Not
the local calls made
2007 Oct 16
1
Clean Hangup() ?
Took some examples from voip-info.org to deal with
call forwarding etc:
exten => _*21*X.,1,NoOp(Unconditional Call Forward on extension ${CALLERID(num)} to ${EXTEN:4})
exten => _*21*X.,n,Set(DB(CFIM/${CALLERID(num)})=${EXTEN:4})
exten => _*21*X.,n,Hangup()
Problem is that * don't hangup cleanly:
Spawn extension (default, *21*2403, 3) exited non-zero on 'SIP/2401-081e7048'
2005 May 24
1
Fax detection: Problem with extension number
Hello
I've been having the following problem today :
I have a quite simple dialplan made to receive a fax:
[answer-extension]
exten => 1,1,Answer
exten => 1,2,Macro(setcallerid)
exten => 1,3,Ringing
exten => 1,4,Wait(3)
exten => 1,5,Macro(stdfwd3iax-notransfer,${EXTENSION},${EXTENSION},$
{EXTENSION})
exten => fax,1,Goto(faxreceive,1,1)
The Wait(3) is there simply to let