Displaying 6 results from an estimated 6 matches for "usecallmanag".
Did you mean:
usecallmanager
2023 Jul 23
1
Parallel dialoog with different Alert-Info headers
...hannel. With PJSIP, you're forced to do this anyways, but
>> SIPAddHeader adds these to the calling channel first, which explains
>> the problem you have now.
>
> Aye - problem is - I have some 79XX phones for which I am very reliant
> on functionality from
> https://usecallmanager.nz/documentation-overview.html that is not in
> PJSIP.
I hear you... you're not the first person that's told me that. It's one
of the top reasons I hear for staying on chan_sip.
Unfortunately, the author of those patches hasn't expressed interest in
porting the functionalit...
2023 Jul 23
1
Parallel dialoog with different Alert-Info headers
...unique handler runs on each destination channel. With PJSIP, you're forced to do this anyways, but SIPAddHeader adds these to the calling channel first, which explains the problem you have now.
Aye - problem is - I have some 79XX phones for which I am very reliant on functionality from https://usecallmanager.nz/documentation-overview.html that is not in PJSIP.
> How you determine the right header to send on each channel is something you still need to do. For example, you could detect the user agent in your pre-dial handler and add the appropriate header. This is a common enough scenario for thing...
2011 Aug 18
0
cisco 7945 sip lines on 2 different asterisk servers
...If I try to register a cisco 7945 phone (firmware sip v 9.2) to a
asterisk server 1.8.5
I set in the xml file SEPmac.cnf.xml
<callManager>
<processNodeName>IP_ADDRESS_ASTERISK</processNodeName>
...
and in the line 1 settings
<proxy>USECALLMANAGER</proxy>
it works good .
Now I need to use the phone with 2 different sip lines on 2 different
servers both with asterisk v.1.8.5
I tried to change with this config :
<sipLines>
<line button="1">
<featureID>9</featureID>...
2023 Jul 22
1
Parallel dialoog with different Alert-Info headers
On 7/22/2023 4:51 PM, Dirk-Willem van Gulik wrote:
> We have a couple of parallel ring settings (and this has worked well for eons).
>
> Either in the form of
>
> same => n,Dial(SIP/1001 & SIP/1002 & SIP/1003 …..)
>
> Or via a subroutine (below) that has a bit of extra logic:
>
> FOO = 1010 & 1019 & 1017 & 1033
> ...
> same =>
2012 Jan 15
0
configuring a Cisco 7961 so that different line appearances register to different SIP proxy addresses
...o the home
server and my Line 2 button registers to the work server. This has worked
for years with a 7960, but I can't get it to work with a 7961.
A copy of my SEP*.cnf.xml file can be found below. What I have found is
that when Line 1's "proxy" variable is defined as "USECALLMANAGER", Line 1
registers successfully to the IP address defined with the "processNodeName"
variable but it tries to register Line 2 to that same IP address instead of
the one defined via Line 2's "proxy" variable. The Proxy Address field for
both lines (on the phone it...