similar to: Phone notification?

Displaying 20 results from an estimated 2000 matches similar to: "Phone notification?"

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
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 =>
2004 Nov 24
1
vm notification no longer contains calling party
Hello all, I recently updated * to 1.0.x from a CVS version downloaded in July, at the request of BroadVoice. Every since the upgrade, the email notifications that a voicemail has been left only contains CIDName and not CIDNum. Here's an example: "Just wanted to let you know you were just left a 0:06 long message (number 3) in mailbox 1 from PECK JASON , on Tuesday, November 16,
2008 Feb 13
2
[Linux/Python 2.4.2] Forking Python doesn't work
Hello When a call comes in, I'd like to fork a Python script that broadcasts a message so that users see the CID name + number pop up on their computer screen, and simultaneously ring their phones. The following script doesn't work as planned: It waits until the script ends before moving on to the next step, which is Dial(): =========== exten =>
2007 May 14
4
[*Win32 0.60] Sending call notification by e-mail/web?
Hello, In case there are other users of the AsteriskWin32 port... I haven't really used the AGI feature of Asterisk to run an application from extensions.conf. *Win32 supports Perl, which I don't know. Apparently, it's also possible to write AGI applications as EXE's (there's a eagi-test.exe file installed by default). => When a call comes in, I'd like an AGI
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
2006 Feb 22
1
SV: Re: SV: Re: SV: Re: Fromstring when sending e-mailonrecievedvoicemail
Thank you very much. For some reason "emailsubject" was not included in my example config. Well, it's working great now. Last question, I promise :P. Is it possible to change the date format? I want it in Norwegian. -----Opprinnelig melding----- Fra: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] P? vegne av Barry Flanagan Sendt: 22.
2017 Feb 18
2
Voicemail notification by email is missing CallerID info
All; I am running Asterisk 11.6-cert16 and I have voicemail setup so voicemail messages are sent as email attachments. That works fine. However, the body of the email contains the CallerID(name), but is missing the CallerID(num). For example, the email body looks like this: Just wanted to let you know you were just left a 0:21 long message (number 13) in mailbox 101 from WIRELESS
2010 Apr 04
1
[OT] phpagi help
Hi, I am attempting to connect to the blacklist database using PHPAgi and it always seems to hang. The code snippet I am trying is: $r = $agi->get_variable("CALLERID(num)"); $cidnum = $r["data"]; if ($cidnum < 1000000000) # No valid callerid. { exit(0); } $r = $agi->database_get("blacklist", "$cidnum"); if ($r["result"] ==
2005 Feb 09
1
Is there a Caller ID issue in the latest CVS Stable
Greetings, 2 nights ago I upgraded one of my remote servers to the latest CVS Stable, Asterisk CVS-v1-0-02/07/05-16:13:48, and my inbound and outbound caller ID stopped working. At first I thought it was my carrier, so I've been yelling at them for the past day or so. I then upgraded my core network (about 8 asterisk servers) to the latest stable as of 3am last night, Asterisk
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 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 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
2007 Dec 16
0
LDAPget question, usage
Hi, I've recently come across LDAPget (version 2.0rc1) and I've been trying to get it functional in my test environment (Asterisk 1.4.15 and MS Active Directory 2003) but I can't seem to get it working. I put together a test extension to try to change the CALLERID(name) by way of a LDAP query to AD: extensions.conf exten => 100,1,Answer() exten =>
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 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
2005 Jan 12
0
Setting "User Info" in extensions.conf? (ZyXEL P2000W)
Hi! I'm having a ZyXEL P2000W that I'm using together with my Asterisk box (CVS from some week ago). When I get a call directly to the *-box (lars@hostaname.domain.se) I see on the console that Asterisk get the calling users name as CIDName and his SIP-address as CIDNum - but at the P2000W i only get "asterisk" as CLIP? And I can see in the P2000W that "asterisk" is
2005 Feb 26
0
'asterisk' displays on 2nd line (CID Number Line) on Cisco 79x0 phones
I have found that I can make the phones display any one word on this second line by adding a fromuser=<word> in sip.conf. This really isn't good enough though. When you look at the received calls or missed calls directory, each item has two lines, the first is the CID name, and the 2nd is supposed to be the CID number. However, if it is asterisk, or some other word, when you hit the
2006 Dec 21
0
The parameter of ast_request_and_dial()
> > Now I have two phones connect to my hardware PBX,and want to Make two calls from within Asterisk and switch them together. I now have the two numbers and the other parameter should how to set. for example: the value of data, type and format ,I set the type "Local" and type AST_FORMAT_SLINEAR but I don't know it is write. and the data is don't know how to set. struct
2004 Dec 02
1
firefly and caller id
Is there a bug in Firefly (3rdparty) wherein it does not show caller ID? I am using SetCIDNum(12345) before I dial my firefly (IAX2) phone... no caller ID. CallerID is passed properly to other clients. -A.