krunal09 / sample

Automatically exported from code.google.com/p/csipsimple
0 stars 0 forks source link

Feature request: Add callback, callthrough #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Feature request: 

Add webcallback, callback, callthrough to csipsimple. If connection is not
available or too bad for call, user should be able to choose connection via
GSM and callthrough or callback (GSM number), or trigger a callback via a
http adress.

Original issue reported on code.google.com by tihm...@gmail.com on 4 Jun 2010 at 7:13

GoogleCodeExporter commented 9 years ago
Only sip providers can give you this kind of features.
CSipSimple is designed to be extensible by sip providers (some are already 
interested).
I hope that sip providers will invest in doing their own app based on 
CSipSimple core
and that provides callback/callthrough and webcallback but also allow to 
directly be
plugged into their payment gateway or to monitor the amount left on account for
example...

So this request can't be fixed by CSipSimple : the aim of CSipSimple is just to 
allow
to support the SIP protocol and not any proprietary protocol linked to a 
specific
provider.
But I designed it to allow any providers to build on the top of CSipSimple in 
order
to give a better user experience, providing their extended protocol if they 
want. 

For now I'm focused in making it usable for everyone regardless their sip 
provider
(and there is still a lot of work ;) ). But when it will be more stable I will
produce some "theme" application and custom applications for specific providers.

Original comment by r3gis...@gmail.com on 4 Jun 2010 at 9:08