[asterisk-users] Integrate a CPE with Asterisk in MGCP

Nenad Kljajic nenad.k at yubc.net
Tue Mar 23 05:23:26 CDT 2010


 >[020202020202]
 >context=mgcp
 >host=dynamic
 >canreinvite=no
 >dtmfmode=rfc2833
 >nat=yes
 >threewaycalling=yes
 >transfer=yes ; transfer requires threewaycalling=yes. Use FLASH to
 >transfer >callwaiting=yes ; this might be a cause of trouble for ip10s
 >cancallforward=yes
 >line=aaln/1


Order of variables is important.
Try this configuration:

[020202020202]
nat=yes
canreinvite=no
context=mgcp
callerid=020202020202
host=dynamic
canreinvite=no
dtmfmode=rfc2833
threewaycalling=yes
transfer=yes; transfer requires threewaycalling=yes. Use FLASH to transfer
callwaiting=yes ; this might be a cause of trouble for ip10s
cancallforward=yes
;wcardep = *   ; This option is required by some devices
line=> aaln/1
line=> virtual/nat-timeout

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100323/4d404c4f/attachment.htm 


More information about the asterisk-users mailing list