Displaying 20 results from an estimated 1000 matches similar to: "Realtime Call Files"
2013 Nov 21
3
Call files without permission for asterisk to read
Hi all,
I am syncing call files on my secondary asterisk server but without
permission to read for asterisk. So they should be executed when I grant
the right permissions (thats when my primary asterisk server crashes or
shutsdown somehow). But asterisk only tries to read the file at the time of
placing the file. So when i grant right permissions nothing happens. Is
there any workaround to this
2015 Mar 18
3
PRI Callerid Passthrough
Hi All,
I have to forward incoming call on PRI back out to PRI but I need the
original Callerid to passthrough. Is it possible with DAHDI PRI cards
without involving the service provider?
Thanks
--
Best Ragards
Rizwan H Qureshi
V: +971 (0) 528272154
linkedin.com/in/rhqureshi
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2015 Mar 18
2
PRI Callerid Passthrough
Thanks AJ and David,
We were actually using GSM gateways by setting busy forward number on the
SIMs and just giving busy signal on every incoming call, telco took care of
the forwarding and the line was free within seconds. Now we need to scale
up the setup but GSM gateways a very very expensive if we want to scale
upto a 1000 DIDs, which means thousand SIMs and a gateway/gateways big
enough.
2015 Mar 18
2
PRI Callerid Passthrough
Hey Don,
How are you? I may be heading your way in the next month or so. Have to
meet with a guy in Eden Prairie, and stop off at my
brother/sisterm-in-law's as well.
Got a question for you - with TBCT, who pays for the call once it is
transferred? Still me as the owner of the trunk?
Lets say I take a call that was dialled locally (caller believes this is
"free"), and I do a
2013 Oct 24
1
Auto Redial Unconditional
Hi All,
I need a softphone (PC/Mobile) which does auto redial in any case
(noanswer, answer, busy, congestion etc) after a given time interval. So
if the time interval was 5 secs, it would dial last number dialled after
every hangup (or every failure to dial).
Does anyone know such feature in a softphone?
--
Best Ragards
Rizwan H Qureshi
V: +971 (0) 528272154
linkedin.com/in/rhqureshi
2011 May 06
7
Background music during a call
Hi All,
I am in desperate need of this feature. I want to play background music
during a call while the 2 parties are having some lovely conversation (or
maybe give them a sort of cursing background if they are cursing each
other). I found this post which talks about creating a ghost call with the
help of queues and putting that queue in a meetme room where queue will play
the song/curse and the
2014 Sep 10
1
Ast to Ast TLS trunk
Hi Everyone,
How can I create a TLS based sip trunk between two asterisk servers. I have
been trying to do it but i dont know how to defined the client certificate
on the asterisk server. Has anyone tried this?
--
Best Ragards
Rizwan H Qureshi
V: +971 (0) 528272154
linkedin.com/in/rhqureshi
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 Sep 17
1
GSM to GSM call with callerid passthrough
Hi All,
I have a GSM to VoIP gateway (specifically yeaster TG400) which I am trying
to use for kind of a call intercept between two GSM users. Call comes
through one SIM and goes out through another Sim with our Asterisk in
between to log the call. This works fine but we need the original callerid
to pass-through through the outgoing SIM.
I have tried every possible configuration on Asterisk that
2015 Mar 18
0
PRI Callerid Passthrough
My, how embarrassing. I of course meant that as a personal message to
Don. But if anyone else knows the answer, I'm interested! lol
Cheers,
j
On 03/18/2015 10:02 AM, Jeff LaCoursiere wrote:
>
> Hey Don,
>
> How are you? I may be heading your way in the next month or so. Have
> to meet with a guy in Eden Prairie, and stop off at my
> brother/sisterm-in-law's as
2011 Feb 28
2
asterisk security....again
Hi all,
The problem I have been experiencing since last month is that some of my
customers are getting calls with "Asterisk <Unknown>" caller id. Most of
them in the middle of the night. And my asterisk server has no record of
these calls. The customers were getting irritated as you can imagine. I
guessed the only way to receive incoming calls by by-passing the
registration server
2011 Apr 04
2
call forwarding
Hello list,
i have one question related to call forwarding.
i have 2 number for the inbound and i want to configure asterisk like that.
When the customer call the first number 0522XXXXXX the call will be
forwarding automatically to anther number 0520xxxxxx
Does anybody have a solution to this problem.
Thanks and Regards.
-------------- next part --------------
An HTML attachment was
2015 Mar 18
0
PRI Callerid Passthrough
This depends on what you mean by ?not involving the service provider.?
If you are literally forwarding calls that come in on the PRI back out on the PRI, the most efficient way is with Two B-Channel Transfer (TBCT). Check it out in the wiki.
You need to make sure your carrier supports the feature.
When you want to do a ?transfer,? you have an incoming call alerting or answered, you
2011 Apr 28
1
odbc error - server is gone
Hi list,
yesterday I converted my voicemail.conf to realtime voicemail and also
configured to store the voicemessages in a database using odbc as described
here <http://www.voip-info.org/wiki/view/Asterisk+RealTime+Voicemail> and
here <http://www.voip-info.org/wiki/view/Asterisk+Voicemail+ODBC+storage>.
I am using asterisk 1.4.2 with mysql. I also installed the proper odbc
driver for
2010 Oct 06
3
MYSQL ADDON INSTALLATION ERROR
Hi All,
Please refresh my memory. I am trying to install asterisk after 2 years. I
hav'nt used it since 2008 (version 1.4.2). Now I am trying to install
1.8.0-rc2 on centos 5.5 but getting the following errors.
app_mysql.c:33:25: error: mysql/mysql.h: No such file or directory
app_mysql.c: In function ?mysql_ds_destroy?:
app_mysql.c:135: warning: implicit declaration of function ?mysql_close?
2010 Oct 14
2
clustering
Hi all,
I am planning to do clustering for my company's asterisk servers. I dont
know much about it, just read some articles on the internet and learned how
to use DUNDi and some basic information about clustering.
What I need to know is:
1. can i register end user with multiple asterisk servers at a time?
2. If not, Can I re-route registeration requests to different servers using
1 asterisk
2013 May 08
0
Confbridge Dynamic video_mode
Hi All,
I want to set the video_mode of the confbridge dynamically in the dialplan.
SO say if 5 users join the conference with follow_talker mode, it should
work like that (and it does). But if 6th user changes the video_mode to
first_marked and gets marked in the dial plan and joins the conference, he
does not become the single video source of the conf. The video mode stays
follow_talker.
I
2007 May 30
12
False ring problem
Hi all,
when a user dials any number, asterisk automatically generates ringing which
caller can hear, and after 2 - 3 rings asterisk detects that the called user
is busy, then caller hears busy tone. for example user hears---
tone--tone--tobeep beep beep ---Can i some how eliminate the false ringing
at the start so that user hears only beep beep beep if the called user is
busy. I have used the R
2011 Feb 24
1
Unknown calls
Hi there everyone,
I am a bit confused these days due to some problem I am having. Its not a
technical problem. Asterisk is working fine. Most of the users are happy,
but some handful of users are getting calls in the middle of the night even
though they have enabled "Anonymous Call Rejection (blocks calls with no
caller id on asterisk server)" and TIMED DO NOT DISTURB which also blocks
2008 Aug 06
2
shared mysql connection in dialplan
hi all,
i just finished developing some incoming call features in a macro. that
macro gets executed everytime an incoming call is received and a new mysql
connection is made using the MYSQL cmd in dialplan. i want to use a single
mysql connection for every incoming call.
my idea of doing it is like this, i want to get a mysql connection in a
global variable, just to share the connection with
2007 Apr 19
1
CDR(dst) != CALLERID(dnid)
Hi guys,
i just came to know that CDR(dst) field is set to current extension instead
of the dialed no. i need to set it to DNID because our every user has 5 dids
and i want to show the caller at the end of the month which numbers he
dialed for every call, along with other cdr info. Our rating depends on the
dialed number also. here is my extensions.conf
exten=> 1212,1,Dial(SIP/rizwan)