Support A2Billing :

provided by Star2Billing S.L.

Support A2Billing :
It is currently Sat Apr 27, 2024 12:24 pm
Predictive Dialer


All times are UTC




Post new topic Reply to topic  [ 9 posts ] 
Author Message
 Post subject: How Do configure callback to bill the both two numbers
PostPosted: Thu Jun 18, 2009 2:10 pm 
Offline

Joined: Mon Jun 15, 2009 4:14 pm
Posts: 17
Hi guys,

I would like to Know how to configure my a2billing on the callback's service to bill both numbers that i put to call.

Currently, my when i do a callback using in Your PhoneNumber : XXXX-1234 , and in The number you wish to call : YYYY-1234 , my a2billing's just billing the second number YYYY-1234.

I want that my system bills both numbers XXXX-1234 and YYYY-1234.

Help me guys, i'm really needing this functionality.

Thank's for the cooperation


Top
 Profile  
 
 Post subject: Re: How Do configure callback to bill the both two numbers
PostPosted: Thu Jun 18, 2009 5:26 pm 
Offline

Joined: Wed Mar 15, 2006 11:58 pm
Posts: 325
Hello,

I am looking for that as well but can't seem to find the answer anywhere. I have seen this field on the very last line of /etc/asterisk/a2billing.conf:

callback_bill_1stleg_ifcall_notconnected = YES

However, even with that set to YES my balance still doesn't deplete when a call comes in.

Any suggestions Areski? :)


Top
 Profile  
 
 Post subject: Re: How Do configure callback to bill the both two numbers
PostPosted: Mon Jun 22, 2009 4:16 pm 
Offline

Joined: Mon Jun 15, 2009 4:14 pm
Posts: 17
Yeah, i tried to change this parameter too, with out succesfull as well.

I think that it could be a change on the context. I'm testing, changing some parameters, but no good results. :(

If anyonde can help, we will be thankful! :)


Top
 Profile  
 
 Post subject: Re: How Do configure callback to bill the both two numbers
PostPosted: Mon Jun 22, 2009 5:09 pm 
Offline

Joined: Fri Jun 23, 2006 3:56 pm
Posts: 4065
This setting:-

callback_bill_1stleg_ifcall_notconnected = No

Is to allow the caller to make a call, and the billing on the A Leg only starts when the B Leg answers.

If it is set to yes, then the A Leg is billed from the time that the customer answers the callback.

Generally, customers do not expect to be charged for calls, unless the other end picks up. This setting allows that choice.

The callback should add the cost of both legs together for billing purposes.

Joe


Top
 Profile  
 
 Post subject: Re: How Do configure callback to bill the both two numbers
PostPosted: Wed Jun 24, 2009 4:02 pm 
Offline

Joined: Mon Jun 15, 2009 4:14 pm
Posts: 17
Without succesful yet!

I keep with the doubt!


Top
 Profile  
 
 Post subject: Re: How Do configure callback to bill the both two numbers
PostPosted: Wed Jun 24, 2009 5:06 pm 
Offline

Joined: Mon Jun 15, 2009 4:14 pm
Posts: 17
Guys, i saw on a post ( viewtopic.php?f=7&t=4876 ) a different configuration of extensions_a2billing.conf showed by our friend called "baall" in the last reply.

I tried changing my extensions_a2billing.conf from:

[a2billing]
exten => _X.,1,Answer
exten => _X.,n,Wait(1)
exten => _X.,n,DeadAGI(a2billing.php|1)
exten => _X.,n,Hangup

[custom-a2billing]
exten => _X.,1,Answer
exten => _X.,n,Wait(1)
exten => _X.,n,DeadAGI(a2billing.php|1)
exten => _X.,n,Hangup

[a2billing-callback]
include => a2billing



changing to:


[a2billing]
exten => _X.,1,Answer
exten => _X.,n,Wait(1)
exten => _X.,n,DeadAGI(a2billing.php|1)
exten => _X.,n,Hangup

[custom-a2billing]
exten => _X.,1,Answer
exten => _X.,n,Wait(1)
exten => _X.,n,DeadAGI(a2billing.php|1)
exten => _X.,n,Hangup

[a2billing-callback]
exten => _X.,1,Answer
exten => _X.,n,DeadAGI(a2billing.php|1|callback)
exten => _X.,n,Hangup


But i notified that the first number ringing and really was billied, but after to answer the first call, the call hung up ( likelly busy). So the second number was never call (ring).

What's happening??? Can somebody help me?

Regards

Ricardo


Top
 Profile  
 
 Post subject: Re: How Do configure callback to bill the both two numbers
PostPosted: Thu Aug 20, 2009 1:21 pm 
Offline
User avatar

Joined: Thu Aug 20, 2009 8:30 am
Posts: 5
Hi Ricardo,

Did you find a solution for the hangup problem in the meantime?

I have the same problem posted in the topic that and saw you have the same issue.

Necati


Top
 Profile  
 
 Post subject: Re: How Do configure callback to bill the both two numbers
PostPosted: Tue Sep 08, 2009 6:27 pm 
Offline

Joined: Mon Jun 15, 2009 4:14 pm
Posts: 17
Hi Necati, i still can't resolve this problem and nobody contribuited more.
It seems very complicated, because anybody could help. :(

If you get more informations, please, relate to me ok! :)

Some information here i will post here in the forum! 8)

Regards.


Top
 Profile  
 
 Post subject: Re: How Do configure callback to bill the both two numbers
PostPosted: Wed Sep 09, 2009 4:36 am 
Offline
User avatar

Joined: Thu Aug 20, 2009 8:30 am
Posts: 5
Hello rguedesc,

Use instead of
Code:
(a2billing.php|1|callback)

such as
Code:
(a2billing.php,1,callback)


In my case this solve the problem with the hangup.

Regards,
Necati


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 9 posts ] 
Hosted Voice Broadcast


All times are UTC


Who is online

Users browsing this forum: No registered users and 17 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group