Hello, I'm trying YAACID ( http://www.shatterit.com/opensource/yaacid/ ) for incomming call notification on PC (and open url with callerid), but it does not display/pop anything :-( my config is very simple... (yaacid is successfully registered as manager in asterisk) thanks PJ * dialplan: '953' => 1. NoOp(${CALLERID}) [pbx_config] 2. Dial(SIP/953) [pbx_config] asterisk log: -- Executing NoOp("SIP/324-655d", ""Pavel Jezek" <324>") in new stack -- Executing Dial("SIP/324-655d", "SIP/953") in new stack -- Called 953 -- SIP/953-cd50 is ringing YAACID config: channel: SIP/953 advanced event: newchannel or dial , channel type: channel or destination...
Being a lazy person, I was wondering if anyone has a c++ class for interfacing with asterisk AGI? I am aware of the C library listed on the wiki.
I have a C++ wrapper class around the cagi class that is listed on the wiki. It doesnt implement everything and to tell you the truth is still in beta. But it works... and yours if you want to help testing it. Rene Kluwen Chimit> Being a lazy person, I was wondering if anyone has a c++ class for > interfacing with asterisk AGI? I am aware of the C library listed on the > wiki. > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > >