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/${EXTEN}@130.2.1.81,30) ; John exten => 9164,3,Hangup() exten => 9161,1,Answer() exten => 9161,2,Dial(SIP/${EXTEN}@130.2.1.127,30) ; Mark exten => 9161,3,Hangup() ---------------------------------------------------------------------------- extensions.conf [John] type=friend username=John secret=Jo123 context=local host=dynamic canreinvite=yes disallow=all allow=gsm 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 ---------------------------------------------------------------------------- ----- -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.9.1 - Release Date: 1/4/2005 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050405/e7cb967a/attachment.htm