home.social

#telephony — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #telephony, aggregated by home.social.

  1. Anyone has recommendations for nice old #phones? Was considering a #Nokia 5110 so far.
    Just want it for
    #telephony, anything else is an addon to me ^^

  2. Anyone has recommendations for nice old #phones? Was considering a #Nokia 5110 so far.
    Just want it for
    #telephony, anything else is an addon to me ^^

  3. Anyone has recommendations for nice old #phones? Was considering a #Nokia 5110 so far.
    Just want it for
    #telephony, anything else is an addon to me ^^

  4. Switched from #Zoiper to #Linphone yesterday as my #SIP client and boy oh boy! I should have made the swap a looooong time ago!

    #Telephony #Telephone #WorkFromHome #RemoteWork

  5. Switched from #Zoiper to #Linphone yesterday as my #SIP client and boy oh boy! I should have made the swap a looooong time ago!

    #Telephony #Telephone #WorkFromHome #RemoteWork

  6. Switched from #Zoiper to #Linphone yesterday as my #SIP client and boy oh boy! I should have made the swap a looooong time ago!

    #Telephony #Telephone #WorkFromHome #RemoteWork

  7. Switched from #Zoiper to #Linphone yesterday as my #SIP client and boy oh boy! I should have made the swap a looooong time ago!

    #Telephony #Telephone #WorkFromHome #RemoteWork

  8. Switched from #Zoiper to #Linphone yesterday as my #SIP client and boy oh boy! I should have made the swap a looooong time ago!

    #Telephony #Telephone #WorkFromHome #RemoteWork

  9. RE: hachyderm.io/@sen/116618477936

    absolutely fascinating: watch workers physically cut massive telephone exchange cables to disconnect the telephone exchange from the old electromechanical switching service, to a new electronic switching service.

    #telephony #bbs #telco #phreaking

  10. RE: hachyderm.io/@sen/116618477936

    absolutely fascinating: watch workers physically cut massive telephone exchange cables to disconnect the telephone exchange from the old electromechanical switching service, to a new electronic switching service.

    #telephony #bbs #telco #phreaking

  11. RE: hachyderm.io/@sen/116618477936

    absolutely fascinating: watch workers physically cut massive telephone exchange cables to disconnect the telephone exchange from the old electromechanical switching service, to a new electronic switching service.

    #telephony #bbs #telco #phreaking

  12. RE: hachyderm.io/@sen/116618477936

    absolutely fascinating: watch workers physically cut massive telephone exchange cables to disconnect the telephone exchange from the old electromechanical switching service, to a new electronic switching service.

    #telephony #bbs #telco #phreaking

  13. RE: hachyderm.io/@sen/116618477936

    absolutely fascinating: watch workers physically cut massive telephone exchange cables to disconnect the telephone exchange from the old electromechanical switching service, to a new electronic switching service.

    #telephony #bbs #telco #phreaking

  14. For those of you in the USA, or nearby and on the NANP (North American Numbering Plan, with +1 country code), have any of you ever gotten a spam text from a shortcode?

    #telephony #phone #voip #telephone #sms #usa #unitedstates #nanp

  15. For those of you in the USA, or nearby and on the NANP (North American Numbering Plan, with +1 country code), have any of you ever gotten a spam text from a shortcode?

    #telephony #phone #voip #telephone #sms #usa #unitedstates #nanp

  16. For those of you in the USA, or nearby and on the NANP (North American Numbering Plan, with +1 country code), have any of you ever gotten a spam text from a shortcode?

    #telephony #phone #voip #telephone #sms #usa #unitedstates #nanp

  17. For those of you in the USA, or nearby and on the NANP (North American Numbering Plan, with +1 country code), have any of you ever gotten a spam text from a shortcode?

    #telephony #phone #voip #telephone #sms #usa #unitedstates #nanp

  18. For those of you in the USA, or nearby and on the NANP (North American Numbering Plan, with +1 country code), have any of you ever gotten a spam text from a shortcode?

    #telephony #phone #voip #telephone #sms #usa #unitedstates #nanp

  19. Migrating Azure Storage Accounts for AudioCodes SBC Deployment from GPv1 to GPv2

    Microsoft has announced the retirement of legacy general-purpose v1 (GPv1) storage accounts, requiring customers to migrate to general-purpose v2 (GPv2) by October 13, 2026.

    While this may sound like a simple backend change, some environments still rely on older deployments including virtual machines and network appliances that were originally provisioned years ago.

    In my case, I recently revisited an older Azure deployment running an AudioCodes Mediant VE Session Border Controller (SBC) for Microsoft Teams Direct Routing. The SBC was still backed by a legacy GPv1 storage account, making it a perfect candidate to walk through the migration process.

    Table of Contents

    1. Initial Situation
    2. Important Clarification: Does This Affect the SBC?
      1. Short answer: No (in most cases)
    3. Why You Should Migrate?
    4. Performing the Upgrade (GPv1 to GPv2)
      1. Step 1: Open the Storage Account
      2. Step 2: Upgrade Configuration
      3. Step 3: Confirm the Upgrade
      4. Step 4: Validate the Result
    5. Observations from my migration
    6. Things to Watch Out For
    7. Conclusion,opinion and summary
    8. Resources

    Initial Situation

    The environment was fairly typical for earlier Azure-based SBC deployments:

    • Virtual Machine: AudioCodes Mediant VE SBC
    • Purpose: Microsoft Teams Direct Routing
    • Deployment age: Several years old
    • Storage Account Type: GPv1 (legacy)
    • VM Disk Type: Managed Disks

    At the time of deployment, GPv1 was standard and widely used. However, with Microsoft now retiring GPv1 storage accounts, action is required to avoid future disruptions.

    Important Clarification: Does This Affect the SBC?

    Before performing the migration, one key question arises:

    Will changing the storage account impact the running SBC or the VM itself?

    Short answer: No (in most cases)

    Here’s why:

    • Azure VMs use Managed Disks, which are independent of the storage account type
    • The storage account is typically only used for:
      • Boot diagnostics
      • Logging
      • Optional file storage

    So, this means:

    • The SBC runtime is not directly affected
    • There is no need to redeploy the VM
    • The migration is generally low-risk

    Why You Should Migrate?

    Microsoft clearly states that:

    • GPv1 accounts will be retired on October 13, 2026
    • Existing accounts will be automatically migrated if no action is taken
    • GPv2 provides:
      • Access to new Azure Storage features
      • Improved performance
      • Support for zonal redundancy (ZRS)

    From a consulting perspective: In my opinion, it’s better to migrate proactively rather than rely on automatic changes.

    Performing the Upgrade (GPv1 to GPv2)

    The migration itself is straightforward and easy.

    Step 1: Open the Storage Account

    Navigate to:

    • Azure Portal
    • Storage Accounts
    • Your GPv1 Account

    Step 2: Upgrade Configuration

    In the Configuration section, you’ll find the option to upgrade the account type.

    • Change from: General-purpose v1 to General-purpose v2

    Step 3: Confirm the Upgrade

    • Review the changes
    • Confirm the upgrade

    Step 4: Validate the Result

    After a few moments:

    • Storage account type shows GPv2
    • No interruption to the VM or SBC as far as I could see

    Observations from my migration

    From my test with the AudioCodes SBC:

    • ✅ No downtime observed: The SBC continued running without any interruption.
    • ✅ No impact on voice services: Active calls and signaling were unaffected.
    • ✅ No reconfiguration required: All existing settings (diagnostics, logging) remained intact.

    Things to Watch Out For

    Even though the migration is simple, there are a few considerations:

    • ⚠️ Pricing changes
      • GPv2 uses a different pricing model (e.g., access tiers)
      • Costs may slightly increase depending on usage
    • ⚠️ Access Tier settings
      • New options like Hot / Cool / Archive
      • Review defaults after migration
    • ⚠️ Legacy integrations
      • Rare, but older scripts or tools may assume GPv1 behavior

    Conclusion,opinion and summary

    Migrating from GPv1 to GPv2 is:

    • Simple
    • Low risk
    • Required by Microsoft

    For workloads like an AudioCodes Mediant VE SBC on Azure, the impact is minimal because the VM itself is not directly tied to the storage account.

    The key takeaway:

    Even in legacy deployments, this migration can typically be done without downtime or service impact.

    If you are managing older Azure environments especially in Teams Direct Routing scenarios it’s worth reviewing:

    • Storage account types
    • Public IP SKUs
    • Load balancer configurations

    Many of these legacy components are now being phased out, and proactive upgrades help avoid last-minute pressure.

    Resources

    #Azure #Calling #DirectRouting #MicrosoftTeams #SBC #Telephony
  20. Microsoft Teams Call Transfer Update

    Microsoft Teams plans to roll out an updated call transfer experience for desktop users on Windows and macOS. The update focuses on speeding up transfers and making it easier for users to reach the right contact. There will be two buttons for each action one and new normal will be “blind transfers” by default instead of “safe transfers”.

    Source: Microsoft 365 Roadmap ID 561028

    What’s changing?

    • Transfer and Consult transfer become one‑click actions (a button per action)
    • Suggested transfer targets
    • New default: blind transfer (safe transfer via the “Ring Back” toggle as needed)

    Rollout timeline

    • Targeted Release: Early June 2026
    • General Availability: Late June 2026

    There is no action required except informing users and updating internal documentations and training material.

    Resources

    #Calling #MicrosoftTeams #Roadmap #Telephony
  21. Other than some framing and signalling silliness on the span, we have a working circuit and channel bank now.

    neon.cybre.stream/w/pd5XGMwHtC

    The silliness pervades. :bec_smile:

    (caution, video contains loud ringing)

    #HomeLab #PhoneLab #RetroLab #Telephony

  22. Other than some framing and signalling silliness on the span, we have a working circuit and channel bank now.

    neon.cybre.stream/w/pd5XGMwHtC

    The silliness pervades. :bec_smile:

    (caution, video contains loud ringing)

    #HomeLab #PhoneLab #RetroLab #Telephony

  23. Other than some framing and signalling silliness on the span, we have a working circuit and channel bank now.

    neon.cybre.stream/w/pd5XGMwHtC

    The silliness pervades. :bec_smile:

    (caution, video contains loud ringing)

    #HomeLab #PhoneLab #RetroLab #Telephony

  24. Other than some framing and signalling silliness on the span, we have a working circuit and channel bank now.

    neon.cybre.stream/w/pd5XGMwHtC

    The silliness pervades. :bec_smile:

    (caution, video contains loud ringing)

    #HomeLab #PhoneLab #RetroLab #Telephony

  25. Other than some framing and signalling silliness on the span, we have a working circuit and channel bank now.

    neon.cybre.stream/w/pd5XGMwHtC

    The silliness pervades. :bec_smile:

    (caution, video contains loud ringing)

    #HomeLab #PhoneLab #RetroLab #Telephony

  26. When setting #FreePBX with special #SIP Alert-Info on inbound route on DDI number, for distinctive ringing on #extensions linked to a ring group, beware that Alert-Info does *not* get transferred to extensions across intercompany #trunks (those with # at end of number)

    Workaround to achieve this without custom #Asterisk dialplan (assuming you have outbound route with escape digits with direct route to inter-PBX #trunk)

    * Set up ring group on remote #PBX with desired Alert-Info and extensions to be rung

    * On ring group on original PBX, add local extensions list and at end route to remote ring group (for instance if ring group 610 and your escape code is 77 for remote PBX put 77610# in ring group extension list)

    now distinctive ringing works across both PBX!

    #VOIP #telephony

  27. When setting #FreePBX with special #SIP Alert-Info on inbound route on DDI number, for distinctive ringing on #extensions linked to a ring group, beware that Alert-Info does *not* get transferred to extensions across intercompany #trunks (those with # at end of number)

    Workaround to achieve this without custom #Asterisk dialplan (assuming you have outbound route with escape digits with direct route to inter-PBX #trunk)

    * Set up ring group on remote #PBX with desired Alert-Info and extensions to be rung

    * On ring group on original PBX, add local extensions list and at end route to remote ring group (for instance if ring group 610 and your escape code is 77 for remote PBX put 77610# in ring group extension list)

    now distinctive ringing works across both PBX!

    #VOIP #telephony

  28. When setting #FreePBX with special #SIP Alert-Info on inbound route on DDI number, for distinctive ringing on #extensions linked to a ring group, beware that Alert-Info does *not* get transferred to extensions across intercompany #trunks (those with # at end of number)

    Workaround to achieve this without custom #Asterisk dialplan (assuming you have outbound route with escape digits with direct route to inter-PBX #trunk)

    * Set up ring group on remote #PBX with desired Alert-Info and extensions to be rung

    * On ring group on original PBX, add local extensions list and at end route to remote ring group (for instance if ring group 610 and your escape code is 77 for remote PBX put 77610# in ring group extension list)

    now distinctive ringing works across both PBX!

    #VOIP #telephony

  29. When setting #FreePBX with special #SIP Alert-Info on inbound route on DDI number, for distinctive ringing on #extensions linked to a ring group, beware that Alert-Info does *not* get transferred to extensions across intercompany #trunks (those with # at end of number)

    Workaround to achieve this without custom #Asterisk dialplan (assuming you have outbound route with escape digits with direct route to inter-PBX #trunk)

    * Set up ring group on remote #PBX with desired Alert-Info and extensions to be rung

    * On ring group on original PBX, add local extensions list and at end route to remote ring group (for instance if ring group 610 and your escape code is 77 for remote PBX put 77610# in ring group extension list)

    now distinctive ringing works across both PBX!

    #VOIP #telephony

  30. When setting #FreePBX with special #SIP Alert-Info on inbound route on DDI number, for distinctive ringing on #extensions linked to a ring group, beware that Alert-Info does *not* get transferred to extensions across intercompany #trunks (those with # at end of number)

    Workaround to achieve this without custom #Asterisk dialplan (assuming you have outbound route with escape digits with direct route to inter-PBX #trunk)

    * Set up ring group on remote #PBX with desired Alert-Info and extensions to be rung

    * On ring group on original PBX, add local extensions list and at end route to remote ring group (for instance if ring group 610 and your escape code is 77 for remote PBX put 77610# in ring group extension list)

    now distinctive ringing works across both PBX!

    #VOIP #telephony

  31. The advantage of rotary dialing was the reduction of drunk dialing and spam calls.

    youtube.com/watch?v=fLBCoFIm_Ac

    #Telephony

  32. Anyone familiar with old SIP equipment? Specifically an Audiocodes MP-1xx FXS?

    I have a two port 112 unit that I'm trying to get port 1 to call port 2 without having a PBX or a SIP registration. Not sure why there isn't some fallback configuration or paging option.

    I know a Cisco ATA would be the choice for this, but this is what I have at the moment :)

    #telephony

  33. If you think progress is ONLY one-way.

    "Russians urged to return to landline phones
    Amid widespread shutdowns of mobile internet services, the head of Russia’s largest telecommunications company has advised people to return to fixed-line #communication."

    #Security #Reliability #Resilience #Telephony #News #Technology #USA #Russia #Europe

    thebarentsobserver.com/democra

  34. I'm looking for help with debugging a yate VOIP/SIP/RTP issue. I have a number setup to redirect to a sound file after a timeout (stand in for an voicemail IVR). When called from an internal number registered with yate it works. When called from the outside number (yate acting as a SIP client) it doesn't. Yate says it routed the call to the announcement but I don't see that reflected in the SIP/RTP traffic, the call keeps ringing until I hang up.

    :BoostOK:

    #yate #voip #telephony #sip #rtp

  35. I'm looking for help with debugging a yate VOIP/SIP/RTP issue. I have a number setup to redirect to a sound file after a timeout (stand in for an voicemail IVR). When called from an internal number registered with yate it works. When called from the outside number (yate acting as a SIP client) it doesn't. Yate says it routed the call to the announcement but I don't see that reflected in the SIP/RTP traffic, the call keeps ringing until I hang up.

    :BoostOK:

    #yate #voip #telephony #sip #rtp

  36. I'm looking for help with debugging a yate VOIP/SIP/RTP issue. I have a number setup to redirect to a sound file after a timeout (stand in for an voicemail IVR). When called from an internal number registered with yate it works. When called from the outside number (yate acting as a SIP client) it doesn't. Yate says it routed the call to the announcement but I don't see that reflected in the SIP/RTP traffic, the call keeps ringing until I hang up.

    :BoostOK:

    #yate #voip #telephony #sip #rtp

  37. While I am ready to DTMF, I fear that the rubber ring around the speaker fits onto a now-long-gone hand-held telephone receiver design.
    #DTMF #retro #telephony

  38. Hardware I returned to Xfinity this afternoon. The Arris telephony modem was about 20 years old. The cable box / DVT was not much younger.

    We dropped cable TV, VOIP, and stopped renting modems (bought my own Arris S33v3) very recently, saving hundreds of dollars per month on the bill.

    #Xfinity #cable #cabletv #vintage #networking #vintagehardware #docsis #telephony #modem #modems

  39. Hardware I returned to Xfinity this afternoon. The Arris telephony modem was about 20 years old. The cable box / DVT was not much younger.

    We dropped cable TV, VOIP, and stopped renting modems (bought my own Arris S33v3) very recently, saving hundreds of dollars per month on the bill.

    #Xfinity #cable #cabletv #vintage #networking #vintagehardware #docsis #telephony #modem #modems

  40. Hardware I returned to Xfinity this afternoon. The Arris telephony modem was about 20 years old. The cable box / DVT was not much younger.

    We dropped cable TV, VOIP, and stopped renting modems (bought my own Arris S33v3) very recently, saving hundreds of dollars per month on the bill.

    #Xfinity #cable #cabletv #vintage #networking #vintagehardware #docsis #telephony #modem #modems

  41. Hardware I returned to Xfinity this afternoon. The Arris telephony modem was about 20 years old. The cable box / DVT was not much younger.

    We dropped cable TV, VOIP, and stopped renting modems (bought my own Arris S33v3) very recently, saving hundreds of dollars per month on the bill.

    #Xfinity #cable #cabletv #vintage #networking #vintagehardware #docsis #telephony #modem #modems

  42. Hardware I returned to Xfinity this afternoon. The Arris telephony modem was about 20 years old. The cable box / DVT was not much younger.

    We dropped cable TV, VOIP, and stopped renting modems (bought my own Arris S33v3) very recently, saving hundreds of dollars per month on the bill.

    #Xfinity #cable #cabletv #vintage #networking #vintagehardware #docsis #telephony #modem #modems

  43. Now the other two are ported - all the #analogue #trunks are ceased and all traffic to and from the #PSTN from this #PBX is now #VOIP (using #PJSIP trunks on #FreePBX )

    I disconnected all the analogue lines as #Openreach leave battery on them, that way they show as RED alarm on #Asterisk and won't be selected for any calls (worst case is they return a busy trunk status and the route will go to the next trunk, but I've taken away all the analogue circuits from every PSTN route)

    #Telecoms #Telephony

  44. Now the other two are ported - all the #analogue #trunks are ceased and all traffic to and from the #PSTN from this #PBX is now #VOIP (using #PJSIP trunks on #FreePBX )

    I disconnected all the analogue lines as #Openreach leave battery on them, that way they show as RED alarm on #Asterisk and won't be selected for any calls (worst case is they return a busy trunk status and the route will go to the next trunk, but I've taken away all the analogue circuits from every PSTN route)

    #Telecoms #Telephony

  45. Now the other two are ported - all the #analogue #trunks are ceased and all traffic to and from the #PSTN from this #PBX is now #VOIP (using #PJSIP trunks on #FreePBX )

    I disconnected all the analogue lines as #Openreach leave battery on them, that way they show as RED alarm on #Asterisk and won't be selected for any calls (worst case is they return a busy trunk status and the route will go to the next trunk, but I've taken away all the analogue circuits from every PSTN route)

    #Telecoms #Telephony

  46. Now the other two are ported - all the #analogue #trunks are ceased and all traffic to and from the #PSTN from this #PBX is now #VOIP (using #PJSIP trunks on #FreePBX )

    I disconnected all the analogue lines as #Openreach leave battery on them, that way they show as RED alarm on #Asterisk and won't be selected for any calls (worst case is they return a busy trunk status and the route will go to the next trunk, but I've taken away all the analogue circuits from every PSTN route)

    #Telecoms #Telephony