Ashling O'Driscoll
2004-Nov-04 11:55 UTC
[Asterisk-Users] Call Leg/Transaction Does Not Exist" back
from 172.16.3.13
Date: Thu, 4 Nov 2004 18:55:30 -0000
MIME-Version: 1.0
Content-type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
Hi all,
I hope someone can shed some light on the following: - I came across
a thread with a similiar problem but it didnt fix the problem=2E
I have two windows messenger clients registered with asterisk=2E When I
execute the command 'show sip peers', I can see them online=2E However
they cannot see each other and I am getting the following error:
-- Got SIP response 481 "Call Leg/Transaction Does Not Exist" back
from 172=2E16=2E3=2E13
-- Got SIP response 481 "Call Leg/Transaction Does Not Exist"
back from 172=2E16=2E3=2E17
I cannot see anything in 'show sip registry' and I'm wondering if
maybe that has anything got to do with it=2E=20
Anyway I read in a previous post from a person who had similiar
problems that if I change allow=3Dall to diallow=3Dall and allow=3Dulaw in
the sip=2Econf file, the problem will be fixed=2E I also looked at the
OnLamp config site and followed their instructions there as this
person did=2E
However this is not solving the problem=2E I have included my config
files below and would be extremely grateful if anyone had any ideas
on the problem=2E
sip=2Econf
[general]
port =3D 5060 ; Port to bind to (SIP is 5060)
bindaddr =3D 0=2E0=2E0=2E0 ; Address to bind to (all addresses on machine)
diallow=3Dall=20
allow=3Dulaw
context =3D from-sip ; Send SIP callers that we don't know about here
;register =3D> 2000:suzuki@172=2E16=2E3=2E15
[2000]
type=3Dfriend ; This device takes and makes calls
username=3D2000 ; Username on device
secret=3Dsuzuki ; Password for device
host=3Ddynamic ; This host is not on the same IP addr every
time
mailbox=3D100 ; Activate the message waiting light if this
; voicemailbox has messages in it
; Windows messenger client1
[2001] ; Duplicate of 2000, except with different auth
data
type=3Dfriend
username=3D2001
secret=3Dbla
host=3Ddynamic
mailbox=3D101
;Windows Messenger Client2
[odriscolla] ; Duplicate of 2000, except with different auth
data
type=3Dfriend
username=3Dodriscolla
secret=3Dpatoldham
host=3Ddynamic
mailbox=3D102
;extension=2Econf
[general]
static=3D3Dyes
writeprotect=3D3Dyes
[bogon-calls]
exten=3D3D> =5F=2E,1,Congestion
[from-sip]
exten =3D3D> odriscolla,1,Dial(SIP/odriscolla,20)
exten =3D3D> odriscolla,2,Voicemail(uodriscolla)
exten =3D3D> odriscolla,102,Voicemail(bodriscolla)
exten =3D3D> odriscolla,103,Hangup
exten =3D3D> 2001,1,Dial(SIP/2001,20)
exten =3D3D> 2001,2,Voicemail(u2001)
exten =3D3D> 2001,102,Voicemail(b2001)
exten =3D3D> 2001,103,Hangup
exten=3D3D> 2999,1,VoicemailMain(${CALLERIDNUM})
voicemail=2Econf
; voicemail=2Econf
[general]
format=3D3Dwav
[local]
odriscolla =3D3D> 1234,aisling,[EMAIL PROTECTED]
2000 =3D3D> 4321,julien,[EMAIL PROTECTED]
Cheers,
Aisling=2E
=20
-------------------Legal Disclaimer---------------------------------------
The above electronic mail transmission is confidential and intended only for the
person to whom it is addressed. Its contents may be protected by legal and/or
professional privilege. Should it be received by you in error please contact the
sender at the above quoted email address. Any unauthorised form of reproduction
of this message is strictly prohibited. The Institute does not guarantee the
security of any information electronically transmitted and is not liable if the
information contained in this communication is not a proper and complete record
of the message as transmitted by the sender nor for any delay in its receipt.
----------------------------------------------------------------------------------------=
On 11/4/2004, "Ashling O'Driscoll" <ashling.odriscoll@cit.ie> wrote:>[general] > >port =3D 5060 ; Port to bind to (SIP is 5060) >bindaddr =3D 0=2E0=2E0=2E0 ; Address to bind to (all addresses on machine)> >diallow=3Dall=20 >allow=3Dulaw >context =3D from-sip ; Send SIP callers that we don't know about here > >;register =3D> 2000:suzuki@172=2E16=2E3=2E15 >the HTML posting sort of screwed up the content of your email, but if i interpret it correctly it looks like you've got a line that says diallow=all shouldn't that be disallow=all Flynn