Displaying 8 results from an estimated 8 matches for "sipfromdomain".
Did you mean:
__sipfromdomain
2010 Apr 29
1
Issue with (pattern) matching extension
...LOOKUP(${EXTEN},sip,,1,freenum.org)})
same => n,GotoIf($["${isnresult}" != ""]?:fn-CONGESTION,1)
; set up our outgoing call state
same => n,Set(SIPFROMUSER=${CALLERID(num)})
same => n,GotoIf($["${GLOBAL(FREENUMDOMAIN)}" == ""]?dial:)
same => n,Set(SIPFROMDOMAIN=${GLOBAL(FREENUMDOMAIN)})
same => n(dial),Dial(SIP/${isnresult},40)
same => n,Goto(fn-${DIALSTATUS},1)
exten => fn-BUSY,1,Busy()
exten => _fn-.,1,NoOp(ISN: ${DIALSTATUS})
same => n,Congestion()
and the logging:
== ast_get_enum(num='555*99999', tech='sip', suf...
2014 Feb 18
1
Dynamically setting from domain when calling friends
Hello
I have a problem where I would like to be able to send an arbitrary SIP
domain when sending a call to a registered friend. By default the from
domain is set to the IP of the Asterisk server, but I would like to set it
to something else.
The case is that when a call from a foreign domain comes in to the Asterisk,
it will connect it to the callee (but with the domain changed). When
2019 Oct 08
0
Asterisk 13.29.0 Now Available
...ACE_UNREF causes wait-on-self
deadlocks (in chan_sip)
(Reported by Walter Doekes)
New Features made in this release:
-----------------------------------
* ASTERISK-17808 - [patch] Unregister a realtime moh class
(Reported by Byron Clark)
* ASTERISK-28489 - Channel variable SIPFROMDOMAIN for
chan_pjsip to setup From header URI domain
(Reported by
Stas Kobzar)
For a full list of changes in this release, please see the ChangeLog:
https://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.29.0
Thank you for your continued support of Asterisk!
--------------...
2019 Oct 08
0
Asterisk 16.6.0 Now Available
...ACE_UNREF causes wait-on-self
deadlocks (in chan_sip)
(Reported by Walter Doekes)
New Features made in this release:
-----------------------------------
* ASTERISK-17808 - [patch] Unregister a realtime moh class
(Reported by Byron Clark)
* ASTERISK-28489 - Channel variable SIPFROMDOMAIN for
chan_pjsip to setup From header URI domain
(Reported by
Stas Kobzar)
For a full list of changes in this release, please see the ChangeLog:
https://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-16.6.0
Thank you for your continued support of Asterisk!
--------------...
2019 Dec 23
0
Asterisk 17.1.0 Now Available
...e
header
(Reported by Martin Tomec)
* ASTERISK-28533 - func_jitterbuffer: Add support for video
synchronization
(Reported by Joshua C. Colp)
* ASTERISK-17808 - [patch] Unregister a realtime moh class
(Reported by Byron Clark)
* ASTERISK-28489 - Channel variable SIPFROMDOMAIN for
chan_pjsip to setup From header URI domain
(Reported by
Stas Kobzar)
For a full list of changes in this release, please see the ChangeLog:
https://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-17.1.0
Thank you for your continued support of Asterisk!
--------------...
2020 Apr 30
0
Certified Asterisk 16.8-cert1 Now Available
...e
header
(Reported by Martin Tomec)
* ASTERISK-28533 - func_jitterbuffer: Add support for video
synchronization
(Reported by Joshua C. Colp)
* ASTERISK-17808 - [patch] Unregister a realtime moh class
(Reported by Byron Clark)
* ASTERISK-28489 - Channel variable SIPFROMDOMAIN for
chan_pjsip to setup From header URI domain
(Reported by
Stas Kobzar)
* ASTERISK-28375 - res_pjsip: New configuration setting to
allow disabling norefersub
(Reported by Dan Cropp)
* ASTERISK-28320 - Added ARI resource
/ari/channels/{channelid}/rtp_statistics...
2020 Apr 30
0
Certified Asterisk 16.8-cert1 Now Available
...e
header
(Reported by Martin Tomec)
* ASTERISK-28533 - func_jitterbuffer: Add support for video
synchronization
(Reported by Joshua C. Colp)
* ASTERISK-17808 - [patch] Unregister a realtime moh class
(Reported by Byron Clark)
* ASTERISK-28489 - Channel variable SIPFROMDOMAIN for
chan_pjsip to setup From header URI domain
(Reported by
Stas Kobzar)
* ASTERISK-28375 - res_pjsip: New configuration setting to
allow disabling norefersub
(Reported by Dan Cropp)
* ASTERISK-28320 - Added ARI resource
/ari/channels/{channelid}/rtp_statistics...
2020 Oct 20
2
Asterisk 18.0.0 Now Available
...e
header
(Reported by Martin Tomec)
* ASTERISK-28533 - func_jitterbuffer: Add support for video
synchronization
(Reported by Joshua C. Colp)
* ASTERISK-17808 - [patch] Unregister a realtime moh class
(Reported by Byron Clark)
* ASTERISK-28489 - Channel variable SIPFROMDOMAIN for
chan_pjsip to setup From header URI domain
(Reported by
Stas Kobzar)
Bugs fixed in this release:
-----------------------------------
* ASTERISK-29109 - res_pjsip_session: Asterisk 18 does not
progress calls due to codec negotiation after upgrading from
Asterisk 1...