Re: [asterisk-users] execute command just after Dial()

2011-12-23 Thread Sammy Govind
Hi, Please see the Dial application documents from CLI, i.e "core show application dial". There is an option which will let you continue in the DIal-plan after the Dial command on hangup. Regards, Sammy. On Fri, Dec 23, 2011 at 5:54 PM, Kamlesh Kumar wrote: > Hello, > > I'm using AGI scripting

[asterisk-users] Vicidial license

2011-12-23 Thread mahesh katta
Hi, How to make a vicidial license of perticular no. ? pls help me is there any addon for license or any application software ? Regards, Mahesh Katta ** -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com --

[asterisk-users] AEL2: How get rid of "expression has operators, but no variables" warnings

2011-12-23 Thread Olivier
Hi, I'm converting an existing dialplan written in AEL2 to Asterisk 1.8. While at it, I'm trying to get rid of some AEL2 warnings messages that used to clutter my console when loading AEL scripts. Specifically, my dialplan includes this simple text assignment : prefix1="FooBar => "; It produces

[asterisk-users] Codec warnings after upgrade to 1.8

2011-12-23 Thread Eric Wieling
I'm getting various codec related warnings after upgrading to 1.8. Did I miss something in the UPGRADE file? Does Asterisk no longer transcode 8-)? WARNING[11123]: channel.c:4909 ast_write: Codec mismatch on channel DAHDI/i1/12124221200-74 setting write format to g722 from ulaw native formats

Re: [asterisk-users] Dahdi not installed and application's details is missing in Asterisk

2011-12-23 Thread virendra bhati
how I can reboot to kernel version 2.6.18-274.12.1.el5 ? Is there any Linux file by which we can change the default kernel version. I have server at different location and can't select from GUI made after reboot machine. On Fri, Dec 23, 2011 at 5:33 PM, Andreas Sikkema wrote: > > [root@haddock8-

Re: [asterisk-users] How to use password file withAuthenticateApplication

2011-12-23 Thread bakko
hello, you can't use authenticate for this scenario. You have to create a databse with two fields: extension and password. Then query the database with func_odbc function. There is a spanish article about this: http://www.voztovoice.org/?q=node/478 Regards - Original Message - Fro

[asterisk-users] execute command just after Dial()

2011-12-23 Thread Kamlesh Kumar
Hello, I'm using AGI scripting with asterisk and need to execute certain commands just after Dial(). But once dial command is executed, further commands/instructions are ignored. $agi->exec("Dial","SIP/100"); $dialstatus = $agi -> get_variable("DIALSTATUS"); if($dialstatus[data]=="ANSWE

Re: [asterisk-users] Dahdi not installed and application's details is missing in Asterisk

2011-12-23 Thread Andreas Sikkema
> [root@haddock8-astrx dahdi-linux-complete-2.5.0.2+2.5.0.2]# make all > make -C linux all > make[1]: Entering directory > `/usr/src/dahdi-linux-complete-2.5.0.2+2.5.0.2/linux' > make -C drivers/dahdi/firmware firmware-loaders > make[2]: Entering directory > `/usr/src/dahdi-linux-complete-2.5.0.2+2

Re: [asterisk-users] GotoIfTime days query

2011-12-23 Thread virendra bhati
Hi, It will not work... On Fri, Dec 23, 2011 at 3:18 PM, Ishfaq Malik wrote: > So pipes can be used as a secondary delimiter? > > On Fri, 2011-12-23 at 15:08 +0530, virendra bhati wrote: > > Hi , > > > > make variable and then put in funtion GotoIf() > > like > > > > set(day=mon|wed|fri) > > Go

[asterisk-users] Any one using VICIDIAL?

2011-12-23 Thread Brynjolfur Thorvardsson
Hi all, I'm looking at options for installing/writing PBX software and I came across www.vicidial.org which seems to do almost all I need - and is open source and all. I'd very much like to hear from anyone having experience with VICIDIAL, e.g. using it with different v

Re: [asterisk-users] GotoIfTime days query

2011-12-23 Thread Ishfaq Malik
So pipes can be used as a secondary delimiter? On Fri, 2011-12-23 at 15:08 +0530, virendra bhati wrote: > Hi , > > make variable and then put in funtion GotoIf() > like > > set(day=mon|wed|fri) > GotoIfTime(*,$day,1,jan?happynewyears,s,1); > > > On Fri, Dec 23, 2011 at 3:03 PM, Ishfaq Malik

Re: [asterisk-users] GotoIfTime days query

2011-12-23 Thread virendra bhati
Hi , make variable and then put in funtion GotoIf() like set(day=mon|wed|fri) GotoIfTime(*,$day,1,jan?happynewyears,s,1); On Fri, Dec 23, 2011 at 3:03 PM, Ishfaq Malik wrote: > Hi > > I'm using 1.8. Is there a way you can specify staggered days in a single > GotoIfTime command e.g. mon|wed|fr

[asterisk-users] GotoIfTime days query

2011-12-23 Thread Ishfaq Malik
Hi I'm using 1.8. Is there a way you can specify staggered days in a single GotoIfTime command e.g. mon|wed|fri? Thanks in Advance Ish -- Ishfaq Malik Software Developer PackNet Ltd Office: 0161 660 3062 -- _ -- Bandwidth

[asterisk-users] Dahdi not installed and application's details is missing in Asterisk

2011-12-23 Thread virendra bhati
Hi , Most of the time I get this error message. And after installed kernel althings will become file. But today after doing all the things I am not getting any good hope. *[root@haddock8-astrx dahdi-linux-complete-2.5.0.2+2.5.0.2]#* make all make -C linux all make[1]: Entering directory `/usr/src

Re: [asterisk-users] How to use password file with AuthenticateApplication

2011-12-23 Thread virendra bhati
Hi list, I have upgrade my linux version to Asterisk 1.6.2.20. now Authenticate() function is working. But 1 question I want to add this thread.. I have 3 password in my pass.txt file. i want that only sip 2209( just example,) will come with 1234 pass and 2208 with 1235 and rest will come with

Re: [asterisk-users] Diagnosing call hangups

2011-12-23 Thread Tobias Steen
If you are running version 1.8 or newer you can enable CEL (Channel Event Logging) to get a better view of the channel events. A common issue for terminating calls is high packet loss, you can measure the network with some kind of probe. Also, don’t forget the guides here: http://www.voiptroubl