o Juha Heinanen on 10/07/2011 04:17 PM:
Stefan Sayer writes:

I was having a similar issue, after some investigation I found that
nothing happens because call_profile is null after the dynamic cast
(so the functions start/connect/end return imeadiatly)

have you also pulled in 499d8dd? the interface indices changed, if you
didnt update to that. it wont work.

the problem that reported about cc_pcalls was produced by sems master
branch that i pulled today.
can you retry please? i added some more debug info.

i can not reproduce with sems master here, and i have these

77a7886 sbc:cc:pcalls b/f: if call_profile not available, refuse with 500
6255815 sbc: added display name $fn/$tn
9fb0b6f updated doc example for cc_syslog_cdr
8f818ab sbc:cc: renamed syslog_cdr to cc_syslog_cdr for consistency
432c70e sbc:cc:syslog_cdr: added LOG_NOTICE as loglevel=4
...

call_control=$H(P-CallControl)

and

<scenario name="Basic Sipstone UAC">
<!-- In client mode (sipp placing calls), the Call-ID MUST be --> <!-- generated by sipp. To do so, use [call_id] keyword. -->
  <send retrans="500">
    <![CDATA[

      INVITE sip:[service]@[remote_ip]:[remote_port] SIP/2.0
      Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
From: sipp <sip:sipp@[local_ip]:[local_port]>;tag=[pid]SIPpTag00[call_number]
      To: sut <sip:[service]@[remote_ip]:[remote_port]>
      Call-ID: [call_id]
      CSeq: 1 INVITE
      Contact: sip:sipp@[local_ip]:[local_port]
      Max-Forwards: 70
      Subject: Performance Test
      Content-Type: application/sdp
      P-CallControl: cc_pcalls;uuid=sip:[email protected];max_calls=1
      Content-Length: [len]

      v=0
      o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip]
      s=-
      c=IN IP[media_ip_type] [media_ip]
      t=0 0
      m=audio [media_port] RTP/AVP 0
      a=rtpmap:0 PCMU/8000

    ]]>
  </send>

thanks

stefan


-- juha



--
frafos.com
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to