RestComm / ussdgateway

RestComm USSD Gateway
http://www.restcomm.com/
GNU Affero General Public License v3.0
90 stars 99 forks source link

<error-code> and <anyExt> syntax for SIP part #16

Open vetss opened 8 years ago

vetss commented 8 years ago

If we download the last version of 24.390 specs: http://www.etsi.org/deliver/etsi_ts/124300_124399/124390/12.02.00_60/

We can find there some fresh description of and structure. For there are some examples there. We must not follow it but possibly we need to think of it and try to follow templates

1) <error-code> is an integer. The following values are defined. If the received value is not listed below, it must be treated as 1. 1 error - unspecified 2 language/alphabet not supported 3 unexpected data value 4 USSD-busy

2) <ltanyExt> contains optional extension elements. <anyExt> <UnstructuredSS-Request/> <alertingPattern>0</alertingPattern> </anyExt> <anyExt><UnstructuredSS-Request/></anyExt> We need to think how and how full should we follow templates and possible update code.