[Serusers] SIP SER

Goh, Tee-Yong gohty at m1.com.sg
Sat Apr 14 10:38:50 CEST 2007


Hi Karim,

Just to update you.
My INVITE message is now able to send to SER but SER cannot respond back the 200 OK to the client. Have you encountered this before?

Regards,
Howard

________________________________

From: karim basraoui [mailto:basraouik at gmail.com]
Sent: Sat 3/3/2007 8:36 PM
To: Goh, Tee-Yong
Cc: serusers at lists.iptel.org
Subject: Re: [Serusers] SIP SER


Well, first of all a SER server does not generate messages it only interprets the messages it receives. so it can not generate INVITE messages. so if you want to call several clients from one client, this one has to initiate the call by sending an INVITE to SER. 

When receiving the INVITE message, SER will forward it to the callees. i did not try this yet, but i think that you can do this with the method : "forward" as follows: 

if(method == INVITE) { 
         forward("callee1_IP_address","callee1_port");
         forward("callee2_IP_address","callee2_port");
         forward("callee3_IP_address","callee3_port"); 
         #and so on ...
}

try this for example... and let me know if it works or not. 

ps: (personnally i think it won't work :p)


2007/3/3, Goh, Tee-Yong < gohty at m1.com.sg>: 

	Hi Karim,
	 
	Yes you are right.
	Please advice.
	
	Thank you.
	
	Regards,
	Howard

		-----Original Message-----
		From: karim basraoui [mailto:basraouik at gmail.com]
		Sent: Saturday, March 03, 2007 8:01 PM
		To: Goh, Tee-Yong
		
		Cc: serusers at lists.iptel.org
		Subject: Re: [Serusers] SIP SER
		
		
		So if i understand, when a clint registers, SER will automatically send invites to the other clients and make connections with them?
		
		
		2007/3/3, Goh, Tee-Yong < gohty at m1.com.sg <mailto:gohty at m1.com.sg> >: 

			Dear Karim,
			
			Thank you for your reply.
			

			Yes you are right. I have having difficulty searching for this for past 2 months.
			
			Yes. Here is what i want. Once i receive the REGISTER messages, my SER will send out "INVITE" message to my other clients. This is what i am intended to do. However, i could not search for the right coding inside the ser-0.9.6.
			
			Please advice and apologies if any inconvenience caused for you.
			
			Thanks.
			
			Regards,
			Howard

				-----Original Message-----
				From: karim basraoui [mailto:basraouik at gmail.com]
				Sent: Saturday, March 03, 2007 7:18 PM
				To: Goh, Tee-Yong
				Subject: Re: [Serusers] SIP SER
				
				
				Hi,
				
				Do you want to make changes on SER behaviour when it receives REGISTER messages. If it's the case you can make a condition in the "ser.cfg" file, in the bloc "route{ ... }". for example: 
				route {
				          if (method == "REGISTER")
				          { #what you want to do};
				        }
				
				
				
				2007/3/3, Goh, Tee-Yong <gohty at m1.com.sg >: 

					Hi,
					
					May i know from the SER-0.9.6, where can i look for and make changes for the SER when receiving "REGISTER" message and responsing " 200 OK" back to the corresponding node or clients?
					
					Would appreciate your assistance and advice as soon as possible as i have difficultly locating the coding. Please advice where i can find the script to edit the above mentioned messages. 

					Apologies for the inconvenience caused.
					
					Thank you.
					
					Regards,
					Howard 

					

________________________________

					This email (including any attachment) is subject to the following disclaimer: http://m1.com.sg/M1/misc/disclaimer 
________________________________


					_______________________________________________
					Serusers mailing list
					Serusers at lists.iptel.org
					http://lists.iptel.org/mailman/listinfo/serusers
					
					




				-- 
				BASRAOUI Karim
				www.basraouik.afrikart.net 

			

________________________________

			This email (including any attachment) is subject to the following disclaimer: http://m1.com.sg/M1/misc/disclaimer 
________________________________





		-- 
		BASRAOUI Karim
		www.basraouik.afrikart.net 

	

________________________________

	This email (including any attachment) is subject to the following disclaimer: http://m1.com.sg/M1/misc/disclaimer 
________________________________





-- 
BASRAOUI Karim
www.basraouik.afrikart.net 


This email (including any attachment) is subject to the following disclaimer:
http://m1.com.sg/M1/misc/disclaimer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20070414/985f208c/attachment.htm>


More information about the sr-users mailing list