similar to: SetCallerID({$NEWCALLERID})

Displaying 20 results from an estimated 1000 matches similar to: "SetCallerID({$NEWCALLERID})"

2005 Mar 11
2
Re: Incoming echo cancel
Same problem here: if call come over ISDN PRI and it is for a SIP phone that equals to strong echo situation, at the SIP end. Interestingly this doesn't happen on all calls but it does on 95% of them. Asterisk load at that moment is insignificant - 1 to 2 calls. I have tried with all possible echo cancellers in zconfig.h, with and without MMX, and with and without CFLAGS+=-march=i686 in
2006 Jun 13
1
calleridname.agi patch to only overwrite name if it is missing
I edited the calleridname.agi patch to only overwrite the name if it is missing. The asteridex option still overwrites the name since it is our master list for known numbers. -- Steven calleridname.agi.patch: --- C:\Documents and Settings\steveb\Desktop\calleridname.agi-orig Tue Jun 13 14:37:09 2006 +++ C:\Documents and Settings\steveb\Desktop\calleridname.agi Tue Jun 13 14:37:09 2006 @@ -16,6
2004 May 13
4
IAX Freeworld
I have looked all over the site(s) for help. But heres the problem. Im missing something. In coming works fine from FreeWorld via IAX. But when Dialing out i get: May 13 13:42:01 WARNING[1150495040]: chan_iax2.c:5256 socket_read: I don't know how to authenticate iaxtel to 65.39.205.121 my IAX.conf if as follows [general] port=5036 register => ######:xxxxxxxxxxxxx@iax2.fwdnet.net
2005 Oct 13
1
SetCallerID Problem
My number is not submitted. I updated my asterisk but this error still occurs coz of the "" in the SetCallerID tag thats why it will be a empty SetCallerID is submitted. Is there a fix to correct this error? -- Executing SetCIDNum("SIP/31-752a", "4989427xxxx") in new stack -- Executing SetCIDName("SIP/31-752a", "4989427xxxx") in new stack
2005 May 25
2
Manager and Callerid problems
Guys. Anybody knows why this is happening? Seems every time I make an internal call, the manager shows this and I don't get the callerid on my identapop but rather the calledid.. Event: Dial Privilege: call,all Source: SIP/intruder1-85f0 Destination: SIP/test-f037 CallerID: 201 CallerIDName: Anton Krall SrcUniqueID: 1117038116.7 DestUniqueID: 1117038116.8 Event: Newchannel Privilege:
2005 Oct 10
2
Throroughly confused about SetCallerID
Folks, I've been trying to handle the problem where blocked callerids appear as coming from asterisk <asterisk> on the email notification, and the message envelope simply doesn't say anything (does not actually play the vm-unknown message). So, following the tip provided by several previous posters, I tried putting this in my extensions.conf (the xx's are my DID,
2009 Aug 26
2
application missed in asterisk 1.6.1 - SetCallerID()
Hi A few day ago, I notice that some applications missed in asterisk 1.6.1 release even if *.so file which normally create them were compiled during Asterisk install. SetCallerID(), SetCIDNum(), SetCIDName(), SetLanguage() ... and maybe so more. anyone already notice that to ? If it's not normal, anyone have an solution to it ? -------------- next part -------------- An HTML attachment was
2005 Jun 04
1
SetCallerID based on extension
I am going through previous posts, but I am not finding anything. I apologize if this has been covered already. I want to be able to change the CallerID for outbound calls based on the extension making the calls. However, I don't really need this level of granularity. I have one asterisk box serving many markets. I want to set the CallerID to a local number in each market. So, of someone
2007 Sep 04
1
Asterisk Manager Interface, reliably monitor NewCall for an extension
Hi Everyone, I am writing an open source application that brings desktops widgets to OS X (http://sourceforge.net/projects/astrxtools4osx/), for which I am trying to get my head around the Asterisk Manager Interface. I had been using the Event: NewCallerid to detect a new call which my Asterisk server doesn't seem to send to the socket anymore, because of which I have reverted to using
2007 Oct 24
1
AMI ActionID.... Doesn't work
Is it well known that setting the ActionID when connecting to AMI has absolutely no effect? Is this fixed in Asterisk 1.4? If you add an ActionID to your Originate command for example, it looks like the only events that come back with an ActionID associated are the initial response, OriginateSuccess and OriginateFailure. That's it. No other events have an ActionID associated. This pretty much
2005 May 24
1
CTI
Hi Guys! After 1 week or looking for answers about CTI and Asterisk, I havent been able to find the necessary applications to do what I want to do. Maybe you guys have more insight on this. I tried installing asttapi, and works great! Can make outbound calls from outlook, etc.. Nice work! For incoming calls.. Ive been trying software like ascendis callerid, call alert and identapop pro, but
2008 Feb 20
0
Strange NewCallerIDEvent after channel are linked
Hi all, just for learning purposes i made a little gui frontend that visualizes incoming and outgoing calls in realtime, using the events of asterisk. I experienced a strange behaviour for outgoing calls. The callerid for the *called* person got changed to one of my own numbers, after the channels git linked. After looking into the flow of events i saw that asterisk keeps sending an
2007 Dec 10
0
diferents events between ast1.2 & ast1.4 ??
Hi all, I'm new in the list, and I have a problem upgrading from asterisk 1.2 to asterisk 1.4: There is a diference from asterisk1.2 to asterisk1.4 in AMI events. When I do a call to a queue (with the same extensions.conf dial plan) with ast1.2 and ast1.4, in ast1.2 apper 3 newcallerid event in ast1.4 apper only 2. It is normal? anyone knows it? what is the reason? I
2020 Oct 05
2
[PATCH] device: return error for unknown chipsets
Previously the code relied on device->pri to be NULL and to fail probing later. We really should just return an error inside nvkm_device_ctor for unsupported GPUs. Fixes: 24d5ff40a732 ("drm/nouveau/device: rework mmio mapping code to get rid of second map") Signed-off-by: Karol Herbst <kherbst at redhat.com> Cc: dann frazier <dann.frazier at canonical.com> ---
2005 Jan 05
2
Music from Freeplay music included in * ??
Hi On the www.asterisk.org main page it says "Music provided by Freeplay Music" with a link - Where is the music in the *config? I cant find any supplied music - is there any?
2020 Oct 06
1
[PATCH] device: return error for unknown chipsets
On Mon, Oct 05, 2020 at 03:52:30PM +0200, Karol Herbst wrote: > Previously the code relied on device->pri to be NULL and to fail probing > later. We really should just return an error inside nvkm_device_ctor for > unsupported GPUs. > > Fixes: 24d5ff40a732 ("drm/nouveau/device: rework mmio mapping code to get rid of second map") > Signed-off-by: Karol Herbst
2020 Oct 06
1
[PATCH] device: return error for unknown chipsets
On Tue, Oct 06, 2020 at 06:46:35PM +0200, Karol Herbst wrote: > On Tue, Oct 6, 2020 at 6:43 PM dann frazier <dann.frazier at canonical.com> wrote: > > > > On Mon, Oct 05, 2020 at 03:52:30PM +0200, Karol Herbst wrote: > > > Previously the code relied on device->pri to be NULL and to fail probing > > > later. We really should just return an error inside
2005 Feb 13
15
Fedora Core 3 / 2.6.9-1.667
I just installed Fedora Core 3 uname -r 2.6.9-1.667 I got the latest shorewall''s rpm: http://www.shorewall.net/pub/shorewall/2.2/shorewall-2.2.0/shorewall-2.2.0-1 .noarch.rpm Made my changes Attempted to run shorewall and got: [root@demo shorewall]# shorewall start ERROR: Can''t find iptables executable I haven''t seen this before. I tried to go through all the
2007 Mar 30
1
call file vs. originate
I'm having trouble getting the manager interface to behave properly; specifically the Originate event. If I create an originate event as below, the calling phone will auto-answer (as it's supposed to) but the receiving phone never rings. It will timeout at 20 seconds. Action: Originate Channel: Local/201@from-sip2 Context: from-sip Extension: 154 Priority: 1 CallerID: John Doe
2010 Jul 03
2
Change the frequency of a ts?
I'm trying to convert a column of a table into a ts object. The data is monthly, so I want the ts frequency to be 12. I did this ... > filings.ts = as.ts(Filings.100K, frequency=12) > filings.ts Time Series: Start = 1 End = 311 Frequency = 1 [1] 246.9336 305.6789 ... ... > tsp(filings.ts) [1] 1 311 1 > tsp(filings.ts) <- c(1,311,12) Error in attr(x, "tsp")