similar to: Unknown number CID on SIP phone

Displaying 20 results from an estimated 300 matches similar to: "Unknown number CID on SIP phone"

2004 Nov 23
2
Re: Asterisk-Users Digest, Vol 4, Issue 300
Andrew Thompson wrote: > You should be able to set the inbound callerid from the switch/gateway > to a specific unknown in sip.conf file with just a callerid= line. > > The place I looked on the wiki didn't show a specific description for > the callerid= line, but that's what I thought I read for it somewhere. > >
2008 Feb 19
0
(PR#10799) Assigning a sub-matrix from a data frame to a
Where precisely is the bug here? If you assign a list (d[,1:2] is a list: it is the whole data frame) to a numeric matrix you coerce the latter to mode list, and that is what happened. If we have the simpler version d <- data.frame(v1=1:2,v2=3:4) x <- matrix(0, 2, 2) x[] <- d it may be easier to see what happened. I think the problem is in your subject line: d[,1:2] is _not_ a
2005 Mar 21
2
G726-16 passthrough...
Hello, I'm wondering if anyone has benn able to successfully get g726-16 passthrouhg to work? I am wanting to use this codec instead of g729 as I'm running out of DSPs using a high complexity codec on the Ciscos. I would think it would work just as g729 does, which has been working fine for me, but it does not. G726-32 does work great however, but it's like Asterisk doesn't
2016 Nov 02
0
[PATCH v3 12/15] secboot: remove unneeded ls_ucode_img member
ucode_header is not used anywhere, so just get rid of it. Signed-off-by: Alexandre Courbot <acourbot at nvidia.com> --- drm/nouveau/nvkm/subdev/secboot/acr_r352.c | 25 +++++++------------------ drm/nouveau/nvkm/subdev/secboot/ls_ucode.h | 2 -- drm/nouveau/nvkm/subdev/secboot/ls_ucode_gr.c | 2 -- 3 files changed, 7 insertions(+), 22 deletions(-) diff --git
2007 Apr 12
1
compile problem with wavelenght
Hello Im trying to install an old version of Asterisk. But it isnt working: when I run "make install": gcc -o gentone gentone.c -lm ./gentone busy 480 620 Wavelength 1 (in samples): 16.66667 Minimum samples (1): 50 (3.000000.3 wavelengths) Wavelength 1 (in samples): 12.90323 Minimum samples (1): 400 (31.000000.3 wavelengths) Need 400 samples Wrote busy.h ./gentone ringtone 440 480
2005 Mar 14
2
qualify and NAT....
Hello, I'm trying to run an ATA behind a NAT device, and am confused on exactly what the qualify config option does, other than send NOTIFY packets. Outbound calls work fine, but inbound calls do not go through. With qualify=yes and nat=yes, my show sip peers looks like: 7771111001/7771111001 10.0.0.10 D N 255.255.255.255 1222 OK (36 ms) So, it has established a
2010 Apr 01
2
About logistic regression
Hi, I have a dichotomous variable (Q1) whose answers are Yes or No. Also I have 2 categorical explanatory variables (V1 and V2) with two levels each. I used logistic regression to determine whether there is an effect of V1, V2 or an interaction between them. I used the R and SAS, just for the conference. It happens that there is disagreement about the effect of the explanatory variables
2011 Apr 18
1
Undefined interfaces?
Hi, I have a working fc14 install with a few virtual interfaces set up, and just noticed the following in messages: Apr 18 13:07:43 fc14 libvirtd: 13:07:43.155: error : interfaceGetXMLDesc:355 : internal error could not get interface XML description (netcf: NETLINK socket operation failed - couldn't find ifindex for interface `br0:0`) Apr 18 13:07:43 fc14 libvirtd: 13:07:43.165: error :
2004 Mar 23
2
Status of Rmpi
Rmpi is not currently available on CRAN, and I don't think it has been for a few months. It is available at http://www.stats.uwo.ca/faculty/yu/Rmpi/ Does anyone know its current status? A few months ago I corresponded with the author, who noted some build problems (specifically on Debian) were the hang up, and seemed to be working on it. I wasn't able to get it to work then (on a
2005 Feb 01
2
AGI Script for CID Rewrite and CID Name lookup
I recently changed to all IAX providers for my DIDs, and none of them offer incoming caller-names. Back in the days when I did have incoming caller names, I found the names provided by the various phone-companies fairly useless -- "WIRELESS CALLER", "YOURCITYHERE" etc. Last Friday I finally set off to roll my own, in order to meet the following requirements: - uniformely
2010 Mar 16
2
DID/CID doesn't match "." (dot) in CID field
Hi all, using Skype for Asterisk I have the following problem. In my dialplan I need to have a CID matching (example.skype) over a DID (test.skype) : [example] exten => test.skype/example.skype,1, NoOp(nothing) exten => test.skype/example.skype,n, Hangup() Where test.skype and example.skype are Skype business account. In this case, when I get a : CLI> show dialplan example I get: [
2006 Jan 25
7
reducing learning curves?
Hi all, I am really new to the R language. I am a long time Matlab and C++ user and I was "forced" to learn R because I am taking a statistics class. I am seeking to reduce the learning curve to as smooth as possible. Are there any addon/plug-in features that can reduce the learning curve, for example, the following features can be very helpful for new learners: 1. Matlab-like
2010 Aug 31
1
Logging the CID from the Privacy Manager
Hi folks, My v1.6 Asterisk system logs all Call Detail Records to a PostgreSQL database, including those handled by the Privacy Manager. Unfortunately, even though I can use the CLI to see the information being submitted by anonymous callers to satisfy the demands of the the Privacy Manager, that information is not recorded in the database. Instead, all that is written to it: clid:
2013 Apr 10
0
Follow Me CID
Hi, We have recently implemented asterisk as the office PBX, and as a GUI, we chose Elastix. All seems quite easy and am very pleased with the way Asterisk is running and handling calls. To summarize briefly, our setup looks like this: LAN -> Asterisk PBX (Elastix) -> Asterisk TDM (basic CLI with libSS7) We get a whole 3 digit number series from our telco. So, like, +1 312 765 7xxx
2008 Jul 10
0
callerid_get_dtmf: Couldn't detect start-character. CID parsing might be unreliable
Hi list, My caller ID is not working anymore on my TDM11B (TDM400P) cards and i get this error message on the asterisk console: == Starting post polarity CID detection on channel 4 -- Starting simple switch on 'Zap/4-1' [Jul 8 11:58:55] WARNING[9539]: callerid.c:219 callerid_get_dtmf: Couldn't detect start-character. CID parsing might be unreliable A long time ago my
2007 Jun 26
0
No CID on Zaps - TDM400
I'm running Trixbox 1.2.3 with 2 TDM400s (FXOs). With Trixbox out of the mix and a regular phone connected I get the CID fine yet Trixbox shows 'unknown': dialparties.agi: Caller ID name is 'unknown' number is 'unknown' dialparties.agi: Methodology of ring is 'ringall' Here is my Zapata.conf if it helps: ############################# ; ; Zapata telephony
2008 Sep 20
0
[CID] Unknown IE 18/21?
Hello Apparently, those are just warnings, but I'd like to know what those messages mean: [Sep 19 15:32:43] NOTICE[42559] callerid.c: Unknown IE 18 [Sep 19 15:32:43] NOTICE[42559] callerid.c: Unknown IE 21 Thank you.
2009 Mar 21
0
OT - CID with Asterisk and Betamax
Hi, sorry for this a bit OT. I'm using VoiceTrading for some calls -premium route- and can't get CID to work despite the fact that CALLERID(num) and CALLERID(name) are setted. I ask in VT->myAccount to accept calls from my IP without checking username & secret. On incoming calls the CID is setted to 0100000000 If I accept calls from username & secret and no IP relation,
2008 May 03
0
Attended transfers with original CID information - Polycom
Hi, we use Polycom SP IP 501 phones. We use the standard key/softkey configuration to do attended transfers. The only thing we miss is the CID info of the original caller after the call is transfered. This behaviour is different from the blind/direct transfer. With blind transfer method the original CID info is displayed. We already opened a call (in 2006) with Polycom JIRA. This is what they
2010 Oct 10
1
Modifying cid.cid_name in app_parkandannounce.c
Hi List, I need to modify the callerID name of the call coming back when a parked call returns to the extension that parked it when it times out. Looking at app_parkandannounce.c /* Now place the call to the extention */ snprintf(buf, sizeof(buf), "%d", lot); memset(&oh, 0, sizeof(oh)); oh.parent_channel = chan; oh.vars =