Support A2Billing :

provided by Star2Billing S.L.

Support A2Billing :
It is currently Thu Mar 28, 2024 8:50 am
Voice Broadcast System


All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: TerminateCauseID in cc_calls table
PostPosted: Fri Jan 08, 2010 10:52 am 
Offline

Joined: Mon May 07, 2007 8:27 am
Posts: 38
Hi,

TerminateCauseID in cc_call table, how do we know which terminatecauseid is which?

Please tell me relation to any other table or is it hard coded?

Thanks

Salman Karim


Top
 Profile  
 
 Post subject: Re: TerminateCauseID in cc_calls table
PostPosted: Fri Jan 08, 2010 4:52 pm 
Offline

Joined: Sun Mar 12, 2006 2:49 pm
Posts: 954
Location: Barcelona
It s hard coded indeed :

Code:
      $dialstatus_list["1"] = array( gettext("ANSWER")      , "1");
      $dialstatus_list["2"] = array( gettext("BUSY")         , "2");
      $dialstatus_list["3"] = array( gettext("NOANSWER")   , "3");
      $dialstatus_list["4"] = array( gettext("CANCEL")      , "4");
      $dialstatus_list["5"] = array( gettext("CONGESTION")   , "5");
      $dialstatus_list["6"] = array( gettext("CHANUNAVAIL")   , "6");
      $dialstatus_list["7"] = array( gettext("DONTCALL")   , "7");
      $dialstatus_list["8"] = array( gettext("TORTURE")      , "8");
      $dialstatus_list["9"] = array( gettext("INVALIDARGS")   , "9");


Yours,
/Areski


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 
VoIP Billing solution


All times are UTC


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group