Where is this SER going to be deployed? at the customer location or in
your rack? If you wanted the same installation to listen on two
different ports, you could install a second instance or configure port
forwarding. All this is sort of useless though and creates something
else to support. Maybe they will be willing to buy an SBC like an ingate
or a jasomi and deploy it at the customer location instead of opening
the ominous scary port 5060...
Either way, good luck.
_____
From: Daniel Poulsen [mailto:dpoulsen@gmail.com]
Sent: Wednesday, June 22, 2005 12:20 PM
To: serusers(a)lists.iptel.org
Subject: [Serusers] 5060 Firewalled
Hello-
I have a client in a building where the IT staff refuse to open port
5060 for him citing 'security concerns'. Is there a way to get SER to
listen on multiple ports? or do I have to start another instance of SER
with a different ser.cfg?
Thanks for your input.
Dan
-----Original Message-----
From: Jamey Hicks [mailto:jamey.hicks@hp.com]
Sent: Monday, June 13, 2005 11:23 PM
To: mma
Cc: serusers(a)lists.iptel.org
Subject: Re: [Serusers] pa cannot work as a B2BUA?
mma wrote:
> hi,
>
> i read in pa module that it cannot subsribe to presence of users
> using SIP,
> so how can i do to manage the presence of my contact list
>
PA still does not have support to SUBSCRIBE to contacts. What you can
do is set up PA so that it only handles presence for users who register
against and publish presence information to your SER server, and to
forward subscribe requests belonging to other registrars or UAs.
> i added pa module to SER and a had this errors in response to a
> SUBSCRIBE request
>
> parse_hfs(): Error while parsing headers
>
I would have to see the message to be able to tell what is wrong. Which
UA was generating the subscription? Which version of SER?
-Jamey
Hi Jamey,
I have a similar Error , when using MSN Messenger Ver 4.6, and
Ser-0.9.0 ,
Please let me know if you have any hints to look for problems !
Cheers.
Simith
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers
______________________________________________________________________
This email has been scanned via a message filtering facility.
If you have any issues with your email, please contact the IT Dept.
excuse me i have this errors too :
12(942) parse_hfs(): Error while parsing headers
12(942) handle_subscription(): Error while parsing message header
12(942) ERROR: t_reply: cannot send a t_reply to a message for which no
T-state has been established
12(942) send_reply(): Error while sending 400 Bad Request
someone can help me?
thanks
M.
Ok. Thanks!
I thought that the response was sent when the route block ends (that is,
when the 'break' action is reached).
Best regards,
------
Fermín
Agora Systems, S. A.
-----Mensaje original-----
De: Samuel Osorio Calvo [mailto:samuel.osorio@nl.thalesgroup.com]
Enviado el: miércoles, 22 de junio de 2005 13:15
Para: fermin.galan(a)agora-2000.com; serdev(a)lists.iptel.org; serusers(a)lists.iptel.org
CC: sd-ims(a)agws.agora-2000.com
Asunto: Re: [Serusers] append_to_reply and save behaviour
The reason is that the function save sends the response and all further
processing can not affect this response (which is already travelling back).
I don't know if it can be called bug, feature, or just design... ;)
SER config file executes the commands sequentially (besides route blocks)
and you have to be careful with the order.
Samuel.
Unclassified.
>>> Fermín Galán Márquez <fermin.galan(a)agora-2000.com> 06/22/05 12:47PM >>>
Hello,
I've found and estrange behaviour in the 'append_to_reply' action when used
in conjunction with 'save' action during REGISTER processing.
In particular, if I use in ser.cfg:
...
append_to_reply("Service-Route:
<sip:orig@scscf.domain1.com;lr>\r\n");
save("domain1");
...
Then the Service-Route header is added to the "200 OK". But if changing the
relative order of the actions:
...
save("domain1");
append_to_reply("Service-Route:
<sip:orig@scscf.domain1.com;lr>\r\n");
...
Then the 'append_to_reply' is ignored: no header is added to the response.
I think is a weird behaviour... I would like to know if this is a bug or a
feature (I have read the textops documentation at
http://www.iptel.org/ser/doc/modules/html/textops.html#AEN104 and nothing
about problems with 'save' are mentioned).
Thank you in advance!
Best regards,
------
Fermín
Agora Systems, S. A.
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers
Hi. I am using ser 0.9.0.
The moment I change from fork = yes to fork = no to enter debug mode
And I attempt to "serctl restart"
I was stuck in
[root@localhost ser-0.9.0]# serctl start
Starting SER :
The moment I change back to fork = yes, I can start SER again.
Any further adjustment I need to do when I switch from fork = yes to fork =
no?
Thanks in advance.
Regards,
Chia
Hi all,
I gave the SEMS-conference module a try and it looks quite promising.
But one thing comes in my mind:
We've multiple SERs balanced via DNS-SRV, so a call to a conference room
can end up in any of the SEMS instances where SER is running, which
results in different conference rooms for one single number.
To solve this issue, the communication between SER and SEMS has to be
made networking enabled (assuming a simple case where one SEMS-server
serves many SERs; for multiple SEMS-Instances maybe a common DB or a
dispatcher has to be used to find the correct SEMS-Server).
Some possibilites come in my mind:
1. Adding a t_write_udp/tcp() function to SER's tm-module and add a
UDP/TCP-Listener to SEMS.
2. Enhance the new xmlrpc-module of SER to allow sending XMLRPC-requests
from inside the SER-config and add an XMLRPC-server to SEMS.
Is there already anybody working on this? Or any comments on the approaches?
Andy
Hello,
I wish to use asterisk as voicemail system with ser
My phones are registered on SER and asterisk provide
conference ivr and voicemail system.
I want to use Asterisk Realtime Architecture to store
voicemessages and configuration .
Michael Shuler has written a patch for mwi.
http://bugs.digium.com/bug_view_page.php?bug_id=0002980
I need help to set up voicemail storage and how to
send mwi to clients registered on ser
Regards
Harry
___________________________________________________________________________
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger
Téléchargez cette version sur http://fr.messenger.yahoo.com
I don't think SER can act as a 3pcc because it does not have a full SIP stack and it is not able to act as a b2bua(which is what a 3pcc mainly is). Moreover, since it is not a call statefull proxy is hardly impossible to add several functionalities for a SIP entityy to work as a 3pcc.
my 2 cents,
Samuel.
Unclassified.
>>> Iqbal <iqbal(a)gigo.co.uk> 06/22/05 02:54PM >>>
I havent looked at the code below, but th MWI works if the phone is
registered in asterisk, if the phone is registered in SER, then MWI in
asterisk needs to send a message back via ser to the phone to make its
light flash.
As for the call being in asterisk, what I mean is if the rtp stream is
in asterisk, then when you press keys asterisk can detect these, and
based on keystrokes be able to do what you wish.
Doin this in SER I dont think is possible since it works on SIP messages
as opposed to keystrokes (which come as part of the RTP stream, having
said that I do believe some IP phones can be set to send these outside
using SIP INFO (I havent tested this)), and hence when you use
hold/transfer and all the rest they should send a MESSAGE which SER can
recognise, else it will just be buttons you are pressing which do
little, if you have transferred the cvall to asterisk, asterisk should
recognise and act on it.
Iqbal
harry gaillac wrote:
>What do you mean "if the call is in asterisk"
>what about MWI_Version_11.tar.gz
>
>some examples help me
>
>Regards
>harry
>--- Iqbal <iqbal(a)gigo.co.uk> a écrit :
>
>
>
>>if the call is in asterisk, then yes you should be
>>able to do this,
>>since asterisk should be able to detect your
>>keystrokes, and based on
>>that direct you to whatever
>>
>>Iqbal
>>
>>harry gaillac wrote:
>>
>>
>>
>>>Here is my problem
>>>
>>>I use 2 polycom ip phones (see posted mail)
>>>asterisk+ser .
>>>
>>>When i press hold key i wish caller listen music
>>>
>>>
>>via
>>
>>
>>>asterisk MOH
>>>Polycom told me you need a 3pcc server
>>>Does asterisk is able to act as a 3pcc server ?
>>>
>>>caller controller callee MOH
>>>
>>>Regards
>>>--- Quang Minh PHAN <quang-minh.phan(a)wengo.fr> a
>>>
>>>
>>écrit
>>
>>
>>>:
>>>
>>>
>>>
>>>
>>>
>>>>You can find a shell script (examples/ctd.sh)
>>>>
>>>>
>>which
>>
>>
>>>>implement Click To Dial
>>>>example by using SER FIFO. However, you shouldn't
>>>>use SER to implement a
>>>>3PCC server as it's not designed for that purpose.
>>>>
>>>>Minh
>>>>
>>>>-----Message d'origine-----
>>>>De : harry gaillac [mailto:gaillacharry@yahoo.fr]
>>>>Envoyé : mercredi 22 juin 2005 12:25
>>>>À : Quang Minh PHAN
>>>>Objet : RE: [Serusers] SER act as a 3cpp server
>>>>
>>>>NO,
>>>>
>>>>I mean 3pcc .
>>>>
>>>>Harry
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>http://www.iptel.org/info/players/ietf/callprocessing/3pcc/draft-ietf-sippin
>>
>>
>>>
>>>
>>>
>>>
>>>>g-3pcc-03.txt
>>>>--- Quang Minh PHAN <quang-minh.phan(a)wengo.fr> a
>>>>écrit
>>>>:
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>>Hi,
>>>>>
>>>>> Did you mean 3GPP? In that case, the answer is
>>>>>
>>>>>
>>>>>
>>>>>
>>>>no.
>>>>
>>>>
>>>>
>>>>
>>>>>Regards,
>>>>>
>>>>>Minh
>>>>>
>>>>>-----Message d'origine-----
>>>>>De : serusers-bounces(a)lists.iptel.org
>>>>>[mailto:serusers-bounces@lists.iptel.org] De la
>>>>>part de harry gaillac
>>>>>Envoyé : mercredi 22 juin 2005 11:41
>>>>>À : serusers(a)lists.iptel.org
>>>>>Objet : [Serusers] SER act as a 3cpp server
>>>>>
>>>>>Hello,
>>>>>
>>>>>Does SER is able to cat as a 3cpp server ?
>>>>>
>>>>>Regards
>>>>>harry
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>___________________________________________________________________________
>>
>>
>>>
>>>
>>>
>>>
>>>>>Appel audio GRATUIT partout dans le monde avec le
>>>>>nouveau Yahoo! Messenger
>>>>>Téléchargez cette version sur
>>>>>http://fr.messenger.yahoo.com
>>>>>
>>>>>_______________________________________________
>>>>>Serusers mailing list
>>>>>serusers(a)lists.iptel.org
>>>>>http://lists.iptel.org/mailman/listinfo/serusers
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>___________________________________________________________________________
>>
>>
>>>
>>>
>>>
>>>
>>>>Appel audio GRATUIT partout dans le monde avec le
>>>>nouveau Yahoo! Messenger
>>>>Téléchargez cette version sur
>>>>http://fr.messenger.yahoo.com
>>>>
>>>>_______________________________________________
>>>>Serusers mailing list
>>>>serusers(a)lists.iptel.org
>>>>http://lists.iptel.org/mailman/listinfo/serusers
>>>>
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>___________________________________________________________________________
>>
>>
>>
>>>Appel audio GRATUIT partout dans le monde avec le
>>>
>>>
>>nouveau Yahoo! Messenger
>>
>>
>>>Téléchargez cette version sur
>>>
>>>
>>http://fr.messenger.yahoo.com
>>
>>
>>>_______________________________________________
>>>Serusers mailing list
>>>serusers(a)lists.iptel.org
>>>http://lists.iptel.org/mailman/listinfo/serusers
>>>
>>>.
>>>
>>>
>>>
>>>
>>>
>
>
>
>
>
>
>
>___________________________________________________________________________
>Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger
>Téléchargez cette version sur http://fr.messenger.yahoo.com
>
>.
>
>
>
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers
can you help me to configure lcs2005 with asterisk...
I use SER to resolve the problem that there is for communication protocol...LCS uses tcp, Asterik UDP.
Someone, knows how to do the configuration beetwen LCS and SER , SER and Asterisk? the function of asterisk is SIP-PSTN Gateway for the LCS PC-phone communication
thanks
____________________________________________________________
Navighi a 4 MEGA e i primi 3 mesi sono GRATIS.
Scegli Libero Adsl Flat senza limiti su http://www.libero.it