Displaying 20 results from an estimated 4000 matches similar to: "AMI + AGI for outbound click to dial"
2011 Oct 07
2
Add SIP diversion header in originate from AMI?
Hello!
I want to thank everyone who helped me out with tips for load balancing
asterisk machines in a cluster.
I have encountered a new problem that is related to SIP diversion headers in
the INVITE.
I make calls through the manager interface and now want to add a
SIP-Diversion header that changes the CallerID of a number that is not
available on the trunk, the CallerID to be visible externally
2013 Mar 07
2
Recording with MixMonitor and AGI
Hi,
I am developing a call recording application on Asterisk 11.2 and have this configuration in my dialplan:
[macro-ccdev2-rec]
exten => s,1,MixMonitor(${ARG1},b)
[outgoing-originate]
exten => _X.,1,NoOp(Will send call to ${EXTEN})
exten => _X.,n,Dial(SIP/${EXTEN}@x.y.z)
[outgoing-originate-rec]
exten => h,1,Agi(agi://localhost/ajpbx.agi?path=uploadrec&callid=${CC_CALLID})
2009 Jan 16
2
want to add SipAddHeader in call out file
How to add SipAddHeader in outgoing call file.
I am implementing a Callback scenario, in which a user makes a call to
Local Access Number. The system have to callback to the user. During
callback a call file is generated. All I want, is to add
SipAddHeader("pchargingvector","val") in outgoing Invite.
How can I achieve this?
regards,
Asif
2009 Mar 12
1
Is it possible to get full callin number fromE1?
hi,Jimmy Godbout
when +86 13666666666 make a call to ->
+86 020 87654321xxxx -> asterisk
the CALLERID(num) will show the caller number +8613666666666
the ${EXTEN} is the dialed number 87654321
i will try the CALLERID(dnid) tomorrow, will this get the whole dialed number 87654321xxxx ?
i don't know whether the sp will send me the whole number....
------------------
ssmax
2011 Apr 05
1
allpage issu on asterisk 1.8.3.x
Hey Guys!
I have perl script for allpage which is working fine with asterisk 1.8.2.3 version but same script same dialplan wouldn't working on asterisk-1.8.3.2 is there anything changes ?
If i run this script from command like it works but not from asterisk dialplan. This script nothing but just connecting AMI interface and using Variable: SIPADDHEADER=Alert-Info: Ring Answer variable to
2012 May 08
4
glmmADMB
Hi there,
I am new to the package glmmadmb, but need it to perform a zero-inflated
gzlmm with a binomial error structure. I can't seem to get it to work
without getting some strange error messages.
I am trying to find out what is affecting the number of seabird calls on an
array of recorders placed at 4 sites on 6 islands. I have nightly variables
(weather and moonlight), site variables
2009 Jun 05
5
How run AsyncAGI commands in background
Hi all,
I have an external application commanding asterisk by AMI and AsyncAGI. I
also have a dialplan like this:
; AsyncAGI extensions
exten => _8.,1,Noop(entering in AGI loop at 8 ${EXTEN});
exten => _8.,n,AGI(agi:async);
exten => _8.,n,Hangup();
; Meetme extensions
exten => _1.,1,Noop(Conference ${EXTEN} ${CONTEXT});
exten =>
2015 Aug 24
3
PJSIP add
I am trying to set add a SIP Header to a call before adding it to the Queue.
The dial plan sends the call to my macro to perform the work. When I use chan_sip, everything works as expected. When I use PSJIP support, it's not adding the SIP header.
Looking at the output, I see the macro is called in both cases. In the PJSIP case, the added sip header never is showing up in the asterisk logs
2011 Mar 09
6
SIPAddHeader not working
Hello list,
I notice that the dialplan method SIPAddHeader is not working :
in dialplan :
/exten => s,n,SIPAddHeader(Privacy: id)/
in SIP invite no trace of this header :
/INVITE sip:0473 at sip.domain.be SIP/2.0
Via: SIP/2.0/UDP 192.168.1.106:5063;branch=z9hG4bK-5b2b1b97
From: "VC" <sip:voip2 at sip.domain.be>;tag=729476652f511c67o2
To: <sip:0473 at sip.domain.be>
2006 Jan 18
2
SipAddHeader bug?
Hi,
I'm using the new SipAddHeader application on Asterisk 1.2.1,
here's a snip of my extensions:
exten => _9XXXXXXX,1,SipAddHeader(P-Asserted-Identity: <sip:${CALLERIDNUM}
exten => _9XXXXXXX,2,SipAddHeader(P-Asserted-Identity: tel:${CALLERIDNUM})
exten => _9XXXXXXX,3,Dial(SIP/${EXTEN}@${SIPTRUNK},,tT)
exten => _9XXXXXXX,4,Congestion
The problems is that Asterisk
2009 Oct 14
3
Extension Paging
Hi,
We have SPA921 handsets which apparently support Paging, however i can't
find any information on configuring Asterisk to make a page call.
Does anyone have any information on Paging?
Many thanks
Dan Journo
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Dec 15
3
Play audio file for both Caller and Callee in a call
Dear all,
Anyone of you knows how to play an audio file at the beginning of a call for both Caller and Callee?
A(x) of Dial application only plays audio for callee. I don't want to use MeetMe because I want to use Monitor and MixMonitor.
Thank you!
________________________________
Este mensaje se dirige exclusivamente a su destinatario. Puede consultar nuestra pol?tica de env?o y recepci?n
2009 Jul 21
1
Scalability and stability matters
Hi all,
I'm planning to develop a custom autodialer application which will be
dealing with its own model for agents and queues, therefore it won't use
neither asterisk agents nor asterisk queues, nor asterisk cdr. The
application will supply the whole reporting and agent managing features by
itself.
The application will command asterisk through an AMI telnet connection using
only the
2012 Feb 11
1
Asterisk perl AGI confusing variables
Hello all,
I'm struck with a very strange problem today. I've an AGI with some code
subroutine snippet as follows:
sub enable_sbc($) {
my $carrier = shift;
my $tmp = substr($carrier,1);
my $jkh = $tmp;
$server_port = $ast_agi->get_variable("SIPPEER($jkh,port)");
$ser_ip = $ast_agi->get_variable("SIPPEER($tmp,ip)");
2023 Jul 07
1
Asterisk Release 20.3.1
The Asterisk Development Team would like to announce security release
Asterisk 20.3.1.
The release artifacts are available for immediate download at
https://github.com/asterisk/asterisk/releases/tag/20.3.1
and
https://downloads.asterisk.org/pub/telephony/asterisk
The following security advisories were resolved in this release:
2023 Jul 07
1
Asterisk Release 20.3.1
The Asterisk Development Team would like to announce security release
Asterisk 20.3.1.
The release artifacts are available for immediate download at
https://github.com/asterisk/asterisk/releases/tag/20.3.1
and
https://downloads.asterisk.org/pub/telephony/asterisk
The following security advisories were resolved in this release:
2014 Oct 22
1
SPA504G auto answer
Hello,
I am struggling to have a SPA504G to auto answer (for intercom/paging). I
have tried the following SIP headers (not all together), but without luck:
SIPAddHeader(Call-Info:\;answer-after=0);
SIPAddHeader(Call-Info: answer-after=0);
SIPAddHeader(Alert-Info: info=intercom);
SIPAddHeader(Alert-Info: Ring Answer);
SIPAddHeader(P-Auto-Answer: normal);
Any other ideas?
Leandro
PS
I have set
2007 Mar 12
3
_ALERT_INFO replacement in 1.4?
Hi All
I have just upgraded from Asterisk 1.2 to 1.4 and am having trouble with
with one of my ATAs not ringing.
Basically, when I execute the Dial command, an error occurs: "Got SIP
response 400 "In alert-info header: Empty value expected"
Now in 1.2, I just issued the following command to overcome this
problem: Set(_ALERT_INFO=).
Now in 1.4, _ALERT_INFO is deprecated, so I
2009 Mar 05
1
Snom Aler-info Ringtone
Have someone running fine Alert-Info with a Snom 370
( System Information:
Phone Type: snom370-SIP
MAC-Address: 0004132661BD
IP-Address: 192.168.10.170
Firmware-Version: snom370-SIP 7.3.14 14961)
i've tried
exten => 200,1,SIPAddHeader(Alert-Info:<http://www.notused.com>\;info=alert-external)
exten => 200,n,Dial(SIP/${EXTEN},30)
Can see into the phone SIP trace is
2007 Jan 17
1
Using the SIPAddHeader Application
Hi,
I'm trying to use the SIPAddHeader application to add a header containing to
semicolon separated strings like this:
exten => 12, 1, SIPAddHeader(X-TestHeader:a=test1;b=test2)
But in the resulting INVITE message only the first part
(X-TestHeader:a=test1) is added. Setting into quotation mark doesn't change
anything.
exten => 12, 1,