mirror of https://github.com/sipwise/sems.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
11 years ago | |
---|---|---|
.. | ||
etc | 18 years ago | |
Makefile | 18 years ago | |
Readme.serviceline | 18 years ago | |
ServiceLine.cpp | 11 years ago | |
ServiceLine.h | 11 years ago |
Readme.serviceline
serviceline application This application could serve for something like a service line: The caller calls the service number, and gets an ivr menu, from where she can be connected to various numbers - by pressing 0 she is connected to one number, by pressing 1 to another number etc. The outgoing call is connected in B2BUA mode with media relay ('b2abua'), so technically the two legs are independent sip dialogs and media sessions. The outgoing calls (B leg) are optionally SIP authenticated, so for example, normal gateways can be used. The uac_auth module must be loaded for this to work. If the uac_auth module is not loaded, the outgoing calls are not authenticated. To extend this module with so useful things like prompt on failed call, leave message fwdd via email on failed call etc is left as an exercise to the reader. Improvements are of course welcome as svn diff to the semsdev mailing list.