similar to: Broken macros during transferring call

Displaying 20 results from an estimated 10000 matches similar to: "Broken macros during transferring call"

2004 Jan 24
1
Searching the archives - new engine demo
Hi, I've placed a demo search engine of the asterisk users archive here: http://asterisk.nextrieve.com/cgi-bin/asterisk I know there are a number of other ways to search this list that have been suggested and one person suggested that another wasn't necessary but this engine will do some things that the others can't. Specifically you can search within selected months and from
2003 Nov 20
1
new iaxComm build available
I tracked down the problem with crashes at startup (and with no window appearing). I was trying to make the last column of the call list as wide as possible when resizing the window. With some display settings, the reported width of the client window is off by 1 pixel. Instead of automagically adding a scrollbar, wxWindows starts running around in circles. Sooner or later (sometimes much
2007 Nov 29
2
Using existing extensions.conf macros, and co-habitation
I'm trying to set up my extensions.conf file using some of the existing macros like stdexten, etc. while at the same time having two logically separate virtual PBX's (with no "default" context) and two trunks coming into separate contexts, i.e. one for residence and one for my at-home business. I noticed, however, that macro-stdexten depends on the "default" context:
2004 May 04
1
Asterisk and windows h.323 gatekeeper calling problems...
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi there, i have a working Microsoft ISA firewall with buildin H.323 Gatekeeper.... So Far, i got registerd the asterisk on the M$ Gatekeeper... here is the h.323 configuration: ; Open H.323 driver configuration ; [general] port = 1720 bindaddr = 0.0.0.0 allow=all ; turns on all installed codecs dtmfmode=rfc2833 gatekeeper =
2003 Jul 14
0
Cisco 7960 Transfer Call drop problem
Hi, I'm having problems with transfer from an analog line via a X100p and Cisco 7960's running SIP. With an attended transfer the a call comes in, I transfer it to another 7960, they answer I announce the call, press transfer again, the two parties talk for 1-2 seconds then the analog line drops, though the Cisco phone is not aware of this, i.e. nothing on the screen changes. The
2009 May 20
2
Manager ExtensionState function
Hi, I am trying to get the extension status (weather it has dialed outgoing call via SIP or IAX2), using the following piece of code however it always returns -1 on all the extensions (valid/invalid). Am i missing something ? Any help. Thanks ----------------------------------- #!/usr/bin/perl use Asterisk::Manager; use lib './lib', '../lib'; $|++; my $astman = new
2005 Feb 01
0
Troubles with Macro-stdexten and dial
Hi! Could someone give me a hand? If I dial 200 for echo testing it works... Everytime I dial an extension ex. 505 get the error below.... In this example it was from 508>505 a Xlite Pro to a TA. I believe it has something to do with the way i'm executing the command dial but I use the "standart" that comes in the samples from asterisk. *CLI> -- Executing
2009 Mar 03
2
macro-stdexten question
I am running asterisk 1.4 and the Digium GUI SVN-branch-2.0-r4489. When one phone calls another, I see the following on the console (here, 6223 dials 6123) -- Executing [6123 at DLPN_DefaultDialPlan:1] Macro("IAX2/6223-10489", "stdexten|6123|SIP/6123&IAX2/6123") in new stack -- Executing [s at macro-stdexten:1] Set("IAX2/6223-10489",
2003 Dec 30
2
playback in [macro-stdexten] problem
I added the playback line to my [macro-stdexten] context but when I dail an extension I don't get the "please hold while I try that extension" message. It just dials the extexsion. Do I have a syntax problem somewhere ? exten => 8005,1,Macro(stdexten,8005,Zap/2) exten => 8006,1,Macro(stdexten,8006,Sip/8006) [macro-stdexten] ; ; Standard extension macro: ; ${ARG1} -
2007 Jul 04
1
Dialout Macro and transfer call in progress
Dear All, I can not transfer call in progress. What's wrong with my macro? I think tT flags is enough right? [macro-stdexten] exten => s,1,Set(temp=${DB(CFU/${ARG1})}) ; Get CFU key exten => s,2,Set(DNDStatus=${DB(DND/${ARG1})}) ; Get DND key exten => s,3,GotoIf($["${temp}" = ""]?5) ; If not existing, goto priority 5 exten =>
2007 Jul 01
0
Transfer outgoing call - macro
Dear All, I have a problem with call transfer. When I dial a number and then I want to transfer current call to an extension, I'm getting disconnected. Transfering incoming call works fine. I'm using macro for dialing. extensions.conf: [from-internal] ignorepat => 9 exten => 200,1,Macro(stdexten,200,SIP/dzalewski) [macro-stdexten] exten => s,1,Set(temp=${DB(CFU/${ARG1})})
2013 May 11
1
AMI Originate issue
Hi, I'm getting an issue while executing AMI Originate. I'm getting "extension does not exists" on Originate's Response, and on the other hand Asterisk CLI say "fwrite() returned error: Broken pipe" Please suggest me what is wrong. Muhammad Faheem ### my originate code block ...
2006 Mar 19
0
Transfer to specific park number
Hi I'd like to allow users to transfer a call to a specific park number. This way, the receptionist can tranfer a call park for ext 100 at park number 7100 etc... It seems like this should be fairly simple using the Park(ext) app but it doesn't work for me. No matter what I extension I use, the system just picks the next available park number. I've simplified my dialplan for
2015 Mar 26
1
CDR dst value null after attended transfer
I'm having an issue with CDR. Basically, I expect to have all "legs" of a call having the same linkedid and differing only by the sequence value. That does happen, but I'm getting null dst values after doing an attended transfer. I'm not sure if this is a bug or I'm doing something wrong. I'm running Asterisk 13.2.0. Here's the console log, step by step: First,
2006 Mar 14
0
invoking a macro doesn't work
This seems to be an easy thing to do and I have done it before but for some reason.... I know I have a 's' with a priority of 1, yet that is what it appears to be telling me does not exist. Any ideas what is causing my macro not to start? Server2*CLI> -- Executing Macro("Zap/9-1", "stdexten|784|Zap/10|124|8311111|4621111") in new stack Mar 14 14:53:33
2007 Nov 13
0
problem with speex and iaxclient
Hi All, I try to compile the last version of iaxclient with the new build system, i also compiled speex 1.2b2 . When the makefile try to compile the sample code testcall I have the following mistales: gcc -I/d/Lib/iaxclient-2.0.1/portaudio-1.9/src/common -I/d/Lib/iaxclient-2.0.1/speex-1.2/include -o testcall.exe testcall.o ../../lib/.libs/libiaxclient.a
2007 Feb 01
2
make: expand.c:489: allocated_variable_append: Assertion `current_variable_set_list->next != 0' failed.
hi all i'm getting the below error when trying to compile asterisk-1.4 on redhat-9.0 any suggestions ? make[2]: Leaving directory `/usr/local/src/asterisk-1.4.0/menuselect' make[1]: Leaving directory `/usr/local/src/asterisk-1.4.0/menuselect' Generating input for menuselect ... menuselect/menuselect --check-deps menuselect.makeopts Generating embedded module rules ... [CC]
2004 Dec 11
0
Cisco 7960 and Asterisk...not working....
Sorry if this comes in twice. Wasn't subscribed first time :-( Anyone help me here...... It worked once :-( I have a static IP address which is on my private network.. Phone is 192.192.192.220 and asterisk server is 192.192.192.22 I have the 7690 with a SIP iamge (Whatever latest is ) I have 3 lines setup with Free World Dial up and have the 4th setup to connect to my asterisk server.
2005 Jul 18
0
why $cdr{'CALLERID'} and $cdr{'DNID'} are empty in perl agi connected with asterisk manager
hello perl experts i am working with "ast-rad-acc.pl" from http://www.voip-info.org/tiki-index.php?page=PortaOne+Radius+auth i dont know why $cdr{'DNID'} and $cdr{'CALLERID'} under 'sub send_acc {' are empty. i m successfully connected with asterisk manager and when call i hangup my perl application is getting that all other thing are ok but i dont know why only
2010 Mar 21
1
Invalid Makefiles to install asterisk with ldap
Hello , I have a problem to install asterisk with ldap. I am doing the following: make clean . / configure make menuselect LIBS =- lldap export LIBS make ====> This is where my error #make CC = "cc" CXX = "g + +" LD = "" AR = "" RANLIB = "" CFLAGS = "" make-C menuselect CONFIGURE_SILENT = "- silent" menuselect make [1]: