Displaying 2 results from an estimated 2 matches for "allert".
Did you mean:
alert
2003 Nov 07
6
SIP protocol bug ???
Hello,
I have a problem with asterisk when dial out to a SIP
provider.
Asterisk send a INVITE with no credentials, the
provider reply with a 401 Unauthorized.
However, Asterisk DOES NOT resend the invite again
with credentials. But it hangs there (maybe waiting
for a ok)
It is this a bug in asterisk or the provider is
supposed to send something else rather than a 401
as answer for a INVITE ?
2006 Apr 07
1
Validate_presence_of error in nested object is not displayed
...9;'
end
else
render :update do |page|
@form_name =''Adding contact''
page.replace_html ''formContent'',:partial=>''form''
end
end
end
The problem is that the contact is saved and there is no message
allerting me that the addres is mandatory . The line logger.debug
@contact.address.errors shows me that accualy there is an error while
saving but it''s not displayed .
What I have tried to do is to save the contact then save the address
@saved = @contact.save
@savedAddr = @address.save
If I do t...