similar to: re: help debugging dialplan

Displaying 20 results from an estimated 1000 matches similar to: "re: help debugging dialplan"

2005 May 15
1
Old DBGet/DBPut vs. new Set(var=${DB(...
Hello I upgraded to CVS head yesterday (due to the lack of zaptel drivers working with 2.6.10) And noticed that now DBGet and DBPut have been deprecated in favour of the new Set/DB one. In the UPGRADING.txt in Asterisk it says: * The applications DBGet and DBPut have been deprecated in favor of functions. Here is a table of their replacements: DBGet(foo=family/key)
2005 Jul 02
3
call forwarding, most basic case
hello all, i need some help and after trying the wiki i'm even more confused than i was. i'm trying to set up call forwarding and running into problems... i want the most basic call forwarding imaginable. 1. caller dials extension (say, 154) 2. dialplan is updated to forward caller's extension (based on CALLERIDNUM) to voicemail, instead of ringing his endpoint. 3. caller is
2006 Mar 03
2
Does an entry in AstDB stay after reboot?
I set up a call forwarding script in extensions.conf which uses the AstDB but I'm wondering if I reboot the server, will the entry in AstDB still reside? What the script does is when a call comes in, it check to see if there is a null value or a call forward number. If null, it will call the local office connections. If there is a number, it calls that. Now I just need to know if I reboot
2004 Nov 23
0
Problems with MACRO_EXTEN variable
Hei! I have a little problem with the subject. I use Asterisk CVS-HEAD-09/06/04-12:42:56 as a production *, but I do tests with a newer version Asterisk CVS-HEAD-11/18/04-10:01:32. Ok the problem is: in extension.conf I use macro for redirection, found on wiki pages: [macro-stdexten] ; ; Standard extension macro (with call forwarding): ; ${ARG1} - Extension(we could have used ${MACRO_EXTEN}
2005 Jan 30
0
Setting call forward for Agent's in a Queue
Hi!, I'm trying to set up a Queue (which works fine now :-) Sip clients can login in to the Queue with dialing 91 on there phone. And as soon as there are customers the Queue calls the agents back. I would like that the queue calls the agents also if it's phone is call-forwarded. With agents (sip clients) are added with the following extensions: exten => 91,1,AddQueueMember(myqueue)
2003 May 14
20
Call forwarding
Yo, Inspired by the example in the tips & tricks-section of "http://www.junghanns.net/asterisk/", I built a more elaborate call divert-feature. This one validates if the extension a call-forward is to be set to is actually valid for the current context and additionally saves this context into the DB and always uses it to originate the divert from, as you can't expect the
2009 Apr 17
1
how to call forward on 1.6
Hello, I want to enable call forwarding for asterisk 1.6.0.6 I couldnt seen any config or option on gui or extensions.conf about it. I found some dialing plans to enable it on web as follows: [apps] ; Unconditional Call Forward exten => _*21*X.,1,DBput(CFIM/${CALLERIDNUM}=${EXTEN:4}) exten => _*21*X.,2,Hangup exten => #21#,1,DBdel(CFIM/${CALLERIDNUM}) exten => #21#,2,Hangup ;
2004 Jul 07
0
Audio cuts off 10 minutes into calls
Hello list, We run Asterisk CVS-HEAD-06/02/04-11:25:18 built by root@Gate01 on a i686 running Linux. All works fine except Audio is lost 10minutes into the call. This happens for every call PSTN-SIP, SIP-PSTN, SIP-SIP Example of one call setup using Snom200 and Grandstream 486: -- Executing Macro("SIP/xxxx1251-d638", "CFW|xxxx1251|SIP/xxxx1253") in new stack -- Executing
2005 Jan 10
0
Problems calling between two local SIP extensions
Hi, I have two local SIP extensions (both bt100). One is on remote location behind another nat (16), but everyithing seems to be setup correctly as it can register and is listed as OK(57ms). However I can only call in one direction between those two. Extensions are defined in same context: exten => 11,1,Macro(oneline,SIP/11) exten => 16,1,Macro(oneline,SIP/16) both using same macro
2003 Jul 02
0
Re: [Asterisk-Dev] ANNOUNCE: CLASS-like features for Asterisk
Yo all, As there has been some intrest, here's my updated version: I post it to "-dev" as well as "-users", as it may be of intrest to both. Inspired by the example in the tips & tricks-section of "http://www.junghanns.net/asterisk/", I built a more elaborate set of features. Currently, my implementation supports call- forward unconditional, on no answer
2006 Mar 08
1
Calls forwarding to numbers only in user's context
Hello, I'm trying to do call forwarding based on this: http://www.voip-info.org/wiki/view/Asterisk+call+forwarding In the extensions.conf file I have several context defined (local, longdistance, mobile, international and so on). Each user can be associated with different context (so can make only i.e. local calls). How to set calls forwarding only to numbers that are available in
2004 Oct 05
1
loggedoff extension - why does * say "is on the phone"
Hi, I have following one-line macro extension: ------------------------ [macro-oneline] ; ; Standard extension macro (with call forwarding): ; ${ARG1} - Device(s) to ring ; #exten => s,1,AGI(misterhouse.agi,"CallerID") exten => s,1,NoOp exten => s,2,DBget(temp=CFIM/${MACRO_EXTEN}) ; Get CFIM key, if not existing, goto 103 exten => s,3,Dial(Local/${temp}@default/n) ;
2003 Sep 09
2
DBPut and DBGet performance
hi, This question is about DBPut and DBGet, Can i put about 1000 keys in a single family, (only once for the lifetime) for ex. exten => _X.,5,DBput(family/key1=${val}) ... exten => _X.,5,DBput(family/key1000=${val}) like above and if i later retrieve it, randomely, with inbound calls, will it affect performance? Surajee -------------- next part -------------- An HTML
2004 Oct 05
0
loggedoff extension - why does * say "is onthephone"
Same here, I just changed the b to u. Unavailable message is more generic, but it beats it saying busy when its not. -Tim -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Henry Devito Sent: Tuesday, October 05, 2004 8:31 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: RE:
2004 Dec 09
1
No ring signal when calling internal extensions ?
Hi, I have attached configuration settings and cannot get ring signal when calling internal extensions. I'm probably doing something wrong so would kindly ask for a tip how to do it properly : exten => 11,1,Macro(oneline,SIP/11) Calling 11 (this is the same with BT or iax softphones) doesn't give me a ring - what is missing ? Thanks, Rob. [macro-oneline] ; ; Standard extension
2004 Sep 08
0
asterisk+chan_h323+redhat9 troubles
hi, i had asterisk and gnugk running on fedora core 2. it worked quite well. then, i needed to change to red hat 9, and i'm experiencing troubles with h.323 :-( making a call from a h.323 phone (innovaphone) does not work, and dial-in also doesn't. below is an excerpt of what happens, when i try to dial-in my extension (126). it takes about 10(!) seconds, until the 'Called 126'
2009 Dec 20
1
Manager command that equal to database show CFIM
Hi! Probably me that cannot read the manual... I am trying to get all Keys that belongs to a certain Family from the manager interface. Can just get single values for example: Action: DBGet Family: CFIM Key: 0317998975 I was looking for something like "Action: DBShow Family: CFIM". Any one has some smart way to implement it or did I just miss some stuff... /Magnus --------------
2003 Jul 28
1
Call Forwarding and DND conf
I have put together this call forwarding and dnd config: I'm sure it can be dome with macro's but I couldn't figure that out... anyone care to input. 74 Turns DND on my phone will not ring, drops caller to voicemail... 73 Turns DND off 72+ext forward your extension to another extension and voicemail is left at the forwarded extension. 71 turns off call forwarding. ; dnd Could
2004 Jan 29
1
re: help with voicepulse connect IAX2
hello, after playing with an asterisk configuration for voip for a few weeks i'm trying to get outbound dialing with voicepulse going - i've cut down the asterisk to a very minimal install (1 SIP client) to try to localize the problem. The SIP client works fine (SIP and * on the same NAT) and could access the demo from samples before i removed it, and can call itself - so i am
2004 Oct 05
0
loggedoff extension - why does * say "isonthephone"
I think you will find the functionality you are looking for is in * already. Here is an excerpt from the sample extensions.conf file that is included with the source: exten => s,1,Dial(${ARG2},20) ; Ring the interface, 20 seconds maximum exten => s,2,Goto(s-${DIALSTATUS},1) ; Jump based on status (NOANSWER,BUSY,CHANUNAVAIL,CONGESTION,ANSWER) exten