-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 29, 2008 8:00 AM
To: [email protected]
Subject: Sipp-users Digest, Vol 29, Issue 59
Send Sipp-users mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/sipp-users
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Sipp-users digest..."
Today's Topics:
1. No RTP traffic echoed when using -RTP_ECHO (Antoine)
2. I receive my own INVITE and finish. ( Vanessa Tejada Mu?oz )
3. Re: I receive my own INVITE and finish. (Evgeny Miloslavsky)
4. Identifying INVITE by branch. (Daniel Sw?rd)
5. Re: I receive my own INVITE and finish. ( Vanessa Tejada Mu?oz )
----------------------------------------------------------------------
Message: 1
Date: Tue, 28 Oct 2008 16:39:21 -0700 (PDT)
From: Antoine <[EMAIL PROTECTED]>
Subject: [Sipp-users] No RTP traffic echoed when using -RTP_ECHO
To: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="utf-8"
I compiled SIPp v3.1 with PCAP support on 2 Linux clients and run the
following commands on each client:
Client 1 (IP 192.168.0.1): sipp -sf g711a_pcap.xml -users 2
192.168.0.2
Client 2 (IP 192.168.0.2): sipp -sn uas -mi 192.168.0.2 -rtp_echo
However from a network trace I do not see the RTP packets being echoed
back from the server to the client, i.e. I only see the RTP packets
going from client 1 (UAC) to client 2 (UAS).
SIPp shows the following on client 2:
0 Total echo RTP pckts 1st stream 0.000 last period RTP rate (kB/s)
0 Total echo RTP pckts 2nd stream 0.000 last period RTP rate (kB/s)
Any clue on how to troubleshoot the issue?
g711a_pcap.xml is pretty basic, it is the uac_pcap.xml file slighly
modified, here is an extract of the modifications:
<!-- Play a pre-recorded PCAP file (RTP stream)
-->
<nop>
<action>
<exec play_pcap_audio="pcap/g711a.pcap"/>
</action>
</nop>
<!-- Pause 8 seconds, which is approximately the duration of the
-->
<!-- PCAP file
-->
<pause milliseconds="8000"/>
<!-- Play an out of band DTMF '1'
-->
<nop>
<action>
<exec play_pcap_audio="pcap/dtmf_2833_1.pcap"/>
</action>
</nop>
<pause milliseconds="1000"/>
Thanks,
Antoine
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
Message: 2
Date: Wed, 29 Oct 2008 10:21:26 +0100
From: " Vanessa Tejada Mu?oz " <[EMAIL PROTECTED]>
Subject: [Sipp-users] I receive my own INVITE and finish.
To: [email protected]
Message-ID:
<[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"
Hi all,
I am testing a simple call between two users thourght an IMS core. I
have my
own scripts and sometimes work. It does not work when my UAC send an
INVITE
and while I expecting 180 I received my own INVITE and the comunication
is
stopped. Then, I do not what happen but start to work fine without any
change...
Has anybody any idea?
Thans in advanced
--
Vanessa Tejada
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
Message: 3
Date: Wed, 29 Oct 2008 10:57:16 -0000
From: "Evgeny Miloslavsky" <[EMAIL PROTECTED]>
Subject: Re: [Sipp-users] I receive my own INVITE and finish.
To: Vanessa Tejada Mu?oz <[EMAIL PROTECTED]>,
<[email protected]>
Message-ID:
<[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"
Could you please attach capture or log file so we could analyze
described
Regards,
Evgeny Miloslavsky
Systest Engineer
Juniper Networks Solutions Israel LTD.
Office: 972-9-9712355 / 7320
<http://www.juniper.net/>
________________________________
From: Vanessa Tejada Mu?oz [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 29, 2008 11:21 AM
To: [email protected]
Subject: [Sipp-users] I receive my own INVITE and finish.
Hi all,
I am testing a simple call between two users thourght an IMS core. I
have my own scripts and sometimes work. It does not work when my UAC
send an INVITE and while I expecting 180 I received my own INVITE and
the comunication is stopped. Then, I do not what happen but start to
work fine without any change...
Has anybody any idea?
Thans in advanced
--
Vanessa Tejada
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
Message: 4
Date: Wed, 29 Oct 2008 12:56:53 +0100
From: Daniel Sw?rd <[EMAIL PROTECTED]>
Subject: [Sipp-users] Identifying INVITE by branch.
To: "[email protected]"
<[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain
Hi.
I have a scenario where I make a call to our SIP server, and it will
branch out the call to a user group.
If I call 1234000, which is mapped to [EMAIL PROTECTED], the call will
branch out to the users alice,bob,carol and dave (12340001-4).
So, going in to the system is an INVITE with:
Call-id: X, Tag: Y
Going out to the users are INVITE's like:
alice> Call-id: X, Tag: Y, branch: A
bob > Call-id: X, Tag: Y, branch: B
carol> Call-id: X, Tag: Y, branch: C
dave > Call-id: X, Tag: Y, branch: D
I've registered the users using sipp, and I'm now trying with a UAS
scenario to answer the incoming calls. The problem is that sipp doesn't
seem to see the difference between the incoming INVITE's, so it treats
the other INVITE's as unexpected messages although it is another call.
Doesn't sipp take branches into consideration?
Regards
/Daniel
--
Ever noticed something?
Unix comes with compilers.
Windows comes with solitaire.
--
Ever noticed something?
Unix comes with compilers.
Windows comes with solitaire.
------------------------------
Message: 5
Date: Wed, 29 Oct 2008 13:00:02 +0100
From: " Vanessa Tejada Mu?oz " <[EMAIL PROTECTED]>
Subject: Re: [Sipp-users] I receive my own INVITE and finish.
To: "Evgeny Miloslavsky" <[EMAIL PROTECTED]>
Cc: [email protected]
Message-ID:
<[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"
OK.
I was testing my scripts and the problema now is that I don not receive
180
Ringing... The capute is attached. The logs only say:
"non SIP message discarded"
Regards
On Wed, Oct 29, 2008 at 11:57 AM, Evgeny Miloslavsky <
[EMAIL PROTECTED]> wrote:
> Could you please attach capture or log file so we could analyze
described
>
>
>
> Regards,
>
> * *
>
> *Evgeny Miloslavsky*
>
> *Systest Engineer*
>
> *Juniper Networks Solutions Israel LTD.*
>
> *Office: 972-9-9712355 / 7320*
>
> <http://www.juniper.net/>
> ------------------------------
>
> *From:* Vanessa Tejada Mu?oz [mailto:[EMAIL PROTECTED]
> *Sent:* Wednesday, October 29, 2008 11:21 AM
> *To:* [email protected]
> *Subject:* [Sipp-users] I receive my own INVITE and finish.
>
>
>
> Hi all,
>
> I am testing a simple call between two users thourght an IMS core. I
have
> my own scripts and sometimes work. It does not work when my UAC send
an
> INVITE and while I expecting 180 I received my own INVITE and the
> comunication is stopped. Then, I do not what happen but start to work
fine
> without any change...
>
> Has anybody any idea?
>
>
> Thans in advanced
>
> --
>
> Vanessa Tejada
>
--
Vanessa Tejada
-------------- next part --------------
An HTML attachment was scrubbed...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: capture_no180.pcap
Type: application/octet-stream
Size: 83164 bytes
Desc: not available
------------------------------
------------------------------------------------------------------------
-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
------------------------------
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users
End of Sipp-users Digest, Vol 29, Issue 59
******************************************
Notice of Confidentiality: **This E-mail and any of its attachments may contain
Lincoln National Corporation proprietary information, which is privileged,
confidential,
or subject to copyright belonging to the Lincoln National Corporation family of
companies. This E-mail is intended solely for the use of the individual or
entity to
which it is addressed. If you are not the intended recipient of this E-mail,
you are
hereby notified that any dissemination, distribution, copying, or action taken
in
relation to the contents of and attachments to this E-mail is strictly
prohibited
and may be unlawful. If you have received this E-mail in error, please notify
the
sender immediately and permanently delete the original and any copy of this
E-mail
and any printout. Thank You.**
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users