Displaying 2 results from an estimated 2 matches for "ansowered".
Did you mean:
aanswered
2009 Oct 09
0
calls ansowered for 1 second or less
Hello,
Sometimes the call gets answered for 1 second, but actually the phone has
not rang, it?s just the CDR, and asterisk hangup automatically, I cought the
log of 1 call like this, I hope you can help me with this.
My setup is : <vendor> ----SIP--? <Asterisk> ?----IAX2---? <Asterisk with
Dhadi channels>
Here:
-- Executing [966505103150 at from-internal:1]
2007 Aug 26
0
How can I return a json packet?
I used extjs and ror,this is the part of my ror code:
def create
@enterprise = Enterprise.new(@params[:enterprise])
p @enterprise
if @enterprise.save
flash[:note] = ''Enterprise unit was successfully created.''
p "michael"
redirect_to(:action=>index)
else
p "error"
render_action ''new''