[asterisk-ss7] Charge indicator

Jorge Valencia jvalencia at chile.com
Fri Feb 5 14:20:32 CST 2010


Hi Bruno, well last year i had the same problem, it was posted here.  My
solution was modify the source, inside isup.c you need modify the code, find
this function static FUNC_SEND(backward_call_ind_transmit) and add some
lines. I think Matt was going to setup an option..anyway here is the code
 
 
static FUNC_SEND(backward_call_ind_transmit)
{
  unsigned char alwayscharge= 2;
  parm[0] = 0x40 | alwayscharge;
  parm[1] = 0x14;
  return 2;
}
 
Regards
 
Jorge Valencia G.
Operaciones
Will Telefonía SA
Santo Domingo 1894 - Santiago - Chile
+56 2 5720000
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-ss7/attachments/20100205/47beaf9b/attachment.htm 


More information about the asterisk-ss7 mailing list