Displaying 9 results from an estimated 9 matches for "officephon".
Did you mean:
officephone
2006 Jun 10
4
using STI in a migration
I have some classes in my model which use STI and they work as expected
in the console. However, when I try to use them in a migration, I get
"uninitialized constant OfficePhone", for example. Why doesn''t the
migration environment pick up the class defs? OfficePhone is defined in
the model/phone.rb. I put model :phone in the application.rb but my
migration just doesn''t seem to pick it up. Any ideas?
Steven
--
Posted via http://www.ruby-for...
2007 Aug 09
0
False hangups with TDM400P and Kewlstart
...lerid=no
threewaycalling=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
echotraining=yes
busydetect=yes
busycount=5
callprogress=no
rxgain=0.0
txgain=0.0
group=1
language=doug ;use DF's custom announcements
signalling=fxo_ls
context=from-officephones
group=1
callerid => 2401
channel => 1
signalling=fxo_ls
context=from-officephones
group=1
callerid => 2402
channel => 2
signalling=fxo_ls
context=from-officephones
group=1
callerid => 2403
channel => 3
signalling=fxo_ls
context=from-officephones
group=1
callerid => 2404
ch...
2004 Aug 19
6
How to run different codecs between the same endpoints on an IAX trunk?
Or perhaps how to configure and refer to two parallel IAX trunks with
different codecs?
I have a situation where I'm using G.729A as my IAX trunking codec. Now I
need to push some short duration, low bitrate modem traffic over the link (a
credit card terminal). Obviously the modem audio isn't going to survive the
G.729 codec process intact, so for the times the device is used I'd like
2006 Apr 26
6
get foreign key table data
Hi
I?m trying to bring across all related data.
My table clients has a foreign key field that stores the id of an
organization
How can I grab the details of the organization to use in the clients
show.rhtml file?
Thanks
Scott
--
Posted via http://www.ruby-forum.com/.
2005 Feb 27
0
Interface * with ATA from ATA FXS port? (Here I go again)
...;Zap/1-1'
Here is my incoming extensions.conf dialplan:
[globals]
FWDNUMBER=223611 ; your calling number
FWDCIDNAME="Robert Webb"; your caller id
FWDPASSWORD=password ; your password
FWDRINGS=IAX2/rwebb ; the phone to ring
FWDVMBOX=2002 ; the VM box for this user
ANALOGPHONE=zap/2
OFFICEPHONE=SIP/2002
LAPTOPPHONE=IAX2/rwebb
VMBOX=2000
PSTNOUT=zap/5
[fromPSTN]
exten => s,1,LookupBlacklist
exten => s,2,DigitTimeout(3)
exten => s,3,ResponseTimeout(5)
exten => s,4,Wait(1)
exten => s,5,Background(custom/pls-wait)
exten => s,102,Goto(blacklisted,s,1)
exten => t,1,Di...
2007 Feb 09
7
Dialplan checkup
Hi All
Curious will this work
Std. PSTN line ---x------ X100p
|
------ Fax Machine
Using a standard "home phone" pstn line with a splitter connecting a fax
machine and X100 Asterisk Box
Incoming Line: Can I have in the dial Plan
[incoming]
exten => s,1,Wait(1)
exten => s,2,IfFax continue to ring, so that the Fax Machine gets it
exten
2017 Dec 14
4
SIP trunks going to the wrong context
Hi all,
I'm trying to resolve a weird issue with SIP routing.
I have a number of SIP trunks, from a selection of providers, all of
which are registered in sip.conf:
[general]
context=default
allowguest=no
allowoverlap=no
udpbindaddr=0.0.0.0
tcpenable=yes
tcpbindaddr=0.0.0.0
transport=udp
bindport=15060
srvlookup=yes
allowsubscribe=yes
2006 May 24
3
Real life use of multiple linked models in the same view
...a using Hibernate+Tapestry. Tapestry is based on components and you can really use objects mappings in views like:
Example from the contact edit (view).
<input jwcid="@TextField" value="ognl:contact.name" />
<input jwcid="@TextField" value="ognl:contact.officePhone.value" />
The same RoR code should look like:
<%= text_field ''contact'', ''name'' %></p>
<%= text_field ''contact[office_phone]'', ''value'' %></p>
I would preffer the patched version that should w...