Support A2Billing :

provided by Star2Billing S.L.

Support A2Billing :
It is currently Wed Apr 24, 2024 2:03 am
Predictive Dialer


All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: How to disable the *(star) function doing calls
PostPosted: Wed Jan 10, 2007 1:06 pm 
Offline

Joined: Tue Aug 22, 2006 10:58 am
Posts: 6
Hi,
I know the site is somewhat spammed, but still hope somewhere can help me out on this one.
How do I disable the "press star for a new call" function in asterisk, so when the user presses star, asterisk2billing will ignore it and send it on to the caller.

Cheers


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jan 27, 2007 7:58 am 
Offline

Joined: Sun Dec 24, 2006 3:26 am
Posts: 7
in the a2billing.conf file you just need to remove H from the dialcommand.


dialcommand_param="|60|HL(%timeout%:61000:30000)"

Like this ----> dialcommand_param="|60|L(%timeout%:61000:30000)"

; More information about the Dial : http://voip-info.org/wiki-Asterisk+cmd+dial
; 30 : The timeout parameter is optional. If not specifed, the Dial command will wait indefinitely, exiting only when the originating channel hangs up, or all the dialed channels return a busy or error condition. Otherwise it specifies a maximum time, in seconds, that the Dial command is to wait for a channel to answer.
; H: Allow the caller to hang up by dialing *
; r: Generate a ringing tone for the calling party
; m: Provide Music on Hold to the calling party until the called channel answers.
; L(x[:y][:z]): Limit the call to 'x' ms, warning when 'y' ms are left, repeated every 'z' ms)
; %timeout% tag is replaced by the calculated timeout according the credit & destination rate!

dialcommand_param="|60|HL(%timeout%:61000:30000)" :D


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 13 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