Hi guys,
thanks to you all I have my voicemail up and running now. But as people are greedy and always want more, i guess i have another question. Is it possible to have multiple sip phones ring at the same time and who ever answers first gets the call? It's for our technical support group. I have a call coming from PSTN onto a VEGA gateway that does all the sip conversion and talks to our ser server.
thanks.
Srbo Cvetkovic | CityNet, Inc. srbo@city-net.com | Pittsburgh, PA voice: 412.481.5406 | fax: 412.431.1315
register multiple phones with the same address, that's it. -jiri
At 04:58 PM 1/23/2004, Srbislav Cvetkovic wrote:
Hi guys,
thanks to you all I have my voicemail up and running now. But as people are greedy and always want more, i guess i have another question. Is it possible to have multiple sip phones ring at the same time and who ever answers first gets the call? It's for our technical support group. I have a call coming from PSTN onto a VEGA gateway that does all the sip conversion and talks to our ser server.
thanks.
Srbo Cvetkovic | CityNet, Inc. srbo@city-net.com | Pittsburgh, PA voice: 412.481.5406 | fax: 412.431.1315
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Jiri Kuthan http://iptel.org/~jiri/
That sounds good, however what if I want to transfer the call to another tech representative after picking up the call if he has the same sip address as 4 other people?
On Friday, January 23, 2004, at 11:47 AM, Arnd Vehling wrote:
Jiri Kuthan wrote:
register multiple phones with the same address, that's it. -jiri
Yupp, very nice feature. Is there a limit to the number of how many sip-clients can subscribe with the same sip-address?
-- Arnd
Srbo Cvetkovic | CityNet, Inc. srbo@city-net.com | Pittsburgh, PA voice: 412.481.5406 | fax: 412.431.1315
Each of them can have a unique SIP address and you can create an alias pointing to all the unique addresses. Customers will call the alias which will ring phones of all representatives, representatives will trasfer to one of the unique addresses.
Jan.
On 23-01 12:05, Srbislav Cvetkovic wrote:
That sounds good, however what if I want to transfer the call to another tech representative after picking up the call if he has the same sip address as 4 other people?
On Friday, January 23, 2004, at 11:47 AM, Arnd Vehling wrote:
Jiri Kuthan wrote:
register multiple phones with the same address, that's it. -jiri
Yupp, very nice feature. Is there a limit to the number of how many sip-clients can subscribe with the same sip-address?
-- Arnd
Srbo Cvetkovic | CityNet, Inc. srbo@city-net.com | Pittsburgh, PA voice: 412.481.5406 | fax: 412.431.1315
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
At 06:05 PM 1/23/2004, Srbislav Cvetkovic wrote:
That sounds good, however what if I want to transfer the call to another tech representative after picking up the call if he has the same sip address as 4 other people?
You can have several phones registering with their indidual AORs and you can provision the "front-desk" AOR to link to the individual AORs.
For sake of completeness, there was someone on the list (I appologize for having forgotten the name) who claimed some technical problems in this scenario and we haven't verified if it was a misconfiguration or a bug.
-jiri
Hello Arnd,
can i have one alias for diferent addresses ?
Friday, January 23, 2004, 11:47:24 AM, you wrote:
AV> Jiri Kuthan wrote:
register multiple phones with the same address, that's it. -jiri
AV> Yupp, very nice feature. Is there a limit to the number of how many AV> sip-clients AV> can subscribe with the same sip-address?
AV> -- Arnd
AV> _______________________________________________ AV> Serusers mailing list AV> serusers@lists.iptel.org AV> http://lists.iptel.org/mailman/listinfo/serusers
There is also a compile-time maximum for how many destinations an address can fork to, by default
/* maximum number of branches per transaction */ #define MAX_BRANCHES 12
the value can't exceed 31 (limitation given by lenght of structure which holds a branch bitmap)
-jiri
At 07:34 PM 1/23/2004, Jan Janak wrote:
On 23-01 17:47, Arnd Vehling wrote:
Jiri Kuthan wrote:
register multiple phones with the same address, that's it. -jiri
Yupp, very nice feature. Is there a limit to the number of how many sip-clients can subscribe with the same sip-address?
The size of the UDP datagram.
Jan.
-- Jiri Kuthan http://iptel.org/~jiri/