tutorials:faq:main
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revisionLast revisionBoth sides next revision | ||
tutorials:faq:main [2021/04/03 06:15] – miconda | tutorials:faq:main [2021/08/27 06:02] – [Media Streams] miconda | ||
---|---|---|---|
Line 360: | Line 360: | ||
!!! No, //however// Kamailio can be configured to proxy media if needed. | !!! No, //however// Kamailio can be configured to proxy media if needed. | ||
- | * [[http:// | + | * [[http:// |
??? What codecs are supported by Kamailio? | ??? What codecs are supported by Kamailio? | ||
Line 633: | Line 633: | ||
} else { | } else { | ||
# it goes here | # it goes here | ||
+ | } | ||
+ | ... | ||
+ | if (function_returns_four() && $rc ieq 6 ) { | ||
+ | # it doesn' | ||
+ | } else if ($rc ieq 4) { | ||
+ | # it goes here | ||
+ | } else { | ||
+ | # it doesn' | ||
} | } | ||
</ | </ | ||
+ | |||
+ | Note that $rc is overwritten by a new function call, therefore store its value in another variable (like $var(...)) if it is needed for longer time. | ||
For pseudo-variables, | For pseudo-variables, |
tutorials/faq/main.txt · Last modified: 2021/08/27 06:11 by miconda