Extension create for making internal calling

how to create extensions for making internal calling?

Let’s say your main phone is 101 and you want to dial 102. In your outbound section of the dial plan for 101 add:

exten=102,1,Dial(PJSIP/102,90)       ;timeout after 90 seconds

and how to register on softphone?

Have you tried following any of the guides on how to get started with
Asterisk, such as Hello World - Asterisk Project - Asterisk Project Wiki ?

Antony.

First do the configuration in pjsip.conf:
For 102 (and 101) you’ll have ‘type=auth’, ‘type=aor’, and ‘type=endpoint’ sections to configure.
Then, in the softphone (or hard phone) fill in the username and password you set up.

thank you for your help, it is working now

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.