Hello everyone, PB here:
http://pastebin.freeswitch.org/11482 FS rev 15909. The relevant bits from the log are here (starting around line 135): # 2009-12-11 12:06:12.875158 [DEBUG] switch_ivr.c:548 sofia/pjsip/[email protected] Command Execute bridge({originate_timeout=30,bypass_media=true,origination_caller_id_number=1111,origination_caller_id_name=Tara Ousley}sofia/voalte/[email protected]) # EXECUTE sofia/pjsip/[email protected] bridge({originate_timeout=30,bypass_media=true,origination_caller_id_number=1111,origination_caller_id_name=Tara Ousley}sofia/voalte/[email protected]) # 2009-12-11 12:06:12.875158 [DEBUG] switch_ivr_originate.c:1735 variable string 0 = [originate_timeout=30] # 2009-12-11 12:06:12.875158 [DEBUG] switch_ivr_originate.c:1735 variable string 1 = [bypass_media=true] # 2009-12-11 12:06:12.875158 [DEBUG] switch_ivr_originate.c:1735 variable string 2 = [origination_caller_id_number=1111] # 2009-12-11 12:06:12.875158 [DEBUG] switch_ivr_originate.c:1735 variable string 3 = [origination_caller_id_name=Tara Ousley] bypass_media=true yet the SDP of the outgoing INVITE looks like this: # send 1032 bytes to udp/[192.168.4.17]:5060 at 12:06:12.876994: # ------------------------------------------------------------------------ # INVITE sip:[email protected] SIP/2.0 # Via: SIP/2.0/UDP 192.168.2.10:5062;rport;branch=z9hG4bK1K6mc3NcmmaNr # Max-Forwards: 69 # From: "Tara Ousley" <sip:[email protected]>;tag=0tU8SN9pvejNK # To: <sip:[email protected]> # Call-ID: 802f4045-4215-42a2-91a6-ff9cf18b1aa8 # CSeq: 124148250 INVITE # Contact: <sip:[email protected]:5062> # User-Agent: Voalte Voice # Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, REGISTER, REFER, NOTIFY # Supported: timer, precondition, path, replaces # Allow-Events: talk, refer # Content-Type: application/sdp # Content-Disposition: session # Content-Length: 271 # X-voalte-call-id: 898ef33c-50f2-487c-9e8d-8c6fcee15ab8 # Remote-Party-ID: "Tara Ousley" <sip:[email protected]>;party=calling;screen=yes;privacy=off # # v=0 # o=FreeSWITCH 1260508000 1260508001 IN IP4 192.168.2.10 # s=FreeSWITCH # c=IN IP4 192.168.2.10 # t=0 0 # m=audio 25172 RTP/AVP 9 0 101 # a=rtpmap:9 G722/8000 # a=rtpmap:0 PCMU/8000 # a=rtpmap:101 telephone-event/8000 # a=fmtp:101 0-16 # a=silenceSupp:off - - - - # a=ptime:20 192.168.2.10 is the address of my FS box... -- Kristian Kielhofner http://www.astlinux.org http://blog.krisk.org http://www.star2star.com http://www.submityoursip.com http://www.voalte.com _______________________________________________ FreeSWITCH-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
