Hi I added
alias="blah.com" alias="sip.blah.com
Tested and same result seen. if the callee hangs up only one BYE is noted in the acc table.. if the caller hangs up I note 3 BYE messages show in the acc table. I have 4 IP phones of different types and no matter what phone starts the call same issue is noted.
Thanks for your help
_____
From: Greger V. Teigre [mailto:greger@teigre.com] Sent: Tuesday, 7 June 2005 5:10 PM To: Mr Greg Plater Subject: Re: [Serusers] Acc SetFlag issue
It could be a loop, but I don't know where all the IPs are coming from. I cannot see alias="domain.com" in your ser.cfg. It's important to the myself check. You must be sure that you have ALL your possible domain names as aliases! g-)
Interesting. Can you then include an ngrep trace of one single call? g-) ---- Original Message ---- From: Mr Greg Plater To: serusers@lists.iptel.org Sent: Tuesday, June 07, 2005 09:29 AM Subject: RE: [Serusers] Acc SetFlag issue
Hi I added
alias="blah.com" alias="sip.blah.com
Tested and same result seen. if the callee hangs up only one BYE is noted in the acc table.. if the caller hangs up I note 3 BYE messages show in the acc table. I have 4 IP phones of different types and no matter what phone starts the call same issue is noted.
Thanks for your help
From: Greger V. Teigre [mailto:greger@teigre.com] Sent: Tuesday, 7 June 2005 5:10 PM To: Mr Greg Plater Subject: Re: [Serusers] Acc SetFlag issue
It could be a loop, but I don't know where all the IPs are coming from. I cannot see alias="domain.com" in your ser.cfg. It's important to the myself check. You must be sure that you have ALL your possible domain names as aliases! g-)
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hi I'm having a little trouble grabbing the ngrep in my ssh window it just scrolls and scrolls for a single call
_____
From: Greger V. Teigre [mailto:greger@teigre.com] Sent: Tuesday, 7 June 2005 5:37 PM To: Mr Greg Plater; serusers@lists.iptel.org Subject: Re: [Serusers] Acc SetFlag issue
Interesting. Can you then include an ngrep trace of one single call? g-) ---- Original Message ---- From: Mr Greg Plater To: serusers@lists.iptel.org Sent: Tuesday, June 07, 2005 09:29 AM Subject: RE: [Serusers] Acc SetFlag issue
Hi I added
alias="blah.com" alias="sip.blah.com
Tested and same result seen. if the callee hangs up only one BYE is noted in the acc table.. if the caller hangs up I note 3 BYE messages show in the acc table. I have 4 IP phones of different types and no matter what phone starts the call same issue is noted.
Thanks for your help
From: Greger V. Teigre [mailto:greger@teigre.com] Sent: Tuesday, 7 June 2005 5:10 PM To: Mr Greg Plater Subject: Re: [Serusers] Acc SetFlag issue
It could be a loop, but I don't know where all the IPs are coming from. I cannot see alias="domain.com" in your ser.cfg. It's important to the myself check. You must be sure that you have ALL your possible domain names as aliases! g-)
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Does this mean anything. This was last bit when I did Ctrl c
2(1817) contact_parser(): Empty body 2(1817) parse_contact(): Error while parsing 2(1817) error: mediaproxy/getContactURI(): cannot parse Contact header 2(1817) ACC: transaction answered: call_id=PmJAhnHRqTiqGhyL@202.173.179.230, to 2361@sip.altcall.com>;tag=aICBiumu2YLkuxC0, i-uri=sip:8838212349@202.173.179.229 9.229, fromtag=aICBiumu2YLkuxC0, code=200, to="8838212349" <sip:8838212349@sip.a =8838212349 [root@sip root]# 3(1818) ERROR: forward_reply: no 2nd via found in reply 5(1824) ERROR: forward_reply: no 2nd via found in reply 9(1836) ERROR: forward_reply: no 2nd via found in reply 2(1817) ERROR: forward_reply: no 2nd via found in reply
_____
From: Greger V. Teigre [mailto:greger@teigre.com] Sent: Tuesday, 7 June 2005 5:37 PM To: Mr Greg Plater; serusers@lists.iptel.org Subject: Re: [Serusers] Acc SetFlag issue
Interesting. Can you then include an ngrep trace of one single call? g-) ---- Original Message ---- From: Mr Greg Plater To: serusers@lists.iptel.org Sent: Tuesday, June 07, 2005 09:29 AM Subject: RE: [Serusers] Acc SetFlag issue
Hi I added
alias="blah.com" alias="sip.blah.com
Tested and same result seen. if the callee hangs up only one BYE is noted in the acc table.. if the caller hangs up I note 3 BYE messages show in the acc table. I have 4 IP phones of different types and no matter what phone starts the call same issue is noted.
Thanks for your help
From: Greger V. Teigre [mailto:greger@teigre.com] Sent: Tuesday, 7 June 2005 5:10 PM To: Mr Greg Plater Subject: Re: [Serusers] Acc SetFlag issue
It could be a loop, but I don't know where all the IPs are coming from. I cannot see alias="domain.com" in your ser.cfg. It's important to the myself check. You must be sure that you have ALL your possible domain names as aliases! g-)
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Thank you for your help on this issue Found the issue was incorrect location and missing items
Missing: Alias="blah.com" Alias="sip.blah.com"
The following was located in the wrong place.
lookup("aliases"); if (uri!=myself) { route(1); break; };
This needed to go after :
consume_credentials(); };
Not after :
if (uri=~"^sip:[+|00][0-9]*@") { # International PSTN All other countries route(4); break; };
Hi there, If there a way to replace a 183 status by a 180
replace("183 Session Progress", "180 Ringing") doesn't work...
Or maybe stopping the 183 message and generating a 180..
Due to the fact some gateways doesn't send 180, and some Uac doesn't ring with 183.
Any help is welcome,
Regards