similar to: Asterisk 1.8 and new the command: exten => _X., 4, Wait, 2

Displaying 20 results from an estimated 1000 matches similar to: "Asterisk 1.8 and new the command: exten => _X., 4, Wait, 2"

2012 Apr 04
2
Asterisk 1.8 and DeadAGI
Dears; In asterisk 1.8, it is not more possible to use DeadAGI? Also, I found the below commands in the a2billing and I would to ask why it set the sequence 1 for the Hangup()? Maybe because it is related to the NoOp? How? [a2billing-callingcard] exten => _X.,1,NoOp(A2Billing Start) exten => _X.,n,Answer() exten => _X.,n,Wait(2) exten => _X.,n,DeadAgi(a2billing.php,1) exten =>
2014 Aug 21
1
Billing software: Other than A2Billing because of the problem with the analogue channels
Hello; I am facing a trouble with A2Billing when using analogue lines because the channels are not closing properly when dialing happen through A2Billing (it seems the dialing scenario including the hangup is not handled properly through A2Billing but I do not have control on this). But when I do dialing from asterisk and using analogue lines, I do not face a trouble because I can write the
2011 Mar 05
3
Prepaid Billing other than A2Billing
Hi All; Any one advise for open source prepaid billing other than A2Billing that can work with Asterisk and it is rich by features (for large business)? Regards Bilal
2007 Aug 27
4
Prepaid Billing: A2Billing, AstBill, ASTCC
Hi List; I need to use an prepaid billing system with Asterisk, and I do not know which one is more stable and integrated with Asterisk? A2Billing or AstBill or ASTCC? Also, from where I can download it and ready about its configuration? Regards ITS IP Telephony and Contact Center Engineer Eng. Bilal Ghayad Mobile: 009659849460
2010 Feb 06
3
A2Billing and other prepaid Billing like ASTCC, who is better?
Hi All; I used A2Billing, basically it is nice and fine, but management possibilities is not that rich, so a lot of staff are need to be repeated that let the admin facing a problem of the needed time to do the task. Anyone advise for another open source prepaid billing that is rich by the management features? Also, I hope to find an open source Billing (prepaid and postpaid) that can work with
2009 Mar 25
1
ASTCC and a2billing
Hi List; I am going to use a post and prepaid billing with my Asterisk vesion 1.4, can anyone advise me which of the billing software will be more stable and it is opensource to be used: ASTCC or a2billing? Any advise that might help to take the proper decision? Regards Bilal
2010 Oct 18
1
a2billing
Not sure if a2billing can be shared here, but ill give a shot If the credit < min_credit the IVR play: sorry you have 0 credit and hangup, I want it to FW me to the IVR to add voucher, please let me know: here is log: [18/10/2010 07:01:12]:[file:a2billing.php - line:75]:[CallerID:]:[CN:]:[IDCONFIG : 1] [18/10/2010 07:01:12]:[file:a2billing.php - line:76]:[CallerID:]:[CN:]:[MODE : standard]
2011 May 19
1
SIP 603 Declined after AGI execution
Hello everyone. I'm using Asterisk 1.4.31 and A2Billing 1.7.0 to manage a small wholesale operation, so I configured A2Billing for not to answer the call nor play any greetings or balance notifications to the caller. I'm authenticating each customer by it's IP address, and each customer has it's own context, in which I set the following: ;=====in extensions.conf======
2011 May 19
1
Getting 603 Declined after AGI execution
Hello everyone. I'm using Asterisk 1.4.31 and A2Billing 1.7.0 to manage a small wholesale operation, so I configured A2Billing for not to answer the call nor play any greetings or balance notifications to the caller. I'm authenticating each customer by it's IP address, and each customer has it's own context, in which I set the following: ;=====in extensions.conf======
2010 Jan 01
1
PBX Extension Help
hi all, I have a little problem. I'm trying to configure a2billing (asterisk2billing) with asterisk. Everything done successfully but when I try to call following error occur "WARNING[9690]: pbx.c:3170 pbx_extension_helper: No application 'DeadAGI,a2billing.php' for extension (a2billing, 456,3) and it hang ups the call. Can someone please tell me why this error occuring. My
2011 Apr 09
1
Is it the normal behaviore for AGI and DeadAGI to terminate AFTER the "h" extension?
Hi Everyone, Trying to run a php script after DeadAGI for A2Billing does it's magic. This is the dialplan: [a2billing] exten => _X.,1,System(php pre-call.php ${CALLERID(num)} ${EXTEN} ${UNIQUEID}) exten => _X.,n,AGI(a2billing.php,1) exten => _X.,n,Hangup() *exten => h,1,Wait(5)* *exten => h,n,System(php post-call.php ${CALLERID(num)} ${UNIQUEID})* As you can see above, I even
2007 Jun 14
4
Que on A2Billing
Hello All, I got one quick question on A2Billing. Specs: - - A2Billing v1.3 - OS CentOS 4.5 - Asterisk 1.2 - Zaptel 1.2 Did the installation and everything is working as it suppose to... Using the A2Billing documentation, I created the RateCard, SIP Trunks, and SIP Customers. I was also able to login using XLite Dialer and was able to call out to my SIP Trunk also. Now how can I remove the
2010 Jun 29
1
Hot to configure trunk in asterisk with a2billing.
Hi All, I am newbie in this asterisk and a2billing technology . i had successfully installed asterisk in my server fedora -8 [server behind NAT/STUN] i after installation i can able to create users and tested the call features with X-Lite . the was working fine . after i installed the A2Billing in my same server with follow the steps from a2billing installation guide. but u cant access the
2011 Jan 04
4
Do not disturbe
Hi all, I am trying to set up DND in my asterisk, I am using the following context: [app-naoperturbe] exten => *11,1,Set(DND=${DB(ddisturbe/${CALLERIDNUM})})exten => *11,2,GotoIf($["${DND}" = "YES"]?*11,3:*11,101)exten => *11,3,Set(DB(ddisturbe/${CALLERIDNUM})=NO)exten => *11,4,Playback(beep)exten => *11,5,Hangup()exten =>
2010 Sep 28
1
1.6 and 1.8 version & A2Billing
Hi All; Anyone has tried to use A2Billing with Asterisk 1.6 and 1.8 to confirm that is working fine and it is same as 1.4? Appreciate ur kindly help. Regards Bilal
2008 Nov 20
1
Voicemail in Real Time
Hi I do have asterisk running in real time I do want to add voicemail to real time. I did follow : http://www.voip-info.org/wiki-Asterisk+RealTime+Voicemail However when I do try to make a voicemail I do get : [Nov 20 12:17:04] NOTICE[16501]: chan_sip.c:5506 process_sdp: No compatible codecs, not accepting this offer! -- Executing [999alijawad at a2billing:1]
2012 Jun 22
2
a2billing
hello, I just installed a2billing, I did all the config, at least I guess .. but I still can not integrate sip accounts that I had created (with sip.conf ) in a2billing to apply their billing .. could someone tell me how to make the junction between asterisk and a2billing?? I also noticed that the file additional_a2billing_sip.conf : was always empty ... -------------- next part --------------
2010 Jun 15
2
a2billing for residential voip usage
Hello List. I just installed a2billing with asterisk 1.6 and got it working. The only problem is that I'm trying to setup something to manage who's using the most minutes in the house. I noticed a2billing only works for callin cards setups, or maybe I didn't configure it correctly for what I want. Can I use a2billing for "?VoIP residential services"? if yes, how? if no,
2010 Mar 30
1
a2billing wont pass the number
I am running into an issue with A2Billing. I will explain first of all that everything else works! the system is 90% complete its just this one small problem I am running into. So my problem is that when I place a call, 1. I dial my number that I want and A2Billing gets activated 2. it asks for my pin, upon successful entry of my pin A2Billing then 3. prompts me for my phone number then 4.
2010 May 19
2
a2billing DID and Queues
Hi all, I have configured asterisk and a2billing.for inbound i have also configured did and its forwarded to sip extensions. But i want to enable queues with inbound numbers(DID).But i could not find a way to do this in a2billing. I want enable that if some did comes to asterisk/a2billing it should be forwarded to queues not sip extensions and their i want to enable hunting so if one