search for: _002

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

Did you mean: 2002
2005 May 23
1
How to connect to IPTEL.ORG
...this configuration, but it doesn't work: In sip.conf: register => my_account_name:xxxx@iptel.org [iptel.org] type=friend host=iptel.org fromuser=my_account_name secret=xxxx nat=yes in extensions.conf: [fromiptel] exten => my_iptel_number,1,Dial(SIP/phone1,20,r) [toiptel] exten => _002.,1,SetCallerId,my_iptel_number exten => _002.,2,Dial(SIP/my_iptel_number@iptel.org/${EXTEN:3},60,r) exten => _002.,3,Congestion What is it wrong???? Note: I'm sorry for my english.
2006 Sep 04
9
RMagick Image.read doesn't... read!
I''ve a controller with an action that should read an image file from a specified path and do some operations on it (mainly, resize it). I try to read the image through this line of code (the image is placed in applicationname\public\images. img = Magick::Image.read("world.jpg") The fact is that whenever I open that page, the browser freezes and I have to restart my