Displaying 20 results from an estimated 60000 matches similar to: "Calls "from asterisk""
2006 Nov 27
1
Click to dial apps always show from "asterisk"
We have calls that originate click-to-dial apps that use the manager
interface. As most of you know these apps first ring your handset so that
you pickup the handset and then place the outbound call once you have picked
up.
When they first ring my handset (before me picking up the handset) the call
shows as being "from asterisk". Is there any way to change this "from" name
to
2007 Feb 20
4
Passing a variable from one Asterisk box to another
Hi all,
We currently have 2 Asterisk boxes and we pass calls to a fro. All works
great except we now need to pass variables between them.
For example now on box 1 we have:
exten => _23XX,1,SetVar(Foo=1234)
exten => _23XX,2,Dial(SIP/${EXTEN:0}@Box2)
When the call dials into Box 2 the variable Foo does not get passed...
Does anyone have any clever ideas?
-------------- next part
2015 Jun 11
3
Allowing calls - maybe I'm just stupid...
Hi again!
About my previous E-Mail...
I though about it and I think, that maybe I'm just very stupid...
Since I called an INTERNAL number, Asterisk tried to call it.
I tried right now to call an EXTERNAL number (using my context
[myproxy]) and the behavior is NOT the same...
Not 100% correct, but it tries the right way...
Now my problem is to check in my dialplan if the peer, that
2007 Jun 22
1
Polycom 301 - Problem with AMI Originated Calls
Hi all,
I'm having an odd problem with my polycom 301. I am initiating a call
to it with AMI Originate() function:
Action: Originate
Channel: local/112 at Management
Context: to_meetme
Exten: s
Priority: 1
Variable: dropped_conf=111
The "to_meetme" context is very simple:
[to_meetme]
exten=>s,1,MeetMe(${dropped_conf},id)
If I specify every other device I have to test:
*
2006 Nov 01
3
Manager API - Originate Call - Need Help
Hi all,
How can i originate a call from someone outside my sip-network (for example my PSTN home number) to one of my SIP number?
I can originate a call from my SIP-network using this parameters in Originate call command :
Channel = SIP/0041435215301
Context = default
Exten = 00982166501553
Priority = 1
CallerID = 0041435215301
this works with out any problems I initiate a call from one of my
2007 Apr 10
1
Dialplan help - MeetMe and call monitoring
Hi guys,
I need to realize a sort of automatic call monitoring dialplan.
This is exactly what I need:
- A user originate a call
- When the call is bridged (or just before) I need to invite
automatically a third party to the conversation that should hear the
audio channel but not speak (it's a monitoring application for a callcenter)
The person in charge of monitoring cannot use ChanSpy or
2013 Jun 19
3
Handoff dial control to dialplan after AMI Originate
Hello,
I'd like to use the AMI interface to originate a call to a context in a dialplan, and handoff the dial control to the context.
Whenever I execute the below action, the recipient does ring, but when I answer it dials the recipient again. I believe this is because once answered the system is going to execute the Context/Exten/Prio in the Originate action?
Action: Originate
Channel:
2014 Jun 13
1
Need to spoof the callerid using the AMI Originate
We have several customers we need to place outbound calls for (in a single system). May have to place calls for thousands of different caller ids. Customer signs a contract guaranteeing the caller id they provide is owned by them.
I have everything setup for AMI Originate and can place the calls.
However, I'm encountering a problem with the caller id.
The system I'm dialing through
2009 Sep 03
1
Originate calls with AMI.
Hello.
I've been trying to use the AMI to originate phone calls.
I'm trying to call the SIP phone 'zoiper' with the SIP phone 'yziquel'.
So, the AMI interaction is:
> Action: originate
> Channel: SIP/zoiper
> Exten: yziquel
> Priority: 1
> Timeout: 30
> Context: internal
>
> Response: Error
> Message: Originate failed
>
> Event:
2007 Jun 12
1
Answering machine detection after Dial()
Hi people!
Sorry for bringing up some annoying issue.. yes, it's AMD again...
But I was searching the last days for a solution for my problem and
didn't really find anything. Now I'm hoping that someone of you has
maybe an idea for me. :)
My setup:
---------
I use the Asterik Manager API to generate outgoing calls (by using
"Originate" messages).
These outgoing calls
2005 Sep 12
4
CallerID Name in dialplan
Is it possible to show CallerID names for dialplan applications? When I call
from phone-to-phone, it shows the CallerID from sip.conf or iax.conf, but I
don't know of any way to show CallerID Name when I call the extension for an
application (voicemail for example):
exten => 1000,1,Answer
exten => 1000,n,VoicemailMain
I'd like the display to read "VOICE MAIL" when I
2006 Mar 17
4
D4 AMI - No Caller ID
I currently have Asterisk deployed in my office with a TE411P. On the first port of this card is a T1 from the telco setup for D4 AMI. Unfortunately, I'm not receiving caller ID on inbound calls from this line. The caller ID information is arriving in the form *ANI*DNIS*. In zapata.conf, I have signalling set to em_w. The DNIS always arrives correctly, but I'm never receiving the ANI
2020 Aug 07
3
With ARI, is it possible to create (originate) a call and pass both the caller id name and number?
Hi Dan,
as far as PPI and PAI Header, we use the channel Vars in order to do that.
In Latest Asterisk you can set Channel vars within the create command in
the Body. Just set the PJSIP(add,PAI) as you would do it in Dialplan.
https://blogs.asterisk.org/2020/07/22/ari-create-channel-with-variables/
BR
Jöran
On Fri, Aug 7, 2020 at 7:06 PM Dan Cropp <dan at amtelco.com> wrote:
> An
2005 Sep 21
1
Problem with meetme monitor (recording)
Hi,
I tried to use Monitor(wav,filename) function in dialplan to record Meetme
conference. When I monitored on IAX2 or SIP channels in that conference It
recorded all audio (in and out) but when I monitored on ZAP channels I could
hear only IN audio and piece of OUT audio (announcement get pin and than
nothing).
Anyone knows why this so happens??? I have asterisk 1.0.7 (debian package)
and
2007 Feb 23
2
Any way to get rid of AEL created contexts?
"show dialplan" keeps showing contexts created by AEL. I tried deleting
/etc/asterisk/extensions.ael but kept getting these messages in the Asterisk
log:
Feb 14 21:39:53 WARNING[6074] pbx_ael.c: Unable to open
'/etc/asterisk/extensions.ael': No such file or directory
Feb 14 21:39:53 WARNING[6074] pbx.c: Requested contexts didn't get merged
Is there any way to delete or
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
2020 Aug 10
2
With ARI, is it possible to create (originate) a call and pass both the caller id name and number?
Hi Dan,
i would do something like this (it is not a copy of what we are doing but
an example of how i would do it)
Important here is the "--data" and "-H" Option as well as the "variables"
section within the Body. I added the callerid function here as well as it
is the sample in the asterisk wiki.
curl -v -H "Content-Type: application/json" -u
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
2007 Jan 18
2
How to limit IAX calls
The SIP channels have a "call-limit" parameter (which is badly
documented and I haven't tested yet)
How can I have the same behaviour for IAX channels? I can't see anything
related to it.
Ah, I'm using Asterisk 1.2.13... maybe there is something in the 1.4
versions... but I can't change to 1.4 right now because of MFC/R2
BarZ
2005 Feb 04
2
AU caller ID with Sipura SPA-3000
Hi All,
I am using a Sipura SPA-3000 as an FXO gateway to bring calls in and
out of Asterisk. I am using "PSTN Ring Thru Line 1" (on the "PSTN
Line" tab) so Asterisk answers the call rather than the SPA-3000. It
is all working perfectly except I can't get the SPA-3000 to pass
caller ID to Asterisk. It passes "Display Name", "User ID" and any
"PSTN