Great, Basically my goal is to create a hig performance Auto-Dialer sort of thing in which I plan to fetch values from DB and push those values to kamailio using any module TMX or Dialog(as u mentioned) and as soon the intended destinaion answers Bridge the call to Media-Server to play an announcement.. This is sort of my personal experiment for this weekend.
Thanks, Sammy. On Fri, Dec 16, 2011 at 5:55 PM, Daniel-Constantin Mierla <mico...@gmail.com > wrote: > Hello, > > if you look to do something like click to dial (ringing user A first, when > answering, then refer it to user B (or media server)), then maybe you just > use dialog module with dlg_bridge command: > > http://kamailio.org/docs/modules/stable/modules_k/dialog.html#id2554844 > > Cheers, > Daniel > > > On 12/16/11 1:35 PM, Sammy Govind wrote: > > Hi, > Thanks alot, I found the same stuff inside the * > kamailio-3.2/kamailio/examples/kamailio* folder and now trying to > implement some changes. Do you think It'll be difficult to originate call > using this script and then later once call is Answered bridge it to a > Media-Server to do its part !? > > Thanks alot, > Regard, > Sammy. > > > On Fri, Dec 16, 2011 at 4:42 PM, Daniel-Constantin Mierla < > mico...@gmail.com> wrote: > >> Hello, >> >> the headers have to be terminated in \r\n. In a shell script for click to >> dial, here is the used form: >> >> cat > $FIFO <<EOF >> :t_uac_dlg:$name >> INVITE >> $URI >> . >> . >> "`printf "${FIXED_DLG}To: <$URI>\r\nCSeq: $CSEQ INVITE\r\nContent-Type: >> application/sdp\r\n"` >> " >> "`printf "v=0\r\no=click-to-dial 0 0 IN IP4 0.0.0.0\r\ns=session\r\nc=IN >> IP4 0.0.0.0\r\nb=CT:1000\r\nt=0 0\r\nm=audio 9 RTP/AVP 8 0\r\na=rtpmap:8 >> PCMA/8000\r\na=rtpmap:0 PCMU/8000\r\n"` >> " >> >> EOF >> >> Cheers, >> Daniel >> >> >> >> On 12/16/11 10:02 AM, Sammy Govind wrote: >> >> Hello list, >> >> I'm using Kamailio 3.2 and am trying to send a SIP request from fifo to >> kamailio using below format. >> >> #kamctl fifo t_uac_dlg MESSAGE sip:103@ mydomain.org . . "From: >> 1...@mydomain.org To: 1...@mydomain.org Contact: mydomain.orgContent-Type: >> text/plain; charset=UTF-8" "INVITE" >> >> But I see this reply from Kamctl >> >> *database engine 'MYSQL' loaded* >> *Control engine 'FIFO' loaded* >> *entering fifo_cmd t_uac_dlg INVITE sip:103@ mydomain.org . . From: 101@ >> mydomain.org To: 103@ mydomain.org Contact: mydomain.org Content-Type: >> text/plain; charset=UTF-8 INVITE* >> *400 Bad headers* >> *FIFO command was:* >> *:t_uac_dlg:openser_receiver_25561* >> *INVITE* >> *sip:1...@mydomain.org* >> *.* >> *.* >> *From: 101@ mydomain.org To: 103@ mydomain.org Contact: mydomain.org >> Content-Type: >> text/plain; charset=UTF-8* >> *INVITE* >> >> >> >> And in log file I see this output: >> >> Dec 16 00:57:46 Kamailio3 /usr/local/sbin/kamailio[24541]: ERROR: >> <core> [parser/msg_parser.c:275]: ERROR: get_hdr_field: bad body for <From: >> 1...@mydomain.org To: 103@ mydomain.org Contact: mydomain.org >> Content-Type: >> text/plain; charset=UTF-8INVITE#012>(4) >> Dec 16 00:57:46 Kamailio3 /usr/local/sbin/kamailio[24541]: INFO: <core> >> [parser/msg_parser.c:353]: ERROR: bad header field [From: 101@mydomain.o] >> >> >> Can anyone help.. >> >> >> Regards, >> Sammy >> >> >> >> >> _______________________________________________ >> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing >> listsr-us...@lists.sip-router.orghttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users >> >> >> -- >> Daniel-Constantin Mierla -- >> http://www.asipto.comhttp://linkedin.com/in/miconda -- >> http://twitter.com/miconda >> >> > > > _______________________________________________ > SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing > listsr-us...@lists.sip-router.orghttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users > > > -- > Daniel-Constantin Mierla -- > http://www.asipto.comhttp://linkedin.com/in/miconda -- > http://twitter.com/miconda > >
_______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users