Re: [asterisk-users] Who is the "creative" mind behind changing Asterisk commands at CLI?

2011-09-24 Thread Антон Квашёнкин
Just use cli aliases, provided by res_clialiases.so. 2011/9/25 Bruce B > Hi everyone, > > I don't mean to be rude but honestly which genius comes up with changing > the simple: > > "help" > > to > > "core show help" > > That's just an example. If it was only this or if this was only a two words

[asterisk-users] Who is the "creative" mind behind changing Asterisk commands at CLI?

2011-09-24 Thread Bruce B
Hi everyone, I don't mean to be rude but honestly which genius comes up with changing the simple: "help" to "core show help" That's just an example. If it was only this or if this was only a two words loss then I would be fine. I think someone just loves to play around with the commands with

Re: [asterisk-users] DID and how the caller id will appear

2011-09-24 Thread C F
Set(CALLERID(num)=5631040) add this before the Dial command. On Sat, Sep 24, 2011 at 4:03 PM, bilal ghayyad wrote: > Hi All; > > The DID range that we took from the telecom starts from 1030 and end by 1059, > now whenever we place a call, the destination see the number 5631030. I gave > the pho

Re: [asterisk-users] [1.6.2.9] Echo even when using headset?

2011-09-24 Thread Gilles
On Mon, 19 Sep 2011 12:12:54 +0200, Gilles wrote: >Problem solved: Tried XLite 4.1 on another test, and sound is OK, so I >guess it's something in my work PC. s/test/host/ An el cheapo $20 CMedia CMI8738 6CH solved the issue. Great sound :-) -- _

[asterisk-users] Asynchronous AGI Problems (Asterisk 1.8.7.0), ubuntu-server

2011-09-24 Thread Randall Degges
Hi Everyone, I've been trying to get asynchronous AGIs working in some Asterisk code I have. I'm using Asterisk 1.8.7.0, and I'm very familiar with dialplan and AGI scripting overall. Here's my problem: I can't get Asterisk to execute *any* AGIs asynchronously. Firstly, I discovered asynchronous

[asterisk-users] DID and how the caller id will appear

2011-09-24 Thread bilal ghayyad
Hi All; The DID range that we took from the telecom starts from 1030 and end by 1059, now whenever we place a call, the destination see the number 5631030. I gave the phone extension 1040, and when I call, still the destination see the number is 5631030? Kindly find below the configuration of

Re: [asterisk-users] looking for free DID 708-839

2011-09-24 Thread Vladimir Mikhelson
SipGate.Com used to offer free DIDs in Illinois, but it looks like they ran out of numbers... -Vladimir On 9/23/2011 2:45 PM, Joseph wrote: > Are there any free DID in Illinois 708-839 or area? > -- _ -- Bandwidth and Colocat

Re: [asterisk-users] TDM400 FXO stopped working

2011-09-24 Thread Vladimir Mikhelson
Remco, In my experience something could have gone wrong with the parameters you pass to WCTDM driver. You may want to check your /etc/modprobe.d/dahdi.conf Try loading the driver manually as follows: 1. Stop Asterisk 2. modprobe -r wctdm 3. modprobe wctdm 4. dahdi_cfg -vvv Good luck, Vladimir

Re: [asterisk-users] AGI Problem

2011-09-24 Thread Steve Edwards
On Sat, 24 Sep 2011, Mehmet Avcioglu wrote: Thanks for the help. 48 times out of 18000 should be ignorable in most cases but it required human intervention 48 times.:) Obviously if there is no other way I'll find a way to automate that human intervention somehow.. Thanks again. In no particu

Re: [asterisk-users] AGI Problem

2011-09-24 Thread Mehmet Avcioglu
Thanks for the help. 48 times out of 18000 should be ignorable in most cases but it required human intervention 48 times.:) Obviously if there is no other way I'll find a way to automate that human intervention somehow.. Thanks again. -- Mehmet On Sep 24, 2011, at 4:34 PM, Sam Govind wrote: >

Re: [asterisk-users] AGI Problem

2011-09-24 Thread Sam Govind
Should we consider it ignorable or you are still interested in resolving ! Best of Luck in any case ! On Sat, Sep 24, 2011 at 6:16 PM, Mehmet Avcioglu wrote: > > Out of about 18000 instances this problem occurred 48 times yesterday. So > it has been pretty much impossible for me to replicate it u

Re: [asterisk-users] AGI Problem

2011-09-24 Thread Mehmet Avcioglu
Out of about 18000 instances this problem occurred 48 times yesterday. So it has been pretty much impossible for me to replicate it under test conditions. Thanks -- Mehmet On Sep 24, 2011, at 4:00 PM, Sam Govind wrote: > Thats wicked !! hmmm stop your asterisk (if u can afford) and run it lik

Re: [asterisk-users] AGI Problem

2011-09-24 Thread Sam Govind
Thats wicked !! hmmm stop your asterisk (if u can afford) and run it like "asterisk -cvg" and then make a call.. see whats your AGI doing in there !! On Sat, Sep 24, 2011 at 5:43 PM, Mehmet Avcioglu wrote: > > Thanks for the response. > > Asterisk logs the execution of the AGI and script comp

Re: [asterisk-users] AGI Problem

2011-09-24 Thread Mehmet Avcioglu
Thanks for the response. Asterisk logs the execution of the AGI and script completed messages within the same second, so less than a second. -- Mehmet On Sep 24, 2011, at 3:34 PM, Sam Govind wrote: > How much time your AGI is taking? Check if it is completing its task and not > killed by as

Re: [asterisk-users] Set (MONITOR_FILENAME=.................) for queuing recording calls

2011-09-24 Thread Sam Govind
yes you are right. You should put it before calling in the queue. Set monitor filename as you want. Also you can set directory in the filename here too. So when the queu is triggered and mixmonitor starts it'll use that filename and record inot the file. On Sat, Sep 24, 2011 at 2:08 AM, bilal gha

Re: [asterisk-users] AGI Problem

2011-09-24 Thread Sam Govind
How much time your AGI is taking? Check if it is completing its task and not killed by asterisk. I guess we've 6~7 seconds before asterisk kills all call channel and related tasks. On Sat, Sep 24, 2011 at 3:21 PM, Mehmet Avcioglu wrote: > > On Sep 23, 2011, at 8:01 PM, Mehmet Avcioglu wrote: > >

Re: [asterisk-users] AGI Problem

2011-09-24 Thread Mehmet Avcioglu
On Sep 23, 2011, at 8:01 PM, Mehmet Avcioglu wrote: > I have an AGI script that occasionally disappears without completing its > action and asterisk logs the following. > > AGI Script script.php completed, returning 4 > Spawn extension (context, 0123456, 2) exited non-zero on > 'Local/0123456