Hi all,

When I run the command:  ./sipp -sn uac 192.168.30.1 -s 2005 -d 100000 -l 30

I got no OK rseponse from Asterisk server:


------------------------------ Scenario Screen -------- [1-9]: Change Screen --
  Call-rate(length)   Port   Total-time  Total-calls  Remote-host
10.0(100000 ms)/1.000s   5060       9.00 s           30  192.168.1.30:5060(UDP)

  0 new calls during 1.000 s period      4 ms scheduler resolution
  30 calls (limit 30)                    Peak was 30 calls, after 3 s
  0 Running, 30 Paused, 10 Woken up
  0 dead call msg (discarded)            0 out-of-call msg (discarded)
  3 open sockets

                                 Messages  Retrans   Timeout   Unexpected-Msg
      INVITE ---------->         30        104       0
         100 <----------         0         0         0         0
         180 <----------         0         0         0         0
         183 <----------         0         0         0         0
         200 <----------  E-RTD1 0         0         0         0
         ACK ---------->         0         0
       Pause [     1:40]         0                             0
         BYE ---------->         0         0         0
         200 <----------         0         0         0         0

------ [+|-|*|/]: Adjust rate ---- [q]: Soft exit ---- [p]: Pause traffic -----



However, Asterisk executes the dialplan for exrension 2005:



    -- Executing Playback("SIP/sipp-084cfb58", "demo-congrats") in new stack
    -- Playing 'demo-congrats' (language 'es')
    -- Executing Answer("SIP/sipp-084e3170", "") in new stack
Aug  5 06:30:37 WARNING[4338]: channel.c:780 channel_find_locked:
Avoided initial deadlock for '0x83264a8', 9 retries!
    -- Executing Playback("SIP/sipp-084e3170", "demo-congrats") in new stack
    -- Playing 'demo-congrats' (language 'es')
    -- Executing Answer("SIP/sipp-084f6788", "") in new stack
Aug  5 06:30:37 WARNING[4338]: channel.c:780 channel_find_locked:
Avoided initial deadlock for '0x8364ba0', 9 retries!
    -- Executing Playback("SIP/sipp-084f6788", "demo-congrats") in new stack
    -- Playing 'demo-congrats' (language 'es')
    -- Executing Answer("SIP/sipp-08509da0", "") in new stack
Aug  5 06:30:37 WARNING[4338]: channel.c:780 channel_find_locked:
Avoided initial deadlock for '0x83a32b8', 9 retries!
    -- Executing Playback("SIP/sipp-08509da0", "demo-congrats") in new stack
    -- Playing 'demo-congrats' (language 'es')
    -- Executing Answer("SIP/sipp-0851d3b8", "") in new stack
Aug  5 06:30:37 WARNING[4338]: channel.c:780 channel_find_locked:
Avoided initial deadlock for '0x83a3d48', 9 retries!
    -- Executing Playback("SIP/sipp-0851d3b8", "demo-congrats") in new stack
    -- Playing 'demo-congrats' (language 'es')



As it is in the extensions.conf

extensions.conf

[sipp]
exten=>2005,1,Answer
exten=>2005,2,Playback(demo-congrats);16seg
exten=>2005,3,Playback(demo-congrats);32seg
exten=>2005,4,Playback(demo-congrats);48seg
exten=>2005,5,Playback(demo-congrats);64seg
exten=>2005,6,Playback(demo-congrats);80seg
exten=>2005,7,Playback(demo-congrats);96seg
exten=>2005,8,Playback(demo-congrats);112seg
exten=>2005,9,Playback(demo-congrats);128seg
exten=>2005,10,Hangup



And this is the sip.conf entry:

[sipp]
type=friend
context=sipp
host=192.168.1.90
user=sipp
canreinvite=no
allow=all


What is wrong?? Any idea is welcome

-------------------------------------------------------------------------
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

Reply via email to