Ocean
08.08.2011, 17:57
Если кто будет соединять по SIP с Asterisk 1.8, не забудьте прописать в sip.conf параметр: legacy_useroption_parsing=yes
If you have this option enabled and there are semicolons
in the user field of a sip URI, the field be truncated
at the first semicolon seen. This effectively makes
semicolon a non-usable character for peer names, extensions,
and maybe other, less tested things. This can be useful
for improving compatability with devices that like to use
user options for whatever reason. The behavior is similar to
how SIP URI's were typically handled in 1.6.2, hence the name.
иначе Asterisk не будет понимать context и будет писать, что такой экстеншн в данном контексте не найден. Помучался сейчас с этим, данная фича появилась на 1.8, на 1.6 этого не было.
If you have this option enabled and there are semicolons
in the user field of a sip URI, the field be truncated
at the first semicolon seen. This effectively makes
semicolon a non-usable character for peer names, extensions,
and maybe other, less tested things. This can be useful
for improving compatability with devices that like to use
user options for whatever reason. The behavior is similar to
how SIP URI's were typically handled in 1.6.2, hence the name.
иначе Asterisk не будет понимать context и будет писать, что такой экстеншн в данном контексте не найден. Помучался сейчас с этим, данная фича появилась на 1.8, на 1.6 этого не было.