Displaying 20 results from an estimated 1000 matches similar to: "Caller ID Presentment on PRI..."
2004 Sep 16
2
No Caller Name sent from Asterisk over National or DMS100 PRI to a Norstar MICS?
I have a PRI link up and running between Asterisk and a Nortel Norstar MICS
v4.1 . I'm having a problem getting the textual Caller Name across the link
from Ast to Ns, however numeric Caller ID arrives and displays fine. From Ns
to Ast both elements come through fine. I'm forcing dummy values for testing
using:
exten => s,1,SetCIDName(Test)
exten => s,2,SetCallerID(1234561234)
2003 Sep 11
1
Final version of ZapScan
Hey folks --
Some of you had asked about getting my modification to ZapBarge that lets
you monitor active Zap channels, scanning through them with the # key.
I had posted a version a few days ago that was pretty crude; it didn't
check to see which channels were active and assumed you had 23.
I've finished a new version that checks to see what channels are actually
active and pulls
2003 Sep 12
3
7206 as SIP->PSTN Gateway?
All,
I know you can use, say, a 2620 w/2 port FXO card as a SIP gateway.
Clearly you can use the 5300, 5800, and MGX8850 too. Does anyone know
which cards, if any, exist for a 7206VXR to act in a similar capacity,
either as a T1/PRI, DS3, or POTS FXO/FXS?
What other Cisco routers can act as SIP gateways today?
Thanks,
Dave
2003 Sep 09
1
Pushing data to a 7960
Anybody have any experience pushing XML display data to a Cisco 7960? I
am pulling data from a webserver now, but I have stuff, like queue status
info, I'd love to be able to push at particular phones.
A "pick up the damn phone" push message would be cool too. :)
Dave
=====================================================================
David C. Troy [dave@toad.net]
2003 Sep 03
0
TOAD Trial License Key
Thank you for downloading TOAD® from Quest Software. We're confident you'll find that it doubles your productivity and makes developing and managing your databases easier than ever before.
FREE WEEKLY WALK THROUGH
Jump start your use of TOAD and get a free TOAD T-shirt! Every Tuesday morning at 8 a.m. PT, a member of the TOAD technical team walks you through the product. To register -
2003 Sep 09
3
Request for comments on queue statistics
All,
I've been doing a lot of work on the Queue application and have some ideas
I wanted to get some feedback on. Many people, myself included, have
stated their desire for more/better queue statistics. We ought to be able
to bring things up to a standard comparable to the established ACD apps.
While some basic metrics (completed/abandoned calls, which agents last
took a call, etc) can be
2007 May 14
2
How to write data to astdb?
Hello,
I'm trying to fill CID data into the astdb using AsteriskWin32's
asterisk.exe, to no avail: The batch file stops after the first line, and
just waits:
----------------------------------------
rem c:\cygroot\mystuff>import.bat
rem
rem c:\cygroot\mystuff>C:\cygroot\bin\asterisk.exe -rx 'database put
cidname 123 "My cellphone"'
rem
rem Asterisk module
2009 Apr 28
1
Troublesome Toad for MySQL on Wine
Please help a wine newbie...
I'm battling to get Toad for Mysql Freeware working on Wine.
I've downloaded ToadForMYSQLFreeware_410220.msi
and run it with
msiexec /i ToadForMYSQLFreeware_410220.msi
It looks like it installs ok, but when I try to run it it doesn't start.
Can anybody help? This is doing my head in. I really don't want to have to install windows on my Acer
2005 Sep 13
1
SetCIDName question
Hi all,
I tried to set the calleridname of an incoming call to get different
incoming labels displayed for different incoming numbers.
This does work for hidden number-calls so I can set the displayed CIDName
on my cisco7960 from "CID withheld" to "abc CID withheld"
If the incoming CID isn't hidden it works to use SetCallerID but not to
change only the CIDName with
2009 Feb 16
2
AstDB wildard searches
Hi All,
I'm looking for a way to filter the AstDB cidname family to show only
those entries with a specified area code in the Asterisk CLI. If this
were a SQL database it would be something like:
SELECT number, name FROM cidname WHERE number LIKE '1234%'
I've tried "database show cidname 1234*" and substituted "%", "$", "-"
for the wildcard
2004 Sep 24
5
Local Outbound Calls on PRI
I'm in the process of turning up a PRI in one of my markets and have
run into a problem I have never seen before. I am unable to place a
local outgoing call. Long Distance over the same PRI works fine.
When I attempt to place a local call using the PRI I see Asterisk
attempt to dial, and am greeted with a busy signal. This signal
appears to originate on the telco's switch.
I have had
2004 Apr 27
1
parsing to compare
Admittedly this is probably pretty stupid of me, but there are just some things I can't understand by reading documentation. Any suggestions or recommendations about how to handle my problem are greatly appreciated. I'm trying to achieve the same functionality as my Nortel PBX, without rewriting much 'C' code.
In my dialplan I'd like to compare two variables as a means of
2004 Jan 07
5
Client for P800/P900
Hi Guys,
is there a client which can be used on the SonyEricsson P800/P900...?
IAX would be cool, but i take anything that can connect (via bluetooth)
to an asterisk-server ;-).
The phone is Symbian, and can also execute java-stuff...
Greez
Andreas
_________________________________________________________________
Find your perfect match @ http://personals.xtramsn.co.nz with XtraMSN
2005 Aug 10
8
Blank CIDName or CIDNum = "asterisk"
I am using Sipura 841 phones and Asterisk CVS-v1-0-06/14/05.
Whenever a call comes in with blank CIDName or CIDNum the phone reports
the respective variable as "asterisk".
I can manually set the variables to whatever I want: CIDName
(alpha-numeric) & CIDNum (Numeric). But if I try to make them blank, or
null, or maybe throw some alpha characters into CIDNum, they get
reported
2003 Jun 09
1
Question for someone running hylafax off *.
Hi,
I am setting up a hylafax server. From what I've read so far, hylafax
supports CID numbers and names but currently does not support DID. I assume
I can do something like this...
[40faxDIDs]
exten => _87[5-8]X,1,SetVar(CALLERIDNAME=${EXTEN})
exten => _87[5-8]X,2,Dial(Zap/g${hylafaxMODEMGROUP})
...and use the CIDName variable in hylafax to route the faxes to the
appropriate
2009 May 27
2
AstDB wildcards
Hi All,
I need to use partial matches on the CIDNAME family I have stored in
AstDB. For example, an organisation might have several numbers with
the same area code and the same first few digits:
1234 567890
1234 567889
1234 567824
...
I'd like to store these (e.g.) as CIDNAME/12345678* (where "*" is a
wildcard) so that I can retrieve the organisation name from
2007 May 28
1
[1.2.18] Wrong steps in extensions.conf?
Hello,
Sometimes, when a call comes in from the PSTN through our VoIP gateway,
the information that is sent to our web page that logs calls includes the
original CID name instead of the one that is we expect to be rewritten on
the fly using Asterisk's LookupCIDName:
=================
;extensions.conf
[internal]
exten => group,1,LookupCIDName
exten =>
2007 Feb 19
1
Setting Caller-ID / Point Codes
Greetings folks,
I'm currently dealing with a company to let me set Caller-ID-Name on
outbound calls. So far pretty happy with their services. The basic service
works like this:
* CLEC sets Point Code to point to this company
* CLEC has to sign LOA saying they give me permission to set the
Caller-ID-Name through this company.
* I go into web interface and set name.
However, the CLEC is
2006 Mar 23
1
SIP - Problem with audio clipping
Using a SIP connection with a CLEC, the downstream (received) audio is
perfect when the mute button is activated on the phone. However, when
there is upstream audio (i.e., talking or even breathing into the
microphone), the downstream audio is cut off. It's kinda like having a
half-duplex audio connection.
When I divert outgoing calls to another provider, these calls are fine.
2017 Apr 21
2
asterisk name in mysql
hi. currently i am running the phonebook in astdb with
*database put cidname 0123456789 "name_surname"*
and i retrive it with
*exten =>9876543210,1,Set(CALLERID(name)=${DB(cidname/${CALLERID(num)})})*
Now, my system has mysql and i got all my contacts in there in a database
is called *asterisk *and a table called *addressbook**. *password of the
mysql is
*whateverpasswd*
how do i