search for: workarouned

Displaying 2 results from an estimated 2 matches for "workarouned".

Did you mean: workaround
2005 Jun 21
1
GSM ISDN gateway to quadbri NT port under bristuffed Asterisk - where to set gain (I have unreliable inband dtmf recognition )?
...i, I'm getting unreliable dtmf recognition (it works fine for 4-5 digits, errors (duplicates) on more), when transferred inband from gsm gateway to NT port of quadbri under bristuffed Asterisk..... Since Asterisk is claimed to have good dtmf recognizer, I suspect there are some settings to workarouned... I've tried dtmf relax, but didn't help, so I suspect gain settings.... Is there any other possible cause of unreliable dtmf inband recognition ? Where can I set gain on voice channel (I guess majority of settings under bristuff in zaptel.conf are dummy) ? Any other advice on this pr...
2007 Mar 09
2
Blank fields getting validated
Hi, I am not sure if this is already answered in this list. I couldn''t find an answer. So I am posting the question. I have multiple validations for a field. For example: validates_presence_of :contact_email validates_format_of :contact_email, :with => /^([^@\s]+)@((?:[-a-z0-9]+\.)+[a-z]{2,})$/i, :message => "is not a valid email