search for: thesecond

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

Did you mean: onesecond
2006 Feb 22
1
"Proxy Authentication Required" issue
...# instead of using the initial INVITE. Therefore, the SBC is actually changing this information and treats it as a new call when the client does send it with the same call-ID and an incremented Cseq as the first Invite. So the question in mind is the following: Is it REQUIRED for Asterisk that thesecond Invite which is a response to the 407 that has the proper authentication information to use the same call ID and Cseq or this should not matter? thanks, --------------------------------- Yahoo! Mail Use Photomail to share photos without annoying attachments. -------------- next part ------...
2003 Dec 18
2
Expressions
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I'm having a problem with the following expression examples. exten => s,1,NoOp($[$[${value} >= 10] & $[${value} < 18]]) exten => s,1,GotoIf($[$[${value} >= 10] & $[${value} < 18]]?3) ${value} is 13 in both examples above. First extension evaluates to 1 while second evaluates to 0 even though it's the same