Giter Club home page Giter Club logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 25, 2024
usecallingpres=yes 

mean use 
callingpres settings (if >= 0)
or (if callingpres < 0 (defaults))
use channel settings 

allowed_passed_screen mean
(see ref 
http://www.the-asterisk-book.com/unstable/applikationen-setcallerpres.html)

"Presentation Allowed, Passed Screen"

Thats wrong?


Original comment by [email protected] on 23 Aug 2011 at 3:57

from asterisk-chan-dongle.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 25, 2024
Huawei allow (see Calling Line Identification Restriction: AT+CLIR)
[0] Presentation indicator is used according to the subscription of the CLIR 
service
1 CLIR invocation
2 CLIR suppression

value 1 of CLIR  becomes
                case AST_PRES_PROHIB_NETWORK_NUMBER:
                case AST_PRES_PROHIB_USER_NUMBER_FAILED_SCREEN:
                case AST_PRES_PROHIB_USER_NUMBER_NOT_SCREENED:
                case AST_PRES_PROHIB_USER_NUMBER_PASSED_SCREEN:
value 2 of CLIR becomes
                case AST_PRES_ALLOWED_NETWORK_NUMBER:
                case AST_PRES_ALLOWED_USER_NUMBER_FAILED_SCREEN:
                case AST_PRES_ALLOWED_USER_NUMBER_NOT_SCREENED:
                case AST_PRES_ALLOWED_USER_NUMBER_PASSED_SCREEN:
                case AST_PRES_NUMBER_NOT_AVAILABLE:


Full list of Astrisk 1.6 names are 

        {  AST_PRES_ALLOWED_USER_NUMBER_NOT_SCREENED, "allowed_not_screened", "Presentation Allowed, Not Screened"},
        {  AST_PRES_ALLOWED_USER_NUMBER_PASSED_SCREEN, "allowed_passed_screen", "Presentation Allowed, Passed Screen"},
        {  AST_PRES_ALLOWED_USER_NUMBER_FAILED_SCREEN, "allowed_failed_screen", "Presentation Allowed, Failed Screen"},
        {  AST_PRES_ALLOWED_NETWORK_NUMBER, "allowed", "Presentation Allowed, Network Number"},
        {  AST_PRES_PROHIB_USER_NUMBER_NOT_SCREENED, "prohib_not_screened", "Presentation Prohibited, Not Screened"},
        {  AST_PRES_PROHIB_USER_NUMBER_PASSED_SCREEN, "prohib_passed_screen", "Presentation Prohibited, Passed Screen"},
        {  AST_PRES_PROHIB_USER_NUMBER_FAILED_SCREEN, "prohib_failed_screen", "Presentation Prohibited, Failed Screen"},
        {  AST_PRES_PROHIB_NETWORK_NUMBER, "prohib", "Presentation Prohibited, Network Number"},
        {  AST_PRES_NUMBER_NOT_AVAILABLE, "unavailable", "Number Unavailable"},

Original comment by [email protected] on 23 Aug 2011 at 4:08

from asterisk-chan-dongle.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 25, 2024
use prohib_passed_screen 
or 
prohib_not_screened

Original comment by [email protected] on 23 Aug 2011 at 4:10

from asterisk-chan-dongle.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 25, 2024
сори, не обратил внимание на описание 
callingpres,а именно описание! 
выставил callingpres=prohib_not_screened и то что хотел 
получил!

Спасибо.

Original comment by [email protected] on 23 Aug 2011 at 4:25

from asterisk-chan-dongle.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 25, 2024
Closed 

Original comment by [email protected] on 24 Aug 2011 at 7:07

  • Changed state: Invalid

from asterisk-chan-dongle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.