bar top left
bar top right
left curve
right curve
Welcome, Guest
Go to bottom
Post Reply
Post New Topic
Page: 12
TOPIC: A2billing calling problem
*
#57663
A2billing calling problem 1 Year, 5 Months ago Karma: 0
{ENGLISH} Hello everybody...im having this problem

{ESPAÑOL} Hola a todo el mundo estoy teniendo este problema


-- Executing [573178626021@a2billing:1] Answer("SIP/User ID-08d05eb0", "") in new stack
-- Executing [573178626021@a2billing:2] Wait("SIP/User ID-08d05eb0", "2") in new stack
-- Executing [573178626021@a2billing:3] DeadAGI("SIP/User ID-08d05eb0", "a2billing.php") in new stack

{ENGLISH} Can anybody help me?

{ESPAÑOL} Puede alguien ayudarme?
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
juliantitto
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
#57699
Re:A2billing calling problem 1 Year, 5 Months ago Karma: 0
same issue here!!!
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
vike82
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
#57706
Re:A2billing calling problem 1 Year, 5 Months ago Karma: 0
Hi Guys,

I have the same problem.
I am using version 2 and these are what I have done:
1) The context a2billing was not called
==> Solution: I added an include in extension.conf so to call a2billing_custom.conf.

2) The context was called but the DeadAGI(a2billing.php|1)is not doing anything.
====>Need help

3)a2billing's logs are not created and there is no way to check what is going wrong.
=====> Need help


Looking in forums, I read the post of someone who had the same problem for calls coming from his ATA phones. he "fixed some codec" and his problem was solved.
That gave me a hint as I am doing all my test using sip softphone. But I still dont know what to do with that hint.

My AGI conf has AnswerCall=yes

Could someone help please?
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
toruskga
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
#57832
Re:A2billing calling problem 1 Year, 5 Months ago Karma: 0
I have been obliged to abandon v2 for now. My 1.6 works without problem.
Hope that this will be fixed soon.
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
toruskga
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
#57908
Re: A2billing calling problem 1 Year, 5 Months ago Karma: 0
English
im using 1.6 version but i continue with the same issue. Help me please.

Español
Estoy usando la version 1.6 y continuo con el mismo problema. Ayuda porfavor.
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
juliantitto
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
#58232
Re: A2billing calling problem 1 Year, 5 Months ago Karma: 0
any answer to this issue?..i have been reading for 2 weeks...dead end...help anyone!!!!!please!!
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
vike82
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
#58235
Re: A2billing calling problem 1 Year, 5 Months ago Karma: 0
i have upgraded from 1.30 to 1.71

upgrade went fine, but i can not connect free pbx to a2billing

i have used the settings below

Add the file /etc/asterisk/extensions_a2billing.conf with the follow lines:

[a2billing]
; CallingCard application
exten => _X.,1,Answer
exten => _X.,2,Wait,2
exten => _X.,3,DeadAGI,a2billing.php
exten => _X.,4,Wait,2
exten => _X.,5,Hangup



[did]

; CallingCard application
exten => _X.,1,DeadAGI(a2billing.php|1|did)


freePBX custom destination

a2billing,${exten},1

and several diffrent combination and i always seems to be getting this below error

-- Executing [1xxxxxxxxxx@from-didforsale:1] Set("SIP/DIDFS1-00000005", "CAL LERID(num)=1xxxxxxxxxx") in new stack
-- Executing [1xxxxxxxxxx@from-didforsale:2] Goto("SIP/DIDFS1-00000005", "ex t-did,s,1") in new stack
-- Goto (ext-did,s,1)
-- Executing [s@ext-did:1] Set("SIP/DIDFS1-00000005", "__FROM_DID=s") in new stack
-- Executing [s@ext-did:2] Gosub("SIP/DIDFS1-00000005", "app-blacklist-check ,s,1") in new stack
-- Executing [s@app-blacklist-check:1] GotoIf("SIP/DIDFS1-00000005", "0?blac klisted") in new stack
-- Executing [s@app-blacklist-check:2] Set("SIP/DIDFS1-00000005", "CALLED_BL ACKLIST=1") in new stack
-- Executing [s@app-blacklist-check:3] Return("SIP/DIDFS1-00000005", "") in new stack
-- Executing [s@ext-did:3] ExecIf("SIP/DIDFS1-00000005", "1 ?Set(CALLERID(na me)=1xxxxxxxxxx)") in new stack
-- Executing [s@ext-did:4] Set("SIP/DIDFS1-00000005", "__CALLINGPRES_SV=allo wed_not_screened") in new stack
-- Executing [s@ext-did:5] Set("SIP/DIDFS1-00000005", "CALLERPRES()=allowed_ not_screened") in new stack
-- Executing [s@ext-did:6] Goto("SIP/DIDFS1-00000005", "a2billing,,1") in ne w stack


please note all caller ID can up correctly

can someone help me with this issue!!!
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
jlsip
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/08/21 16:44 By jlsip.
Reply Quote
 
#58390
Re:A2billing calling problem 1 Year, 5 Months ago Karma: 0
try this:

[a2billing]
; CallingCard application
exten => _X.,1,Answer
exten => _X.,2,Wait,(2)
exten => _X.,3,DeadAGI,a2billing.php
exten => _X.,4,Wait,(2)
exten => _X.,5,Hangup



[did]

; CallingCard application
exten => _X.,1,DeadAGI(a2billing.php,1,did)
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
fantomduck
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
#58432
Re: Re:A2billing calling problem 1 Year, 5 Months ago Karma: 0
hello fantomduck i already tried to add those lines ,,,, but i continue with the same issue "in new stack".

Another advice?
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
juliantitto
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
#58443
Re: Re:A2billing calling problem 1 Year, 5 Months ago Karma: 0
same issue here!!
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
jlsip
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
Go to top
Post Reply
Post New Topic
Page: 12
Moderators: Bob, jgutierrez