mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-30 02:26:23 +00:00
res_pjsip_messaging: Refactor outgoing URI processing
* Implemented the new "to" parameter of the MessageSend() dialplan application. This allows a user to specify a complete SIP "To" header separate from the Request URI. * Completely refactored the get_outbound_endpoint() function to actually handle all the destination combinations that we advertized as supporting. * We now also accept a destination in the same format as Dial()... PJSIP/number@endpoint * Added lots of debugging. ASTERISK-29404 Reported by Brian J. Murrell Change-Id: I67a485196d9199916468f7f98bfb9a0b993a4cce
This commit is contained in:
7
doc/CHANGES-staging/res_pjsip_messaging.txt
Normal file
7
doc/CHANGES-staging/res_pjsip_messaging.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Subject: res_pjsip_messaging
|
||||
|
||||
Implemented the new "to" parameter of the MessageSend()
|
||||
dialplan application. This allows a user to specify
|
||||
a complete SIP "To" header separate from the Request URI.
|
||||
We now also accept a destination in the same format
|
||||
as Dial()... PJSIP/number@endpoint
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user