similar to: Why doesn't Pickup() work??

Displaying 20 results from an estimated 1000 matches similar to: "Why doesn't Pickup() work??"

2008 Mar 05
4
Problem between Asterisk and an Aastra 57i
Hi, I'm currently trying to connect an Aastra 57i to our Asterisk Server. The strange thing is, that altough I have definitely entered the correct IP address of the server, the phone doesn't even attempt to register. Here is the configuration file (local.cfg) of the phone: firmware md5: dee6e938b469e217a87138076f47fe41 boot count: 1 tone set: Germany language 1: German time server1:
2010 Jun 14
4
Unable to pickup an extension, trying everything
Hello list, I try to pick up a ringing extension but nothing works. To be clear, I'm trying to pick up extension 10. [Jun 14 17:37:34] -- Executing [**10 at from-TESTCORP:4] Pickup("SIP/testcorp3-00000041", "10 at 123456") in new stack [Jun 14 17:37:34] NOTICE[16555]: app_directed_pickup.c:159 pickup_exec: No target channel found for 10. [Jun 14 17:37:34] --
2007 Dec 03
4
Soundcard necessary on an asterisk server to get output of playback()??
Hi, I' still fighting the problem, that I can talk from one SIP phone to another, but I can't hear the output of the playback or similar applications: exten => 202,1,ANSWER() exten => 202,2,PLAYBACK(tt-monkeys) exten => 202,3,HANGUP() When I dial 202, asterisk show the following on the cli: -- Executing [202 at local:1]
2007 Sep 19
0
Howto pickup call from queue?
Hi all, how can I pickup a call from a queue? Which context parameter do I have to specify? The context that calls the queues application is ext-queues. This is what I tried so long (777 is the extension of the queue I want to pickup from): exten => _**ZXX,1,Noop(Attempt to Pickup ${EXTEN:2} by ${CALLERID(num)}) exten => _**ZXX,n,Pickup(${EXTEN:2}@from-did-direct) exten =>
2008 Oct 31
5
twice normal beep before busy tone ??
Hi, I have a strange problem with our Asterisk installation. Outgoing calls are handled by the following lines: exten => _0[2-9]X.,1,Set(CALLERID(num)=09999403${CALLERID(num)}) exten => _0[2-9]X.,2,SET(CALLERID(num)=${IF($[ ${CALLERID(num)} = 0999940321]?099994030:${CALLERID(num)})}) exten => _0[2-9]X.,3,DIAL(CAPI/g1/${CALLERID(num)}:${EXTEN},180,tr) exten =>
2007 Dec 05
8
Strange ISDN-problem with incoming calls out of the same city
Hi, after I fixed my problem with the playback() application, I now have the next strange one. When I dial the number of our client, located in another town, I get a connection to the asterisk server, I can talk to my client or listen to his mailbox. If some in the town of this client calls him, he gets the ISDN error "service not available". Out office is connected to he office
2008 May 14
2
Setting CallerID UNKNOWN on an outgoing call
Hello, on my ISDN phone I can configure that on the next outgoing call, my telephone number should not be transmitted, instead it should be UNKNOWN. How can I configure Asterisk to do the same? Is this a feature/parameter of the driver (chan_capi) that I'm using? BTW: I'm using ISDN and Deutsche Telekom, if the provider makes any difference. Thanks for your help, Stefan --
2007 Dec 07
1
Pickup cmd
Hi all, I have a GXP2000 with BLF configured. I follow the configuration guide to enable the pickup cmd as follow and include it under corresponding content. [BLF_group_pickup] exten => _**1XX,1,Pickup(${EXTEN:2}) exten => _**1XX,n,Hangup The I press the single key to pickup the call to extension 100 when there is a call to it. From CLI, I can see it issue **100 to asterisk but failed
2007 Aug 08
3
Siemens Openstage & Asterisk ?
Hi, is anyone on the list using the Siemens Openstage phones together with asterisk? If yes, is it possible to use the programmable keys of these phones together with Asterisk? Thanks for any hints, Stefan -- ******************************************** in-put GbR - Das Linux-Systemhaus Stefan-Michael Guenther Moltkestrasse 49 D-76133 Karlsruhe Tel./Fax : +49 (0)721 / 83044 - 98/93
2008 Feb 05
1
Mistake in the wiki's description of cmd Pickup() ?
Hi, according to the description of Pickup() on page http://www.voip-info.org/wiki/view/Asterisk+cmd+Pickup I can use this command to pickup a call at a certain extensions. When I try this with e.g. exten => *8200,1,Pickup(200) Asterisk tells me that the highest value for the Pickup command is 63. Wenn I enter the number of a callgroup instead of an extension, I can pickup the call.
2008 Feb 04
0
Problem picking up a call with PickUpChan or PickUp [SOLVED]
Paul Madley wrote > >Unfortunately (as far as I'm aware) this is a bug in the 1.4.17 >release, and therefore I don't think any config changes will fix it. >We've been told to roll back to our previous 1.4.13 installation. It >also seems to manifest itself in "ghost ringing" as I've called it; >place a call to a SIP extension, then put down the
2008 Jan 31
0
Problem picking up a call with PickUpChan or PickUp
Hi, I have configured my SNOM 360 to monitor another extension by setting the following: [default] exten => user1,hint,SIP/user1 The next step was to define a function key on the phone as an extension with the value <sip:user1 at 192.168.0.101> and later with <sip:user1 at 192.168.0.101|*8> When someone now calls extension 97 (which is the number of the corresponding phone),
2006 Jun 10
1
Voicemail records nonsense, but record() works (??)
Hello, I have setup an Asterisk 1.2.7.1 system, with a working voicemail box: /etc/asterisk/extensions.conf exten => 83086921,1,Answer exten => 83086921,2,Dial(SIP/stefan,5,r) exten => 83086921,3,VoiceMail,u111 exten => 83086921,4,Hangup exten => 83086921,103,VoiceMail,b111 exten => 83086921,104,Hangup /etc/asterisk/voicemail.conf [default] language=de 111 =>
2008 Jan 13
2
Question about queues and the definition and agents
Paul wrote > >;Pause/unpause Queue >exten => 424,1,PauseQueueMember(|SIP/${CALLERID(num)}) >exten => 424,2,Playback(unavailable) >exten => 424,3,Hangup >exten => 425,1,UnPauseQueueMember(|SIP/${CALLERID(num)}) >exten => 425,2,Playback(available) >exten => 425,3,Hangup > Following your suggestion and a number of postings and articles I have
2007 Oct 21
1
Sometimes echoes & Asterisk sometimes connects too early
Hello, I have read the articles on echo cancellation (http://www.voip-info.org/wiki/view/Asterisk), but couldn't find a solution to my problem. We are running Asterisk 1.4.12 together with an EICON DIVA SERVER BRI-2M PCI (current driver from EICON) and some SNOM 300/360. There are few clients where we recognize echoes on both sides when we call them via ISDN. With some of these clients we
2007 Nov 12
3
No sound from playback and voicemail
Hello, I have a strange situation: I can talk to other SIP phones and via ISDN to the outside, but I don't hear playbacks or the voicemail messages. Asterisk show in the cli, that the corresponding files are played, but I hear nothing at all. Here is as simple example: [monkeys] ??? exten => 99,1,ANSWER() ??? exten => 99,2,PLAYBACK(tt-monkeys) ??? exten => 99,3,HANGUP() The phone
2006 Jun 12
2
Bug in Voicemail ??
Hello, I have setup an Asterisk 1.2.7.1 system, with a working voicemail box: /etc/asterisk/extensions.conf exten => 83086921,1,Answer exten => 83086921,2,Dial(SIP/stefan,5,r) exten => 83086921,3,VoiceMail,u111 exten => 83086921,4,Hangup exten => 83086921,103,VoiceMail,b111 exten => 83086921,104,Hangup /etc/asterisk/voicemail.conf [default] language=de 111 =>
2006 Dec 07
1
Asterisk accepting calls to fast
Hi, the german telco Colt Telekom has assigned the phone number block 56830-xxx to one of our customers. In the diaplan we have setup extensions like the following ones: exten => 56830910,1,Answer() exten => 56830910,2,Dial(SIP/bduerring,10,tr) exten => 56830910,3,VoiceMail,u20 exten => 56830910,4,hangup exten => 56830910,103,VoiceMail,b20 exten => 56830910,104,hangup exten
2008 Feb 15
0
Question about DIALSTATUS NOANSWER
Hi, according to the wiki the value NOANSWER for the channel variable DIALSTATUS means: No answer. The dial command reached its number, the number rang for too long, then the dial timed out. In out dialplan we grap all these events with exten => s-NOANSWER,1,Playback(sometext) exten => s-NOANSWER,2,WAIT(1) exten => s-NOANSWER,3,Hangup() The dial commands for internal and external
2010 Mar 21
0
dahdi_monitor doesn't show data on RX & TX: broken card or cable?
Hi, on one of our clients asterisk server we have the problem that you hear nothing on external calls. Here are the details abount the system: Asterisk 1.6.0.22 DIGIUM Wildcard B410 quad-BRI card (rev 01) dahdi-linux-complete-2.2.0+2.2.0 I have setup the following test extension: exten => 9216992,1,ANSWER() exten => 9216992,2,WAIT(2) exten =>