|
Not find the exit route. 1 Year, 6 Months ago
|
Karma: 0
|
|
I updated A2Billing 1.3> 1.7 but can not get lllamada finish, I think the problem is that there is the exit route.
Can you help?
He actualizado A2Billing 1.3 > 1.7 pero no consigo que termine la lllamada, creo que el problema es que no encuentra la ruta de salida.
¿ Me podeis ayudar ?
Connected to Asterisk 1.6.2.10 currently running on ns312585 (pid = 4509)
Verbosity is at least 3
== Using SIP RTP TOS bits 184
== Using SIP RTP CoS mark 5
-- Executing [3462XXXXXXX@a2billing:1] Answer("SIP/9375378955-00000000", "") in new stack
-- Executing [3462XXXXXXX@a2billing:2] Wait("SIP/9375378955-00000000", "1") in new stack
-- Executing [3462XXXXXXX@a2billing:3] DeadAGI("SIP/9375378955-00000000", "a 2billing.php") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/a2billing.php
-- AGI Script Executing Application: (DIAL) Options: (SIP/betamax1/003462965 0000,60,HRrL(5400000:61000:30000))
== Using SIP RTP TOS bits 184
== Using SIP RTP CoS mark 5
-- Called betamax1/003462XXXXXXX,60,HRrL(5400000:61000:30000)
== Everyone is busy/congested at this time (1:0/0/1)
-- Playing 'prepaid-dest-unreachable' (escape_digits=#) (sample_offset 0)
-- Playing 'prepaid-final' (escape_digits=#) (sample_offset 0)
-- <SIP/9375378955-00000000>AGI Script a2billing.php completed, returning -1
|
|
|
|
Last Edit: 2010/08/26 14:01 By chimo.
|
|
|
Re: Not find the exit route. 1 Year, 5 Months ago
|
Karma: 0
|
|
El problema aparece en la version de Asterisk 1.6.2.10, la solucion provisional es:
The problem appears in Asterisk's version 1.6.2.10, the provisional solution is:
/var/lib/asterisk/agi-bin/lib/Class.A2Billing.php
line : 3417
add comment in front of the line //
to get the following :
//$dialstr = $this -> format_parameters ($dialstr);
Cuando Asterisk solucione el problema se deve quitar la modificacion.
When Asterisk solves the problem deve to remove the modification.
Slucion realizada por Areski.
|
|
|
|
|
|
|
Re: Not find the exit route. 1 Year, 5 Months ago
|
Karma: 1
|
|
chimo escribió:
El problema aparece en la version de Asterisk 1.6.2.10, la solucion provisional es:
The problem appears in Asterisk's version 1.6.2.10, the provisional solution is:
/var/lib/asterisk/agi-bin/lib/Class.A2Billing.php
line : 3417
add comment in front of the line //
to get the following :
//$dialstr = $this -> format_parameters ($dialstr);
Cuando Asterisk solucione el problema se deve quitar la modificacion.
When Asterisk solves the problem deve to remove the modification.
Slucion realizada por Areski.
Hola, tengo Elastix 2.0.1 y no existe Class.A2Billing.php en esa dirección, si lo encontré en /var/lib/asterisk/agi-bin/libs_a2billing/Class.A2Billing.php pero el archivo solo tiene 2138 líneas..
¿de donde sacaste esa información?
Saludos
|
|
|
|
|
|
|
Re: Not find the exit route. 1 Year, 5 Months ago
|
Karma: 0
|
|
Esta modificacion es para A2Billing 1.7
Solucion realizada por Areski.
|
|
|
|
Last Edit: 2010/08/31 14:51 By chimo.
|
|
|