[asterisk-users] FollowMe and billsec field of the CDRs

Sunny no7find at gmail.com
Wed Apr 4 18:41:03 CDT 2012


Hi list,

The billsec field of the CDRs not updated on followme app.
Lets suppose following configuration:

extensions.conf
[phones]
exten => _123,1,Answer()
exten => _123,2,Dial(SIP/123,12)
exten => _123,3,GotoIf($["${DIALSTATUS}" = "NOANSWER"]?:4:5)
exten => _123,4,Followme(123)
exten => _123,5,Hangup()

exten => _101,1,Answer()
exten => _101,2,Dial(SIP/101)
exten => _101,3,Hangup()

exten => _102,1,Answer()
exten => _102,2,Dial(SIP/102)
exten => _102,3,Hangup()

followme.conf
[123]
context => phones
number => 101,30
number => 102,2


User A dial 123, after 12 seconds if the call is not answered then the
followme app is triggered.
According to the configuration on followme.conf 1st the call goes to 101
and after to 102.

The call is correctly connected on both cases (101 or 102).
On CDRs I have entries for each call, ie
User A  -> 123
User A  -> 101
User A  -> 102

The call is connected in User A  -> 102, but the field billsec of
the CDRs is always 0.
Same thing happens if the call is connected in User A  -> 101
Only the billsec of User A  -> 123 is correct.

I have tested on following versions and got same result on both.
asterisk-1.8.7.1
asterisk-1.8.11.0

Is this a expected behaviour or a bug?


Thanks,
Sunny
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120405/5a1538c8/attachment.htm>


More information about the asterisk-users mailing list