search for: cidnum

Displaying 20 results from an estimated 28 matches for "cidnum".

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 respectively as &qu...
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
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"] == 1) { $agi->verbose("Call blocked by blacklist."); $agi->exec('Set...
2005 Sep 18
1
sometimes CIDNUM shows, sometimes CIDNAME??? Why, why, why, why?
Why Asterisk showing (on SCCP and H323 phones) different CID related to type of Incoming channel: If incoming channel is SIP, on phone is displayed CALLERIDNUM If incoming channel is ZAP, on phone is displayes CALLERIDNAME It vas very frustrating! I lost couple hours of my time to find that my dialplan is not faulty, but asterisk is!
2007 May 28
1
[1.2.18] Wrong steps in extensions.conf?
...ame exten => group,n,AGI(web.agi|${CALLERID(num)}|${CALLERID(name)}) exten => group,n,Dial(${EXT204}) ========= ;/var/lib/asterisk/agi-bin/web.agi #!/usr/bin/perl #use LWP::Simple; use URI::Escape; use LWP 5.64; open STDOUT, '>/dev/null'; #Causes double entry? fork and exit; my $cidnum = $ARGV[0]; my $cidname = $ARGV[1]; $safe_cidname = uri_escape($cidname); my $browser = LWP::UserAgent->new; my $url = "http://www.acme.com/input.php?"; $url .= "name=" . $safe_cidname . "&"; $url .= "number=" . $cidnum . "&"; ($min,...
2008 Apr 21
1
Phone notification?
Hello everybody. Is there a way how to setup asterisk to notify caller's phone? Example: I have some numbers and names in asterisk database ( cidname, cidnum), and I want to display the name of person on my phone ( which has no addressbook, but can display chars ) which I am calling to be sure that I have dialed the right number. Thank you for any answer. Andrej
2007 May 14
4
[*Win32 0.60] Sending call notification by e-mail/web?
...;Called from extensions.conf ;exten => group,n,AGI(notify.agi|${CALLERID(num)}|${CALLERID(name)}) ;--------------------------------------------------- use strict; open STDOUT, '>/dev/null'; fork and exit; ;--------------------------------------------------- use LWP::Simple; my $cidnum = $ARGV[0]; my $cidname = $ARGV[1]; my $url = 'http://www.acme.com/input.php?name=$cidname&number=$cidnum'; my $content = get $url; die "Couldn't get $url" unless defined $content; print STDERR "Notified web server" ;--------------------------------------------...
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, 2004 at 04:12:59 PM so you might want to check it when you get a chance. Thanks!" I've installed 1.0.0, 1.0.2, and the...
2005 Feb 09
1
Is there a Caller ID issue in the latest CVS Stable
...my inbound and outbound caller ID doesn't work for my entire network. It appears to be a bug with the latest Stable version of Asterisk. All calls, internal phone to phone, or external to phone calls, all the caller ID says is "asterisk" with no number or name. So the cidname and cidnum are both set to asterisk. When I dial outbound, the carrier won't accept alpha characters in the cidnum field and will set my calls as private, so all my outbound calls are going out as private/blocked. I don't want to downgrade back to my 10-26-04 version, but I need to know if this bu...
2003 Mar 03
40
callerid
"In general you can match callerID with the /, but if you don't put anything after the /, then the rule matches "no caller*ID", and if no slash is there at all, it matches "any callerid". " Ok.My question is -> how to match callerid from 001... ? and if don't know how many numbers ? exten => s/0_,Answer don't work- anything else ? tnx Thomas
2008 Feb 13
2
[Linux/Python 2.4.2] Forking Python doesn't work
...quot;NaVm/%y NaVM", now) myarray = [] myarray.append("STAT Rings: 1") myarray.append("RING") myarray.append("NAME " + cidname) myarray.append("TTSN Call from " + cidname) myarray.append("NMBR " + cidnum) myarray.append("TYPE K") s = socket.socket(socket.AF_INET,socket.SOCK_DGRAM) s.setsockopt(socket.SOL_SOCKET,socket.SO_BROADCAST,True) portnum = 42685 ipaddr = "192.168.0.255" for i in myarray: sendstuff(i)...
2004 Jun 01
15
Feedback needed! FindMe/FollowMe Feature Spec.
...are found: Call gets answered, caller hears: "Hello, please wait while I try and find the person you are calling. (MOH)" Every 10 seconds play to the caller: "Still trying to find this person, please wait.." Callee answers, app_findme says: "There is a call for you from (CIDNum), to accept this call, press *, otherwise press #, or hangup." If I press *, the caller hears, I have found this person, connecting you now.." Caller hears: "I have found this person for you, connecting you now.." If # is pressed, the callee hangs up, or it never receives th...
2005 Sep 21
7
add 0 (zero) to incoming callerID - how?
I have an asterisk box and SIP / IAX2 phones. To call out, users have to add 0 (zero) before a real telephone number. That means, that if they want to call someone that has a number 123456, they have to call 0-123456. Simple, right? This has a serious drawback though - when someone calls us from the number 123456, we see the callerID 123456, and we're unable to use the callback/redial
2006 Feb 22
1
SV: Re: SV: Re: SV: Re: Fromstring when sending e-mailonrecievedvoicemail
...out. Removing that comment did the trick :) > > Now I only need to change the e-mail's title. Is that possible? > Same way. In voicemail.conf: emailsubject and emailbody ; Change the from, body and/or subject, variables: ; VM_NAME, VM_DUR, VM_MSGNUM, VM_MAILBOX, VM_CALLERID, VM_CIDNUM, ; VM_CIDNAME, VM_DATE ; ; Note: The emailbody config row can only be up to 512 characters due to a ; limitation in the Asterisk configuration subsystem. ;emailsubject=[PBX]: New message ${VM_MSGNUM} in mailbox ${VM_MAILBOX} ; The following definition is very close to the default, but the...
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
2020 Feb 04
0
Always Be Conferencing v16e - pure AEL-based dial plan solution
...DBdeltree(pngnpbx/abc/cb/${pngnpbx_abc_id}); Set(DB(pngnpbx/abc/cb/${pngnpbx_abc_id}/init)=${startstamp}); Set(DB(pngnpbx/abc/cb/${pngnpbx_abc_id}/ogchan)=${CHANNEL(name)}); Set(DB(pngnpbx/abc/cb/${pngnpbx_abc_id}/type)=${pngnpbx_abc_type}); Set(DB(pngnpbx/abc/cb/${pngnpbx_abc_id}/cidnum)=${CALLERID(num)}); Set(DB(pngnpbx/abc/cb/${pngnpbx_abc_id}/cidname)=${CALLERID(name)}); Set(DB(pngnpbx/abc/cb/${pngnpbx_abc_id}/dnid)=${CALLERID(DNID)}); Set(DB(pngnpbx/abc/cb/${pngnpbx_abc_id}/conftimeout)=${cnftmt}); Set(DB(pngnpbx/abc/cb/${pngnpbx_abc_id}/ttsactive)=0); if(...
2005 Jul 11
1
ASterisk@home + Broadvoice = Almost working installation...
...sed up) exten => s-BUSY,1,NoOp(Trunk is reporting BUSY) exten => s-BUSY,2,Busy() exten => s-BUSY,3,Wait(60) exten => s-BUSY,4,NoOp() exten => _s-.,1,NoOp(Dial failed due to ${DIALSTATUS}) ; Adds a dynamic agent/member to a Queue ; Prompts for call-back number - in not entered, uses CIDNum [macro-agent-add] exten => s,1,Wait(1) exten => s,2,NoOp exten => s,3,Read(CALLBACKNUM,agent-user) ; get callback number from user exten => s,4,GotoIf($[foo${CALLBACKNUM} = foo]?5:7)) ; if user just pressed # or timed out, use cidnum exten => s,5,SetVar(CALLBACKNUM=${CALLERIDNUM}) ex...
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.
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 received as "User Info". Is it possible to set the "User Info" from extensions.conf or is there any other solution for this? Any thoughts? Lars --- http://w...
2005 Feb 26
0
'asterisk' displays on 2nd line (CID Number Line) on Cisco 79x0 phones
...rom: command. I don't know if the cisco phones are the only ones that have this issue. Also, I read a message on this list from September that asked this same basic question. The answer given was to make sure the CID is correct. I have tried many combinations of manually setting the CIDname, CIDnum, and just CID right before my dial command, and nothing I have tried has made any difference. I do have this simple logic which at least displays the number if a name isn't there: exten => s,1,answer exten => s,2,LookupCIDName exten => s,3,GotoIf($["${CALLERIDNAME}" != &quo...