Hello,

My bad.  The command is "sofsip_cli", not "sofsip-cli".  Now the application
runs.

However, now I'm getting the following output:

[EMAIL PROTECTED] src]# sofsip_cli sip:[EMAIL PROTECTED]
** (sofsip_cli:9163): DEBUG: ssc_media_class_init:124
** (sofsip_cli:9163): DEBUG: ssc_media_init:167
** Message: Selecting media implementation: dummy
sofsip> UA: unknown event 'nua_r_set_params' (23): 200 OK
   ::tag_null: 0
sofsip> UA: nua_r_getparams: 200 OK
   sip::from: sip:[EMAIL PROTECTED]
   sip::from_str: "sip:[EMAIL PROTECTED]"
   nua::retry_count: 3
   nua::max_subscriptions: 20
   nua::media_enable: true
   nua::enableInvite: true
   nua::autoAlert: true
   nua::early_media: false
   nua::only183_100rel: false
   nua::autoAnswer: false
   nua::autoACK: true
   nua::invite_timer: 120
   nua::session_timer: 0
   nua::min_se: 120
   nua::session_refresher: 0
   nua::update_refresh: false
   nua::enableMessage: true
   nua::enableMessenger: false
   nua::callee_caps: false
   nua::media_features: false
   nua::service_route_enable: true
   nua::path_enable: true
   nua::refer_expires: 300
   nua::refer_with_id: true
   nua::substate: 2
   sip::supported: timer, 100rel
   sip::supported_str: "timer, 100rel"
   sip::allow: INVITE, ACK, BYE, CANCEL, OPTIONS, PRACK, MESSAGE, SUBSCRIBE,
NOTIFY, REFER, UPDATE
   sip::allow_str: "INVITE, ACK, BYE, CANCEL, OPTIONS, PRACK, MESSAGE,
SUBSCRIBE, NOTIFY, REFER, UPDATE"
   sip::user_agent: sofia-sip/1.12.4
   sip::user_agent_str: "sofia-sip/1.12.4"
   nua::user_agent: "sofia-sip/1.12.4"
   nua::keepalive: 120000
   nua::outbound: "natify"
   nta::contact: <sip:4jpQ3SHHt3yjjyyK.is.invalid:5060;transport=udp>
   nta::udp_mtu: 1300
   nta::sip_t1: 500
   nta::sip_t2: 4000
   nta::sip_t4: 5000
   nta::sip_t1x64: 32000
   nta::debug_drop_prob: 0
   nta::default_proxy: <null>
   nta::aliases: <NONE>
   nta::sipflags: 2
   soa::caps_sdp: v=0
o=- 119062110152369353 8733990621409984538 IN IP4 192.168.72.83
s=-
c=IN IP4 192.168.72.83
t=0 0
m=audio 0 RTP/AVP 0
a=rtpmap:0 PCMU/8000
   soa::caps_sdp_str: "v=0
o=- 119062110152369353 8733990621409984538 IN IP4 192.168.72.83
s=-
c=IN IP4 192.168.72.83
t=0 0
m=audio 0 RTP/AVP 0
a=rtpmap:0 PCMU/8000
"
   soa::user_sdp: v=0
m=audio 0 RTP/AVP 0
a=rtpmap:0 PCMU/8000
   soa::user_sdp_str: "v=0
m=audio 0 RTP/AVP 0
a=rtpmap:0 PCMU/8000
"
   soa::local_sdp_str: <null>
   soa::af: 3
   soa::srtp_enable: false
   soa::srtp_confidentiality: false
   soa::srtp_integrity: false
   ::tag_null: 0

Starting sofsip-cli in interactive mode. Issue 'h' to get list of available
commands.
sofsip> tport_stun_bind_cb: stun_error
tport_stun_bind_cb: stun_error

Thanks,
Jerry



-----Original Message-----
From:
Sent: Thursday, February 22, 2007 12:35 PM
To: 'sofia-sip-devel@lists.sourceforge.net'
Subject: RE: [Sofia-sip-devel] Building sofsip-cli-0.12


Hi,

Thank you.  I have successfully build the sofsip-cli on my RedHat 4 machine
(without gstreamer).

Now, when I try to run it I get the following error:

[EMAIL PROTECTED] src] sofsip-cli sip:[EMAIL PROTECTED]
bash: sofsip-cli: command not found

Thanks,
Jerry



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 22, 2007 8:02 AM
To: [EMAIL PROTECTED]; sofia-sip-devel@lists.sourceforge.net
Subject: RE: [Sofia-sip-devel] Building sofsip-cli-0.12


Hi,

On 20 Feb 2007, Jerry Richards wrote:
>I can build sofia-sip-1.12.4 and
>sofia-options-client-example-1.12.4 without error, but when I
>try to build sofsip-cli-0.1.12 it needs glib-2.0, and then it

yes, glib-2.0 is a mandatory requirement.

>needs gstreamer-0.10.  I found a gstreamer-0.10.4, but it
>needs glib-2.6 which I found, but then libgstreamer-0.10.so
>gets an undefined reference to "xmlReaderForFd".  And it looks

No, you don't need gstreamer-0.10, it's optional (although without
gstreamer you cannot initiate media sessions, but sofsip-cli comes
with a dummy implementation that just sets up the session but
does not actually send any RTP). You'll get a warning from "configure"
script, but it'll still work.

--
[EMAIL PROTECTED] (Kai Vehmanen)


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to