Asterisk outbound module: Difference between revisions

From 탱이의 잡동사니
Jump to navigation Jump to search
Line 5: Line 5:
* Github : https://github.com/pchero/asterisk-outbound
* Github : https://github.com/pchero/asterisk-outbound
* Manual : https://rawgit.com/pchero/asterisk-outbound/master/doc/_build/html/index.html
* Manual : https://rawgit.com/pchero/asterisk-outbound/master/doc/_build/html/index.html
== Idea ==
* UUI setup.


== UUI(User to User Information) ==
== UUI(User to User Information) ==

Revision as of 10:02, 25 October 2016

Overview

Asterisk outbound module project.

Basic

UUI(User to User Information)

RFC 7433 에서는 User-to-User information 을 위해 User-to-User 헤더를 권고하고 있다. 하지만 실제로는 각각의 벤더마다 다른 헤더를 사용하는 듯 하다.

Asterisk 에서 UUI 를 설정하기 위해서는 SIPAddHeader 를 설정해야 한다<ref>http://stackoverflow.com/questions/39641926/asterisk-sip-user-to-user</ref>.

Originate AMI 에 Header 설정을 위한 부분이 있음.

Action: Originate
Channel:......
....
Variable: __SIPADDHEADER51=X-Your-Header: header-val
...
...

Others

Etc

Reference

<references />