VoIP Phones - Asterisk: Difference between revisions
Appearance
Content deleted Content added
Disable direct media as it doesn't seem to work |
|||
| Line 78: | Line 78: | ||
In sip.conf, ensure that your incoming config is before the config for the outgoing. |
In sip.conf, ensure that your incoming config is before the config for the outgoing. |
||
==Calls stop after 5 minutes? qualify_frequency== |
|||
asterisk with pjsip - you may have a router that closes teh UDP session after a few minutes. If you have problems where calls can only flow in for around 5 minutes after registration / re-registration then you need to tell Asterisk / pjsip to send keep alives. |
|||
To do this, set qualify_frequency in the aor section, which seems to send an OPTIONS message every X (as set) seconds. |
|||
==Note: Asterisk and IPv6 SLAAC addresses== |
==Note: Asterisk and IPv6 SLAAC addresses== |
||