Any help?
Beton
Any help?
Beton
I just installed the Asterisk with SIP configuration.
I configured two Ip Softphones and they work fine.
But I configured two Ip Hardphones and they can not call between them.
Even they can not call a echo test.
This is the extensions.conf
[internal]
exten => 200,1,Dial (SIP/200)
exten => 202,1,Dial (SIP/202)
This is the sip.conf
[general]
port = 5060 ; Port to bind to (SIP is 5060)
bindaddr = 0.0.0.0 ; Address to bind to (all addresses on machine)
disallow=all
allow=ulaw
allow=alaw
context = from-sip-external ; Send unknown SIP callers to this context
callerid = Unknown
[202]
type=friend
username=202
secret=1234
host=129.200.100.38
context=internal
defaultip=129.200.100.38
[200]
type=friend
username=200
secret=1234
host=129.200.100.39
context=internal
defaultip=129.200.100.39
Any idea of what is wrong? Thanks
Beton
I would change the host entry from:
host=129.200.100.38
to
host=dynamic
and are you sure that your hardphones support the codecs you have enabled?
also your internal context doesn’t seem to include any other contexts can you post your total extensions.conf file?
HTH
Jag5x5
i dont know whether i am writing at the proper place… i just bumped into this forum, and i like the disscusion that is going on (mainly becasue its opensouce and related to pbx), i am a newbie developer , tried search to find a topic where i can ask general questios like the following, plz answer, , or atleast tell me where should in the forum should i ask this quesion
could you please tell me something more aobut this asterisk open source pbx…
regards
read the book linked in my signature. that is the best place to start.
read the book linked in my signature. that is the best place to start.[/quote]
thanks… i am going thru the book