Hi all. A beginners question.

UF
Uriel Frankel
Wed, Mar 21, 2012 3:50 PM

When I call someone, he sends me a 180/Ringing.
How can I receive that from PJSUA API?

Thank you all
Uriel Frankel

When I call someone, he sends me a 180/Ringing. How can I receive that from PJSUA API? Thank you all Uriel Frankel
HK
Hemant Kotdiya
Thu, Mar 22, 2012 5:01 AM

Register a callback on_call_state() with pjsua layer from your
application. Implement the needed functionality in that callback based
on state and response code.

regards,
Hemant Kotdiya

On Wed, Mar 21, 2012 at 9:20 PM, Uriel Frankel uriel.fra@gmail.com wrote:

When I call someone, he sends me a 180/Ringing.
How can I receive that from PJSUA API?

Thank you all
Uriel Frankel


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Register a callback on_call_state() with pjsua layer from your application. Implement the needed functionality in that callback based on state and response code. regards, Hemant Kotdiya On Wed, Mar 21, 2012 at 9:20 PM, Uriel Frankel <uriel.fra@gmail.com> wrote: > When I call someone, he sends me a 180/Ringing. > How can I receive that from PJSUA API? > > Thank you all > Uriel Frankel > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >
AW
Andreas Wehrmann
Thu, Mar 22, 2012 7:14 AM

On 03/21/2012 04:50 PM, Uriel Frankel wrote:

When I call someone, he sends me a 180/Ringing.
How can I receive that from PJSUA API?

Thank you all
Uriel Frankel

You can register a "on_call_state" callback to pjsua, which delivers you
the different states a call goes through.

Regards

--
Dipl.-Ing. (FH) Andreas Wehrmann
Software Development

Center Communication Systems GmbH
A-1210 Wien, Ignaz-Köck-Straße 19
Sitz in Wien
FN 796 88p, Firmenbuchgericht Wien
www.centersystems.com

Tel.: +43 (0) 190 199 - 3616
Mobile: +43 (0) 664 884 75916
Fax: +43 (0) 190 199 - 2110
E-Mail: a.wehrmann@centersystems.com

On 03/21/2012 04:50 PM, Uriel Frankel wrote: > When I call someone, he sends me a 180/Ringing. > How can I receive that from PJSUA API? > > Thank you all > Uriel Frankel > > You can register a "on_call_state" callback to pjsua, which delivers you the different states a call goes through. Regards -- Dipl.-Ing. (FH) Andreas Wehrmann Software Development -------------------------------------------------------------- Center Communication Systems GmbH A-1210 Wien, Ignaz-Köck-Straße 19 Sitz in Wien FN 796 88p, Firmenbuchgericht Wien www.centersystems.com Tel.: +43 (0) 190 199 - 3616 Mobile: +43 (0) 664 884 75916 Fax: +43 (0) 190 199 - 2110 E-Mail: a.wehrmann@centersystems.com
AW
Andreas Wehrmann
Thu, Mar 22, 2012 7:15 AM

Sorry for double answering, my mail client seems to have eaten the first
reply :-|

--
Dipl.-Ing. (FH) Andreas Wehrmann
Software Development

Center Communication Systems GmbH
A-1210 Wien, Ignaz-Köck-Straße 19
Sitz in Wien
FN 796 88p, Firmenbuchgericht Wien
www.centersystems.com

Tel.: +43 (0) 190 199 - 3616
Mobile: +43 (0) 664 884 75916
Fax: +43 (0) 190 199 - 2110
E-Mail: a.wehrmann@centersystems.com

Sorry for double answering, my mail client seems to have eaten the first reply :-| -- Dipl.-Ing. (FH) Andreas Wehrmann Software Development -------------------------------------------------------------- Center Communication Systems GmbH A-1210 Wien, Ignaz-Köck-Straße 19 Sitz in Wien FN 796 88p, Firmenbuchgericht Wien www.centersystems.com Tel.: +43 (0) 190 199 - 3616 Mobile: +43 (0) 664 884 75916 Fax: +43 (0) 190 199 - 2110 E-Mail: a.wehrmann@centersystems.com