<div dir="ltr"><div>Hi,<br><br></div>i generated the link using the instructions here: <br><br> <a href="https://developers.google.com/storage/docs/accesscontrol#Signed-URLs">https://developers.google.com/storage/docs/accesscontrol#Signed-URLs</a><br>
<a href="http://stackoverflow.com/questions/17508285/gae-application-needing-to-create-expiring-signed-urls-to-google-cloud-storage">http://stackoverflow.com/questions/17508285/gae-application-needing-to-create-expiring-signed-urls-to-google-cloud-storage</a><br>
<div><br></div><div>But the link i generated is valid, <span style="font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-size:12.5714px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:17.28px;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;display:inline!important;float:none;background-color:rgb(250,250,250)">I paste the signed URL into a web browser and i downloaded the file.<br>
</span></div><div><span style="font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-size:12.5714px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:17.28px;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;display:inline!important;float:none;background-color:rgb(250,250,250)">that's why i think it's maybe a special characters issues. some characters are causing the </span><br>
session:streamFile() method to return this error.<br><br></div><div>Thanks,<br></div><div>Snabel<br></div><div><br>////////////////////////////////////////////////////////////////////////////////////////<br><p style="margin:0px 0px 1em;padding:0px;border:0px none;font-size:13.7143px;vertical-align:baseline;clear:both;color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:17.8048px;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background:none repeat scroll 0% 0% rgb(255,255,255)">
Hi,<br></p><p style="margin:0px 0px 1em;padding:0px;border:0px none;font-size:13.7143px;vertical-align:baseline;clear:both;color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:17.8048px;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background:none repeat scroll 0% 0% rgb(255,255,255)">
I'm saving the remote audio files on google cloud storage. i want to play these files in freeswitch.</p><p style="margin:0px 0px 1em;padding:0px;border:0px none;font-size:13.7143px;vertical-align:baseline;clear:both;color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:17.8048px;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background:none repeat scroll 0% 0% rgb(255,255,255)">
when i use: mediaLink = "<a href="http://storage.googleapis.com/myBucket/file.wav" rel="nofollow" style="margin:0px;padding:0px;border:0px none;font-size:13.7143px;vertical-align:baseline;color:rgb(74,107,130);text-decoration:none;background:none repeat scroll 0% 0% transparent" target="_blank">http://storage.googleapis.com/myBucket/file.wav</a>"; <br>
</p><p style="margin:0px 0px 1em;padding:0px;border:0px none;font-size:13.7143px;vertical-align:baseline;clear:both;color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:17.8048px;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background:none repeat scroll 0% 0% rgb(255,255,255)">
session:streamFile(mediaLink);</p><p style="margin:0px 0px 1em;padding:0px;border:0px none;font-size:13.7143px;vertical-align:baseline;clear:both;color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:17.8048px;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background:none repeat scroll 0% 0% rgb(255,255,255)">
<b>it works great.</b></p><p style="margin:0px 0px 1em;padding:0px;border:0px none;font-size:13.7143px;vertical-align:baseline;clear:both;color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:17.8048px;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background:none repeat scroll 0% 0% rgb(255,255,255)">
But when i use signed urls</p><p style="margin:0px 0px 1em;padding:0px;border:0px none;font-size:13.7143px;vertical-align:baseline;clear:both;color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:17.8048px;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background:none repeat scroll 0% 0% rgb(255,255,255)">
mediaLink = "<a href="http://storage.googleapis.com/myBucket/file.wav?GoogleAccessId=xxx-xxx@developer.gserviceaccount.com&Expires=1408903962590&Signature=xxb%2Fx%2FDfGJlrUuz0%2F6kA6ormmReW6oN%2F0xxy3%2BwWxXc%3D" rel="nofollow" style="margin:0px;padding:0px;border:0px none;font-size:13.7143px;vertical-align:baseline;color:rgb(74,107,130);text-decoration:none;background:none repeat scroll 0% 0% transparent" target="_blank">http://storage.googleapis.com/myBucket/file.wav?GoogleAccessId=xxx-xxx@developer.gserviceaccount.com&Expires=1408903962590&Signature=xxb%2Fx%2FDfGJlrUuz0%2F6kA6ormmReW6oN%2F0xxy3%2BwWxXc%3D</a>"; session:streamFile(mediaLink);</p>
<p style="margin:0px 0px 1em;padding:0px;border:0px none;font-size:13.7143px;vertical-align:baseline;clear:both;color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:17.8048px;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background:none repeat scroll 0% 0% rgb(255,255,255)">
<b>i get this error:</b></p><p style="margin:0px 0px 1em;padding:0px;border:0px none;font-size:13.7143px;vertical-align:baseline;clear:both;color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:17.8048px;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background:none repeat scroll 0% 0% rgb(255,255,255)">
<b>2014-08-24 20:42:48.770818 [ERR] mod_httapi.c:2696 File at url [<a href="http://storage.googleapis.com/myBucket/file.wav?GoogleAccessId=xxx-xxx@developer.gserviceaccount.com&Expires=1408903962590&Signature=xxb%2Fx%2FDfGJlrUuz0%2F6kA6ormmReW6oN%2F0xxy3%2BwWxXc%3D]" rel="nofollow" style="margin:0px;padding:0px;border:0px none;font-size:13.7143px;vertical-align:baseline;color:rgb(74,107,130);text-decoration:none;background:none repeat scroll 0% 0% transparent" target="_blank">http://storage.googleapis.com/myBucket/file.wav?GoogleAccessId=xxx-xxx@developer.gserviceaccount.com&Expires=1408903962590&Signature=xxb%2Fx%2FDfGJlrUuz0%2F6kA6ormmReW6oN%2F0xxy3%2BwWxXc%3D]</a><span> </span>is unreachable!</b></p>
<p style="margin:0px 0px 1em;padding:0px;border:0px none;font-size:13.7143px;vertical-align:baseline;clear:both;color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:17.8048px;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background:none repeat scroll 0% 0% rgb(255,255,255)">
<br></p><p style="margin:0px 0px 1em;padding:0px;border:0px none;font-size:13.7143px;vertical-align:baseline;clear:both;color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:17.8048px;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background:none repeat scroll 0% 0% rgb(255,255,255)">
is there a special characters issue in the link?</p><p style="margin:0px 0px 1em;padding:0px;border:0px none;font-size:13.7143px;vertical-align:baseline;clear:both;color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:17.8048px;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background:none repeat scroll 0% 0% rgb(255,255,255)">
<br></p><p style="margin:0px 0px 1em;padding:0px;border:0px none;font-size:13.7143px;vertical-align:baseline;clear:both;color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:17.8048px;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background:none repeat scroll 0% 0% rgb(255,255,255)">
Thanks,</p>
Snabel<br><br><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Aug 24, 2014 at 11:51 PM, <span dir="ltr"><<a href="mailto:freeswitch-users-request@lists.freeswitch.org" target="_blank">freeswitch-users-request@lists.freeswitch.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Send FreeSWITCH-users mailing list submissions to<br>
<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
or, via email, send a message with subject or body 'help' to<br>
<a href="mailto:freeswitch-users-request@lists.freeswitch.org">freeswitch-users-request@lists.freeswitch.org</a><br>
<br>
You can reach the person managing the list at<br>
<a href="mailto:freeswitch-users-owner@lists.freeswitch.org">freeswitch-users-owner@lists.freeswitch.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of FreeSWITCH-users digest..."<br>
<br>Today's Topics:<br>
<br>
1. Re: Changing display name in From header ? (Du?an Dragi?)<br>
2. Re: freeswitch stream remote audio file (Yosi Taguri)<br>
3. Re: Problem Registering Gateway (Ave ebock)<br>
<br><br>---------- Forwarded message ----------<br>From: "Dušan Dragić" <<a href="mailto:dragic.dusan@gmail.com">dragic.dusan@gmail.com</a>><br>To: FreeSWITCH Users Help <<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>><br>
Cc: <br>Date: Sun, 24 Aug 2014 21:48:56 +0200<br>Subject: Re: [Freeswitch-users] Changing display name in From header ?<br>Try with sip_from_display and sip_invite_from_uri instead of<br>
sip_from_uri, something like:<br>
sip_from_display=Anonymous<br>
sip_invite_from_uri=<sip:anonymous@anonymous.invalid><br>
origination_caller_id_name=<a href="tel:9094445555" value="+19094445555">9094445555</a><br>
origination_caller_id_number=<a href="tel:9094445555" value="+19094445555">9094445555</a><br>
<br>
On 24 August 2014 19:02, Tim Smith <<a href="mailto:gb10hkzo-fs1@yahoo.co.uk">gb10hkzo-fs1@yahoo.co.uk</a>> wrote:<br>
> Hi,<br>
><br>
> What magic needs to be done to change the display name in the From header ?<br>
><br>
> I've tried outbound_caller_name, effective_caller_id_name and all sorts of other combinations under the sun and yet I can't get the Freeswitch to comply !!!!<br>
><br>
> Here's what the relevant section of my XML dial plan looks like:<br>
><br>
><br>
> <condition field="${privacy}" expression="yes" break="never"><br>
> <action application="export" data="outbound_caller_name=Anonymous"/><br>
> <action application="export" data="sip_from_uri=<sip:anonymous@anonymous.invalid>"/><br>
> <action application="export" data="sip_cid_type=pid"/><br>
> <action application="export" data="origination_caller_id_name=${outbound_caller_id_number}"/><br>
> <action application="export" data="origination_caller_id_number=${outbound_caller_id_number}"/><br>
> <anti-action application="set" data="sip_cid_type=none"/><br>
> <anti-action application="set" data="effective_caller_id_number=${outbound_caller_id_number}"/><br>
> <anti-action application="set" data="effective_caller_id_name=${outbound_caller_id_name}"/><br>
> </condition><br>
><br>
><br>
> Basically, I need the From header to look like :<br>
> From: "Anonymous" <sip:anonymous@anonymous.invalid><br>
><br>
> and PID to look like :<br>
><br>
> P-Asserted-Identity: "<a href="tel:9094445555" value="+19094445555">9094445555</a>" <<a href="mailto:sip%3A9094445555@1.2.3.4">sip:9094445555@1.2.3.4</a>><br>
><br>
> _________________________________________________________________________<br>
> Professional FreeSWITCH Consulting Services:<br>
> <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
> <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
><br>
> Official FreeSWITCH Sites<br>
> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
> <a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
> <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
><br>
> FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
> <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
><br>
> FreeSWITCH-users mailing list<br>
> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
<br>
<br>
--<br>
Dušan Dragić<br>
<br>
<br>
<br><br>---------- Forwarded message ----------<br>From: Yosi Taguri <<a href="mailto:yosi@taguri.com">yosi@taguri.com</a>><br>To: FreeSWITCH Users Help <<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>><br>
Cc: <br>Date: Sun, 24 Aug 2014 21:29:27 +0300<br>Subject: Re: [Freeswitch-users] freeswitch stream remote audio file<br><div dir="ltr">how did you generate the link?<div class="gmail_extra"><br><br><div class="gmail_quote">
On Sun, Aug 24, 2014 at 9:00 PM, Snabel Kabiya <span dir="ltr"><<a href="mailto:snabel@lexifone.com" target="_blank">snabel@lexifone.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><p style="margin:0px 0px 1em;padding:0px;border:0px none;font-size:13.7143px;vertical-align:baseline;clear:both;color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:17.8048px;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background:none repeat scroll 0% 0% rgb(255,255,255)">
Hi,<br></p><p style="margin:0px 0px 1em;padding:0px;border:0px none;font-size:13.7143px;vertical-align:baseline;clear:both;color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:17.8048px;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background:none repeat scroll 0% 0% rgb(255,255,255)">
I'm saving the remote audio files on google cloud storage. i want to play these files in freeswitch.</p><p style="margin:0px 0px 1em;padding:0px;border:0px none;font-size:13.7143px;vertical-align:baseline;clear:both;color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:17.8048px;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background:none repeat scroll 0% 0% rgb(255,255,255)">
when i use: mediaLink = "<a href="http://storage.googleapis.com/myBucket/file.wav" rel="nofollow" style="margin:0px;padding:0px;border:0px none;font-size:13.7143px;vertical-align:baseline;color:rgb(74,107,130);text-decoration:none;background:none repeat scroll 0% 0% transparent" target="_blank">http://storage.googleapis.com/myBucket/file.wav</a>"; <br>
</p><p style="margin:0px 0px 1em;padding:0px;border:0px none;font-size:13.7143px;vertical-align:baseline;clear:both;color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:17.8048px;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background:none repeat scroll 0% 0% rgb(255,255,255)">
session:streamFile(mediaLink);</p><p style="margin:0px 0px 1em;padding:0px;border:0px none;font-size:13.7143px;vertical-align:baseline;clear:both;color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:17.8048px;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background:none repeat scroll 0% 0% rgb(255,255,255)">
<b>it works great.</b></p><p style="margin:0px 0px 1em;padding:0px;border:0px none;font-size:13.7143px;vertical-align:baseline;clear:both;color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:17.8048px;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background:none repeat scroll 0% 0% rgb(255,255,255)">
But when i use signed urls</p><p style="margin:0px 0px 1em;padding:0px;border:0px none;font-size:13.7143px;vertical-align:baseline;clear:both;color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:17.8048px;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background:none repeat scroll 0% 0% rgb(255,255,255)">
mediaLink = "<a href="http://storage.googleapis.com/myBucket/file.wav?GoogleAccessId=xxx-xxx@developer.gserviceaccount.com&Expires=1408903962590&Signature=xxb%2Fx%2FDfGJlrUuz0%2F6kA6ormmReW6oN%2F0xxy3%2BwWxXc%3D" rel="nofollow" style="margin:0px;padding:0px;border:0px none;font-size:13.7143px;vertical-align:baseline;color:rgb(74,107,130);text-decoration:none;background:none repeat scroll 0% 0% transparent" target="_blank">http://storage.googleapis.com/myBucket/file.wav?GoogleAccessId=xxx-xxx@developer.gserviceaccount.com&Expires=1408903962590&Signature=xxb%2Fx%2FDfGJlrUuz0%2F6kA6ormmReW6oN%2F0xxy3%2BwWxXc%3D</a>"; session:streamFile(mediaLink);</p>
<p style="margin:0px 0px 1em;padding:0px;border:0px none;font-size:13.7143px;vertical-align:baseline;clear:both;color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:17.8048px;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background:none repeat scroll 0% 0% rgb(255,255,255)">
<b>i get this error:</b></p><p style="margin:0px 0px 1em;padding:0px;border:0px none;font-size:13.7143px;vertical-align:baseline;clear:both;color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:17.8048px;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background:none repeat scroll 0% 0% rgb(255,255,255)">
<b>2014-08-24 20:42:48.770818 [ERR] mod_httapi.c:2696 File at url [<a href="http://storage.googleapis.com/myBucket/file.wav?GoogleAccessId=xxx-xxx@developer.gserviceaccount.com&Expires=1408903962590&Signature=xxb%2Fx%2FDfGJlrUuz0%2F6kA6ormmReW6oN%2F0xxy3%2BwWxXc%3D]" rel="nofollow" style="margin:0px;padding:0px;border:0px none;font-size:13.7143px;vertical-align:baseline;color:rgb(74,107,130);text-decoration:none;background:none repeat scroll 0% 0% transparent" target="_blank">http://storage.googleapis.com/myBucket/file.wav?GoogleAccessId=xxx-xxx@developer.gserviceaccount.com&Expires=1408903962590&Signature=xxb%2Fx%2FDfGJlrUuz0%2F6kA6ormmReW6oN%2F0xxy3%2BwWxXc%3D]</a><span> </span>is unreachable!</b></p>
<p style="margin:0px 0px 1em;padding:0px;border:0px none;font-size:13.7143px;vertical-align:baseline;clear:both;color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:17.8048px;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background:none repeat scroll 0% 0% rgb(255,255,255)">
<br></p><p style="margin:0px 0px 1em;padding:0px;border:0px none;font-size:13.7143px;vertical-align:baseline;clear:both;color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:17.8048px;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background:none repeat scroll 0% 0% rgb(255,255,255)">
is there a special characters issue in the link?</p><p style="margin:0px 0px 1em;padding:0px;border:0px none;font-size:13.7143px;vertical-align:baseline;clear:both;color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:17.8048px;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background:none repeat scroll 0% 0% rgb(255,255,255)">
<br></p><p style="margin:0px 0px 1em;padding:0px;border:0px none;font-size:13.7143px;vertical-align:baseline;clear:both;color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:17.8048px;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background:none repeat scroll 0% 0% rgb(255,255,255)">
Thanks,</p><p style="margin:0px 0px 1em;padding:0px;border:0px none;font-size:13.7143px;vertical-align:baseline;clear:both;color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:17.8048px;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background:none repeat scroll 0% 0% rgb(255,255,255)">
Snabel<br></p><p style="margin:0px 0px 1em;padding:0px;border:0px none;font-size:13.7143px;vertical-align:baseline;clear:both;color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:17.8048px;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background:none repeat scroll 0% 0% rgb(255,255,255)">
<br></p></div>
<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><div><br></div>Yosi Taguri | Founder & CTO | Yalo | <a href="http://ahhhpah.com" target="_blank">http://yaloapp.com</a> | Mobile: <a href="tel:%2B972-54-4816020" value="+972544816020" target="_blank">+972-54-4816020</a> | Google Voice US Mobile: <a href="tel:%2B1%20%28415%29%20935-1126" value="+14159351126" target="_blank">+1 (415) 935-1126</a> | Email: <a href="mailto:yosi@taguri.com" target="_blank">yosi@taguri.com</a> <br>
<br><br></div>
</div></div>
<br><br>---------- Forwarded message ----------<br>From: Ave ebock <<a href="mailto:babyphatt2k@yahoo.com">babyphatt2k@yahoo.com</a>><br>To: FreeSWITCH Users Help <<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>><br>
Cc: <br>Date: Sun, 24 Aug 2014 13:39:06 -0700<br>Subject: Re: [Freeswitch-users] Problem Registering Gateway<br><div><div style="color:rgb(0,0,0);background-color:rgb(255,255,255);font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:12pt">
<div><span>Hi Steven, </span></div><div style="color:rgb(0,0,0);font-size:16px;font-family:HelveticaNeue,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;font-style:normal;background-color:transparent">
<span>Removed REGISTER, but im still getting the issue.</span></div><div style="color:rgb(0,0,0);font-size:16px;font-family:HelveticaNeue,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;font-style:normal;background-color:transparent">
<span>The Folks at the Provider Company havent been of any help either</span></div><div style="color:rgb(0,0,0);font-size:16px;font-family:HelveticaNeue,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;font-style:normal;background-color:transparent">
<span><br></span></div><div style="color:rgb(0,0,0);font-size:16px;font-family:HelveticaNeue,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;font-style:normal;background-color:transparent"><span>Thank You</span></div>
<div><br><br></div><div style="display:block"> <div style="font-family:HelveticaNeue,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;font-size:12pt"> <div style="font-family:HelveticaNeue,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;font-size:12pt">
<div dir="ltr"> <font face="Arial"> On Sunday, August 24, 2014 3:27 PM, Steven Ayre <<a href="mailto:steveayre@gmail.com" target="_blank">steveayre@gmail.com</a>> wrote:<br> </font> </div> <br><br> <div><div><div>
<div dir="ltr">Perhaps they don't have the REGISTER method enabled? In SIP you aren't required to register to make outgoing calls, only to tell the server where you receive incoming
ones.</div><div>
<br clear="none"><br clear="none"><div>On 24 August 2014 01:18, Ave ebock <span dir="ltr"><<a rel="nofollow" shape="rect" href="mailto:babyphatt2k@yahoo.com" target="_blank">babyphatt2k@yahoo.com</a>></span> wrote:<br clear="none">
<blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div><div><div style="color:rgb(0,0,0);font-family:HelveticaNeue,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;font-size:12pt;background-color:rgb(255,255,255)"><div>Hi, </div><div>Please im trying to register a gateway that uses IP Authentication. I've added the IP address of my freeswitch to my service provider and i have this in my /sip_profiles/external/vb.xml</div>
<div><span style="font-size:12pt;background-color:transparent"><include></span><br clear="none"></div><div style="background-color:transparent"><span style="font-size:12pt;background-color:transparent"> <gateway name="vb"></span><br clear="none">
</div><div style="background-color:transparent"> <param name="register" value="false"/></div><div style="background-color:transparent">
<param name="username" value="username"/></div><div style="background-color:transparent"> <param name="password" value="password"/></div><div style="background-color:transparent">
<param name="proxy" value="108.59.2.133"/></div><div style="background-color:transparent"> <param name="realm" value="108.59.2.133"/></div><div style="background-color:transparent">
<param name="expire-seconds" value="600"/></div><div style="background-color:transparent"> <param name="retry-seconds" value="30"/></div><div style="background-color:transparent">
<param name="ping" value="25"/></div><div style="background-color:transparent"> <span style="font-size:12pt;background-color:transparent"> </gateway> </span></div><div style="background-color:transparent">
<span style="font-size:12pt;background-color:transparent"></include></span><br clear="none"></div><div style="background-color:transparent"><span style="font-size:12pt;background-color:transparent"><br clear="none">
</span></div><div style="background-color:transparent">
<span style="font-size:12pt;background-color:transparent">when i do sofia profile external register vb, i get an error </span></div><div style="font-size:12pt;background-color:transparent"><span style="font-size:12pt;background-color:transparent"><br clear="none">
</span></div><div style="background-color:transparent"><span style="background-color:transparent">vb Registration Failed with status Method Not Allowed [405]<br clear="none"></span></div><div style="background-color:transparent">
<span style="background-color:transparent"><br clear="none">
</span></div><div style="background-color:transparent"><span style="background-color:transparent">Please what might i be doing wrong</span></div><div style="background-color:transparent"><span style="background-color:transparent"><br clear="none">
</span></div><div style="background-color:transparent"><span style="background-color:transparent">I have other providers that do not use IP authentication and i've got no issue with them.</span></div><div style="background-color:transparent">
<span style="background-color:transparent"><br clear="none"></span></div><div style="background-color:transparent"><span style="background-color:transparent">Thank you</span></div><div><span style="background-color:transparent"><br clear="none">
</span></div>
<div><br clear="none"></div></div></div></div><br clear="none">_________________________________________________________________________<br clear="none">
Professional FreeSWITCH Consulting Services:<br clear="none">
<a rel="nofollow" shape="rect" href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br clear="none">
<a rel="nofollow" shape="rect" href="http://www.freeswitchsolutions.com/" target="_blank">http://www.freeswitchsolutions.com</a><br clear="none">
<br clear="none">
Official FreeSWITCH Sites<br clear="none">
<a rel="nofollow" shape="rect" href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br clear="none">
<a rel="nofollow" shape="rect" href="http://confluence.freeswitch.org/" target="_blank">http://confluence.freeswitch.org</a><br clear="none">
<a rel="nofollow" shape="rect" href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com</a><br clear="none">
<br clear="none">
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br clear="none">
<a rel="nofollow" shape="rect" href="http://www.cudatel.com/" target="_blank">http://www.cudatel.com</a><br clear="none">
<br clear="none">
FreeSWITCH-users mailing list<br clear="none">
<a rel="nofollow" shape="rect" href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br clear="none">
<a rel="nofollow" shape="rect" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br clear="none">
UNSUBSCRIBE:<a rel="nofollow" shape="rect" href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br clear="none">
<a rel="nofollow" shape="rect" href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br clear="none"></blockquote></div><br clear="none"></div></div></div><br><div>_________________________________________________________________________<br clear="none">
Professional FreeSWITCH Consulting Services: <br clear="none"><a shape="rect" href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br clear="none"><a shape="rect" href="http://www.freeswitchsolutions.com/" target="_blank">http://www.freeswitchsolutions.com</a><br clear="none">
<br clear="none">Official FreeSWITCH Sites<br clear="none"><a shape="rect" href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br clear="none"><a shape="rect" href="http://confluence.freeswitch.org/" target="_blank">http://confluence.freeswitch.org</a><br clear="none">
<a shape="rect" href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com</a><br clear="none"><br clear="none">FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br clear="none"><a shape="rect" href="http://www.cudatel.com/" target="_blank">http://www.cudatel.com</a><br clear="none">
<br clear="none">FreeSWITCH-users mailing list<br clear="none"><a shape="rect" href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br clear="none"><a shape="rect" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br clear="none">
UNSUBSCRIBE:<a shape="rect" href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br clear="none"><a shape="rect" href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a></div>
<br><br></div> </div> </div> </div> </div></div><br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div></div></div></div>