Hi,
If some one calls my ipkall number i would like to ring one of my extension on my asterisk account,
Currently I am running asterisk 1.6.x and I am able to make calls between my extensions I have setup an ipkall account and store all the requirement in the Ipkall record
Problem
I am experiencing this error message on the cli when I make a call from my cell phone to my Ipkall number
Aug 29 01:44:22] NOTICE[3755]: chan_sip.c:17675 handle_request_invite: Call from ‘’ to extension ‘205’ rejected because extension not found.
Scheduling destruction of SIP dialog ‘51380dd374e7e1e85a287bcd7a141964@66.54.140.46’ in 32000 ms (Method: INVITE)
localhost*CLI>
REQUIREMENT # 1
When some one calls to my ipkall number I would like my extension 205 to be ring and talk this is first time i am doin it but no luck any help is much appreciated
REQUIREMENT # 2
to be able to make calls to use using GVOICE or GTALK ( do have G talk account)
REQUIREMENT # 3
Use another IPKALL number use meetme for atleast 4 people
Here is my SIP.conf
[general]
port=5060
bindaddr=0.0.0.0
nat=yes
tos=0x18
srvlookup = yes
localnet=192.168.0.1/255.255.255.0
externip=1xx.20x.19x.xxx
;exterhost=
disallow=all
allow=all
[205]
type=peer
username=205
host=dynamic (I also tried voiper.ipkall.com and this caused my extension to unreachable)
context=home
secret=205
callerid= Farhan Line 2 Cordless
mailbox=205@default
nat = yes
disallow=all
allow = all
allow=g729
canreinvite = no
qualify = yes
dtmf = rfc2833
dtmfmode = auto
insecure = very
EXTENSION here is my extension.conf
general]
autofallthrough=yes
static=yes
writeprotect=no
[uri]
exten => _[a-z].,1,Macro(uridial,${EXTEN}@${SIPDOMAIN})
exten => _[A-Z].,1,Macro(uridial,${EXTEN}@${SIPDOMAIN})
exten => _X.,1,Macro(uridial,${EXTEN}@${SIPDOMAIN})
[home]
exten => 205,1,NoOp()
exten => 205,2,Dial(SIP/205,60)
exten => 205,3,Voicemail(205)
exten => 205,4,Hangup()
[macro-uridial]
exten => s,1,NoOp(Calling remote SIP peer ${ARG1})
exten => s,n,Dial(SIP/${ARG1},120,tr)
exten => s,n,Congestion()
ERROR MESSAGE
This is the error message
Aug 29 01:44:22] NOTICE[3755]: chan_sip.c:17675 handle_request_invite: Call from ‘’ to extension ‘205’ rejected because extension not found.
Scheduling destruction of SIP dialog ‘51380dd374e7e1e85a287bcd7a141964@66.54.140.46’ in 32000 ms (Method: INVITE)
localhost*CLI>
<— SIP read from UDP://66.54.140.46:5060 —>
ACK sip:205@mydomain.no-ip.org SIP/2.0
Via: SIP/2.0/UDP 66.54.140.46:5060;branch=z9hG4bK65a37e82;rport
From: “TORONTO ON” sip:4161234567@66.54.140.46;tag=as04037f08
To: sip:205@mydomain.no-ip.org;tag=as3dacb1e1
Contact: sip:4161234567@66.54.140.46
Call-ID: 51380dd374e7e1e85a287bcd7a141964@66.54.140.46
CSeq: 102 ACK
User-Agent: IPKall
Max-Forwards: 70
Content-Length: 0