Re: [asterisk-users] G.722 problems with IAX

2009-09-03 Thread Armin Schindler
On Thu, 3 Sep 2009, Tilghman Lesher wrote: > On Thursday 03 September 2009 02:47:05 Armin Schindler wrote: >> Hello, >> >> I try to move our asterisk installation (3 Asterisk servers in different >> offices connected using IAX and a lot of SIP phones, as well as ISDN >> connections using CAPI) to u

Re: [asterisk-users] OT - log rotation [solved]

2009-09-03 Thread Olivier
>From an off-list comment, I think the explanation is : - some apps are opening and closing log files before and after each writing, - some are leaving log files open. When a log file is currently rotated, both apps can't append anything anymore to log files. Apps like Asterisk with "wide open log

Re: [asterisk-users] AST-2009-006: IAX2 Call Number Resource Exhaustion

2009-09-03 Thread Olle E. Johansson
4 sep 2009 kl. 08.05 skrev Gordon Henderson: > On Thu, 3 Sep 2009, Asterisk Security Team wrote: > >> >> + >> + >> | Discussion | A lot of time was spent trying to come up with a >> way to | >> || resolv

Re: [asterisk-users] setvar=CDR(accountcode)=${EXTEN} in sip.conf ???

2009-09-03 Thread Olle E. Johansson
4 sep 2009 kl. 00.44 skrev Matt Riddell: > On 4/09/09 10:41 AM, Doug Lytle wrote: >> Todd Routhier wrote: >>> Trying to do something like this in the sip.conf under my incoming >>> provider profiles: >>> >>> setvar=CDR(accountcode)=${EXTEN} >>> >> Set(CDR(accountcode)=${EXTEN}) > > Nah he's tryin

Re: [asterisk-users] GTalk functionality Asterisk

2009-09-03 Thread Olle E. Johansson
3 sep 2009 kl. 11.40 skrev Michiel van Baak: > On 14:24, Thu 03 Sep 09, ABBAS SHAKEEL wrote: >> Hello >> Previous context :- After Looking up sip and IAX2 that require >> configuration at router level which may cause some problems like >> connection >> break etc... so i left them . and

Re: [asterisk-users] AST-2009-006: IAX2 Call Number Resource Exhaustion

2009-09-03 Thread Gordon Henderson
On Thu, 3 Sep 2009, Asterisk Security Team wrote: > ++ > | Discussion | A lot of time was spent trying to come up with a way to | > || resolve this issue in a way that was completely backwards | > |

Re: [asterisk-users] How to Disable CDR for callfile?

2009-09-03 Thread Faheem
yes, callfile work through context. When control is in the dialplan context/extension/priority, I can enable/disable CDR's. Problem comes when asterisk dial a call and user is busy or did not answered the call. In this case a CDR is generated. No CDR should be generated on busy or failed call a

[asterisk-users] DTMF with duration = 0

2009-09-03 Thread Bruno Rodrigues :oP
Hi All, I'm receivig DTMF from my provider in RFC2833 but my provider send in Event Duration the value 0 and when asterisk forward this DTMF to PSTN asterisk play the DTMF very fast. Anybody now how fixes this problem ? Thank You, Bruno Rodrigues___

[asterisk-users] chan_mobile -- bluetooth

2009-09-03 Thread Gianpiero Napoli
Hi, I'm having trouble with chan_mobile. mobile search is give me only headset device even if they are laptop or cellphone. I want to use my nokia 6630 with asterisk and I cannot understand what is missing. I already google that problem and read the forum.. but i'm not getting out of this problem

[asterisk-users] AST-2009-006: IAX2 Call Number Resource Exhaustion

2009-09-03 Thread Asterisk Security Team
Asterisk Project Security Advisory - AST-2009-006 ++ | Product | Asterisk | |+---|

[asterisk-users] Asterisk 1.2.35, 1.4.26.2, 1.6.0.15, and 1.6.1.6 Now Available

2009-09-03 Thread Asterisk Development Team
The Asterisk Development Team has announced the release of Asterisk 1.2.35, 1.4.26.2, 1.6.0.15, and 1.6.1.6. These releases are available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ These releases have been created in response to an IAX2 denial of service vulner

Re: [asterisk-users] setvar=CDR(accountcode)=${EXTEN} in sip.conf ???

2009-09-03 Thread Matt Riddell
On 4/09/09 10:41 AM, Doug Lytle wrote: > Todd Routhier wrote: >> Trying to do something like this in the sip.conf under my incoming >> provider profiles: >> >> setvar=CDR(accountcode)=${EXTEN} >> > Set(CDR(accountcode)=${EXTEN}) Nah he's trying to do it in sip.conf Basically what you should do is

Re: [asterisk-users] setvar=CDR(accountcode)=${EXTEN} in sip.conf ???

2009-09-03 Thread Doug Lytle
Todd Routhier wrote: > Trying to do something like this in the sip.conf under my incoming > provider profiles: > > setvar=CDR(accountcode)=${EXTEN} > Set(CDR(accountcode)=${EXTEN}) Doug -- Ben Franklin quote: "Those who would give up Essential Liberty to purchase a little Temporary Safety,

[asterisk-users] setvar=CDR(accountcode)=${EXTEN} in sip.conf ???

2009-09-03 Thread Todd Routhier
Trying to do something like this in the sip.conf under my incoming provider profiles: setvar=CDR(accountcode)=${EXTEN} It seems to show up in the CDR but it's showing up exactly like this "${EXTEN}". Is there a way to stuff the DNIS (number dialed) into the accountcode for CDR? I have already a

Re: [asterisk-users] Originate calls with AMI.

2009-09-03 Thread Guillaume Yziquel
Hello. Matt Riddell a écrit : > > To start with I'd do (just rearranging but makes me feel better): > > Action: originate > Channel: SIP/zoiper > Context: internal > Exten: yziquel > Priority: 1 > Timeout: 30 > Callerid: yziquel Thank you for your answer. > But also, are you sure that the exte

Re: [asterisk-users] probleme with web-meetme.3.1.0

2009-09-03 Thread Matt Riddell
On 4/09/09 3:24 AM, harry R wrote: > Hi everybody > > I have a problem and want to know if anyone has already seen it before : > I try to use web-meetme.3.1.0 and follow these instructions First off, (even though I don't understand French) your error is that ast_config_load in the version of Aste

Re: [asterisk-users] Originate calls with AMI.

2009-09-03 Thread Matt Riddell
On 4/09/09 2:41 AM, Guillaume Yziquel wrote: > Hello. > > I've been trying to use the AMI to originate phone calls. > > I'm trying to call the SIP phone 'zoiper' with the SIP phone 'yziquel'. > > So, the AMI interaction is: > >> Action: originate >> Channel: SIP/zoiper >> Exten: yziquel >> Priority

Re: [asterisk-users] OT - log rotation

2009-09-03 Thread Matt Riddell
On 3/09/09 10:39 PM, Olivier wrote: > Hi, > > It seems Asterisk needs to be notified that log rotation happened tough > applications like astmanproxy or FOP doesn't need to be restarted (nor > notified of any rotation). In logrotate we just add a command to be run after rotation to do: asterisk -

[asterisk-users] Noises on Batphones

2009-09-03 Thread Jason Martin
Hello, The company I work for recently purchased 2 Rhino CB24s and a Rhino PCI-E R4T1. The channel banks are plugged into the R4T1, as well as 2 PRIs from our telco. The CB24s are for all internal analog phones. Most of the phones are setup in "batphone mode", which is "immediate=on" in th

[asterisk-users] transcoder card

2009-09-03 Thread Edwin Lam
hi folks. i have several remote sites with total of 200 sip phones connect to our Asterisk server. i want to minimize bandwidth usage and thinking about getting a Digium TC400B transcoder card. what are your experience with it? how's the quality? also if there are 120 active channels in used. will

Re: [asterisk-users] Recommendations about infrastructure to use with Asterisk

2009-09-03 Thread John A. Sullivan III
On Thu, 2009-09-03 at 06:30 -0300, Daniel Bareiro wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi all! > > I'm investigating the possibility of using Asterisk as much for internal > communication in an office as between offices and I would like to know > what considerations you co

Re: [asterisk-users] Dahdi configuraion / error

2009-09-03 Thread Joao Gomes Pereira
Here it is: [r...@catumbela ~]# lsmod|grep wct4xxp wct4xxp 242176 0 dahdi 197640 5 wct4xxp [r...@catumbela ~]# dmesg is in attach :) Danny Nicholas escreveu: Okay. What is the output of these commands? dmesg lsmod|grep wct4xxp -Original Message- Fr

Re: [asterisk-users] Dahdi configuraion / error

2009-09-03 Thread Joao Gomes Pereira
here are my logs when I start the dahdi driver: /etc/rc.d/init.d/dahdi start Sep 3 18:02:39 catumbela kernel: Found TE4XXP at base address fdcff000, remapped to f88a8000 Sep 3 18:02:39 catumbela kernel: TE4XXP version c01a0164, burst OFF Sep 3 18:02:39 catumbela kernel: FALC version: 00

Re: [asterisk-users] Dahdi configuraion / error

2009-09-03 Thread Joao Gomes Pereira
it looks like this: tail /etc/dahdi/modules # Autogenerated by /usr/sbin/dahdi_genconf (Dahdi::Config::Gen::Modules) on Wed Jun 24 12:41:26 2009 # If you edit this file and execute /usr/sbin/dahdi_genconf again, # your manual changes will be LOST. wct4xxp Danny Nicholas escreveu: > "No such d

Re: [asterisk-users] Dahdi configuraion / error

2009-09-03 Thread Danny Nicholas
"No such device" is sometimes an indication that /etc/init.d/dahdi start did not load the driver. What does /etc/dahdi/modules look like? -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Joao Gomes Pereira Sent

Re: [asterisk-users] Dahdi configuraion / error

2009-09-03 Thread Joao Gomes Pereira
Tzafrir Cohen escreveu: > On Tue, Sep 01, 2009 at 08:53:04AM -0500, Danny Nicholas wrote: >> This may be dumb and/or obvious, but did you do these steps? >> 1. dahdi_genconf dahdi modules user to make sure all of the configuration >> files are up to standard this is an R23 connection, so I dont

[asterisk-users] probleme with web-meetme.3.1.0

2009-09-03 Thread harry R
Hi everybody I have a problem and want to know if anyone has already seen it before : I try to use web-meetme.3.1.0 and follow these instructions http://sourceforge.net/docman/display_doc.php?docid=48924&group_id=164788 1) when i do "make" command in cbmysql folder, errors happened **

[asterisk-users] Originate calls with AMI.

2009-09-03 Thread Guillaume Yziquel
Hello. I've been trying to use the AMI to originate phone calls. I'm trying to call the SIP phone 'zoiper' with the SIP phone 'yziquel'. So, the AMI interaction is: > Action: originate > Channel: SIP/zoiper > Exten: yziquel > Priority: 1 > Timeout: 30 > Context: internal > > Response: Error >

Re: [asterisk-users] G.722 problems with IAX

2009-09-03 Thread Tilghman Lesher
On Thursday 03 September 2009 02:47:05 Armin Schindler wrote: > Hello, > > I try to move our asterisk installation (3 Asterisk servers in different > offices connected using IAX and a lot of SIP phones, as well as ISDN > connections using CAPI) to use G.722 instead of G.711. > > Asterisk 1.4.25.1 i

Re: [asterisk-users] How to Disable CDR for callfile?

2009-09-03 Thread Danny Nicholas
Have your callfile work through a context instead of dialing. The context can disable CDR. _ From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Faheem Sent: Thursday, September 03, 2009 7:57 AM To: asterisk-users@lists.digium.co

[asterisk-users] How to Disable CDR for callfile?

2009-09-03 Thread Faheem
I want to do a callback scenario. Each time asterisk receive a call, it creates a callfile, sends back the hangup signal and dial back the extension. Here the default CDR logging is enabled. If a dial attempt is failed then a CDR is generated. How I do a trick to stop CDR logging for all callfile

Re: [asterisk-users] Does L(x:y:z) "Dial" option work on Asterisk version 1.4 ?

2009-09-03 Thread Mauro Sergio Ferreira Brasil
Sorry guys. My bad! As you can see, the command on prior message is incorret. I've changed to: Dial(SIP/${EXTEN}|20|RtTL(30:6:2)) and it's working now. Thanks and best regards, Mauro. Mauro Sergio Ferreira Brasil escreveu: > Hello there! > > I'm testing "Dial" call limit option o

Re: [asterisk-users] Payload size of 30ms

2009-09-03 Thread Fred Posner
On Sep 3, 2009, at 2:34 AM, Olle E. Johansson wrote: > > 2 sep 2009 kl. 22.40 skrev Fred Posner: > >> Here's the story... >> >> Nortel system set to use g711 @ 30ms payload ... Asterisk box would >> need to communicate to that box @ 30 ms and another end point at 20 >> ms. >> >> I've seen discussi

Re: [asterisk-users] OT - log rotation

2009-09-03 Thread Steve Howes
On 3 Sep 2009, at 11:39, Olivier wrote: > It seems Asterisk needs to be notified that log rotation happened > tough applications like astmanproxy or FOP doesn't need to be > restarted (nor notified of any rotation). > Is this personal observation true ? > How could this be explained ? They do

[asterisk-users] OT - log rotation

2009-09-03 Thread Olivier
Hi, It seems Asterisk needs to be notified that log rotation happened tough applications like astmanproxy or FOP doesn't need to be restarted (nor notified of any rotation). Is this personal observation true ? How could this be explained ? Regards ___ -

Re: [asterisk-users] MeetMe unactive pin access

2009-09-03 Thread BERGANZ François
I found ! If I need to enter in a conference (without pinacces) which is in the database (and have a pin access), Just add ‘,thepinacces’ at the end of meetme! Cordialement, P Pensez à l'Environnement, n'imprimez ce mail que si nécessaire. De : asterisk-users-boun...@lists.digium.

Re: [asterisk-users] DISA() fails to recognize dtmf where WaitExten() succeeds (DAHDI-PRI)

2009-09-03 Thread Doug Lytle
Karl Fife wrote: > > Any theories as to why one routine would behave differently than the other > with Echo Cancellation enabled? > > In my mind, anything that alters the audio path may cause issues with DTMF detection. As to why, I'm not qualified to say; I'm not a programmer. You may want

Re: [asterisk-users] MeetMe unactive pin access

2009-09-03 Thread BERGANZ François
Sorry, there are some errors, here the right question: Hello, I have conferences in my database. I need at some moments, to access the CONFEERENCE without asking pin access, or with using cdr(accountcode). Is it possible? Thank you Cordialement, BERGANZ François c

Re: [asterisk-users] GTalk functionality Asterisk

2009-09-03 Thread Michiel van Baak
On 14:24, Thu 03 Sep 09, ABBAS SHAKEEL wrote: > Hello > Previous context :- After Looking up sip and IAX2 that require > configuration at router level which may cause some problems like connection > break etc... so i left them . and start wondering if there is some > thing that dont requir

[asterisk-users] MeetMe unactive pin access

2009-09-03 Thread BERGANZ François
Hello, I have conferences in my database. I need at some moments, to access the database without asking pin access, or with using cdr(accountcode). Is it possible? Thank you Cordialement, BERGANZ François P Pensez à l'Environnement, n'imprimez ce mail que si nécessaire.

[asterisk-users] Recommendations about infrastructure to use with Asterisk

2009-09-03 Thread Daniel Bareiro
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all! I'm investigating the possibility of using Asterisk as much for internal communication in an office as between offices and I would like to know what considerations you could comment to me being based on the experience that you have had. A pri

[asterisk-users] GTalk functionality Asterisk

2009-09-03 Thread ABBAS SHAKEEL
Hello Previous context :- After Looking up sip and IAX2 that require configuration at router level which may cause some problems like connection break etc... so i left them . and start wondering if there is some thing that dont require configuration at router layer. The task to accomplish

Re: [asterisk-users] Versions of Asterisk 1.6

2009-09-03 Thread Santiago Gimeno
Hi David, > Is T.38 Fax supported on both? > > I can tell you that I've been having problems with various version of > Cisco IOS and T.38 on asterisk. I had a stable configuration fax-wise, > but I had to upgrade the IOS because of a Cisco bug, and my T.38 has > never been the same since. It's har

Re: [asterisk-users] passing commands asterisk cli and getting output using PHP AGI

2009-09-03 Thread James Mutuku
I have included that but my scripts goes silent at AGI Rx << EXEC Flite "Hello 1215, you have dialed 1220." AGI Tx >> 200 result=0 Below is my script #!/usr/bin/php -q new_AsteriskManager(); $agi->answer(); $callext = $agi->get_variable("DNID"); $callext=$callext['data'];

Re: [asterisk-users] Voipbuster not ringing, other SIP peers are ringing...

2009-09-03 Thread Francesco Peeters
Francesco Peeters wrote: Francesco Peeters wrote: Does anybody else see the same behavior for VoipBuster connections? When I trace one of the other SIP peers, I see it sends this message: -- <--- SIP read from 82.

[asterisk-users] sql error on trunk qualify....??

2009-09-03 Thread Oguzhan Kayhan
Hi, Whenever one of my trunks becomes unreachable or reachable again.. On logs i got the msg as follows: Jul 31 15:15:51] NOTICE[15112] chan_sip.c: Peer 'voiptrunk' is now Reachable. (12ms / 2000ms) [Jul 31 15:15:51] WARNING[15112] res_config_mysql.c: MySQL RealTime: Failed to query database. Chec

Re: [asterisk-users] play prompt after hanup

2009-09-03 Thread Rilawich Ango
Thanks. Is it possible to do the same after Queue command? After Queue command, hangup will hangup the call and won't go to the next priority. On Mon, Aug 17, 2009 at 7:22 PM, Trevor Hammonds wrote: > On Monday, August 17, 2009, Rilawich Ango wrote: > >>Thanks.  DIALSTATUS works except ANSWER.  

Re: [asterisk-users] Inquiry:Problem with Call Parking

2009-09-03 Thread hadi motamedi
Thank you for your reply . Do you mean my Asterisk extensions.conf must contain a line like the followings ? include => parkedcalls If so , can you please let me know where I have to put this line in my extensions.conf ? Thank you in advance Regards H.Motamedi On Thu, Sep 3, 2009 at 5:26 AM, Ste

[asterisk-users] G.722 problems with IAX

2009-09-03 Thread Armin Schindler
Hello, I try to move our asterisk installation (3 Asterisk servers in different offices connected using IAX and a lot of SIP phones, as well as ISDN connections using CAPI) to use G.722 instead of G.711. Asterisk 1.4.25.1 is used with the G.722 patch (the fixed one, which solves the gain probl

Re: [asterisk-users] passing commands asterisk cli and getting output using PHP AGI

2009-09-03 Thread Steve Howes
On 3 Sep 2009, at 08:01, James Mutuku wrote: > I know this might be an easy one but either way I am stuck...I need > to execute asterisk cli commands using php agi and get the output > via the same script. > > How to I execute let's say "show hints" and get the output back to > the script? I

[asterisk-users] passing commands asterisk cli and getting output using PHP AGI

2009-09-03 Thread James Mutuku
Hellos, I know this might be an easy one but either way I am stuck...I need to execute asterisk cli commands using php agi and get the output via the same script. How to I execute let's say "show hints" and get the output back to the script? I have tried $agi->exec("show hints"); but I am getti