search for: meneer

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

Did you mean: veneer
2005 Sep 23
2
ZAP ISDN losing digits
Hi all, I got into a strange problem here. I've got an asterisk box with bristuff-0.2.0-RC7k, and a HFC PCI ISDN card, running in NT mode. The ISDN card is connected to a S0 bus and to a Siemens ISDN PBX. Two phones are connected to the ISDN PBX and are successfully getting calls from the asterisk box. When dialling from one of the phones, the ZAP channel seems to be missing out on some of
2012 Sep 10
3
How to remove last comma when iterating through hash in erb template
I need to produce a line in a config file in the format x = "ip1,ip2,ip3" I am using the method below to sort the hash before iterating over it. However, as you can see there will always be a final comma which breaks the app that uses this config file. Does anyone know how I could remove the final comma? ipv4_bind_addresses = "<% routes.sort_by {|key, v| key}.each do |key,