Re: [asterisk-users] Prepaid Billing other than A2Billing

2011-03-08 Thread Rizwan Hisham
If you're in the market for a custom solution for whatever reason, there's more than a few of us who can write a custom prepaid solution. I've done about 7 so far personally and I know there's more like me out there Yes you are right. I am now one of them (i took the red pill :) On Sun, Mar 6,

Re: [asterisk-users] 2 ip phones and 1 normal, can't neither send nor receive calls at all...

2011-03-08 Thread Rizwan Hisham
If you can post your extensions.conf, sip.conf and features.conf then maybe some one can understand and help with your problem. Thanks On Sat, Mar 5, 2011 at 5:42 AM, Francisco Javier Cintrón Olguín fcintr...@gmail.com wrote: I have 2 ip phones linksys spa921 and 1 normal phone connected to a

[asterisk-users] CDR and call transfers :)

2011-03-08 Thread Rizwan Hisham
Hi all, I have a problem with CDRs when doing call transfers. I am using * 1.8.2.3 with cdr_odbc. As most of you may already know, CDRs and call transfers dont go along very well in *. I mean the developers team have done their best to bring it to an acceptable level. But still it cannot meet the

Re: [asterisk-users] [asterisk-dev] CDR and call transfers :)

2011-03-08 Thread Klaus Darilion
Am 08.03.2011 11:05, schrieb Rizwan Hisham: Hi all, I have a problem with CDRs when doing call transfers. I am using * 1.8.2.3 with cdr_odbc. This is the best supposed solution i have come up with. But, I am here to ask you people for your ideas and thoughts on my solution. I am still in

Re: [asterisk-users] [asterisk-dev] CDR and call transfers :)

2011-03-08 Thread Rizwan Hisham
Thanks Klaus, Actually I got my idea from CEL. But I am more familiar with AMI, plus CEL generates too many events for a single call. I dont want that, I already have a library of routines which read manager events, i just have to plug in my new idea. But still I will think about CEL once again. I

Re: [asterisk-users] 1.8.3 - IAX - echo - jitterbuffer

2011-03-08 Thread Doug Lytle
sean darcy wrote: BTW, if you haven't, try iaxagent on your phone. Sean, I'm probably one of the very few that have an Android and refuse to get a Google account. Does the developer have a site where iaxagent can be downloaded? I wouldn't mind giving it a try. Doug -- Ben Franklin

[asterisk-users] (fast) AGI and AMI synchronization ?

2011-03-08 Thread Corentin Le Gall
Hi, I've been developing some CTI software around asterisk for a while, mainly with the help of AMI and fast AGI. It works quite fine, but I have some trouble sometimes with the un-synchronized property of these 2. Let me explain, we have a dialplan like this one : exten =

Re: [asterisk-users] [asterisk-dev] CDR and call transfers :)

2011-03-08 Thread Rizwan Hisham
Anymore suggestions please. On Tue, Mar 8, 2011 at 3:36 PM, Rizwan Hisham rizwanhas...@gmail.comwrote: Thanks Klaus, Actually I got my idea from CEL. But I am more familiar with AMI, plus CEL generates too many events for a single call. I dont want that, I already have a library of routines

[asterisk-users] [1.4] Reading phone number the French way?

2011-03-08 Thread Gilles
Hello, I need to write a script which prompts the callee to type a number, and then read it back to them as confirmation: === extensions.conf [robocall] ;Expect 10-digit number excluding final #, 2 tries, 20s time-out exten = s,n(nbr2call),Read(NBR2CALL,please-type-number,10,,2,20) exten =

Re: [asterisk-users] (fast) AGI and AMI synchronization ?

2011-03-08 Thread Faisal Hanif
AMI is single threaded link so waiting on it will bring things to hang mode but FastAGI dialplan is multithread. Better to manage all info by AMI in a local hash or array and use sleep/waiting on AGI till required info populated to hash/array by AMI. -Original Message- From:

Re: [asterisk-users] [1.4] Reading phone number the French way?

2011-03-08 Thread Faisal Hanif
When you compile asterisk you can select multiple language files by using make menuselect additionally you find lot of free sources on internet for language files. Simply create a folder with language short-code in sounds and then set channel's language variable to that short-code. -Original

Re: [asterisk-users] [1.4] Reading phone number the French way?

2011-03-08 Thread Gilles
On Tue, 8 Mar 2011 17:31:26 +0500, Faisal Hanif fai...@vopium.com wrote: When you compile asterisk you can select multiple language files by using make menuselect additionally you find lot of free sources on internet for language files. Simply create a folder with language short-code in sounds and

Re: [asterisk-users] [1.4] Reading phone number the French way?

2011-03-08 Thread Richard Kenner
exten = s,n(nbr2call),Read(NBR2CALL,please-type-number,10,,2,20) For instance, a landline number in Paris like 01 42 92 81 00 is read zero-one, forty-two, ninety-two, eighty-one, zero-zero, where I assume Americans would read all the digits individually (zero, one, four, two, etc.) Maybe

Re: [asterisk-users] [1.4] Reading phone number the French way?

2011-03-08 Thread Faisal Hanif
You can also set it in dialplan using Set(LANGUAGE=FR) -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Gilles Sent: Tuesday, March 08, 2011 5:46 PM To: asterisk-users@lists.digium.com Subject: Re:

Re: [asterisk-users] (fast) AGI and AMI synchronization ?

2011-03-08 Thread Rizwan Hisham
You can use threads and queues in your program to interface with AMI. Your main thread should get all the events from * and based on some logic enqueue it. Some other thread should be listening to the queue and in that thread you are free to read the input whenever you want. This way you are free

Re: [asterisk-users] (fast) AGI and AMI synchronization ?

2011-03-08 Thread Corentin Le Gall
OK, I found my problem. I don't really know why I did not receive AMI events during the few tests I did, actually, but as for my original issue, the key point is that I use select() with fds instead of threads. In this case, the order in which the fds are put in the fd set matters. The AGI fd was

[asterisk-users] Weird PRI error on an QUAD E1 span: Ring requested on unconfigured channel 255/255

2011-03-08 Thread Tim Panton
After working fine for a week or so my new Quad E1 asterisk 1.8 system has started rejecting outbound calls from the Nortel BMC 450 it is connected to. The cli fills up with these: sig_pri.c: Ring requested on unconfigured channel 255/255 span 3 Is this likely to be a 1) config

Re: [asterisk-users] Weird PRI error on an QUAD E1 span: Ring requested on unconfigured channel 255/255

2011-03-08 Thread Thorsten Göllner
After working fine for a week or so my new Quad E1 asterisk 1.8 system has started rejecting outbound calls from the Nortel BMC 450 it is connected to. The cli fills up with these: sig_pri.c: Ring requested on unconfigured channel 255/255 span 3 Is this likely to be a 1) config

Re: [asterisk-users] Weird PRI error on an QUAD E1 span: Ring requested on unconfigured channel 255/255

2011-03-08 Thread Tim Panton
On 8 Mar 2011, at 15:48, Thorsten Göllner wrote: After working fine for a week or so my new Quad E1 asterisk 1.8 system has started rejecting outbound calls from the Nortel BMC 450 it is connected to. The cli fills up with these: sig_pri.c: Ring requested on unconfigured channel

Re: [asterisk-users] 1.8.3 - IAX - echo - jitterbuffer

2011-03-08 Thread Tim Panton
On 8 Mar 2011, at 02:12, sean darcy wrote: On 03/07/2011 05:26 PM, Kevin P. Fleming wrote: On 03/07/2011 04:15 PM, sean darcy wrote: I'm using iaxagent on a Droid X to connect by IAX to 1.8.3 at the office. 1.8.3 has sip phones. The audio is fine on the Droid X side. On the office side,

Re: [asterisk-users] Weird PRI error on an QUAD E1 span: Ring requested on unconfigured channel 255/255

2011-03-08 Thread Thorsten Göllner
After working fine for a week or so my new Quad E1 asterisk 1.8 system has started rejecting outbound calls from the Nortel BMC 450 it is connected to. The cli fills up with these: sig_pri.c: Ring requested on unconfigured channel 255/255 span 3 Is this likely to be a 1) config

Re: [asterisk-users] Weird PRI error on an QUAD E1 span: Ring requested on unconfigured channel 255/255

2011-03-08 Thread Tim Panton
On 8 Mar 2011, at 16:24, Thorsten Göllner wrote: After working fine for a week or so my new Quad E1 asterisk 1.8 system has started rejecting outbound calls from the Nortel BMC 450 it is connected to. The cli fills up with these: sig_pri.c: Ring requested on unconfigured channel

Re: [asterisk-users] TDM410P dahdi driver == no lights?

2011-03-08 Thread Shaun Ruffell
On 03/07/2011 08:22 PM, Brian Henning wrote: I have just installed an Asterisk server with a Digium TDM410P card with 3 FXO modules (no module in the 4th slot). It's lived on two different machines (a test machine, which had Linux kernel 2.6.28, and a new dedicated machine which has Linux

[asterisk-users] doorphone?

2011-03-08 Thread Tóth Csaba
Hi, could anybody suggest a usable doorphone and magnetic door opener hardphone system for me, please? Of course should be connectable to asterisk. I am in the EU, should be available here. thank you, Csaba -- _ -- Bandwidth