Sparks wrote:
||| Perhaps you would be kind enough to post the relevent section of
||| your sip_additional.conf file?
|||
||| Mine's:
|||
||| [locsipdisc]
||| username=MyUsername
||| type=peer
||| secret=MyPassword
||| qualify=yes
||| nat=yes
||| insecure=very
||| host=sip.sipdiscount.com
||| fromuser=MyUsername
||| fromdomain=sipdiscount.com
||| disallow=all
||| authuser=MyUsername
|||
||| Cheers.
|||
||
|| I see your problem

||
|| You have disallowed all codecs (disallow=all) but not allowed any!
||
|| Mine is...
||
|| [sipdiscount]
|| username=MyUsername
|| type=peer
|| secret=MyPassword
|| qualify=yes
|| nat=yes
|| insecure=very
|| host=sip.sipdiscount.com
|| fromuser=MyUsername
|| fromdomain=sipdiscount.com
|| disallow=all
|| authuser=MyUsername
|| allow=ulaw
|| allow=alaw
||
||
|| Sparks...
That made a massive difference - I can now ring out, get the 0 Euro Cents
message....But NO audio
Grrrr
BTW, why is disallow=all in there anyway?