similar to: Problems with Wait & SIP 486 "DND"

Displaying 20 results from an estimated 200 matches similar to: "Problems with Wait & SIP 486 "DND""

2005 May 18
2
Call forwarding...
Sorry for posting this again, but it seems to have become attached to another thread. Guess I replied to another message instead of starting a new one... Hi, I'm trying to setup a call forwarding rule so that when an extention doesn't answer the call is forwarded to my mobile. I'm using voiptalk.org for incoming and outgoing calls and SIP phones for extentions (so all IP based -
2005 Mar 20
2
Follow-Me Script
I am trying to implement a follow-me script (http://www.voip-info.org/wiki-Asterisk+Tips+follow+me) but I am having a brain fart as I haven't a clue where to get started with what to do with this. From my main menu, I want the extension 300 to execute the script as follows: exten => 300,1,dial(sip/200,20) exten => 300,2,playback(pls-wait-connect-call) exten =>
2006 Feb 14
0
Not passing CALLER id on in follow me script
Hello People, I was wondering if you could take a look at this script, exten => 505,1,dial(iax2/6311${EXTEN},t,25) exten => 505,2,playback(pls-wait-connect-call) exten => 505,3,set(NewCaller=${CALLERID(num)}) exten => 505,4,Set(CALLERID(num)=0${CALLERID(num)}) exten => 505,5,dial(Zap/g1/c/0296389675,20,r) exten => 505,6,Set(CALLERID(num)=${NewCaller}) exten
2005 Jun 01
0
newbie with kphone and asterisk
hello all, i have already configure sip.conf and dialplan. i done the follow me script. first problem: i want to call(with kphone) someone at my extension, i must dial the extension number. i can't dial their username. 20531603@192.168.8.125 (work) mustafa@192.168.8.125 (call fail) is it possible to do that?? second problem: if i want to call another number (not my
2011 Sep 22
2
[LLVMdev] How to const char* Value for function argument
Hi, I'm trying to replace function call with call to wrapper(function_name, num_args, ...), where varargs hold args of original call. Function* launch = Function::Create( TypeBuilder<int(const char*, int, ...), false>::get(context), GlobalValue::ExternalLinkage, "kernelgen_launch_", m2); { CallInst* call = dyn_cast<CallInst>(cast<Value>(I)); if
2011 Sep 22
0
[LLVMdev] How to const char* Value for function argument
Hi Dimitry, This makes sense if you think about it from the perspective that the string you want passing must be passed at runtime, and so can't use a const char * from compile time. You need to make the string visible in the compiled image, and use that as the argument. A string is an array of 8-bit integers, so you need to create a ConstantArray. Value *v = ConstantArray::get(Context,
2013 Mar 12
2
ls() with different defaults: Solution;
Dear useRs, Some time ago I queried the list as to an efficient way of building a function which acts as ls() but with a different default for all.names: http://tolstoy.newcastle.edu.au/R/e6/help/09/03/7588.html I have struck upon a solution which so far has performed admirably. In particular, it uses ls() and not its explicit source code, so only has a dependency on its name and the name of
2011 Jul 28
2
Disabling Polycom "reject" and "DND" or disable Asterisk 486 "Busy Here" actions
Hi, I'm looking to disable rejecting calls from my call center employees. They are using Polycom phones. Is there a way to either disable the reject/DND features on the Polycom phones (don`t think so) or have the Asterisk PBX ignore "Got SIP response 486 "Busy Here" back from 12.23.34.45" response from specific phones/SIP registrations and just keep on ringing?
2007 Sep 09
1
Softkeys wrong with chan_skinny
Hi, as noone out there seems to be able to maintain chan_sccp, i'm trying to switch to chan_skinny. With the newest 1.4 svn the Softkeys are mostly wrong/non functional. I see Redial NewCall CFwdAll more (more) CFwdBu... GPickUp Confrn more NewCall works, CFwdAll seems to toggle DnD, the rest of the buttons do notting. Any ideas how to fix this? Regards, Andreas
2004 Jun 17
4
7960 straight through?
if i go off hook and dial 666 from an internal sipura spa-x000 (at extn 141), it rings straight through to extn 666. using the same dialplan, from a cisco 7960 with 7.1 sip code (at extn 142), i have to go off hook hit NewCall punch 142 (or any valid extn in the dialplan) hit Dial then dial 666 wtf? sip.conf for crisco [fiji] callerid="crisco" <142>
2003 Dec 14
2
Cisco 7960 lockups - any experiences?
This is almost certainly not an Asterisk-specific posting, but due to my inability to find a VoIP-focused Cisco list, I'll post here in the hopes of finding a more diverse user community. I am using a Cisco 7960 (version 6.0 SIP firmware) with Asterisk, and have been experiencing situations where the phone locks up. "Locks up" means that the bottom part of the screen
2003 Nov 13
3
DnD classes
I tried to add classes to DnD support, but I get compiling errors :( There are about virtual functions are abstract. I changed wxpp.rb to support size_t and other types needed, and modify extconf.rb to automatically clean all .h files, which have a similar .t file. I have problem with wxDataObject::Direction, I don''t know how the parser works, but virtual void
2010 Mar 15
1
dnd
I did a clean install to freepbx 2.6.1 and now when i do *76 i get a 1 second flash on the screen then the phone hangs up. the FOP says it is on DND but some ext are still getting calls. once i do a *76 FOP still says I am on dnd. I am running asterisk 1.6.0.21. before i was getting a message like dnd activated and dnd deactivated. i posted this on the freepbx site and here is what i got
2010 Aug 18
0
Polling DND status of a Linksys SPA9xx/5xx phone?
Hi, Is there a way to poll the DND status of a Linksys SPA9xx/5xx phone? The reason I ask is that I'm trying to implement DND + BLF on asterisk. However, the DND softkey on the Linksys phone does not send any feature codes to asterisk. On the flip side, if you disable the Vertical Activation Codes on the phone, then dialing the feature code doesn't display 'Do Not Disturb' on the
2008 Dec 11
0
SNOM Red LED on DND or unregistered Phone
Hello, I have BLF working on Snom phones. Ringing state (blinking) or "on the phone" state (solid) are working well. So the buttons are configured as "BLF" in the Snom webinterface. Now I would like to add another state for unavailable or dnd. In fact I would like to turn the LED red in the case the phone is not registered or the user pushed the DND button. So I though
2009 Jul 23
0
how to activate DND on 1.6.0.9
Hi, I want to activate DND on ast 1.6.0.9 with asterisk-gui. Is there special commands that i need to use during such script or simply writing a code in extensions.conf that checks if the user has a DND=yes value on ast. database and act according to that like forwarding call to voicemail or sending back a busy tone or playing a DND msg. And is there a way to notify a GPX_2000 for example for a
2007 Jan 27
1
Annoying Scale and DnD behaviour
Current behavior terminates scale when not moving cursor _between windows_. Shouldn't scale be terminated only when not moving cursor _at all_ for the specified time? Stjepan
2004 Aug 01
1
Does anyone know how to use the DND feature oc Cisco 7940/7960
Hi all, I have looked at cisco docs and it says DND is set by pressing the services button and choosing DND. Does anyone know how to configure DND in the services.xml file. I've googled around and not found anything. When you enable it in SIPDefault.cnf it just allows you to use it once. Many thanks for all your amazing work. Daniel Niasoff
2004 Sep 29
1
Call Forward, DND and other standard features
Hello to all my Asterisk brethren, I have been implementing an Asterisk system for home/office use, and with help from the Wiki and Groups I am doing well. However, with my server and two X-Lite phones I can't figure out how to set a DND or call forward from my extension to another. Probably a real easy thing to do and I am missing something (or a complete section from my
2005 Feb 15
0
Queue Abandoned and DND
Hi I'm using Ast 1.0.3, and managing a Queue for ACD. Our Callcenter supervisor uses Flash Operator Panel to see status of the Queue, and logged in Agents. All calls that stay to long in the Queue gets into a Voicemail, in order to have customer leave a message. 1. I see the Queue has a Completed and Abandoned counter. I have not found a exact definition of these, besides the obvius ones.