Hello,
I'm trying to make a
call between two extensions (9161 and 9164) registered in one Asterisk
(very simple).
I configured
the sip.conf and extension.conf with the basic parameters. My clients are using
SJPhone softphone.
When I try to call
to 9161 from 9164, the 9161 rings but they can't talk. The softphone give me a
Awaiting Ack Error.
When I dial from the
Asterisk console to one extension everything works fine (I
installed multimidia kit in this server).
Does anyone knows
whats going on?
[[]]s
FC
---------------------------------------------------------------------------------------------------------
sip.conf
exten =>
9164,1,Answer()
exten => 9164,2,Dial(SIP/[EMAIL PROTECTED],30) ; John
exten => 9164,3,Hangup()
exten => 9164,2,Dial(SIP/[EMAIL PROTECTED],30) ; John
exten => 9164,3,Hangup()
exten =>
9161,1,Answer()
exten => 9161,2,Dial(SIP/[EMAIL PROTECTED],30) ; Mark
exten => 9161,3,Hangup()
exten => 9161,2,Dial(SIP/[EMAIL PROTECTED],30) ; Mark
exten => 9161,3,Hangup()
----------------------------------------------------------------------------
extensions.conf
[John]
type=friend
username=John
secret=Jo123
context=local
host=dynamic
canreinvite=yes
disallow=all
type=friend
username=John
secret=Jo123
context=local
host=dynamic
canreinvite=yes
disallow=all
allow=gsm
allow=ulaw
allow=alaw
allow=ulaw
allow=alaw
[Mark]
type=friend
username=Mark
secret=Ma123
context=local
host=dynamic
canreinvite=yes
disallow=all
allow=gsm
allow=ulaw
allow=alaw
type=friend
username=Mark
secret=Ma123
context=local
host=dynamic
canreinvite=yes
disallow=all
allow=gsm
allow=ulaw
allow=alaw
---------------------------------------------------------------------------------
_______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
