[Users] Broken Calls now written to Database
Bogdan-Andrei Iancu
bogdan at voice-system.ro
Tue Jul 12 11:02:20 CEST 2005
Hi Ozan,
first, if you want not to account SIP2SIP calls, you have just not to
set the acc flag for those calls (flag 1 in your script). In other
words, if you want to account only calls going to PSTN, set the flag 1
only if destination is PSTN.
Regarding the BYE - this is an well known issue and you can solve it on
the GW side (depending what GW you have) - you may enable on your GW two
types of timers:
- for received media: if the GW received no more media in X secs, it
will generate the BYE.
- Session Timer: periodically, the GW probes if the UAC is still on
by sending reINVITEs - in case of no answer or negative reply, a BYE is
generated.
Take a look at your GW specification if it has support for this.
Since the BYEs generated in this case by GW will end by timeout (the
client being disconnected), note that you need to enable
"failed_transaction" acc param (set it to on) in 0.9.x or set a flag
for "failed_transaction_flag" acc param in 0.10.x (see the online doc
for more info).
For PostPaid - it's welcome - when you have a working version, please
let us know and we can arrange with the upload.
regards,
bogdan
Ozan Blotter wrote:
> Dear List,
>
> I'm making a call to PSTN, it's okay i can talk with the other party
> via ATA, but suddenly i unplug power from it, and in accounting module
> it does not write line with BYE message so i cannot understand whether
> the call is finished or not. only INVITE and ACK are written, no BYE :(
>
> This may be a security hole for customers, because they talk for a
> long time and they may unplug their units or cut power so it does not
> tell SER it's over. How i can prevent this, also what i need to add as
> a line for telling ACC module not to write calls from 833 to 833 into
> database, which are free SIP2SIP calls ?
>
> Btw, a Postpaid Billing System is on the way for OpenSER built in PHP,
> later i will need OpenSER group's help to place it onto hosting site.
> Shortly it will have features:
>
> * Nothing extra from package, default MySql Database which comes with
> OpenSER Release is being used,
> * All routing is done via OpenSER's ser.cfg ,
> * Initial Rate, Initial Time, Increment Rate, Increment Time will be
> user variable ,
> * Account Creation/Deletion done in PHP ,
> * Invoice Generation and CDR will include many variables ,
> * Rating will be in PHP,
> * And everything is totaly free :)
>
> If you have ideas and/or suggestion please write back to me so i can
> work for it too.
> Reqs: OpenSER & PHP & MySql & Apache
>
> Thanks,
> Ozan
More information about the sr-users
mailing list