incorrect routing state received

Download the API here: http://api.aapp.al-enterprise.com
Post Reply
ssteiner
Member
Posts: 61
Joined: 05 Feb 2009 09:20

incorrect routing state received

Post by ssteiner »

Here's how a configured my set

Code: Select all

    lqReview/Modify: Dynamic State Userqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk
    x                                                                      x
    x             Node Number (reserved) : 143                             x
    x                   Directory Number : 1033                            x
    x                Instance (reserved) : 1                               x
    x                                                                      x
    x                            Forward + Immediate forward on busy       x
    x           Forward Directory Number : 1003                            x
    x             Secondary Line Forward + No forward                      x
    x      Secondary Line Number Forward : 1033                            x
    x                     Do Not Disturb + False                           x
    x                               Lock + False                           x
    x                       Busy Camp-on + True                            x
    x              Overflow on associate + True                            x
    x           Overfl.busy to assoc.set + False                           x
    x                 Associated Set No. : 1004                            x
    x               Reset Charge Counter + False                           x
    x           Consistent with Identity + True                            x
    x                          User Type + Administrative                  x
    x                   State of the set + Out of order                    x
    x             SIP Survivability Mode + None                            x
    x            Last secret code change : 0                               x
    x                                                                      x
    mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj
The routing state received is this

Code: Select all

{
	"activableProfiles": [{
		"id": "1",
		"name": "BUSINESS_ONLY",
		"defaultProfile": true
	}],
	"presentationRoutes": [{
		"destinations": [{
			"type": "OFFICE",
			"deviceId": "1033",
			"number": "1033",
			"acceptable": true,
			"selected": true
		},
		{
			"type": "PC",
			"deviceId": "99921033",
			"number": "99921033",
			"acceptable": true,
			"selected": true
		},
		{
			"type": "MOBILE",
			"acceptable": false,
			"selected": false
		},
		{
			"type": "HOME",
			"acceptable": false,
			"selected": false
		},
		{
			"type": "OTHER",
			"acceptable": false,
			"selected": false
		}]
	}],
	"forwardRoutes": [{
		"forwardType": "BUSY",
		"destinations": [{
			"type": "VOICEMAIL",
			"acceptable": true,
			"selected": false
		},
		{
			"type": "USER",
			"acceptable": true,
			"selected": false
		},
		{
			"type": "NUMBER",
			"number": "1003",
			"acceptable": true,
			"selected": true,
			"information": {
				"phoneNumber": "1003"
			}
		}]
	}],
	"overflowRoutes": [{
		"overflowType": "BUSY_NO_ANSWER",
		"destinations": [{
			"type": "ASSOCIATE",
			"number": "1004",
			"acceptable": true,
			"selected": true,
			"information": {
				"phoneNumber": "1004"
			}
		}]
	}],
	"currentDeviceId": "1033"
}
Note the overflow.. it's BUSY_NO_ANSWER. But Overfl. busy to assoc.set is false... so the overflow type should be NO_ANSWER.
Post Reply

Return to “Web Services”