<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1276" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I can smile now. I made my * work with my
Cisco. Finally. First problem was Ethernet on my Linux. After
installing * on a different machine, I got rid of that "icmp udp unreachable"
error. My next problem was the call stays on on Cisco gateway, but the ATA
drops it. I figured out it was my mistake on dialplan in extensions.conf
--- (it took me a day to notice it.. damn!). my config was:
exten=>_.,1,Dial(<A
href="mailto:SIP/${EXTEN}@myprovider,tr">SIP/${EXTEN}@myprovider,tr</A>).
The reason why my ATA is getting fast busy (or dropping the call immediately)
while Cisco gateway (myprovider) is trying to connect my call, was that I am
missing the "seconds" parameter. When I changed this to Dial(<A
href="mailto:SIP/${EXTEN}@myprovider,20,tr">SIP/${EXTEN}@myprovider,20,tr</A>),
I was able to connect. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>There is one little problem left though. How
come after I diale the number from ATA, I am getting false ringback. I
meant, local ringback from ATA, instead of the ringback coming from my Cisco
(myprovider).</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I appreciate any bright ideas and advise from
anybody.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thank you and have a happy
weekend!</FONT></DIV></BODY></HTML>