[asterisk-users] SIP _call_ to Asterisk box

Dana Harding dharding at nucleus.com
Wed May 6 10:24:58 CDT 2009


I believe you can specify a default context:

sip.conf
[general]
context=mysipcontext

extensions.conf
[mysipcontext]
; be careful allowing calls that could incur toll charges here, especially 
if this box is exposed to the internet
exten => s,1,Answer()
;direct your call
exten => s,n,Hangup()


The version of zoiper I have running here (2.19, Library revision: 2875) 
works dialing "sip:<asterisk IP>",  or attempts to match an extension in the 
specified context "sip:/<extension>@<asterisk IP>"

It only gets the default context if it isn't already registered to <asterisk 
IP>
I don't know why zoiper wants one (and only one) forward slash in there.


----- Original Message ----- 
> Is it possible to make a call from a SIP/IAX softphone, say Zoiper, on
> one computer to an Asterisk system without having an extension/account?




More information about the asterisk-users mailing list