How to configure MGCP eyeP Phone with Asterisk
Well, it is quite simple.
eyeP Phone
In eyeP Phone configure, you have to open “Configure” window.
In “Mgcp” tab:
Gateway:
- Name: name (fqdn) used in mgcp.conf
- Endpoint Name : list (‘;’ separated) of local endpoint names
Call Agent:
- Address: IP address of Asterisk PBX.
Example:
Name: mgw.my_voip.net
Endpoint Name: aaln/1; aaln/3
Address: 192.168.0.10
eyeP will register using “RSIP aaln/[email protected]_voip.net” and “RSIP aaln/3@mgw_my_voip.net”.
Asterisk
in mgcp.conf:
[mgw.my_voip.net]
context=default
host=dynamic
; can work without a dynamic host …
defaultip=192.168.49.10
canreinvite=yes
line=>aaln/1
line=>aaln/3
etc.
I have not tested yet wildcard endpoint name.