Displaying 2 results from an estimated 2 matches for "remoteasterisk".
2016 May 16
2
Asterisk 11 on Centos: Voicemail crashes when recording message
...context") in new stack
         -- Executing [5106 at internal:2] Goto("SIP/5103-00000000",
    "sjs_extensions,5106,1") in new stack
         -- Goto (sjs_extensions,5106,1)
         -- Executing [5106 at sjs_extensions:1] Dial("SIP/5103-00000000",
    "IAX2/remoteAsterisk/5106,10") in new stack
         -- Called IAX2/remoteAsterisk/5106
         -- Call accepted by <ip_address_of_remoteAsterisk> (format ulaw)
         -- Format for call is (ulaw)
         -- IAX2/remoteAsterisk-17114 is ringing
         -- IAX2/remoteAsterisk-17114 is ringing
         --...
2009 Aug 30
1
I find this incomprehensible ?!
I am totally not understanding this :
My IAX.conf :
register => BOX-YOCAN:passwd at remote_asterisk_ip
On remote Asterisk :
*CLI> [Aug 30 20:37:07]     -- Registered IAX2
'BOX-YOCAN' (AUTHENTICATED) at ip:4569
So this is normal... Now the following :
[remoteasterisk]
type=peer
host=ip remote asterisk
auth=md5
secret=passwd
On the remote Asterisk :
[BOX-YOCAN]
type=user
host=dynamic
auth=md5
secret=passwd
context=from-BOX-YOCAN
Then when I make a call :
[Aug 30 20:37:33]     -- Accepting UNAUTHENTICATED call from
ip_box_yocan
[Aug 30 20:37:33]     -- Execut...