Код: Выделить всё
${rtp_forward}possible=;rtp_forward=yes
${formats}^\([^,]*\)=;formats=\1;
${module}^sip$=h323/${called}@10.10.10.1;
${module}^h323$=sip/sip:${called}@10.10.10.2;caller;
.*=-;error=forbidden;reason=Protocol not allowed
Если я прописываю следующее:
Код: Выделить всё
${rtp_forward}possible=;rtp_forward=yes
${formats}^\([^,]*\)=;formats=\1;
${module}^sip$=h323/${called}@10.10.10.1;
${caller}^\([0-9]*\)=;callername=\1;
${module}^h323$=sip/sip:${called}@10.10.10.2;caller;
.*=-;error=forbidden;reason=Protocol not allowed
Как это поправить?