Displaying 20 results from an estimated 1100 matches similar to: "Callerid Woes"
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
--
2013 Jan 24
2
Asterisk 11 / Missing Application SetCallerPres
Hi,
I am using:
Asterisk 11.2.0
libpri 1.4.12
Dahdi: 2.6.1
Sangoma E1-Card with Wanpipe-Drivers 3.5.28
I call my asterisk box via SIP and connect the call to an AGI-Script.
Within the script I do
EXEC SetCallerPres prohib
or
EXEC SetCallerPres prohib_not_screened
But I get the following error:
ast*CLI>
== Using SIP RTP CoS mark 5
-- Executing [100 at sip:1]
2006 Mar 22
1
How to hide CallerID - SetCallerPres(prohib) not working
Hi,
Using * 1.2.5 with a euro_isdn PRI I need to hide the callerID on
certain extensions.
I have usecallingpres=yes in zapata.conf, and am using
SetCallerPres(prohib) in my dialplan prior to the Dial command. No
matter what I set SetCallerPres to the CID is still displayed.
Is there something else I need to make this work? I can't just set the
CallerIDNUM to null, as it is needed for
2013 May 15
1
SetCallerPres questions
Does SetCallerPres(Prohib) remove the ANI data from a SIP call or does
it simply set a flag telling other devices not to display the data?
In other words, could another system override that and see the caller ID
anyway? The answer may affect how I handle 911 calls, so I'm very curious.
2005 Mar 10
2
hide callerid via presention bits of ISDN
Hi,
how can I setup asterisk to use the number presentation bits on the isdn
side to suppress the number presentation? We need to transmit the
subscriber number for billing purposes via ISDN whether or not the user
wants to hide his/her number. Is there any way to do this?
Deti
2005 Oct 07
1
Echo cancel on HFC-S cards and CIDNum setting on outgoing calls
hi all!
I'm running an Asterisk-box with bristuff-....RC8n and 2 HFC-S cards.
I m located in Vienna/Austria. I have the problem that on outgoing
calls i hear my voice as a short echo (about half a second). This
occurs not on every call.
I tried some changes in my zapata.conf, with rxgain and txgain
settings, but to me its
hard to find a configuration which is good for every call i make. Is
2005 Aug 29
3
How to use * and # as part of number indialcommand
Michel
Send me the same output for a dial string that only sends the *31*
Is this an ISDN line? What type of card/signalling/switchtype are you
using?
It looks as if the PSTN switch accepts the *31* and then hangs up so you
can make the NEXT call with the *31* feature enabled. If so I assume the
*31* feature will be enabled for the next call on the ENTIRE SPAN if it
is an ISDN trunk group.
If
2004 Dec 28
2
caller-id blocking
Hi;
How can a user block his caller-id in Astersik?
Regards
Mohammad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041229/07ecf20f/attachment.htm
2005 Mar 24
1
Missing CallingPres Application
I've just upgraded to the latest CVS head, and my outbound calls stopped
working. I traced it back to the line
exten => s,9,CallingPres(${ARG2})
It seems as if this application is now missing.
I tracked back the changes and found in 1.415 of chan_zap.c the code was
removed because it was "duplicated".
However, it does not exist anywhere ! Am I being stupid, missed
2007 Jan 08
1
No CDR from Outbound Call
I have a little call recording script that I am running and it works
fine, but I have one problem. I get CDR when a user calls into the
extension, but I do not get CDR for the call that it makes outbound on #
17. Any idea why? Here is the extensions info:
[default]
exten => 2211,1,Answer
exten => 2211,2,Wait(1)
exten => 2211,3,Playback(/etc/asterisk/recording/getshop)
exten =>
2010 Apr 20
1
Portech MV-374 does not register
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Helvetica, Arial, sans-serif">Hello list,<br>
<br>
has anyone experience with the Portech MV-374 GSM-gateway ?<br>
<br>
I'm
2009 Dec 21
1
anonymous calls code
Hi all,
does anybody know how to make on-demand anonymous calls? I've tried code
*67# before the number to call but it is working with some providers only.
Any hints?
Thank you.
2005 Jun 24
1
BRIstuff/QuadBRI problem: Ring requested on unconfigured channel 255/255 span 5
Hi all,
I'm running a stable Asterisk on a HP DL380G2 1.4Ghz 0,5GB RAM
equipped with 1x TE410P and 2xJunghanns QuadBRI running in NT-mode.
Connected to the BRI-Ports are 12 Fax-Modems (Elsa MicroLink ISDN/TL V.34)
which are only operating in dial out analog mode to deliver fax messages.
After a while of running fine (50-200 dial out connections)
on some S0 spans the following message occurs
2007 Jul 26
2
SetCallerPres and Cisco PRI
Does anybody know if SetCallerPres works on calls via SIP through a
Cisco gateway? We are trying to mark outbound calls as anonymous and we
set it to prohib, but calls still show outbound callerid. We are SIP
from * to the Cisco gateway and then PRI outbound. If we strip the
callerid num, then the first number on the PRI gets added as teh
callerid, so we can't do that. We need to make
2016 Jun 17
3
tlsv1 alert unknown ca: SSL alert number 48
I have tried all the suggestions up till now but the error message is still
there.
I have tried this configuaration for roundcube:
$config['imap_conn_options'] = array(
'ssl' => array(
'peer_name' => '<FQDN_OF_DOVECOT_CERTIFICATE>',
'verify_peer' => true,
'verify_depth' => 3,
// 'cafile' =>
2016 Jun 16
4
tlsv1 alert unknown ca: SSL alert number 48
I think that you are right when you say that the problem may be the
certificate recognition.
As for Roundcube, I've inserted the uncommented php code that you provided
in /usr/share/roundcube/main.inc.php.dist, which is the Raspbian file for
/config/defaults.inc.php. Unfortunately Roundcube doesn't login and replies
with the message "connection to storage server failed". And
2005 Sep 01
0
How to set CLIR when using call files ?
Hi all,
A few days ago I found out with help of some of you guys how to set CLIR.
(Calling line identification restriction) My first idea was to use the
keypad protocol to set the CLIR with dialing *31* before the number but this
was not possible.
So thanks to Damon Estep I got it to work with executing
'SetCallerPres(prohib)' before the dial command. This works perfectly! But
now
2008 Jul 01
6
validates_associated & foreign keys
Hi,
I''m struggling to get the validates_associated to work as I think it
should be.
I''m using:
JRuby 1.1
rails-2.0.2
activerecord-2.0.2
activerecord-jdbc-adapter-0.8.2
My tables in MySQL:
CREATE TABLE area_codes (
id INT UNSIGNED auto_increment primary key
...
);
CREATE TABLE markets (
id INT UNSIGNED auto_increment primary key,
...
);
CREATE TABLE
2007 May 23
3
What replaces SetCallerPres in 1.4
Hello
SetCallerPres function seems to be removed from Asterisk 1.4.
What function or application replaced it? Bit of a problem if you want to use CLIR on your PRI connections.
Jon
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.467 / Virus Database: 269.7.6/815 - Release Date: 22-05-2007 15:49
-------------- next part --------------
An HTML
2009 Sep 23
3
Simple dialplan issue
I have an issue where a particular dialplan works but another doesn't. I'm
not sure why. To me they look identical and it has me stumped.
This works:
[to-test]
exten => _X., 1, SetCallerPres(allowed)
exten => _X., 2, Monitor(wav,/tmp/test-${UNIQUEID},mb)
exten => _X., 3, Ringing
exten => _X., 4, Dial(SIP/9330 at a-test,20,ro)
exten => _X., 5,